| | |
- Boost.Python.enum(builtins.int)
-
- ACIcolorMethod
- AnnoType
- BlockScaling
- CellAlignment
- CellContentLayout
- CellContentType
- CellEdgeMask
- CellMargin
- CellProperty
- CellState
- CellType
- CenterMarkType
- CollisionType
- ColorMethod
- DimInspect
- DrawLeaderOrderType
- DrawMLeaderOrderType
- DuplicateRecordCloning
- DxfCode
- EndCaps
- ErrorStatus
- FieldCodeFlag
- FieldEvalContext
- FieldEvalOption
- FieldEvalStatus
- FieldState
- GridLineStyle
- GridLineType
- GridProperty
- JoinStyle
- LineSpacingStyle
- LineWeight
- MLeaderBlockConnectionType
- MLeaderContentType
- MLeaderGsMarkType
- MLeaderLeaderDirectionType
- MLeaderLeaderType
- MLeaderMoveType
- MLeaderPropertyOverrideType
- MLeaderSegmentAngleType
- MLeaderTextAlignmentType
- MLeaderTextAngleType
- MLeaderTextAttachmentDirection
- MLeaderTextAttachmentType
- MTextAttachmentPoint
- MTextColumnType
- MTextFlowDirection
- MeasurementValue
- MergeCellStyleOption
- MlineJustification
- OpenMode
- OrthographicView
- Planarity
- PlotStyleNameType
- Poly2dType
- Poly3dType
- RotationAngle
- RowType
- SegType
- TableBreakFlowDirection
- TableBreakOption
- TableFlowDirection
- TableHitItem
- TableIteratorOption
- TextAlignment
- TextHorzMode
- TransparencyMethod
- UnitsValue
- UpdateDirection
- UpdateOption
- Vertex2dType
- Visibility
- XrefStatus
- Boost.Python.instance(builtins.object)
-
- AdsName
- Cell
- CellRange
- Color
- Core
- EntityColor
- Extents
- Extents2d
- HostApplicationServices
- IdMapping
- ObjectId
- Transparency
- PyGi.Drawable(PyRx.RxObject)
-
- DbObject
-
- Dictionary
- Entity
-
- BlockBegin
- BlockEnd
- BlockReference
-
- MInsertBlock
- Table
- Curve
-
- Arc
- Circle
- Leader
- Line
- Polyline
- Polyline2d
- Polyline3d
- Dimension
-
- AlignedDimension
- ArcDimension
- DiametricDimension
- LineAngularDimension2
- OrdinateDimension
- Point3AngularDimension
- RadialDimension
- RadialDimensionLarge
- RotatedDimension
- Face
- Fcf
- MLeader
- MText
- Mline
- Point
- Region
- SequenceEnd
- Solid3d
- Surface
-
- ExtrudedSurface
- LoftedSurface
- NurbSurface
- PlaneSurface
- RevolvedSurface
- SweptSurface
- Text
-
- AttributeDefinition
- AttributeReference
- Vertex
-
- FaceRecord
- PolyFaceMeshVertex
- PolygonMeshVertex
- Polyline3dVertex
- Vertex2d
- Field
- MLeaderStyle
- MlineStyle
- SymbolTable
-
- BlockTable
- DimStyleTable
- SymbolTableRecord
-
- BlockTableRecord
- DimStyleTableRecord
- LayerTableRecord
- TextStyleTableRecord
- TableStyle
- PyRx.RxObject(Boost.Python.instance)
-
- Database
class ACIcolorMethod(Boost.Python.enum) |
| | |
- Method resolution order:
- ACIcolorMethod
- Boost.Python.enum
- builtins.int
- builtins.object
Data and other attributes defined here:
- kACIbyBlock = PyDb.ACIcolorMethod.kACIbyBlock
- kACIbyLayer = PyDb.ACIcolorMethod.kACIbyLayer
- kACIclear = PyDb.ACIcolorMethod.kACIclear
- kACIforeground = PyDb.ACIcolorMethod.kACIforeground
- kACIfrozenLayer = PyDb.ACIcolorMethod.kACIfrozenLayer
- kACImaximum = PyDb.ACIcolorMethod.kACImaximum
- kACIminimum = PyDb.ACIcolorMethod.kACIminimum
- kACInone = PyDb.ACIcolorMethod.kACInone
- kACIstandard = PyDb.ACIcolorMethod.kACIstandard
- names = {'kACIbyBlock': PyDb.ACIcolorMethod.kACIbyBlock, 'kACIbyLayer': PyDb.ACIcolorMethod.kACIbyLayer, 'kACIclear': PyDb.ACIcolorMethod.kACIclear, 'kACIforeground': PyDb.ACIcolorMethod.kACIforeground, 'kACIfrozenLayer': PyDb.ACIcolorMethod.kACIfrozenLayer, 'kACImaximum': PyDb.ACIcolorMethod.kACImaximum, 'kACIminimum': PyDb.ACIcolorMethod.kACIminimum, 'kACInone': PyDb.ACIcolorMethod.kACInone, 'kACIstandard': PyDb.ACIcolorMethod.kACIstandard}
- values = {-32700: PyDb.ACIcolorMethod.kACIfrozenLayer, -255: PyDb.ACIcolorMethod.kACIminimum, 0: PyDb.ACIcolorMethod.kACIclear, 7: PyDb.ACIcolorMethod.kACIstandard, 255: PyDb.ACIcolorMethod.kACImaximum, 256: PyDb.ACIcolorMethod.kACIbyLayer, 257: PyDb.ACIcolorMethod.kACInone}
Methods inherited from Boost.Python.enum:
- __repr__(self, /)
- Return repr(self).
- __str__(self, /)
- Return str(self).
Data descriptors inherited from Boost.Python.enum:
- name
Methods inherited from builtins.int:
- __abs__(self, /)
- abs(self)
- __add__(self, value, /)
- Return self+value.
- __and__(self, value, /)
- Return self&value.
- __bool__(self, /)
- True if self else False
- __ceil__(...)
- Ceiling of an Integral returns itself.
- __divmod__(self, value, /)
- Return divmod(self, value).
- __eq__(self, value, /)
- Return self==value.
- __float__(self, /)
- float(self)
- __floor__(...)
- Flooring an Integral returns itself.
- __floordiv__(self, value, /)
- Return self//value.
- __format__(self, format_spec, /)
- Default object formatter.
- __ge__(self, value, /)
- Return self>=value.
- __getattribute__(self, name, /)
- Return getattr(self, name).
- __getnewargs__(self, /)
- __gt__(self, value, /)
- Return self>value.
- __hash__(self, /)
- Return hash(self).
- __index__(self, /)
- Return self converted to an integer, if self is suitable for use as an index into a list.
- __int__(self, /)
- int(self)
- __invert__(self, /)
- ~self
- __le__(self, value, /)
- Return self<=value.
- __lshift__(self, value, /)
- Return self<<value.
- __lt__(self, value, /)
- Return self<value.
- __mod__(self, value, /)
- Return self%value.
- __mul__(self, value, /)
- Return self*value.
- __ne__(self, value, /)
- Return self!=value.
- __neg__(self, /)
- -self
- __or__(self, value, /)
- Return self|value.
- __pos__(self, /)
- +self
- __pow__(self, value, mod=None, /)
- Return pow(self, value, mod).
- __radd__(self, value, /)
- Return value+self.
- __rand__(self, value, /)
- Return value&self.
- __rdivmod__(self, value, /)
- Return divmod(value, self).
- __rfloordiv__(self, value, /)
- Return value//self.
- __rlshift__(self, value, /)
- Return value<<self.
- __rmod__(self, value, /)
- Return value%self.
- __rmul__(self, value, /)
- Return value*self.
- __ror__(self, value, /)
- Return value|self.
- __round__(...)
- Rounding an Integral returns itself.
Rounding with an ndigits argument also returns an integer.
- __rpow__(self, value, mod=None, /)
- Return pow(value, self, mod).
- __rrshift__(self, value, /)
- Return value>>self.
- __rshift__(self, value, /)
- Return self>>value.
- __rsub__(self, value, /)
- Return value-self.
- __rtruediv__(self, value, /)
- Return value/self.
- __rxor__(self, value, /)
- Return value^self.
- __sizeof__(self, /)
- Returns size in memory, in bytes.
- __sub__(self, value, /)
- Return self-value.
- __truediv__(self, value, /)
- Return self/value.
- __trunc__(...)
- Truncating an Integral returns itself.
- __xor__(self, value, /)
- Return self^value.
- as_integer_ratio(self, /)
- Return integer ratio.
Return a pair of integers, whose ratio is exactly equal to the original int
and with a positive denominator.
>>> (10).as_integer_ratio()
(10, 1)
>>> (-10).as_integer_ratio()
(-10, 1)
>>> (0).as_integer_ratio()
(0, 1)
- bit_count(self, /)
- Number of ones in the binary representation of the absolute value of self.
Also known as the population count.
>>> bin(13)
'0b1101'
>>> (13).bit_count()
3
- bit_length(self, /)
- Number of bits necessary to represent self in binary.
>>> bin(37)
'0b100101'
>>> (37).bit_length()
6
- conjugate(...)
- Returns self, the complex conjugate of any int.
- to_bytes(self, /, length, byteorder, *, signed=False)
- Return an array of bytes representing an integer.
length
Length of bytes object to use. An OverflowError is raised if the
integer is not representable with the given number of bytes.
byteorder
The byte order used to represent the integer. If byteorder is 'big',
the most significant byte is at the beginning of the byte array. If
byteorder is 'little', the most significant byte is at the end of the
byte array. To request the native byte order of the host system, use
`sys.byteorder' as the byte order value.
signed
Determines whether two's complement is used to represent the integer.
If signed is False and a negative integer is given, an OverflowError
is raised.
Class methods inherited from builtins.int:
- from_bytes(bytes, byteorder, *, signed=False) from builtins.type
- Return the integer represented by the given array of bytes.
bytes
Holds the array of bytes to convert. The argument must either
support the buffer protocol or be an iterable object producing bytes.
Bytes and bytearray are examples of built-in objects that support the
buffer protocol.
byteorder
The byte order used to represent the integer. If byteorder is 'big',
the most significant byte is at the beginning of the byte array. If
byteorder is 'little', the most significant byte is at the end of the
byte array. To request the native byte order of the host system, use
`sys.byteorder' as the byte order value.
signed
Indicates whether two's complement is used to represent the integer.
Static methods inherited from builtins.int:
- __new__(*args, **kwargs) from builtins.type
- Create and return a new object. See help(type) for accurate signature.
Data descriptors inherited from builtins.int:
- denominator
- the denominator of a rational number in lowest terms
- imag
- the imaginary part of a complex number
- numerator
- the numerator of a rational number in lowest terms
- real
- the real part of a complex number
|
class AlignedDimension(Dimension) |
| | |
- Method resolution order:
- AlignedDimension
- Dimension
- Entity
- DbObject
- PyGi.Drawable
- PyRx.RxObject
- Boost.Python.instance
- builtins.object
Static methods defined here:
- __init__(...)
- __init__( (object)arg1) -> None :
C++ signature :
void __init__(struct _object * __ptr64)
__init__( (object)arg1) -> None :
C++ signature :
void __init__(struct _object * __ptr64)
__init__( (object)arg1, (ObjectId)arg2, (OpenMode)arg3) -> None :
C++ signature :
void __init__(struct _object * __ptr64,class PyDbObjectId,enum AcDb::OpenMode)
__init__( (object)arg1, (Point3d)arg2, (Point3d)arg3, (Point3d)arg4) -> None :
C++ signature :
void __init__(struct _object * __ptr64,class AcGePoint3d,class AcGePoint3d,class AcGePoint3d)
__init__( (object)arg1, (Point3d)arg2, (Point3d)arg3, (Point3d)arg4, (str)arg5) -> None :
C++ signature :
void __init__(struct _object * __ptr64,class AcGePoint3d,class AcGePoint3d,class AcGePoint3d,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
__init__( (object)arg1, (Point3d)arg2, (Point3d)arg3, (Point3d)arg4, (str)arg5, (ObjectId)arg6) -> None :
C++ signature :
void __init__(struct _object * __ptr64,class AcGePoint3d,class AcGePoint3d,class AcGePoint3d,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,class PyDbObjectId)
- __reduce__ = (...)
- className(...)
- className() -> str :
C++ signature :
class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > className()
- desc(...)
- desc() -> RxClass :
C++ signature :
class PyRxClass desc()
- dimLinePoint(...)
- dimLinePoint( (AlignedDimension)arg1) -> Point3d :
C++ signature :
class AcGePoint3d dimLinePoint(class PyDbAlignedDimension {lvalue})
- jogSymbolOn(...)
- jogSymbolOn( (AlignedDimension)arg1) -> bool :
C++ signature :
bool jogSymbolOn(class PyDbAlignedDimension {lvalue})
- jogSymbolPosition(...)
- jogSymbolPosition( (AlignedDimension)arg1) -> Point3d :
C++ signature :
class AcGePoint3d jogSymbolPosition(class PyDbAlignedDimension {lvalue})
- oblique(...)
- oblique( (AlignedDimension)arg1) -> float :
C++ signature :
double oblique(class PyDbAlignedDimension {lvalue})
- setDimLinePoint(...)
- setDimLinePoint( (AlignedDimension)arg1, (Point3d)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setDimLinePoint(class PyDbAlignedDimension {lvalue},class AcGePoint3d)
- setJogSymbolOn(...)
- setJogSymbolOn( (AlignedDimension)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setJogSymbolOn(class PyDbAlignedDimension {lvalue},bool)
- setJogSymbolPosition(...)
- setJogSymbolPosition( (AlignedDimension)arg1, (Point3d)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setJogSymbolPosition(class PyDbAlignedDimension {lvalue},class AcGePoint3d)
- setOblique(...)
- setOblique( (AlignedDimension)arg1, (float)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setOblique(class PyDbAlignedDimension {lvalue},double)
- setXLine1Point(...)
- setXLine1Point( (AlignedDimension)arg1, (Point3d)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setXLine1Point(class PyDbAlignedDimension {lvalue},class AcGePoint3d)
- setXLine2Point(...)
- setXLine2Point( (AlignedDimension)arg1, (Point3d)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setXLine2Point(class PyDbAlignedDimension {lvalue},class AcGePoint3d)
- xLine1Point(...)
- xLine1Point( (AlignedDimension)arg1) -> Point3d :
C++ signature :
class AcGePoint3d xLine1Point(class PyDbAlignedDimension {lvalue})
- xLine2Point(...)
- xLine2Point( (AlignedDimension)arg1) -> Point3d :
C++ signature :
class AcGePoint3d xLine2Point(class PyDbAlignedDimension {lvalue})
Data and other attributes defined here:
- __instance_size__ = 48
Static methods inherited from Dimension:
- altSuppressLeadingZeros(...)
- altSuppressLeadingZeros( (Dimension)arg1) -> bool :
C++ signature :
bool altSuppressLeadingZeros(class PyDbDimension {lvalue})
- altSuppressTrailingZeros(...)
- altSuppressTrailingZeros( (Dimension)arg1) -> bool :
C++ signature :
bool altSuppressTrailingZeros(class PyDbDimension {lvalue})
- altSuppressZeroFeet(...)
- altSuppressZeroFeet( (Dimension)arg1) -> bool :
C++ signature :
bool altSuppressZeroFeet(class PyDbDimension {lvalue})
- altSuppressZeroInches(...)
- altSuppressZeroInches( (Dimension)arg1) -> bool :
C++ signature :
bool altSuppressZeroInches(class PyDbDimension {lvalue})
- altToleranceSuppressLeadingZeros(...)
- altToleranceSuppressLeadingZeros( (Dimension)arg1) -> bool :
C++ signature :
bool altToleranceSuppressLeadingZeros(class PyDbDimension {lvalue})
- altToleranceSuppressTrailingZeros(...)
- altToleranceSuppressTrailingZeros( (Dimension)arg1) -> bool :
C++ signature :
bool altToleranceSuppressTrailingZeros(class PyDbDimension {lvalue})
- altToleranceSuppressZeroFeet(...)
- altToleranceSuppressZeroFeet( (Dimension)arg1) -> bool :
C++ signature :
bool altToleranceSuppressZeroFeet(class PyDbDimension {lvalue})
- altToleranceSuppressZeroInches(...)
- altToleranceSuppressZeroInches( (Dimension)arg1) -> bool :
C++ signature :
bool altToleranceSuppressZeroInches(class PyDbDimension {lvalue})
- alternatePrefix(...)
- alternatePrefix( (Dimension)arg1) -> str :
C++ signature :
class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > alternatePrefix(class PyDbDimension {lvalue})
- alternateSuffix(...)
- alternateSuffix( (Dimension)arg1) -> str :
C++ signature :
class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > alternateSuffix(class PyDbDimension {lvalue})
- blockTransform(...)
- blockTransform( (Dimension)arg1) -> Matrix3d :
C++ signature :
class AcGeMatrix3d blockTransform(class PyDbDimension {lvalue})
- centerMarkSize(...)
- centerMarkSize( (Dimension)arg1) -> float :
C++ signature :
double centerMarkSize(class PyDbDimension {lvalue})
- dimBlockId(...)
- dimBlockId( (Dimension)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId dimBlockId(class PyDbDimension {lvalue})
- dimBlockPosition(...)
- dimBlockPosition( (Dimension)arg1) -> Point3d :
C++ signature :
class AcGePoint3d dimBlockPosition(class PyDbDimension {lvalue})
- dimExt1Linetype(...)
- dimExt1Linetype( (Dimension)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId dimExt1Linetype(class PyDbDimension {lvalue})
- dimExt2Linetype(...)
- dimExt2Linetype( (Dimension)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId dimExt2Linetype(class PyDbDimension {lvalue})
- dimLineLinetype(...)
- dimLineLinetype( (Dimension)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId dimLineLinetype(class PyDbDimension {lvalue})
- dimensionStyle(...)
- dimensionStyle( (Dimension)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId dimensionStyle(class PyDbDimension {lvalue})
- dimensionText(...)
- dimensionText( (Dimension)arg1) -> str :
C++ signature :
class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > dimensionText(class PyDbDimension {lvalue})
- elevation(...)
- elevation( (Dimension)arg1) -> float :
C++ signature :
double elevation(class PyDbDimension {lvalue})
- fieldFromMText(...)
- fieldFromMText( (Dimension)arg1, (MText)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus fieldFromMText(class PyDbDimension {lvalue},class PyDbMText {lvalue})
- fieldToMText(...)
- fieldToMText( (Dimension)arg1, (MText)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus fieldToMText(class PyDbDimension {lvalue},class PyDbMText {lvalue})
- formatMeasurement(...)
- formatMeasurement( (Dimension)arg1, (float)arg2) -> str :
C++ signature :
class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > formatMeasurement(class PyDbDimension {lvalue},double)
formatMeasurement( (Dimension)arg1, (float)arg2, (str)arg3) -> str :
C++ signature :
class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > formatMeasurement(class PyDbDimension {lvalue},double,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
- generateLayout(...)
- generateLayout( (Dimension)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus generateLayout(class PyDbDimension {lvalue})
- getArrowFirstIsFlipped(...)
- getArrowFirstIsFlipped( (Dimension)arg1) -> bool :
C++ signature :
bool getArrowFirstIsFlipped(class PyDbDimension {lvalue})
- getArrowSecondIsFlipped(...)
- getArrowSecondIsFlipped( (Dimension)arg1) -> bool :
C++ signature :
bool getArrowSecondIsFlipped(class PyDbDimension {lvalue})
- getDimstyleData(...)
- getDimstyleData( (Dimension)arg1) -> DimStyleTableRecord :
C++ signature :
class PyDbDimStyleTableRecord getDimstyleData(class PyDbDimension {lvalue})
- horizontalRotation(...)
- horizontalRotation( (Dimension)arg1) -> float :
C++ signature :
double horizontalRotation(class PyDbDimension {lvalue})
- inspection(...)
- inspection( (Dimension)arg1) -> bool :
C++ signature :
bool inspection(class PyDbDimension {lvalue})
- inspectionFrame(...)
- inspectionFrame( (Dimension)arg1) -> int :
C++ signature :
int inspectionFrame(class PyDbDimension {lvalue})
- inspectionLabel(...)
- inspectionLabel( (Dimension)arg1) -> str :
C++ signature :
class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > inspectionLabel(class PyDbDimension {lvalue})
- isConstraintDynamic(...)
- isConstraintDynamic( (Dimension)arg1) -> bool :
C++ signature :
bool isConstraintDynamic(class PyDbDimension {lvalue})
- isConstraintObject(...)
- isConstraintObject( (Dimension)arg1) -> tuple :
C++ signature :
class boost::python::tuple isConstraintObject(class PyDbDimension {lvalue})
- isDynamicDimension(...)
- isDynamicDimension( (Dimension)arg1) -> bool :
C++ signature :
bool isDynamicDimension(class PyDbDimension {lvalue})
- isHorizontalRefTextRotation(...)
- isHorizontalRefTextRotation( (Dimension)arg1) -> bool :
C++ signature :
bool isHorizontalRefTextRotation(class PyDbDimension {lvalue})
- isUsingDefaultTextPosition(...)
- isUsingDefaultTextPosition( (Dimension)arg1) -> bool :
C++ signature :
bool isUsingDefaultTextPosition(class PyDbDimension {lvalue})
- measurement(...)
- measurement( (Dimension)arg1) -> float :
C++ signature :
double measurement(class PyDbDimension {lvalue})
- normal(...)
- normal( (Dimension)arg1) -> Vector3d :
C++ signature :
class AcGeVector3d normal(class PyDbDimension {lvalue})
- prefix(...)
- prefix( (Dimension)arg1) -> str :
C++ signature :
class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > prefix(class PyDbDimension {lvalue})
- recomputeDimBlock(...)
- recomputeDimBlock( (Dimension)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus recomputeDimBlock(class PyDbDimension {lvalue})
recomputeDimBlock( (Dimension)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus recomputeDimBlock(class PyDbDimension {lvalue},bool)
- removeTextField(...)
- removeTextField( (Dimension)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus removeTextField(class PyDbDimension {lvalue})
- resetTextDefinedSize(...)
- resetTextDefinedSize( (Dimension)arg1) -> None :
C++ signature :
void resetTextDefinedSize(class PyDbDimension {lvalue})
- setAltSuppressLeadingZeros(...)
- setAltSuppressLeadingZeros( (Dimension)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setAltSuppressLeadingZeros(class PyDbDimension {lvalue},bool)
- setAltSuppressTrailingZeros(...)
- setAltSuppressTrailingZeros( (Dimension)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setAltSuppressTrailingZeros(class PyDbDimension {lvalue},bool)
- setAltSuppressZeroFeet(...)
- setAltSuppressZeroFeet( (Dimension)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setAltSuppressZeroFeet(class PyDbDimension {lvalue},bool)
- setAltSuppressZeroInches(...)
- setAltSuppressZeroInches( (Dimension)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setAltSuppressZeroInches(class PyDbDimension {lvalue},bool)
- setAltToleranceSuppressLeadingZeros(...)
- setAltToleranceSuppressLeadingZeros( (Dimension)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setAltToleranceSuppressLeadingZeros(class PyDbDimension {lvalue},bool)
- setAltToleranceSuppressTrailingZeros(...)
- setAltToleranceSuppressTrailingZeros( (Dimension)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setAltToleranceSuppressTrailingZeros(class PyDbDimension {lvalue},bool)
- setAltToleranceSuppressZeroFeet(...)
- setAltToleranceSuppressZeroFeet( (Dimension)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setAltToleranceSuppressZeroFeet(class PyDbDimension {lvalue},bool)
- setAltToleranceSuppressZeroInches(...)
- setAltToleranceSuppressZeroInches( (Dimension)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setAltToleranceSuppressZeroInches(class PyDbDimension {lvalue},bool)
- setAlternatePrefix(...)
- setAlternatePrefix( (Dimension)arg1, (str)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setAlternatePrefix(class PyDbDimension {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
- setAlternateSuffix(...)
- setAlternateSuffix( (Dimension)arg1, (str)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setAlternateSuffix(class PyDbDimension {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
- setArrowFirstIsFlipped(...)
- setArrowFirstIsFlipped( (Dimension)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setArrowFirstIsFlipped(class PyDbDimension {lvalue},bool)
- setArrowSecondIsFlipped(...)
- setArrowSecondIsFlipped( (Dimension)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setArrowSecondIsFlipped(class PyDbDimension {lvalue},bool)
- setConstraintDynamic(...)
- setConstraintDynamic( (Dimension)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setConstraintDynamic(class PyDbDimension {lvalue},bool)
- setDimBlockId(...)
- setDimBlockId( (Dimension)arg1, (ObjectId)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setDimBlockId(class PyDbDimension {lvalue},class PyDbObjectId)
- setDimBlockPosition(...)
- setDimBlockPosition( (Dimension)arg1, (Point3d)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setDimBlockPosition(class PyDbDimension {lvalue},class AcGePoint3d)
- setDimExt1Linetype(...)
- setDimExt1Linetype( (Dimension)arg1, (ObjectId)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setDimExt1Linetype(class PyDbDimension {lvalue},class PyDbObjectId)
- setDimExt2Linetype(...)
- setDimExt2Linetype( (Dimension)arg1, (ObjectId)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setDimExt2Linetype(class PyDbDimension {lvalue},class PyDbObjectId)
- setDimLineLinetype(...)
- setDimLineLinetype( (Dimension)arg1, (ObjectId)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setDimLineLinetype(class PyDbDimension {lvalue},class PyDbObjectId)
- setDimensionStyle(...)
- setDimensionStyle( (Dimension)arg1, (ObjectId)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setDimensionStyle(class PyDbDimension {lvalue},class PyDbObjectId)
- setDimensionText(...)
- setDimensionText( (Dimension)arg1, (str)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setDimensionText(class PyDbDimension {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
- setDimstyleData(...)
- setDimstyleData( (Dimension)arg1, (ObjectId)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setDimstyleData(class PyDbDimension {lvalue},class PyDbObjectId)
setDimstyleData( (Dimension)arg1, (DimStyleTableRecord)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setDimstyleData(class PyDbDimension {lvalue},class PyDbDimStyleTableRecord)
- setDynamicDimension(...)
- setDynamicDimension( (Dimension)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setDynamicDimension(class PyDbDimension {lvalue},bool)
- setElevation(...)
- setElevation( (Dimension)arg1, (float)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setElevation(class PyDbDimension {lvalue},double)
- setHorizontalRefTextRotation(...)
- setHorizontalRefTextRotation( (Dimension)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setHorizontalRefTextRotation(class PyDbDimension {lvalue},bool)
- setHorizontalRotation(...)
- setHorizontalRotation( (Dimension)arg1, (float)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setHorizontalRotation(class PyDbDimension {lvalue},double)
- setInspection(...)
- setInspection( (Dimension)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setInspection(class PyDbDimension {lvalue},bool)
- setInspectionFrame(...)
- setInspectionFrame( (Dimension)arg1, (int)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setInspectionFrame(class PyDbDimension {lvalue},int)
- setInspectionLabel(...)
- setInspectionLabel( (Dimension)arg1, (str)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setInspectionLabel(class PyDbDimension {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
- setNormal(...)
- setNormal( (Dimension)arg1, (Vector3d)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setNormal(class PyDbDimension {lvalue},class AcGeVector3d)
- setPrefix(...)
- setPrefix( (Dimension)arg1, (str)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setPrefix(class PyDbDimension {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
- setShouldParticipateInOPM(...)
- setShouldParticipateInOPM( (Dimension)arg1, (bool)arg2) -> None :
C++ signature :
void setShouldParticipateInOPM(class PyDbDimension {lvalue},bool)
- setSuffix(...)
- setSuffix( (Dimension)arg1, (str)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setSuffix(class PyDbDimension {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
- setSuppressAngularTrailingZeros(...)
- setSuppressAngularTrailingZeros( (Dimension)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setSuppressAngularTrailingZeros(class PyDbDimension {lvalue},bool)
- setSuppressLeadingZeros(...)
- setSuppressLeadingZeros( (Dimension)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setSuppressLeadingZeros(class PyDbDimension {lvalue},bool)
- setSuppressTrailingZeros(...)
- setSuppressTrailingZeros( (Dimension)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setSuppressTrailingZeros(class PyDbDimension {lvalue},bool)
- setSuppressZeroFeet(...)
- setSuppressZeroFeet( (Dimension)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setSuppressZeroFeet(class PyDbDimension {lvalue},bool)
- setSuppressZeroInches(...)
- setSuppressZeroInches( (Dimension)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setSuppressZeroInches(class PyDbDimension {lvalue},bool)
- setTextAttachment(...)
- setTextAttachment( (Dimension)arg1, (MTextAttachmentPoint)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setTextAttachment(class PyDbDimension {lvalue},enum AcDbMText::AttachmentPoint)
- setTextDefinedSize(...)
- setTextDefinedSize( (Dimension)arg1, (float)arg2, (float)arg3) -> None :
C++ signature :
void setTextDefinedSize(class PyDbDimension {lvalue},double,double)
- setTextLineSpacingFactor(...)
- setTextLineSpacingFactor( (Dimension)arg1, (float)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setTextLineSpacingFactor(class PyDbDimension {lvalue},double)
- setTextLineSpacingStyle(...)
- setTextLineSpacingStyle( (Dimension)arg1, (LineSpacingStyle)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setTextLineSpacingStyle(class PyDbDimension {lvalue},enum AcDb::LineSpacingStyle)
- setTextPosition(...)
- setTextPosition( (Dimension)arg1, (Point3d)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setTextPosition(class PyDbDimension {lvalue},class AcGePoint3d)
- setTextRotation(...)
- setTextRotation( (Dimension)arg1, (float)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setTextRotation(class PyDbDimension {lvalue},double)
- setToleranceSuppressLeadingZeros(...)
- setToleranceSuppressLeadingZeros( (Dimension)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setToleranceSuppressLeadingZeros(class PyDbDimension {lvalue},bool)
- setToleranceSuppressTrailingZeros(...)
- setToleranceSuppressTrailingZeros( (Dimension)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setToleranceSuppressTrailingZeros(class PyDbDimension {lvalue},bool)
- setToleranceSuppressZeroFeet(...)
- setToleranceSuppressZeroFeet( (Dimension)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setToleranceSuppressZeroFeet(class PyDbDimension {lvalue},bool)
- setToleranceSuppressZeroInches(...)
- setToleranceSuppressZeroInches( (Dimension)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setToleranceSuppressZeroInches(class PyDbDimension {lvalue},bool)
- setUsingDefaultTextPosition(...)
- setUsingDefaultTextPosition( (Dimension)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setUsingDefaultTextPosition(class PyDbDimension {lvalue},bool)
- shouldParticipateInOPM(...)
- shouldParticipateInOPM( (Dimension)arg1) -> bool :
C++ signature :
bool shouldParticipateInOPM(class PyDbDimension {lvalue})
- suffix(...)
- suffix( (Dimension)arg1) -> str :
C++ signature :
class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > suffix(class PyDbDimension {lvalue})
- suppressAngularLeadingZeros(...)
- suppressAngularLeadingZeros( (Dimension)arg1) -> bool :
C++ signature :
bool suppressAngularLeadingZeros(class PyDbDimension {lvalue})
- suppressAngularTrailingZeros(...)
- suppressAngularTrailingZeros( (Dimension)arg1) -> bool :
C++ signature :
bool suppressAngularTrailingZeros(class PyDbDimension {lvalue})
- suppressLeadingZeros(...)
- suppressLeadingZeros( (Dimension)arg1) -> bool :
C++ signature :
bool suppressLeadingZeros(class PyDbDimension {lvalue})
- suppressTrailingZeros(...)
- suppressTrailingZeros( (Dimension)arg1) -> bool :
C++ signature :
bool suppressTrailingZeros(class PyDbDimension {lvalue})
- suppressZeroFeet(...)
- suppressZeroFeet( (Dimension)arg1) -> bool :
C++ signature :
bool suppressZeroFeet(class PyDbDimension {lvalue})
- suppressZeroInches(...)
- suppressZeroInches( (Dimension)arg1) -> bool :
C++ signature :
bool suppressZeroInches(class PyDbDimension {lvalue})
- textAttachment(...)
- textAttachment( (Dimension)arg1) -> MTextAttachmentPoint :
C++ signature :
enum AcDbMText::AttachmentPoint textAttachment(class PyDbDimension {lvalue})
- textDefinedSize(...)
- textDefinedSize( (Dimension)arg1) -> tuple :
C++ signature :
class boost::python::tuple textDefinedSize(class PyDbDimension {lvalue})
- textLineSpacingFactor(...)
- textLineSpacingFactor( (Dimension)arg1) -> float :
C++ signature :
double textLineSpacingFactor(class PyDbDimension {lvalue})
- textLineSpacingStyle(...)
- textLineSpacingStyle( (Dimension)arg1) -> LineSpacingStyle :
C++ signature :
enum AcDb::LineSpacingStyle textLineSpacingStyle(class PyDbDimension {lvalue})
- textPosition(...)
- textPosition( (Dimension)arg1) -> Point3d :
C++ signature :
class AcGePoint3d textPosition(class PyDbDimension {lvalue})
- textRotation(...)
- textRotation( (Dimension)arg1) -> float :
C++ signature :
double textRotation(class PyDbDimension {lvalue})
- toleranceSuppressLeadingZeros(...)
- toleranceSuppressLeadingZeros( (Dimension)arg1) -> bool :
C++ signature :
bool toleranceSuppressLeadingZeros(class PyDbDimension {lvalue})
- toleranceSuppressTrailingZeros(...)
- toleranceSuppressTrailingZeros( (Dimension)arg1) -> bool :
C++ signature :
bool toleranceSuppressTrailingZeros(class PyDbDimension {lvalue})
- toleranceSuppressZeroFeet(...)
- toleranceSuppressZeroFeet( (Dimension)arg1) -> bool :
C++ signature :
bool toleranceSuppressZeroFeet(class PyDbDimension {lvalue})
- toleranceSuppressZeroInches(...)
- toleranceSuppressZeroInches( (Dimension)arg1) -> bool :
C++ signature :
bool toleranceSuppressZeroInches(class PyDbDimension {lvalue})
- useDefaultTextPosition(...)
- useDefaultTextPosition( (Dimension)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus useDefaultTextPosition(class PyDbDimension {lvalue})
- useSetTextPosition(...)
- useSetTextPosition( (Dimension)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus useSetTextPosition(class PyDbDimension {lvalue})
Static methods inherited from Entity:
- blockId(...)
- blockId( (Entity)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId blockId(class PyDbEntity {lvalue})
- castShadows(...)
- castShadows( (Entity)arg1) -> bool :
C++ signature :
bool castShadows(class PyDbEntity {lvalue})
- collisionType(...)
- collisionType( (Entity)arg1) -> CollisionType :
C++ signature :
enum AcDb::CollisionType collisionType(class PyDbEntity {lvalue})
- color(...)
- color( (Entity)arg1) -> Color :
C++ signature :
class AcCmColor color(class PyDbEntity {lvalue})
- colorIndex(...)
- colorIndex( (Entity)arg1) -> int :
C++ signature :
unsigned short colorIndex(class PyDbEntity {lvalue})
- draw(...)
- draw( (Entity)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus draw(class PyDbEntity {lvalue})
- entityColor(...)
- entityColor( (Entity)arg1) -> EntityColor :
C++ signature :
class AcCmEntityColor entityColor(class PyDbEntity {lvalue})
- getCompoundObjectTransform(...)
- getCompoundObjectTransform( (Entity)arg1, (Matrix3d)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus getCompoundObjectTransform(class PyDbEntity {lvalue},class AcGeMatrix3d {lvalue})
- getEcs(...)
- getEcs( (Entity)arg1, (Matrix3d)arg2) -> None :
C++ signature :
void getEcs(class PyDbEntity {lvalue},class AcGeMatrix3d {lvalue})
- getGeomExtents(...)
- getGeomExtents( (Entity)arg1, (Extents)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus getGeomExtents(class PyDbEntity {lvalue},class AcDbExtents {lvalue})
- getPlane(...)
- getPlane( (Entity)arg1) -> Plane :
C++ signature :
class PyGePlane getPlane(class PyDbEntity {lvalue})
- getPlotStyleNameId(...)
- getPlotStyleNameId( (Entity)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId getPlotStyleNameId(class PyDbEntity {lvalue})
- isPlanar(...)
- isPlanar( (Entity)arg1) -> bool :
C++ signature :
bool isPlanar(class PyDbEntity {lvalue})
- layer(...)
- layer( (Entity)arg1) -> str :
C++ signature :
class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > layer(class PyDbEntity {lvalue})
- layerId(...)
- layerId( (Entity)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId layerId(class PyDbEntity {lvalue})
- lineWeight(...)
- lineWeight( (Entity)arg1) -> LineWeight :
C++ signature :
enum AcDb::LineWeight lineWeight(class PyDbEntity {lvalue})
- linetype(...)
- linetype( (Entity)arg1) -> str :
C++ signature :
class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > linetype(class PyDbEntity {lvalue})
- linetypeId(...)
- linetypeId( (Entity)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId linetypeId(class PyDbEntity {lvalue})
- linetypeScale(...)
- linetypeScale( (Entity)arg1) -> float :
C++ signature :
double linetypeScale(class PyDbEntity {lvalue})
- list(...)
- list( (Entity)arg1) -> None :
C++ signature :
void list(class PyDbEntity {lvalue})
- material(...)
- material( (Entity)arg1) -> str :
C++ signature :
class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > material(class PyDbEntity {lvalue})
- materialId(...)
- materialId( (Entity)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId materialId(class PyDbEntity {lvalue})
- plotStyleName(...)
- plotStyleName( (Entity)arg1) -> str :
C++ signature :
class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > plotStyleName(class PyDbEntity {lvalue})
- receiveShadows(...)
- receiveShadows( (Entity)arg1) -> bool :
C++ signature :
bool receiveShadows(class PyDbEntity {lvalue})
- recordGraphicsModified(...)
- recordGraphicsModified( (Entity)arg1) -> None :
C++ signature :
void recordGraphicsModified(class PyDbEntity {lvalue})
recordGraphicsModified( (Entity)arg1) -> None :
C++ signature :
void recordGraphicsModified(class PyDbEntity {lvalue})
- setCastShadows(...)
- setCastShadows( (Entity)arg1, (bool)arg2) -> None :
C++ signature :
void setCastShadows(class PyDbEntity {lvalue},bool)
- setColor(...)
- setColor( (Entity)arg1, (Color)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setColor(class PyDbEntity {lvalue},class AcCmColor)
setColor( (Entity)arg1, (Color)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setColor(class PyDbEntity {lvalue},class AcCmColor,bool)
setColor( (Entity)arg1, (Color)arg2, (bool)arg3, (Database)arg4) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setColor(class PyDbEntity {lvalue},class AcCmColor,bool,class PyDbDatabase {lvalue})
- setColorIndex(...)
- setColorIndex( (Entity)arg1, (int)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setColorIndex(class PyDbEntity {lvalue},unsigned short)
setColorIndex( (Entity)arg1, (int)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setColorIndex(class PyDbEntity {lvalue},unsigned short,bool)
- setDatabaseDefaults(...)
- setDatabaseDefaults( (Entity)arg1) -> None :
C++ signature :
void setDatabaseDefaults(class PyDbEntity {lvalue})
setDatabaseDefaults( (Entity)arg1, (Database)arg2) -> None :
C++ signature :
void setDatabaseDefaults(class PyDbEntity {lvalue},class PyDbDatabase)
- setLayer(...)
- setLayer( (Entity)arg1, (str)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLayer(class PyDbEntity {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
setLayer( (Entity)arg1, (str)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLayer(class PyDbEntity {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,bool)
setLayer( (Entity)arg1, (str)arg2, (bool)arg3, (bool)arg4) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLayer(class PyDbEntity {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,bool,bool)
setLayer( (Entity)arg1, (ObjectId)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLayer(class PyDbEntity {lvalue},class PyDbObjectId)
setLayer( (Entity)arg1, (ObjectId)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLayer(class PyDbEntity {lvalue},class PyDbObjectId,bool)
setLayer( (Entity)arg1, (ObjectId)arg2, (bool)arg3, (bool)arg4) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLayer(class PyDbEntity {lvalue},class PyDbObjectId,bool,bool)
- setLineWeight(...)
- setLineWeight( (Entity)arg1, (LineWeight)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLineWeight(class PyDbEntity {lvalue},enum AcDb::LineWeight)
setLineWeight( (Entity)arg1, (LineWeight)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLineWeight(class PyDbEntity {lvalue},enum AcDb::LineWeight,bool)
- setLinetype(...)
- setLinetype( (Entity)arg1, (str)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLinetype(class PyDbEntity {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
setLinetype( (Entity)arg1, (str)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLinetype(class PyDbEntity {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,bool)
setLinetype( (Entity)arg1, (ObjectId)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLinetype(class PyDbEntity {lvalue},class PyDbObjectId)
setLinetype( (Entity)arg1, (ObjectId)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLinetype(class PyDbEntity {lvalue},class PyDbObjectId,bool)
- setLinetypeScale(...)
- setLinetypeScale( (Entity)arg1, (float)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLinetypeScale(class PyDbEntity {lvalue},double)
setLinetypeScale( (Entity)arg1, (float)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLinetypeScale(class PyDbEntity {lvalue},double,bool)
- setMaterial(...)
- setMaterial( (Entity)arg1, (str)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setMaterial(class PyDbEntity {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
setMaterial( (Entity)arg1, (str)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setMaterial(class PyDbEntity {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,bool)
setMaterial( (Entity)arg1, (ObjectId)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setMaterial(class PyDbEntity {lvalue},class PyDbObjectId)
setMaterial( (Entity)arg1, (ObjectId)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setMaterial(class PyDbEntity {lvalue},class PyDbObjectId,bool)
- setPlotStyleName(...)
- setPlotStyleName( (Entity)arg1, (str)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setPlotStyleName(class PyDbEntity {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,bool)
setPlotStyleName( (Entity)arg1, (PlotStyleNameType)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setPlotStyleName(class PyDbEntity {lvalue},enum AcDb::PlotStyleNameType,bool)
setPlotStyleName( (Entity)arg1, (PlotStyleNameType)arg2, (ObjectId)arg3, (bool)arg4) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setPlotStyleName(class PyDbEntity {lvalue},enum AcDb::PlotStyleNameType,class PyDbObjectId,bool)
- setPropertiesFrom(...)
- setPropertiesFrom( (Entity)arg1, (Entity)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setPropertiesFrom(class PyDbEntity {lvalue},class PyDbEntity)
setPropertiesFrom( (Entity)arg1, (Entity)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setPropertiesFrom(class PyDbEntity {lvalue},class PyDbEntity,bool)
- setReceiveShadows(...)
- setReceiveShadows( (Entity)arg1, (bool)arg2) -> None :
C++ signature :
void setReceiveShadows(class PyDbEntity {lvalue},bool)
- setVisibility(...)
- setVisibility( (Entity)arg1, (Visibility)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setVisibility(class PyDbEntity {lvalue},enum AcDb::Visibility)
setVisibility( (Entity)arg1, (Visibility)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setVisibility(class PyDbEntity {lvalue},enum AcDb::Visibility,bool)
- transformBy(...)
- transformBy( (Entity)arg1, (Matrix3d)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus transformBy(class PyDbEntity {lvalue},class AcGeMatrix3d)
- visibility(...)
- visibility( (Entity)arg1) -> Visibility :
C++ signature :
enum AcDb::Visibility visibility(class PyDbEntity {lvalue})
Static methods inherited from DbObject:
- addPersistentReactor(...)
- addPersistentReactor( (DbObject)arg1, (ObjectId)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus addPersistentReactor(class PyDbObject {lvalue},class PyDbObjectId)
- assertNotifyEnabled(...)
- assertNotifyEnabled( (DbObject)arg1) -> None :
C++ signature :
void assertNotifyEnabled(class PyDbObject {lvalue})
- assertReadEnabled(...)
- assertReadEnabled( (DbObject)arg1) -> None :
C++ signature :
void assertReadEnabled(class PyDbObject {lvalue})
- assertWriteEnabled(...)
- assertWriteEnabled( (DbObject)arg1) -> None :
C++ signature :
void assertWriteEnabled(class PyDbObject {lvalue})
- cancel(...)
- cancel( (DbObject)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus cancel(class PyDbObject {lvalue})
- close(...)
- close( (DbObject)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus close(class PyDbObject {lvalue})
- createExtensionDictionary(...)
- createExtensionDictionary( (DbObject)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus createExtensionDictionary(class PyDbObject {lvalue})
- database(...)
- database( (DbObject)arg1) -> Database :
C++ signature :
class PyDbDatabase database(class PyDbObject {lvalue})
- disableUndoRecording(...)
- disableUndoRecording( (DbObject)arg1, (bool)arg2) -> None :
C++ signature :
void disableUndoRecording(class PyDbObject {lvalue},bool)
- downgradeOpen(...)
- downgradeOpen( (DbObject)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus downgradeOpen(class PyDbObject {lvalue})
- downgradeToNotify(...)
- downgradeToNotify( (DbObject)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus downgradeToNotify(class PyDbObject {lvalue},bool)
- erase(...)
- erase( (DbObject)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus erase(class PyDbObject {lvalue})
- extensionDictionary(...)
- extensionDictionary( (DbObject)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId extensionDictionary(class PyDbObject {lvalue})
- handOverTo(...)
- handOverTo( (DbObject)arg1, (DbObject)arg2, (bool)arg3, (bool)arg4) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus handOverTo(class PyDbObject {lvalue},class PyDbObject {lvalue},bool,bool)
- hasPersistentReactor(...)
- hasPersistentReactor( (DbObject)arg1, (ObjectId)arg2) -> bool :
C++ signature :
bool hasPersistentReactor(class PyDbObject {lvalue},class PyDbObjectId)
- isAProxy(...)
- isAProxy( (DbObject)arg1) -> bool :
C++ signature :
bool isAProxy(class PyDbObject {lvalue})
- isCancelling(...)
- isCancelling( (DbObject)arg1) -> bool :
C++ signature :
bool isCancelling(class PyDbObject {lvalue})
- isEraseStatusToggled(...)
- isEraseStatusToggled( (DbObject)arg1) -> bool :
C++ signature :
bool isEraseStatusToggled(class PyDbObject {lvalue})
- isErased(...)
- isErased( (DbObject)arg1) -> bool :
C++ signature :
bool isErased(class PyDbObject {lvalue})
- isModified(...)
- isModified( (DbObject)arg1) -> bool :
C++ signature :
bool isModified(class PyDbObject {lvalue})
- isModifiedGraphics(...)
- isModifiedGraphics( (DbObject)arg1) -> bool :
C++ signature :
bool isModifiedGraphics(class PyDbObject {lvalue})
- isModifiedXData(...)
- isModifiedXData( (DbObject)arg1) -> bool :
C++ signature :
bool isModifiedXData(class PyDbObject {lvalue})
- isNewObject(...)
- isNewObject( (DbObject)arg1) -> bool :
C++ signature :
bool isNewObject(class PyDbObject {lvalue})
- isNotifyEnabled(...)
- isNotifyEnabled( (DbObject)arg1) -> bool :
C++ signature :
bool isNotifyEnabled(class PyDbObject {lvalue})
- isNotifying(...)
- isNotifying( (DbObject)arg1) -> bool :
C++ signature :
bool isNotifying(class PyDbObject {lvalue})
- isReadEnabled(...)
- isReadEnabled( (DbObject)arg1) -> bool :
C++ signature :
bool isReadEnabled(class PyDbObject {lvalue})
- isReallyClosing(...)
- isReallyClosing( (DbObject)arg1) -> bool :
C++ signature :
bool isReallyClosing(class PyDbObject {lvalue})
- isTransactionResident(...)
- isTransactionResident( (DbObject)arg1) -> bool :
C++ signature :
bool isTransactionResident(class PyDbObject {lvalue})
- isUndoRecordingDisabled(...)
- isUndoRecordingDisabled( (DbObject)arg1) -> bool :
C++ signature :
bool isUndoRecordingDisabled(class PyDbObject {lvalue})
- isUndoing(...)
- isUndoing( (DbObject)arg1) -> bool :
C++ signature :
bool isUndoing(class PyDbObject {lvalue})
- isWriteEnabled(...)
- isWriteEnabled( (DbObject)arg1) -> bool :
C++ signature :
bool isWriteEnabled(class PyDbObject {lvalue})
- objectId(...)
- objectId( (DbObject)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId objectId(class PyDbObject {lvalue})
- ownerId(...)
- ownerId( (DbObject)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId ownerId(class PyDbObject {lvalue})
- releaseExtensionDictionary(...)
- releaseExtensionDictionary( (DbObject)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus releaseExtensionDictionary(class PyDbObject {lvalue})
- removePersistentReactor(...)
- removePersistentReactor( (DbObject)arg1, (ObjectId)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus removePersistentReactor(class PyDbObject {lvalue},class PyDbObjectId)
- setOwnerId(...)
- setOwnerId( (DbObject)arg1, (ObjectId)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setOwnerId(class PyDbObject {lvalue},class PyDbObjectId)
- setXData(...)
- setXData( (DbObject)arg1, (list)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setXData(class PyDbObject {lvalue},class boost::python::list)
- swapIdWith(...)
- swapIdWith( (DbObject)arg1, (ObjectId)arg2, (bool)arg3, (bool)arg4) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus swapIdWith(class PyDbObject {lvalue},class PyDbObjectId {lvalue},bool,bool)
- upgradeFromNotify(...)
- upgradeFromNotify( (DbObject)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus upgradeFromNotify(class PyDbObject {lvalue},bool {lvalue})
- upgradeOpen(...)
- upgradeOpen( (DbObject)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus upgradeOpen(class PyDbObject {lvalue})
- xData(...)
- xData( (DbObject)arg1, (str)arg2) -> list :
C++ signature :
class boost::python::list xData(class PyDbObject {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
- xDataTransformBy(...)
- xDataTransformBy( (DbObject)arg1, (Matrix3d)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus xDataTransformBy(class PyDbObject {lvalue},class AcGeMatrix3d)
Static methods inherited from PyGi.Drawable:
- isA(...)
- isA( (Drawable)arg1) -> RxClass :
C++ signature :
class PyRxClass isA(class PyGiDrawable {lvalue})
Static methods inherited from PyRx.RxObject:
- __eq__(...)
- __eq__( (RxObject)arg1, (RxObject)arg2) -> bool :
C++ signature :
bool __eq__(class PyRxObject {lvalue},class PyRxObject)
- __ne__(...)
- __ne__( (RxObject)arg1, (RxObject)arg2) -> bool :
C++ signature :
bool __ne__(class PyRxObject {lvalue},class PyRxObject)
- isNull(...)
- isNull( (RxObject)arg1) -> bool :
C++ signature :
bool isNull(class PyRxObject {lvalue})
Static methods inherited from Boost.Python.instance:
- __new__(*args, **kwargs) from Boost.Python.class
- Create and return a new object. See help(type) for accurate signature.
Data descriptors inherited from Boost.Python.instance:
- __dict__
- __weakref__
|
class AnnoType(Boost.Python.enum) |
| | |
- Method resolution order:
- AnnoType
- Boost.Python.enum
- builtins.int
- builtins.object
Data and other attributes defined here:
- kBlockRef = PyDb.AnnoType.kBlockRef
- kFcf = PyDb.AnnoType.kFcf
- kMText = PyDb.AnnoType.kMText
- kNoAnno = PyDb.AnnoType.kNoAnno
- names = {'kBlockRef': PyDb.AnnoType.kBlockRef, 'kFcf': PyDb.AnnoType.kFcf, 'kMText': PyDb.AnnoType.kMText, 'kNoAnno': PyDb.AnnoType.kNoAnno}
- values = {0: PyDb.AnnoType.kMText, 1: PyDb.AnnoType.kFcf, 2: PyDb.AnnoType.kBlockRef, 3: PyDb.AnnoType.kNoAnno}
Methods inherited from Boost.Python.enum:
- __repr__(self, /)
- Return repr(self).
- __str__(self, /)
- Return str(self).
Data descriptors inherited from Boost.Python.enum:
- name
Methods inherited from builtins.int:
- __abs__(self, /)
- abs(self)
- __add__(self, value, /)
- Return self+value.
- __and__(self, value, /)
- Return self&value.
- __bool__(self, /)
- True if self else False
- __ceil__(...)
- Ceiling of an Integral returns itself.
- __divmod__(self, value, /)
- Return divmod(self, value).
- __eq__(self, value, /)
- Return self==value.
- __float__(self, /)
- float(self)
- __floor__(...)
- Flooring an Integral returns itself.
- __floordiv__(self, value, /)
- Return self//value.
- __format__(self, format_spec, /)
- Default object formatter.
- __ge__(self, value, /)
- Return self>=value.
- __getattribute__(self, name, /)
- Return getattr(self, name).
- __getnewargs__(self, /)
- __gt__(self, value, /)
- Return self>value.
- __hash__(self, /)
- Return hash(self).
- __index__(self, /)
- Return self converted to an integer, if self is suitable for use as an index into a list.
- __int__(self, /)
- int(self)
- __invert__(self, /)
- ~self
- __le__(self, value, /)
- Return self<=value.
- __lshift__(self, value, /)
- Return self<<value.
- __lt__(self, value, /)
- Return self<value.
- __mod__(self, value, /)
- Return self%value.
- __mul__(self, value, /)
- Return self*value.
- __ne__(self, value, /)
- Return self!=value.
- __neg__(self, /)
- -self
- __or__(self, value, /)
- Return self|value.
- __pos__(self, /)
- +self
- __pow__(self, value, mod=None, /)
- Return pow(self, value, mod).
- __radd__(self, value, /)
- Return value+self.
- __rand__(self, value, /)
- Return value&self.
- __rdivmod__(self, value, /)
- Return divmod(value, self).
- __rfloordiv__(self, value, /)
- Return value//self.
- __rlshift__(self, value, /)
- Return value<<self.
- __rmod__(self, value, /)
- Return value%self.
- __rmul__(self, value, /)
- Return value*self.
- __ror__(self, value, /)
- Return value|self.
- __round__(...)
- Rounding an Integral returns itself.
Rounding with an ndigits argument also returns an integer.
- __rpow__(self, value, mod=None, /)
- Return pow(value, self, mod).
- __rrshift__(self, value, /)
- Return value>>self.
- __rshift__(self, value, /)
- Return self>>value.
- __rsub__(self, value, /)
- Return value-self.
- __rtruediv__(self, value, /)
- Return value/self.
- __rxor__(self, value, /)
- Return value^self.
- __sizeof__(self, /)
- Returns size in memory, in bytes.
- __sub__(self, value, /)
- Return self-value.
- __truediv__(self, value, /)
- Return self/value.
- __trunc__(...)
- Truncating an Integral returns itself.
- __xor__(self, value, /)
- Return self^value.
- as_integer_ratio(self, /)
- Return integer ratio.
Return a pair of integers, whose ratio is exactly equal to the original int
and with a positive denominator.
>>> (10).as_integer_ratio()
(10, 1)
>>> (-10).as_integer_ratio()
(-10, 1)
>>> (0).as_integer_ratio()
(0, 1)
- bit_count(self, /)
- Number of ones in the binary representation of the absolute value of self.
Also known as the population count.
>>> bin(13)
'0b1101'
>>> (13).bit_count()
3
- bit_length(self, /)
- Number of bits necessary to represent self in binary.
>>> bin(37)
'0b100101'
>>> (37).bit_length()
6
- conjugate(...)
- Returns self, the complex conjugate of any int.
- to_bytes(self, /, length, byteorder, *, signed=False)
- Return an array of bytes representing an integer.
length
Length of bytes object to use. An OverflowError is raised if the
integer is not representable with the given number of bytes.
byteorder
The byte order used to represent the integer. If byteorder is 'big',
the most significant byte is at the beginning of the byte array. If
byteorder is 'little', the most significant byte is at the end of the
byte array. To request the native byte order of the host system, use
`sys.byteorder' as the byte order value.
signed
Determines whether two's complement is used to represent the integer.
If signed is False and a negative integer is given, an OverflowError
is raised.
Class methods inherited from builtins.int:
- from_bytes(bytes, byteorder, *, signed=False) from builtins.type
- Return the integer represented by the given array of bytes.
bytes
Holds the array of bytes to convert. The argument must either
support the buffer protocol or be an iterable object producing bytes.
Bytes and bytearray are examples of built-in objects that support the
buffer protocol.
byteorder
The byte order used to represent the integer. If byteorder is 'big',
the most significant byte is at the beginning of the byte array. If
byteorder is 'little', the most significant byte is at the end of the
byte array. To request the native byte order of the host system, use
`sys.byteorder' as the byte order value.
signed
Indicates whether two's complement is used to represent the integer.
Static methods inherited from builtins.int:
- __new__(*args, **kwargs) from builtins.type
- Create and return a new object. See help(type) for accurate signature.
Data descriptors inherited from builtins.int:
- denominator
- the denominator of a rational number in lowest terms
- imag
- the imaginary part of a complex number
- numerator
- the numerator of a rational number in lowest terms
- real
- the real part of a complex number
|
class Arc(Curve) |
| | |
- Method resolution order:
- Arc
- Curve
- Entity
- DbObject
- PyGi.Drawable
- PyRx.RxObject
- Boost.Python.instance
- builtins.object
Static methods defined here:
- __init__(...)
- __init__( (object)arg1) -> None :
C++ signature :
void __init__(struct _object * __ptr64)
__init__( (object)arg1) -> None :
C++ signature :
void __init__(struct _object * __ptr64)
__init__( (object)arg1, (ObjectId)arg2, (OpenMode)arg3) -> None :
C++ signature :
void __init__(struct _object * __ptr64,class PyDbObjectId,enum AcDb::OpenMode)
__init__( (object)arg1, (Point3d)arg2, (float)arg3, (float)arg4, (float)arg5) -> None :
C++ signature :
void __init__(struct _object * __ptr64,class AcGePoint3d,double,double,double)
__init__( (object)arg1, (Point3d)arg2, (Vector3d)arg3, (float)arg4, (float)arg5, (float)arg6) -> None :
C++ signature :
void __init__(struct _object * __ptr64,class AcGePoint3d,class AcGeVector3d,double,double,double)
- __reduce__ = (...)
- center(...)
- center( (Arc)arg1) -> Point3d :
C++ signature :
class AcGePoint3d center(class PyDbArc {lvalue})
- className(...)
- className() -> str :
C++ signature :
class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > className()
- desc(...)
- desc() -> RxClass :
C++ signature :
class PyRxClass desc()
- endAngle(...)
- endAngle( (Arc)arg1) -> float :
C++ signature :
double endAngle(class PyDbArc {lvalue})
- length(...)
- length( (Arc)arg1) -> float :
C++ signature :
double length(class PyDbArc {lvalue})
- normal(...)
- normal( (Arc)arg1) -> Vector3d :
C++ signature :
class AcGeVector3d normal(class PyDbArc {lvalue})
- radius(...)
- radius( (Arc)arg1) -> float :
C++ signature :
double radius(class PyDbArc {lvalue})
- setCenter(...)
- setCenter( (Arc)arg1, (Point3d)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setCenter(class PyDbArc {lvalue},class AcGePoint3d)
- setEndAngle(...)
- setEndAngle( (Arc)arg1, (float)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setEndAngle(class PyDbArc {lvalue},double)
- setNormal(...)
- setNormal( (Arc)arg1, (Vector3d)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setNormal(class PyDbArc {lvalue},class AcGeVector3d)
- setRadius(...)
- setRadius( (Arc)arg1, (float)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setRadius(class PyDbArc {lvalue},double)
- setStartAngle(...)
- setStartAngle( (Arc)arg1, (float)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setStartAngle(class PyDbArc {lvalue},double)
- setThickness(...)
- setThickness( (Arc)arg1, (float)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setThickness(class PyDbArc {lvalue},double)
- startAngle(...)
- startAngle( (Arc)arg1) -> float :
C++ signature :
double startAngle(class PyDbArc {lvalue})
- thickness(...)
- thickness( (Arc)arg1) -> float :
C++ signature :
double thickness(class PyDbArc {lvalue})
- totalAngle(...)
- totalAngle( (Arc)arg1) -> float :
C++ signature :
double totalAngle(class PyDbArc {lvalue})
Data and other attributes defined here:
- __instance_size__ = 48
Static methods inherited from Curve:
- extend(...)
- extend( (Curve)arg1, (float)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus extend(class PyDbCurve {lvalue},double)
extend( (Curve)arg1, (bool)arg2, (Point3d)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus extend(class PyDbCurve {lvalue},bool,class AcGePoint3d)
- getArea(...)
- getArea( (Curve)arg1) -> float :
C++ signature :
double getArea(class PyDbCurve {lvalue})
- getClosestPointTo(...)
- getClosestPointTo( (Curve)arg1, (Point3d)arg2, (bool)arg3) -> Point3d :
C++ signature :
class AcGePoint3d getClosestPointTo(class PyDbCurve {lvalue},class AcGePoint3d,bool)
getClosestPointTo( (Curve)arg1, (Point3d)arg2, (Vector3d)arg3, (bool)arg4) -> Point3d :
C++ signature :
class AcGePoint3d getClosestPointTo(class PyDbCurve {lvalue},class AcGePoint3d,class AcGeVector3d,bool)
- getDistAtParam(...)
- getDistAtParam( (Curve)arg1, (float)arg2) -> float :
C++ signature :
double getDistAtParam(class PyDbCurve {lvalue},double)
- getDistAtPoint(...)
- getDistAtPoint( (Curve)arg1, (Point3d)arg2) -> float :
C++ signature :
double getDistAtPoint(class PyDbCurve {lvalue},class AcGePoint3d)
- getEndParam(...)
- getEndParam( (Curve)arg1) -> float :
C++ signature :
double getEndParam(class PyDbCurve {lvalue})
- getEndPoint(...)
- getEndPoint( (Curve)arg1) -> Point3d :
C++ signature :
class AcGePoint3d getEndPoint(class PyDbCurve {lvalue})
- getFirstDeriv(...)
- getFirstDeriv( (Curve)arg1, (float)arg2) -> Vector3d :
C++ signature :
class AcGeVector3d getFirstDeriv(class PyDbCurve {lvalue},double)
getFirstDeriv( (Curve)arg1, (Point3d)arg2) -> Vector3d :
C++ signature :
class AcGeVector3d getFirstDeriv(class PyDbCurve {lvalue},class AcGePoint3d)
- getOffsetCurves(...)
- getOffsetCurves( (Curve)arg1, (float)arg2) -> list :
C++ signature :
class boost::python::list getOffsetCurves(class PyDbCurve {lvalue},double)
- getOffsetCurvesGivenPlaneNormal(...)
- getOffsetCurvesGivenPlaneNormal( (Curve)arg1, (Vector3d)arg2, (float)arg3) -> list :
C++ signature :
class boost::python::list getOffsetCurvesGivenPlaneNormal(class PyDbCurve {lvalue},class AcGeVector3d,double)
- getParamAtDist(...)
- getParamAtDist( (Curve)arg1, (float)arg2) -> float :
C++ signature :
double getParamAtDist(class PyDbCurve {lvalue},double)
- getParamAtPoint(...)
- getParamAtPoint( (Curve)arg1, (Point3d)arg2) -> float :
C++ signature :
double getParamAtPoint(class PyDbCurve {lvalue},class AcGePoint3d)
- getPointAtDist(...)
- getPointAtDist( (Curve)arg1, (float)arg2) -> Point3d :
C++ signature :
class AcGePoint3d getPointAtDist(class PyDbCurve {lvalue},double)
- getPointAtParam(...)
- getPointAtParam( (Curve)arg1, (float)arg2) -> Point3d :
C++ signature :
class AcGePoint3d getPointAtParam(class PyDbCurve {lvalue},double)
- getSecondDeriv(...)
- getSecondDeriv( (Curve)arg1, (float)arg2) -> Vector3d :
C++ signature :
class AcGeVector3d getSecondDeriv(class PyDbCurve {lvalue},double)
getSecondDeriv( (Curve)arg1, (Point3d)arg2) -> Vector3d :
C++ signature :
class AcGeVector3d getSecondDeriv(class PyDbCurve {lvalue},class AcGePoint3d)
- getSplitCurves(...)
- getSplitCurves( (Curve)arg1, (list)arg2) -> list :
C++ signature :
class boost::python::list getSplitCurves(class PyDbCurve {lvalue},class boost::python::list)
- getSplitCurvesAtParams(...)
- getSplitCurvesAtParams( (Curve)arg1, (list)arg2) -> list :
C++ signature :
class boost::python::list getSplitCurvesAtParams(class PyDbCurve {lvalue},class boost::python::list)
- getSplitCurvesAtPoints(...)
- getSplitCurvesAtPoints( (Curve)arg1, (list)arg2) -> list :
C++ signature :
class boost::python::list getSplitCurvesAtPoints(class PyDbCurve {lvalue},class boost::python::list)
- getStartParam(...)
- getStartParam( (Curve)arg1) -> float :
C++ signature :
double getStartParam(class PyDbCurve {lvalue})
- getStartPoint(...)
- getStartPoint( (Curve)arg1) -> Point3d :
C++ signature :
class AcGePoint3d getStartPoint(class PyDbCurve {lvalue})
- isClosed(...)
- isClosed( (Curve)arg1) -> bool :
C++ signature :
bool isClosed(class PyDbCurve {lvalue})
- isPeriodic(...)
- isPeriodic( (Curve)arg1) -> bool :
C++ signature :
bool isPeriodic(class PyDbCurve {lvalue})
- reverseCurve(...)
- reverseCurve( (Curve)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus reverseCurve(class PyDbCurve {lvalue})
Static methods inherited from Entity:
- blockId(...)
- blockId( (Entity)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId blockId(class PyDbEntity {lvalue})
- castShadows(...)
- castShadows( (Entity)arg1) -> bool :
C++ signature :
bool castShadows(class PyDbEntity {lvalue})
- collisionType(...)
- collisionType( (Entity)arg1) -> CollisionType :
C++ signature :
enum AcDb::CollisionType collisionType(class PyDbEntity {lvalue})
- color(...)
- color( (Entity)arg1) -> Color :
C++ signature :
class AcCmColor color(class PyDbEntity {lvalue})
- colorIndex(...)
- colorIndex( (Entity)arg1) -> int :
C++ signature :
unsigned short colorIndex(class PyDbEntity {lvalue})
- draw(...)
- draw( (Entity)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus draw(class PyDbEntity {lvalue})
- entityColor(...)
- entityColor( (Entity)arg1) -> EntityColor :
C++ signature :
class AcCmEntityColor entityColor(class PyDbEntity {lvalue})
- getCompoundObjectTransform(...)
- getCompoundObjectTransform( (Entity)arg1, (Matrix3d)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus getCompoundObjectTransform(class PyDbEntity {lvalue},class AcGeMatrix3d {lvalue})
- getEcs(...)
- getEcs( (Entity)arg1, (Matrix3d)arg2) -> None :
C++ signature :
void getEcs(class PyDbEntity {lvalue},class AcGeMatrix3d {lvalue})
- getGeomExtents(...)
- getGeomExtents( (Entity)arg1, (Extents)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus getGeomExtents(class PyDbEntity {lvalue},class AcDbExtents {lvalue})
- getPlane(...)
- getPlane( (Entity)arg1) -> Plane :
C++ signature :
class PyGePlane getPlane(class PyDbEntity {lvalue})
- getPlotStyleNameId(...)
- getPlotStyleNameId( (Entity)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId getPlotStyleNameId(class PyDbEntity {lvalue})
- isPlanar(...)
- isPlanar( (Entity)arg1) -> bool :
C++ signature :
bool isPlanar(class PyDbEntity {lvalue})
- layer(...)
- layer( (Entity)arg1) -> str :
C++ signature :
class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > layer(class PyDbEntity {lvalue})
- layerId(...)
- layerId( (Entity)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId layerId(class PyDbEntity {lvalue})
- lineWeight(...)
- lineWeight( (Entity)arg1) -> LineWeight :
C++ signature :
enum AcDb::LineWeight lineWeight(class PyDbEntity {lvalue})
- linetype(...)
- linetype( (Entity)arg1) -> str :
C++ signature :
class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > linetype(class PyDbEntity {lvalue})
- linetypeId(...)
- linetypeId( (Entity)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId linetypeId(class PyDbEntity {lvalue})
- linetypeScale(...)
- linetypeScale( (Entity)arg1) -> float :
C++ signature :
double linetypeScale(class PyDbEntity {lvalue})
- list(...)
- list( (Entity)arg1) -> None :
C++ signature :
void list(class PyDbEntity {lvalue})
- material(...)
- material( (Entity)arg1) -> str :
C++ signature :
class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > material(class PyDbEntity {lvalue})
- materialId(...)
- materialId( (Entity)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId materialId(class PyDbEntity {lvalue})
- plotStyleName(...)
- plotStyleName( (Entity)arg1) -> str :
C++ signature :
class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > plotStyleName(class PyDbEntity {lvalue})
- receiveShadows(...)
- receiveShadows( (Entity)arg1) -> bool :
C++ signature :
bool receiveShadows(class PyDbEntity {lvalue})
- recordGraphicsModified(...)
- recordGraphicsModified( (Entity)arg1) -> None :
C++ signature :
void recordGraphicsModified(class PyDbEntity {lvalue})
recordGraphicsModified( (Entity)arg1) -> None :
C++ signature :
void recordGraphicsModified(class PyDbEntity {lvalue})
- setCastShadows(...)
- setCastShadows( (Entity)arg1, (bool)arg2) -> None :
C++ signature :
void setCastShadows(class PyDbEntity {lvalue},bool)
- setColor(...)
- setColor( (Entity)arg1, (Color)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setColor(class PyDbEntity {lvalue},class AcCmColor)
setColor( (Entity)arg1, (Color)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setColor(class PyDbEntity {lvalue},class AcCmColor,bool)
setColor( (Entity)arg1, (Color)arg2, (bool)arg3, (Database)arg4) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setColor(class PyDbEntity {lvalue},class AcCmColor,bool,class PyDbDatabase {lvalue})
- setColorIndex(...)
- setColorIndex( (Entity)arg1, (int)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setColorIndex(class PyDbEntity {lvalue},unsigned short)
setColorIndex( (Entity)arg1, (int)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setColorIndex(class PyDbEntity {lvalue},unsigned short,bool)
- setDatabaseDefaults(...)
- setDatabaseDefaults( (Entity)arg1) -> None :
C++ signature :
void setDatabaseDefaults(class PyDbEntity {lvalue})
setDatabaseDefaults( (Entity)arg1, (Database)arg2) -> None :
C++ signature :
void setDatabaseDefaults(class PyDbEntity {lvalue},class PyDbDatabase)
- setLayer(...)
- setLayer( (Entity)arg1, (str)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLayer(class PyDbEntity {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
setLayer( (Entity)arg1, (str)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLayer(class PyDbEntity {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,bool)
setLayer( (Entity)arg1, (str)arg2, (bool)arg3, (bool)arg4) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLayer(class PyDbEntity {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,bool,bool)
setLayer( (Entity)arg1, (ObjectId)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLayer(class PyDbEntity {lvalue},class PyDbObjectId)
setLayer( (Entity)arg1, (ObjectId)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLayer(class PyDbEntity {lvalue},class PyDbObjectId,bool)
setLayer( (Entity)arg1, (ObjectId)arg2, (bool)arg3, (bool)arg4) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLayer(class PyDbEntity {lvalue},class PyDbObjectId,bool,bool)
- setLineWeight(...)
- setLineWeight( (Entity)arg1, (LineWeight)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLineWeight(class PyDbEntity {lvalue},enum AcDb::LineWeight)
setLineWeight( (Entity)arg1, (LineWeight)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLineWeight(class PyDbEntity {lvalue},enum AcDb::LineWeight,bool)
- setLinetype(...)
- setLinetype( (Entity)arg1, (str)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLinetype(class PyDbEntity {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
setLinetype( (Entity)arg1, (str)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLinetype(class PyDbEntity {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,bool)
setLinetype( (Entity)arg1, (ObjectId)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLinetype(class PyDbEntity {lvalue},class PyDbObjectId)
setLinetype( (Entity)arg1, (ObjectId)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLinetype(class PyDbEntity {lvalue},class PyDbObjectId,bool)
- setLinetypeScale(...)
- setLinetypeScale( (Entity)arg1, (float)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLinetypeScale(class PyDbEntity {lvalue},double)
setLinetypeScale( (Entity)arg1, (float)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLinetypeScale(class PyDbEntity {lvalue},double,bool)
- setMaterial(...)
- setMaterial( (Entity)arg1, (str)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setMaterial(class PyDbEntity {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
setMaterial( (Entity)arg1, (str)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setMaterial(class PyDbEntity {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,bool)
setMaterial( (Entity)arg1, (ObjectId)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setMaterial(class PyDbEntity {lvalue},class PyDbObjectId)
setMaterial( (Entity)arg1, (ObjectId)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setMaterial(class PyDbEntity {lvalue},class PyDbObjectId,bool)
- setPlotStyleName(...)
- setPlotStyleName( (Entity)arg1, (str)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setPlotStyleName(class PyDbEntity {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,bool)
setPlotStyleName( (Entity)arg1, (PlotStyleNameType)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setPlotStyleName(class PyDbEntity {lvalue},enum AcDb::PlotStyleNameType,bool)
setPlotStyleName( (Entity)arg1, (PlotStyleNameType)arg2, (ObjectId)arg3, (bool)arg4) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setPlotStyleName(class PyDbEntity {lvalue},enum AcDb::PlotStyleNameType,class PyDbObjectId,bool)
- setPropertiesFrom(...)
- setPropertiesFrom( (Entity)arg1, (Entity)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setPropertiesFrom(class PyDbEntity {lvalue},class PyDbEntity)
setPropertiesFrom( (Entity)arg1, (Entity)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setPropertiesFrom(class PyDbEntity {lvalue},class PyDbEntity,bool)
- setReceiveShadows(...)
- setReceiveShadows( (Entity)arg1, (bool)arg2) -> None :
C++ signature :
void setReceiveShadows(class PyDbEntity {lvalue},bool)
- setVisibility(...)
- setVisibility( (Entity)arg1, (Visibility)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setVisibility(class PyDbEntity {lvalue},enum AcDb::Visibility)
setVisibility( (Entity)arg1, (Visibility)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setVisibility(class PyDbEntity {lvalue},enum AcDb::Visibility,bool)
- transformBy(...)
- transformBy( (Entity)arg1, (Matrix3d)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus transformBy(class PyDbEntity {lvalue},class AcGeMatrix3d)
- visibility(...)
- visibility( (Entity)arg1) -> Visibility :
C++ signature :
enum AcDb::Visibility visibility(class PyDbEntity {lvalue})
Static methods inherited from DbObject:
- addPersistentReactor(...)
- addPersistentReactor( (DbObject)arg1, (ObjectId)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus addPersistentReactor(class PyDbObject {lvalue},class PyDbObjectId)
- assertNotifyEnabled(...)
- assertNotifyEnabled( (DbObject)arg1) -> None :
C++ signature :
void assertNotifyEnabled(class PyDbObject {lvalue})
- assertReadEnabled(...)
- assertReadEnabled( (DbObject)arg1) -> None :
C++ signature :
void assertReadEnabled(class PyDbObject {lvalue})
- assertWriteEnabled(...)
- assertWriteEnabled( (DbObject)arg1) -> None :
C++ signature :
void assertWriteEnabled(class PyDbObject {lvalue})
- cancel(...)
- cancel( (DbObject)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus cancel(class PyDbObject {lvalue})
- close(...)
- close( (DbObject)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus close(class PyDbObject {lvalue})
- createExtensionDictionary(...)
- createExtensionDictionary( (DbObject)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus createExtensionDictionary(class PyDbObject {lvalue})
- database(...)
- database( (DbObject)arg1) -> Database :
C++ signature :
class PyDbDatabase database(class PyDbObject {lvalue})
- disableUndoRecording(...)
- disableUndoRecording( (DbObject)arg1, (bool)arg2) -> None :
C++ signature :
void disableUndoRecording(class PyDbObject {lvalue},bool)
- downgradeOpen(...)
- downgradeOpen( (DbObject)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus downgradeOpen(class PyDbObject {lvalue})
- downgradeToNotify(...)
- downgradeToNotify( (DbObject)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus downgradeToNotify(class PyDbObject {lvalue},bool)
- erase(...)
- erase( (DbObject)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus erase(class PyDbObject {lvalue})
- extensionDictionary(...)
- extensionDictionary( (DbObject)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId extensionDictionary(class PyDbObject {lvalue})
- handOverTo(...)
- handOverTo( (DbObject)arg1, (DbObject)arg2, (bool)arg3, (bool)arg4) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus handOverTo(class PyDbObject {lvalue},class PyDbObject {lvalue},bool,bool)
- hasPersistentReactor(...)
- hasPersistentReactor( (DbObject)arg1, (ObjectId)arg2) -> bool :
C++ signature :
bool hasPersistentReactor(class PyDbObject {lvalue},class PyDbObjectId)
- isAProxy(...)
- isAProxy( (DbObject)arg1) -> bool :
C++ signature :
bool isAProxy(class PyDbObject {lvalue})
- isCancelling(...)
- isCancelling( (DbObject)arg1) -> bool :
C++ signature :
bool isCancelling(class PyDbObject {lvalue})
- isEraseStatusToggled(...)
- isEraseStatusToggled( (DbObject)arg1) -> bool :
C++ signature :
bool isEraseStatusToggled(class PyDbObject {lvalue})
- isErased(...)
- isErased( (DbObject)arg1) -> bool :
C++ signature :
bool isErased(class PyDbObject {lvalue})
- isModified(...)
- isModified( (DbObject)arg1) -> bool :
C++ signature :
bool isModified(class PyDbObject {lvalue})
- isModifiedGraphics(...)
- isModifiedGraphics( (DbObject)arg1) -> bool :
C++ signature :
bool isModifiedGraphics(class PyDbObject {lvalue})
- isModifiedXData(...)
- isModifiedXData( (DbObject)arg1) -> bool :
C++ signature :
bool isModifiedXData(class PyDbObject {lvalue})
- isNewObject(...)
- isNewObject( (DbObject)arg1) -> bool :
C++ signature :
bool isNewObject(class PyDbObject {lvalue})
- isNotifyEnabled(...)
- isNotifyEnabled( (DbObject)arg1) -> bool :
C++ signature :
bool isNotifyEnabled(class PyDbObject {lvalue})
- isNotifying(...)
- isNotifying( (DbObject)arg1) -> bool :
C++ signature :
bool isNotifying(class PyDbObject {lvalue})
- isReadEnabled(...)
- isReadEnabled( (DbObject)arg1) -> bool :
C++ signature :
bool isReadEnabled(class PyDbObject {lvalue})
- isReallyClosing(...)
- isReallyClosing( (DbObject)arg1) -> bool :
C++ signature :
bool isReallyClosing(class PyDbObject {lvalue})
- isTransactionResident(...)
- isTransactionResident( (DbObject)arg1) -> bool :
C++ signature :
bool isTransactionResident(class PyDbObject {lvalue})
- isUndoRecordingDisabled(...)
- isUndoRecordingDisabled( (DbObject)arg1) -> bool :
C++ signature :
bool isUndoRecordingDisabled(class PyDbObject {lvalue})
- isUndoing(...)
- isUndoing( (DbObject)arg1) -> bool :
C++ signature :
bool isUndoing(class PyDbObject {lvalue})
- isWriteEnabled(...)
- isWriteEnabled( (DbObject)arg1) -> bool :
C++ signature :
bool isWriteEnabled(class PyDbObject {lvalue})
- objectId(...)
- objectId( (DbObject)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId objectId(class PyDbObject {lvalue})
- ownerId(...)
- ownerId( (DbObject)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId ownerId(class PyDbObject {lvalue})
- releaseExtensionDictionary(...)
- releaseExtensionDictionary( (DbObject)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus releaseExtensionDictionary(class PyDbObject {lvalue})
- removePersistentReactor(...)
- removePersistentReactor( (DbObject)arg1, (ObjectId)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus removePersistentReactor(class PyDbObject {lvalue},class PyDbObjectId)
- setOwnerId(...)
- setOwnerId( (DbObject)arg1, (ObjectId)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setOwnerId(class PyDbObject {lvalue},class PyDbObjectId)
- setXData(...)
- setXData( (DbObject)arg1, (list)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setXData(class PyDbObject {lvalue},class boost::python::list)
- swapIdWith(...)
- swapIdWith( (DbObject)arg1, (ObjectId)arg2, (bool)arg3, (bool)arg4) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus swapIdWith(class PyDbObject {lvalue},class PyDbObjectId {lvalue},bool,bool)
- upgradeFromNotify(...)
- upgradeFromNotify( (DbObject)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus upgradeFromNotify(class PyDbObject {lvalue},bool {lvalue})
- upgradeOpen(...)
- upgradeOpen( (DbObject)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus upgradeOpen(class PyDbObject {lvalue})
- xData(...)
- xData( (DbObject)arg1, (str)arg2) -> list :
C++ signature :
class boost::python::list xData(class PyDbObject {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
- xDataTransformBy(...)
- xDataTransformBy( (DbObject)arg1, (Matrix3d)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus xDataTransformBy(class PyDbObject {lvalue},class AcGeMatrix3d)
Static methods inherited from PyGi.Drawable:
- isA(...)
- isA( (Drawable)arg1) -> RxClass :
C++ signature :
class PyRxClass isA(class PyGiDrawable {lvalue})
Static methods inherited from PyRx.RxObject:
- __eq__(...)
- __eq__( (RxObject)arg1, (RxObject)arg2) -> bool :
C++ signature :
bool __eq__(class PyRxObject {lvalue},class PyRxObject)
- __ne__(...)
- __ne__( (RxObject)arg1, (RxObject)arg2) -> bool :
C++ signature :
bool __ne__(class PyRxObject {lvalue},class PyRxObject)
- isNull(...)
- isNull( (RxObject)arg1) -> bool :
C++ signature :
bool isNull(class PyRxObject {lvalue})
Static methods inherited from Boost.Python.instance:
- __new__(*args, **kwargs) from Boost.Python.class
- Create and return a new object. See help(type) for accurate signature.
Data descriptors inherited from Boost.Python.instance:
- __dict__
- __weakref__
|
class ArcDimension(Dimension) |
| | |
- Method resolution order:
- ArcDimension
- Dimension
- Entity
- DbObject
- PyGi.Drawable
- PyRx.RxObject
- Boost.Python.instance
- builtins.object
Static methods defined here:
- __init__(...)
- __init__( (object)arg1) -> None :
C++ signature :
void __init__(struct _object * __ptr64)
__init__( (object)arg1) -> None :
C++ signature :
void __init__(struct _object * __ptr64)
__init__( (object)arg1, (ObjectId)arg2, (OpenMode)arg3) -> None :
C++ signature :
void __init__(struct _object * __ptr64,class PyDbObjectId,enum AcDb::OpenMode)
__init__( (object)arg1, (Point3d)arg2, (Point3d)arg3, (Point3d)arg4, (Point3d)arg5) -> None :
C++ signature :
void __init__(struct _object * __ptr64,class AcGePoint3d,class AcGePoint3d,class AcGePoint3d,class AcGePoint3d)
__init__( (object)arg1, (Point3d)arg2, (Point3d)arg3, (Point3d)arg4, (Point3d)arg5, (str)arg6) -> None :
C++ signature :
void __init__(struct _object * __ptr64,class AcGePoint3d,class AcGePoint3d,class AcGePoint3d,class AcGePoint3d,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
__init__( (object)arg1, (Point3d)arg2, (Point3d)arg3, (Point3d)arg4, (Point3d)arg5, (str)arg6, (ObjectId)arg7) -> None :
C++ signature :
void __init__(struct _object * __ptr64,class AcGePoint3d,class AcGePoint3d,class AcGePoint3d,class AcGePoint3d,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,class PyDbObjectId)
- __reduce__ = (...)
- arcEndParam(...)
- arcEndParam( (ArcDimension)arg1) -> float :
C++ signature :
double arcEndParam(class PyDbArcDimension {lvalue})
- arcPoint(...)
- arcPoint( (ArcDimension)arg1) -> Point3d :
C++ signature :
class AcGePoint3d arcPoint(class PyDbArcDimension {lvalue})
- arcStartParam(...)
- arcStartParam( (ArcDimension)arg1) -> float :
C++ signature :
double arcStartParam(class PyDbArcDimension {lvalue})
- arcSymbolType(...)
- arcSymbolType( (ArcDimension)arg1) -> int :
C++ signature :
int arcSymbolType(class PyDbArcDimension {lvalue})
- centerPoint(...)
- centerPoint( (ArcDimension)arg1) -> Point3d :
C++ signature :
class AcGePoint3d centerPoint(class PyDbArcDimension {lvalue})
- className(...)
- className() -> str :
C++ signature :
class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > className()
- desc(...)
- desc() -> RxClass :
C++ signature :
class PyRxClass desc()
- hasLeader(...)
- hasLeader( (ArcDimension)arg1) -> bool :
C++ signature :
bool hasLeader(class PyDbArcDimension {lvalue})
- isPartial(...)
- isPartial( (ArcDimension)arg1) -> bool :
C++ signature :
bool isPartial(class PyDbArcDimension {lvalue})
- leader1Point(...)
- leader1Point( (ArcDimension)arg1) -> Point3d :
C++ signature :
class AcGePoint3d leader1Point(class PyDbArcDimension {lvalue})
- leader2Point(...)
- leader2Point( (ArcDimension)arg1) -> Point3d :
C++ signature :
class AcGePoint3d leader2Point(class PyDbArcDimension {lvalue})
- setArcEndParam(...)
- setArcEndParam( (ArcDimension)arg1, (float)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setArcEndParam(class PyDbArcDimension {lvalue},double)
- setArcPoint(...)
- setArcPoint( (ArcDimension)arg1, (Point3d)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setArcPoint(class PyDbArcDimension {lvalue},class AcGePoint3d)
- setArcStartParam(...)
- setArcStartParam( (ArcDimension)arg1, (float)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setArcStartParam(class PyDbArcDimension {lvalue},double)
- setArcSymbolType(...)
- setArcSymbolType( (ArcDimension)arg1, (int)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setArcSymbolType(class PyDbArcDimension {lvalue},int)
- setCenterPoint(...)
- setCenterPoint( (ArcDimension)arg1, (Point3d)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setCenterPoint(class PyDbArcDimension {lvalue},class AcGePoint3d)
- setHasLeader(...)
- setHasLeader( (ArcDimension)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setHasLeader(class PyDbArcDimension {lvalue},bool)
- setIsPartial(...)
- setIsPartial( (ArcDimension)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setIsPartial(class PyDbArcDimension {lvalue},bool)
- setLeader1Point(...)
- setLeader1Point( (ArcDimension)arg1, (Point3d)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLeader1Point(class PyDbArcDimension {lvalue},class AcGePoint3d)
- setLeader2Point(...)
- setLeader2Point( (ArcDimension)arg1, (Point3d)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLeader2Point(class PyDbArcDimension {lvalue},class AcGePoint3d)
- setXLine1Point(...)
- setXLine1Point( (ArcDimension)arg1, (Point3d)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setXLine1Point(class PyDbArcDimension {lvalue},class AcGePoint3d)
- setXLine2Point(...)
- setXLine2Point( (ArcDimension)arg1, (Point3d)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setXLine2Point(class PyDbArcDimension {lvalue},class AcGePoint3d)
- xLine1Point(...)
- xLine1Point( (ArcDimension)arg1) -> Point3d :
C++ signature :
class AcGePoint3d xLine1Point(class PyDbArcDimension {lvalue})
- xLine2Point(...)
- xLine2Point( (ArcDimension)arg1) -> Point3d :
C++ signature :
class AcGePoint3d xLine2Point(class PyDbArcDimension {lvalue})
Data and other attributes defined here:
- __instance_size__ = 48
Static methods inherited from Dimension:
- altSuppressLeadingZeros(...)
- altSuppressLeadingZeros( (Dimension)arg1) -> bool :
C++ signature :
bool altSuppressLeadingZeros(class PyDbDimension {lvalue})
- altSuppressTrailingZeros(...)
- altSuppressTrailingZeros( (Dimension)arg1) -> bool :
C++ signature :
bool altSuppressTrailingZeros(class PyDbDimension {lvalue})
- altSuppressZeroFeet(...)
- altSuppressZeroFeet( (Dimension)arg1) -> bool :
C++ signature :
bool altSuppressZeroFeet(class PyDbDimension {lvalue})
- altSuppressZeroInches(...)
- altSuppressZeroInches( (Dimension)arg1) -> bool :
C++ signature :
bool altSuppressZeroInches(class PyDbDimension {lvalue})
- altToleranceSuppressLeadingZeros(...)
- altToleranceSuppressLeadingZeros( (Dimension)arg1) -> bool :
C++ signature :
bool altToleranceSuppressLeadingZeros(class PyDbDimension {lvalue})
- altToleranceSuppressTrailingZeros(...)
- altToleranceSuppressTrailingZeros( (Dimension)arg1) -> bool :
C++ signature :
bool altToleranceSuppressTrailingZeros(class PyDbDimension {lvalue})
- altToleranceSuppressZeroFeet(...)
- altToleranceSuppressZeroFeet( (Dimension)arg1) -> bool :
C++ signature :
bool altToleranceSuppressZeroFeet(class PyDbDimension {lvalue})
- altToleranceSuppressZeroInches(...)
- altToleranceSuppressZeroInches( (Dimension)arg1) -> bool :
C++ signature :
bool altToleranceSuppressZeroInches(class PyDbDimension {lvalue})
- alternatePrefix(...)
- alternatePrefix( (Dimension)arg1) -> str :
C++ signature :
class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > alternatePrefix(class PyDbDimension {lvalue})
- alternateSuffix(...)
- alternateSuffix( (Dimension)arg1) -> str :
C++ signature :
class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > alternateSuffix(class PyDbDimension {lvalue})
- blockTransform(...)
- blockTransform( (Dimension)arg1) -> Matrix3d :
C++ signature :
class AcGeMatrix3d blockTransform(class PyDbDimension {lvalue})
- centerMarkSize(...)
- centerMarkSize( (Dimension)arg1) -> float :
C++ signature :
double centerMarkSize(class PyDbDimension {lvalue})
- dimBlockId(...)
- dimBlockId( (Dimension)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId dimBlockId(class PyDbDimension {lvalue})
- dimBlockPosition(...)
- dimBlockPosition( (Dimension)arg1) -> Point3d :
C++ signature :
class AcGePoint3d dimBlockPosition(class PyDbDimension {lvalue})
- dimExt1Linetype(...)
- dimExt1Linetype( (Dimension)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId dimExt1Linetype(class PyDbDimension {lvalue})
- dimExt2Linetype(...)
- dimExt2Linetype( (Dimension)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId dimExt2Linetype(class PyDbDimension {lvalue})
- dimLineLinetype(...)
- dimLineLinetype( (Dimension)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId dimLineLinetype(class PyDbDimension {lvalue})
- dimensionStyle(...)
- dimensionStyle( (Dimension)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId dimensionStyle(class PyDbDimension {lvalue})
- dimensionText(...)
- dimensionText( (Dimension)arg1) -> str :
C++ signature :
class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > dimensionText(class PyDbDimension {lvalue})
- elevation(...)
- elevation( (Dimension)arg1) -> float :
C++ signature :
double elevation(class PyDbDimension {lvalue})
- fieldFromMText(...)
- fieldFromMText( (Dimension)arg1, (MText)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus fieldFromMText(class PyDbDimension {lvalue},class PyDbMText {lvalue})
- fieldToMText(...)
- fieldToMText( (Dimension)arg1, (MText)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus fieldToMText(class PyDbDimension {lvalue},class PyDbMText {lvalue})
- formatMeasurement(...)
- formatMeasurement( (Dimension)arg1, (float)arg2) -> str :
C++ signature :
class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > formatMeasurement(class PyDbDimension {lvalue},double)
formatMeasurement( (Dimension)arg1, (float)arg2, (str)arg3) -> str :
C++ signature :
class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > formatMeasurement(class PyDbDimension {lvalue},double,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
- generateLayout(...)
- generateLayout( (Dimension)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus generateLayout(class PyDbDimension {lvalue})
- getArrowFirstIsFlipped(...)
- getArrowFirstIsFlipped( (Dimension)arg1) -> bool :
C++ signature :
bool getArrowFirstIsFlipped(class PyDbDimension {lvalue})
- getArrowSecondIsFlipped(...)
- getArrowSecondIsFlipped( (Dimension)arg1) -> bool :
C++ signature :
bool getArrowSecondIsFlipped(class PyDbDimension {lvalue})
- getDimstyleData(...)
- getDimstyleData( (Dimension)arg1) -> DimStyleTableRecord :
C++ signature :
class PyDbDimStyleTableRecord getDimstyleData(class PyDbDimension {lvalue})
- horizontalRotation(...)
- horizontalRotation( (Dimension)arg1) -> float :
C++ signature :
double horizontalRotation(class PyDbDimension {lvalue})
- inspection(...)
- inspection( (Dimension)arg1) -> bool :
C++ signature :
bool inspection(class PyDbDimension {lvalue})
- inspectionFrame(...)
- inspectionFrame( (Dimension)arg1) -> int :
C++ signature :
int inspectionFrame(class PyDbDimension {lvalue})
- inspectionLabel(...)
- inspectionLabel( (Dimension)arg1) -> str :
C++ signature :
class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > inspectionLabel(class PyDbDimension {lvalue})
- isConstraintDynamic(...)
- isConstraintDynamic( (Dimension)arg1) -> bool :
C++ signature :
bool isConstraintDynamic(class PyDbDimension {lvalue})
- isConstraintObject(...)
- isConstraintObject( (Dimension)arg1) -> tuple :
C++ signature :
class boost::python::tuple isConstraintObject(class PyDbDimension {lvalue})
- isDynamicDimension(...)
- isDynamicDimension( (Dimension)arg1) -> bool :
C++ signature :
bool isDynamicDimension(class PyDbDimension {lvalue})
- isHorizontalRefTextRotation(...)
- isHorizontalRefTextRotation( (Dimension)arg1) -> bool :
C++ signature :
bool isHorizontalRefTextRotation(class PyDbDimension {lvalue})
- isUsingDefaultTextPosition(...)
- isUsingDefaultTextPosition( (Dimension)arg1) -> bool :
C++ signature :
bool isUsingDefaultTextPosition(class PyDbDimension {lvalue})
- measurement(...)
- measurement( (Dimension)arg1) -> float :
C++ signature :
double measurement(class PyDbDimension {lvalue})
- normal(...)
- normal( (Dimension)arg1) -> Vector3d :
C++ signature :
class AcGeVector3d normal(class PyDbDimension {lvalue})
- prefix(...)
- prefix( (Dimension)arg1) -> str :
C++ signature :
class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > prefix(class PyDbDimension {lvalue})
- recomputeDimBlock(...)
- recomputeDimBlock( (Dimension)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus recomputeDimBlock(class PyDbDimension {lvalue})
recomputeDimBlock( (Dimension)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus recomputeDimBlock(class PyDbDimension {lvalue},bool)
- removeTextField(...)
- removeTextField( (Dimension)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus removeTextField(class PyDbDimension {lvalue})
- resetTextDefinedSize(...)
- resetTextDefinedSize( (Dimension)arg1) -> None :
C++ signature :
void resetTextDefinedSize(class PyDbDimension {lvalue})
- setAltSuppressLeadingZeros(...)
- setAltSuppressLeadingZeros( (Dimension)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setAltSuppressLeadingZeros(class PyDbDimension {lvalue},bool)
- setAltSuppressTrailingZeros(...)
- setAltSuppressTrailingZeros( (Dimension)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setAltSuppressTrailingZeros(class PyDbDimension {lvalue},bool)
- setAltSuppressZeroFeet(...)
- setAltSuppressZeroFeet( (Dimension)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setAltSuppressZeroFeet(class PyDbDimension {lvalue},bool)
- setAltSuppressZeroInches(...)
- setAltSuppressZeroInches( (Dimension)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setAltSuppressZeroInches(class PyDbDimension {lvalue},bool)
- setAltToleranceSuppressLeadingZeros(...)
- setAltToleranceSuppressLeadingZeros( (Dimension)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setAltToleranceSuppressLeadingZeros(class PyDbDimension {lvalue},bool)
- setAltToleranceSuppressTrailingZeros(...)
- setAltToleranceSuppressTrailingZeros( (Dimension)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setAltToleranceSuppressTrailingZeros(class PyDbDimension {lvalue},bool)
- setAltToleranceSuppressZeroFeet(...)
- setAltToleranceSuppressZeroFeet( (Dimension)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setAltToleranceSuppressZeroFeet(class PyDbDimension {lvalue},bool)
- setAltToleranceSuppressZeroInches(...)
- setAltToleranceSuppressZeroInches( (Dimension)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setAltToleranceSuppressZeroInches(class PyDbDimension {lvalue},bool)
- setAlternatePrefix(...)
- setAlternatePrefix( (Dimension)arg1, (str)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setAlternatePrefix(class PyDbDimension {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
- setAlternateSuffix(...)
- setAlternateSuffix( (Dimension)arg1, (str)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setAlternateSuffix(class PyDbDimension {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
- setArrowFirstIsFlipped(...)
- setArrowFirstIsFlipped( (Dimension)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setArrowFirstIsFlipped(class PyDbDimension {lvalue},bool)
- setArrowSecondIsFlipped(...)
- setArrowSecondIsFlipped( (Dimension)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setArrowSecondIsFlipped(class PyDbDimension {lvalue},bool)
- setConstraintDynamic(...)
- setConstraintDynamic( (Dimension)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setConstraintDynamic(class PyDbDimension {lvalue},bool)
- setDimBlockId(...)
- setDimBlockId( (Dimension)arg1, (ObjectId)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setDimBlockId(class PyDbDimension {lvalue},class PyDbObjectId)
- setDimBlockPosition(...)
- setDimBlockPosition( (Dimension)arg1, (Point3d)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setDimBlockPosition(class PyDbDimension {lvalue},class AcGePoint3d)
- setDimExt1Linetype(...)
- setDimExt1Linetype( (Dimension)arg1, (ObjectId)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setDimExt1Linetype(class PyDbDimension {lvalue},class PyDbObjectId)
- setDimExt2Linetype(...)
- setDimExt2Linetype( (Dimension)arg1, (ObjectId)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setDimExt2Linetype(class PyDbDimension {lvalue},class PyDbObjectId)
- setDimLineLinetype(...)
- setDimLineLinetype( (Dimension)arg1, (ObjectId)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setDimLineLinetype(class PyDbDimension {lvalue},class PyDbObjectId)
- setDimensionStyle(...)
- setDimensionStyle( (Dimension)arg1, (ObjectId)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setDimensionStyle(class PyDbDimension {lvalue},class PyDbObjectId)
- setDimensionText(...)
- setDimensionText( (Dimension)arg1, (str)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setDimensionText(class PyDbDimension {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
- setDimstyleData(...)
- setDimstyleData( (Dimension)arg1, (ObjectId)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setDimstyleData(class PyDbDimension {lvalue},class PyDbObjectId)
setDimstyleData( (Dimension)arg1, (DimStyleTableRecord)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setDimstyleData(class PyDbDimension {lvalue},class PyDbDimStyleTableRecord)
- setDynamicDimension(...)
- setDynamicDimension( (Dimension)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setDynamicDimension(class PyDbDimension {lvalue},bool)
- setElevation(...)
- setElevation( (Dimension)arg1, (float)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setElevation(class PyDbDimension {lvalue},double)
- setHorizontalRefTextRotation(...)
- setHorizontalRefTextRotation( (Dimension)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setHorizontalRefTextRotation(class PyDbDimension {lvalue},bool)
- setHorizontalRotation(...)
- setHorizontalRotation( (Dimension)arg1, (float)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setHorizontalRotation(class PyDbDimension {lvalue},double)
- setInspection(...)
- setInspection( (Dimension)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setInspection(class PyDbDimension {lvalue},bool)
- setInspectionFrame(...)
- setInspectionFrame( (Dimension)arg1, (int)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setInspectionFrame(class PyDbDimension {lvalue},int)
- setInspectionLabel(...)
- setInspectionLabel( (Dimension)arg1, (str)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setInspectionLabel(class PyDbDimension {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
- setNormal(...)
- setNormal( (Dimension)arg1, (Vector3d)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setNormal(class PyDbDimension {lvalue},class AcGeVector3d)
- setPrefix(...)
- setPrefix( (Dimension)arg1, (str)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setPrefix(class PyDbDimension {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
- setShouldParticipateInOPM(...)
- setShouldParticipateInOPM( (Dimension)arg1, (bool)arg2) -> None :
C++ signature :
void setShouldParticipateInOPM(class PyDbDimension {lvalue},bool)
- setSuffix(...)
- setSuffix( (Dimension)arg1, (str)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setSuffix(class PyDbDimension {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
- setSuppressAngularTrailingZeros(...)
- setSuppressAngularTrailingZeros( (Dimension)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setSuppressAngularTrailingZeros(class PyDbDimension {lvalue},bool)
- setSuppressLeadingZeros(...)
- setSuppressLeadingZeros( (Dimension)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setSuppressLeadingZeros(class PyDbDimension {lvalue},bool)
- setSuppressTrailingZeros(...)
- setSuppressTrailingZeros( (Dimension)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setSuppressTrailingZeros(class PyDbDimension {lvalue},bool)
- setSuppressZeroFeet(...)
- setSuppressZeroFeet( (Dimension)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setSuppressZeroFeet(class PyDbDimension {lvalue},bool)
- setSuppressZeroInches(...)
- setSuppressZeroInches( (Dimension)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setSuppressZeroInches(class PyDbDimension {lvalue},bool)
- setTextAttachment(...)
- setTextAttachment( (Dimension)arg1, (MTextAttachmentPoint)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setTextAttachment(class PyDbDimension {lvalue},enum AcDbMText::AttachmentPoint)
- setTextDefinedSize(...)
- setTextDefinedSize( (Dimension)arg1, (float)arg2, (float)arg3) -> None :
C++ signature :
void setTextDefinedSize(class PyDbDimension {lvalue},double,double)
- setTextLineSpacingFactor(...)
- setTextLineSpacingFactor( (Dimension)arg1, (float)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setTextLineSpacingFactor(class PyDbDimension {lvalue},double)
- setTextLineSpacingStyle(...)
- setTextLineSpacingStyle( (Dimension)arg1, (LineSpacingStyle)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setTextLineSpacingStyle(class PyDbDimension {lvalue},enum AcDb::LineSpacingStyle)
- setTextPosition(...)
- setTextPosition( (Dimension)arg1, (Point3d)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setTextPosition(class PyDbDimension {lvalue},class AcGePoint3d)
- setTextRotation(...)
- setTextRotation( (Dimension)arg1, (float)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setTextRotation(class PyDbDimension {lvalue},double)
- setToleranceSuppressLeadingZeros(...)
- setToleranceSuppressLeadingZeros( (Dimension)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setToleranceSuppressLeadingZeros(class PyDbDimension {lvalue},bool)
- setToleranceSuppressTrailingZeros(...)
- setToleranceSuppressTrailingZeros( (Dimension)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setToleranceSuppressTrailingZeros(class PyDbDimension {lvalue},bool)
- setToleranceSuppressZeroFeet(...)
- setToleranceSuppressZeroFeet( (Dimension)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setToleranceSuppressZeroFeet(class PyDbDimension {lvalue},bool)
- setToleranceSuppressZeroInches(...)
- setToleranceSuppressZeroInches( (Dimension)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setToleranceSuppressZeroInches(class PyDbDimension {lvalue},bool)
- setUsingDefaultTextPosition(...)
- setUsingDefaultTextPosition( (Dimension)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setUsingDefaultTextPosition(class PyDbDimension {lvalue},bool)
- shouldParticipateInOPM(...)
- shouldParticipateInOPM( (Dimension)arg1) -> bool :
C++ signature :
bool shouldParticipateInOPM(class PyDbDimension {lvalue})
- suffix(...)
- suffix( (Dimension)arg1) -> str :
C++ signature :
class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > suffix(class PyDbDimension {lvalue})
- suppressAngularLeadingZeros(...)
- suppressAngularLeadingZeros( (Dimension)arg1) -> bool :
C++ signature :
bool suppressAngularLeadingZeros(class PyDbDimension {lvalue})
- suppressAngularTrailingZeros(...)
- suppressAngularTrailingZeros( (Dimension)arg1) -> bool :
C++ signature :
bool suppressAngularTrailingZeros(class PyDbDimension {lvalue})
- suppressLeadingZeros(...)
- suppressLeadingZeros( (Dimension)arg1) -> bool :
C++ signature :
bool suppressLeadingZeros(class PyDbDimension {lvalue})
- suppressTrailingZeros(...)
- suppressTrailingZeros( (Dimension)arg1) -> bool :
C++ signature :
bool suppressTrailingZeros(class PyDbDimension {lvalue})
- suppressZeroFeet(...)
- suppressZeroFeet( (Dimension)arg1) -> bool :
C++ signature :
bool suppressZeroFeet(class PyDbDimension {lvalue})
- suppressZeroInches(...)
- suppressZeroInches( (Dimension)arg1) -> bool :
C++ signature :
bool suppressZeroInches(class PyDbDimension {lvalue})
- textAttachment(...)
- textAttachment( (Dimension)arg1) -> MTextAttachmentPoint :
C++ signature :
enum AcDbMText::AttachmentPoint textAttachment(class PyDbDimension {lvalue})
- textDefinedSize(...)
- textDefinedSize( (Dimension)arg1) -> tuple :
C++ signature :
class boost::python::tuple textDefinedSize(class PyDbDimension {lvalue})
- textLineSpacingFactor(...)
- textLineSpacingFactor( (Dimension)arg1) -> float :
C++ signature :
double textLineSpacingFactor(class PyDbDimension {lvalue})
- textLineSpacingStyle(...)
- textLineSpacingStyle( (Dimension)arg1) -> LineSpacingStyle :
C++ signature :
enum AcDb::LineSpacingStyle textLineSpacingStyle(class PyDbDimension {lvalue})
- textPosition(...)
- textPosition( (Dimension)arg1) -> Point3d :
C++ signature :
class AcGePoint3d textPosition(class PyDbDimension {lvalue})
- textRotation(...)
- textRotation( (Dimension)arg1) -> float :
C++ signature :
double textRotation(class PyDbDimension {lvalue})
- toleranceSuppressLeadingZeros(...)
- toleranceSuppressLeadingZeros( (Dimension)arg1) -> bool :
C++ signature :
bool toleranceSuppressLeadingZeros(class PyDbDimension {lvalue})
- toleranceSuppressTrailingZeros(...)
- toleranceSuppressTrailingZeros( (Dimension)arg1) -> bool :
C++ signature :
bool toleranceSuppressTrailingZeros(class PyDbDimension {lvalue})
- toleranceSuppressZeroFeet(...)
- toleranceSuppressZeroFeet( (Dimension)arg1) -> bool :
C++ signature :
bool toleranceSuppressZeroFeet(class PyDbDimension {lvalue})
- toleranceSuppressZeroInches(...)
- toleranceSuppressZeroInches( (Dimension)arg1) -> bool :
C++ signature :
bool toleranceSuppressZeroInches(class PyDbDimension {lvalue})
- useDefaultTextPosition(...)
- useDefaultTextPosition( (Dimension)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus useDefaultTextPosition(class PyDbDimension {lvalue})
- useSetTextPosition(...)
- useSetTextPosition( (Dimension)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus useSetTextPosition(class PyDbDimension {lvalue})
Static methods inherited from Entity:
- blockId(...)
- blockId( (Entity)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId blockId(class PyDbEntity {lvalue})
- castShadows(...)
- castShadows( (Entity)arg1) -> bool :
C++ signature :
bool castShadows(class PyDbEntity {lvalue})
- collisionType(...)
- collisionType( (Entity)arg1) -> CollisionType :
C++ signature :
enum AcDb::CollisionType collisionType(class PyDbEntity {lvalue})
- color(...)
- color( (Entity)arg1) -> Color :
C++ signature :
class AcCmColor color(class PyDbEntity {lvalue})
- colorIndex(...)
- colorIndex( (Entity)arg1) -> int :
C++ signature :
unsigned short colorIndex(class PyDbEntity {lvalue})
- draw(...)
- draw( (Entity)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus draw(class PyDbEntity {lvalue})
- entityColor(...)
- entityColor( (Entity)arg1) -> EntityColor :
C++ signature :
class AcCmEntityColor entityColor(class PyDbEntity {lvalue})
- getCompoundObjectTransform(...)
- getCompoundObjectTransform( (Entity)arg1, (Matrix3d)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus getCompoundObjectTransform(class PyDbEntity {lvalue},class AcGeMatrix3d {lvalue})
- getEcs(...)
- getEcs( (Entity)arg1, (Matrix3d)arg2) -> None :
C++ signature :
void getEcs(class PyDbEntity {lvalue},class AcGeMatrix3d {lvalue})
- getGeomExtents(...)
- getGeomExtents( (Entity)arg1, (Extents)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus getGeomExtents(class PyDbEntity {lvalue},class AcDbExtents {lvalue})
- getPlane(...)
- getPlane( (Entity)arg1) -> Plane :
C++ signature :
class PyGePlane getPlane(class PyDbEntity {lvalue})
- getPlotStyleNameId(...)
- getPlotStyleNameId( (Entity)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId getPlotStyleNameId(class PyDbEntity {lvalue})
- isPlanar(...)
- isPlanar( (Entity)arg1) -> bool :
C++ signature :
bool isPlanar(class PyDbEntity {lvalue})
- layer(...)
- layer( (Entity)arg1) -> str :
C++ signature :
class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > layer(class PyDbEntity {lvalue})
- layerId(...)
- layerId( (Entity)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId layerId(class PyDbEntity {lvalue})
- lineWeight(...)
- lineWeight( (Entity)arg1) -> LineWeight :
C++ signature :
enum AcDb::LineWeight lineWeight(class PyDbEntity {lvalue})
- linetype(...)
- linetype( (Entity)arg1) -> str :
C++ signature :
class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > linetype(class PyDbEntity {lvalue})
- linetypeId(...)
- linetypeId( (Entity)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId linetypeId(class PyDbEntity {lvalue})
- linetypeScale(...)
- linetypeScale( (Entity)arg1) -> float :
C++ signature :
double linetypeScale(class PyDbEntity {lvalue})
- list(...)
- list( (Entity)arg1) -> None :
C++ signature :
void list(class PyDbEntity {lvalue})
- material(...)
- material( (Entity)arg1) -> str :
C++ signature :
class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > material(class PyDbEntity {lvalue})
- materialId(...)
- materialId( (Entity)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId materialId(class PyDbEntity {lvalue})
- plotStyleName(...)
- plotStyleName( (Entity)arg1) -> str :
C++ signature :
class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > plotStyleName(class PyDbEntity {lvalue})
- receiveShadows(...)
- receiveShadows( (Entity)arg1) -> bool :
C++ signature :
bool receiveShadows(class PyDbEntity {lvalue})
- recordGraphicsModified(...)
- recordGraphicsModified( (Entity)arg1) -> None :
C++ signature :
void recordGraphicsModified(class PyDbEntity {lvalue})
recordGraphicsModified( (Entity)arg1) -> None :
C++ signature :
void recordGraphicsModified(class PyDbEntity {lvalue})
- setCastShadows(...)
- setCastShadows( (Entity)arg1, (bool)arg2) -> None :
C++ signature :
void setCastShadows(class PyDbEntity {lvalue},bool)
- setColor(...)
- setColor( (Entity)arg1, (Color)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setColor(class PyDbEntity {lvalue},class AcCmColor)
setColor( (Entity)arg1, (Color)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setColor(class PyDbEntity {lvalue},class AcCmColor,bool)
setColor( (Entity)arg1, (Color)arg2, (bool)arg3, (Database)arg4) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setColor(class PyDbEntity {lvalue},class AcCmColor,bool,class PyDbDatabase {lvalue})
- setColorIndex(...)
- setColorIndex( (Entity)arg1, (int)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setColorIndex(class PyDbEntity {lvalue},unsigned short)
setColorIndex( (Entity)arg1, (int)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setColorIndex(class PyDbEntity {lvalue},unsigned short,bool)
- setDatabaseDefaults(...)
- setDatabaseDefaults( (Entity)arg1) -> None :
C++ signature :
void setDatabaseDefaults(class PyDbEntity {lvalue})
setDatabaseDefaults( (Entity)arg1, (Database)arg2) -> None :
C++ signature :
void setDatabaseDefaults(class PyDbEntity {lvalue},class PyDbDatabase)
- setLayer(...)
- setLayer( (Entity)arg1, (str)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLayer(class PyDbEntity {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
setLayer( (Entity)arg1, (str)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLayer(class PyDbEntity {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,bool)
setLayer( (Entity)arg1, (str)arg2, (bool)arg3, (bool)arg4) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLayer(class PyDbEntity {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,bool,bool)
setLayer( (Entity)arg1, (ObjectId)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLayer(class PyDbEntity {lvalue},class PyDbObjectId)
setLayer( (Entity)arg1, (ObjectId)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLayer(class PyDbEntity {lvalue},class PyDbObjectId,bool)
setLayer( (Entity)arg1, (ObjectId)arg2, (bool)arg3, (bool)arg4) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLayer(class PyDbEntity {lvalue},class PyDbObjectId,bool,bool)
- setLineWeight(...)
- setLineWeight( (Entity)arg1, (LineWeight)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLineWeight(class PyDbEntity {lvalue},enum AcDb::LineWeight)
setLineWeight( (Entity)arg1, (LineWeight)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLineWeight(class PyDbEntity {lvalue},enum AcDb::LineWeight,bool)
- setLinetype(...)
- setLinetype( (Entity)arg1, (str)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLinetype(class PyDbEntity {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
setLinetype( (Entity)arg1, (str)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLinetype(class PyDbEntity {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,bool)
setLinetype( (Entity)arg1, (ObjectId)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLinetype(class PyDbEntity {lvalue},class PyDbObjectId)
setLinetype( (Entity)arg1, (ObjectId)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLinetype(class PyDbEntity {lvalue},class PyDbObjectId,bool)
- setLinetypeScale(...)
- setLinetypeScale( (Entity)arg1, (float)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLinetypeScale(class PyDbEntity {lvalue},double)
setLinetypeScale( (Entity)arg1, (float)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLinetypeScale(class PyDbEntity {lvalue},double,bool)
- setMaterial(...)
- setMaterial( (Entity)arg1, (str)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setMaterial(class PyDbEntity {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
setMaterial( (Entity)arg1, (str)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setMaterial(class PyDbEntity {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,bool)
setMaterial( (Entity)arg1, (ObjectId)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setMaterial(class PyDbEntity {lvalue},class PyDbObjectId)
setMaterial( (Entity)arg1, (ObjectId)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setMaterial(class PyDbEntity {lvalue},class PyDbObjectId,bool)
- setPlotStyleName(...)
- setPlotStyleName( (Entity)arg1, (str)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setPlotStyleName(class PyDbEntity {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,bool)
setPlotStyleName( (Entity)arg1, (PlotStyleNameType)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setPlotStyleName(class PyDbEntity {lvalue},enum AcDb::PlotStyleNameType,bool)
setPlotStyleName( (Entity)arg1, (PlotStyleNameType)arg2, (ObjectId)arg3, (bool)arg4) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setPlotStyleName(class PyDbEntity {lvalue},enum AcDb::PlotStyleNameType,class PyDbObjectId,bool)
- setPropertiesFrom(...)
- setPropertiesFrom( (Entity)arg1, (Entity)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setPropertiesFrom(class PyDbEntity {lvalue},class PyDbEntity)
setPropertiesFrom( (Entity)arg1, (Entity)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setPropertiesFrom(class PyDbEntity {lvalue},class PyDbEntity,bool)
- setReceiveShadows(...)
- setReceiveShadows( (Entity)arg1, (bool)arg2) -> None :
C++ signature :
void setReceiveShadows(class PyDbEntity {lvalue},bool)
- setVisibility(...)
- setVisibility( (Entity)arg1, (Visibility)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setVisibility(class PyDbEntity {lvalue},enum AcDb::Visibility)
setVisibility( (Entity)arg1, (Visibility)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setVisibility(class PyDbEntity {lvalue},enum AcDb::Visibility,bool)
- transformBy(...)
- transformBy( (Entity)arg1, (Matrix3d)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus transformBy(class PyDbEntity {lvalue},class AcGeMatrix3d)
- visibility(...)
- visibility( (Entity)arg1) -> Visibility :
C++ signature :
enum AcDb::Visibility visibility(class PyDbEntity {lvalue})
Static methods inherited from DbObject:
- addPersistentReactor(...)
- addPersistentReactor( (DbObject)arg1, (ObjectId)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus addPersistentReactor(class PyDbObject {lvalue},class PyDbObjectId)
- assertNotifyEnabled(...)
- assertNotifyEnabled( (DbObject)arg1) -> None :
C++ signature :
void assertNotifyEnabled(class PyDbObject {lvalue})
- assertReadEnabled(...)
- assertReadEnabled( (DbObject)arg1) -> None :
C++ signature :
void assertReadEnabled(class PyDbObject {lvalue})
- assertWriteEnabled(...)
- assertWriteEnabled( (DbObject)arg1) -> None :
C++ signature :
void assertWriteEnabled(class PyDbObject {lvalue})
- cancel(...)
- cancel( (DbObject)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus cancel(class PyDbObject {lvalue})
- close(...)
- close( (DbObject)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus close(class PyDbObject {lvalue})
- createExtensionDictionary(...)
- createExtensionDictionary( (DbObject)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus createExtensionDictionary(class PyDbObject {lvalue})
- database(...)
- database( (DbObject)arg1) -> Database :
C++ signature :
class PyDbDatabase database(class PyDbObject {lvalue})
- disableUndoRecording(...)
- disableUndoRecording( (DbObject)arg1, (bool)arg2) -> None :
C++ signature :
void disableUndoRecording(class PyDbObject {lvalue},bool)
- downgradeOpen(...)
- downgradeOpen( (DbObject)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus downgradeOpen(class PyDbObject {lvalue})
- downgradeToNotify(...)
- downgradeToNotify( (DbObject)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus downgradeToNotify(class PyDbObject {lvalue},bool)
- erase(...)
- erase( (DbObject)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus erase(class PyDbObject {lvalue})
- extensionDictionary(...)
- extensionDictionary( (DbObject)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId extensionDictionary(class PyDbObject {lvalue})
- handOverTo(...)
- handOverTo( (DbObject)arg1, (DbObject)arg2, (bool)arg3, (bool)arg4) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus handOverTo(class PyDbObject {lvalue},class PyDbObject {lvalue},bool,bool)
- hasPersistentReactor(...)
- hasPersistentReactor( (DbObject)arg1, (ObjectId)arg2) -> bool :
C++ signature :
bool hasPersistentReactor(class PyDbObject {lvalue},class PyDbObjectId)
- isAProxy(...)
- isAProxy( (DbObject)arg1) -> bool :
C++ signature :
bool isAProxy(class PyDbObject {lvalue})
- isCancelling(...)
- isCancelling( (DbObject)arg1) -> bool :
C++ signature :
bool isCancelling(class PyDbObject {lvalue})
- isEraseStatusToggled(...)
- isEraseStatusToggled( (DbObject)arg1) -> bool :
C++ signature :
bool isEraseStatusToggled(class PyDbObject {lvalue})
- isErased(...)
- isErased( (DbObject)arg1) -> bool :
C++ signature :
bool isErased(class PyDbObject {lvalue})
- isModified(...)
- isModified( (DbObject)arg1) -> bool :
C++ signature :
bool isModified(class PyDbObject {lvalue})
- isModifiedGraphics(...)
- isModifiedGraphics( (DbObject)arg1) -> bool :
C++ signature :
bool isModifiedGraphics(class PyDbObject {lvalue})
- isModifiedXData(...)
- isModifiedXData( (DbObject)arg1) -> bool :
C++ signature :
bool isModifiedXData(class PyDbObject {lvalue})
- isNewObject(...)
- isNewObject( (DbObject)arg1) -> bool :
C++ signature :
bool isNewObject(class PyDbObject {lvalue})
- isNotifyEnabled(...)
- isNotifyEnabled( (DbObject)arg1) -> bool :
C++ signature :
bool isNotifyEnabled(class PyDbObject {lvalue})
- isNotifying(...)
- isNotifying( (DbObject)arg1) -> bool :
C++ signature :
bool isNotifying(class PyDbObject {lvalue})
- isReadEnabled(...)
- isReadEnabled( (DbObject)arg1) -> bool :
C++ signature :
bool isReadEnabled(class PyDbObject {lvalue})
- isReallyClosing(...)
- isReallyClosing( (DbObject)arg1) -> bool :
C++ signature :
bool isReallyClosing(class PyDbObject {lvalue})
- isTransactionResident(...)
- isTransactionResident( (DbObject)arg1) -> bool :
C++ signature :
bool isTransactionResident(class PyDbObject {lvalue})
- isUndoRecordingDisabled(...)
- isUndoRecordingDisabled( (DbObject)arg1) -> bool :
C++ signature :
bool isUndoRecordingDisabled(class PyDbObject {lvalue})
- isUndoing(...)
- isUndoing( (DbObject)arg1) -> bool :
C++ signature :
bool isUndoing(class PyDbObject {lvalue})
- isWriteEnabled(...)
- isWriteEnabled( (DbObject)arg1) -> bool :
C++ signature :
bool isWriteEnabled(class PyDbObject {lvalue})
- objectId(...)
- objectId( (DbObject)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId objectId(class PyDbObject {lvalue})
- ownerId(...)
- ownerId( (DbObject)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId ownerId(class PyDbObject {lvalue})
- releaseExtensionDictionary(...)
- releaseExtensionDictionary( (DbObject)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus releaseExtensionDictionary(class PyDbObject {lvalue})
- removePersistentReactor(...)
- removePersistentReactor( (DbObject)arg1, (ObjectId)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus removePersistentReactor(class PyDbObject {lvalue},class PyDbObjectId)
- setOwnerId(...)
- setOwnerId( (DbObject)arg1, (ObjectId)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setOwnerId(class PyDbObject {lvalue},class PyDbObjectId)
- setXData(...)
- setXData( (DbObject)arg1, (list)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setXData(class PyDbObject {lvalue},class boost::python::list)
- swapIdWith(...)
- swapIdWith( (DbObject)arg1, (ObjectId)arg2, (bool)arg3, (bool)arg4) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus swapIdWith(class PyDbObject {lvalue},class PyDbObjectId {lvalue},bool,bool)
- upgradeFromNotify(...)
- upgradeFromNotify( (DbObject)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus upgradeFromNotify(class PyDbObject {lvalue},bool {lvalue})
- upgradeOpen(...)
- upgradeOpen( (DbObject)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus upgradeOpen(class PyDbObject {lvalue})
- xData(...)
- xData( (DbObject)arg1, (str)arg2) -> list :
C++ signature :
class boost::python::list xData(class PyDbObject {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
- xDataTransformBy(...)
- xDataTransformBy( (DbObject)arg1, (Matrix3d)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus xDataTransformBy(class PyDbObject {lvalue},class AcGeMatrix3d)
Static methods inherited from PyGi.Drawable:
- isA(...)
- isA( (Drawable)arg1) -> RxClass :
C++ signature :
class PyRxClass isA(class PyGiDrawable {lvalue})
Static methods inherited from PyRx.RxObject:
- __eq__(...)
- __eq__( (RxObject)arg1, (RxObject)arg2) -> bool :
C++ signature :
bool __eq__(class PyRxObject {lvalue},class PyRxObject)
- __ne__(...)
- __ne__( (RxObject)arg1, (RxObject)arg2) -> bool :
C++ signature :
bool __ne__(class PyRxObject {lvalue},class PyRxObject)
- isNull(...)
- isNull( (RxObject)arg1) -> bool :
C++ signature :
bool isNull(class PyRxObject {lvalue})
Static methods inherited from Boost.Python.instance:
- __new__(*args, **kwargs) from Boost.Python.class
- Create and return a new object. See help(type) for accurate signature.
Data descriptors inherited from Boost.Python.instance:
- __dict__
- __weakref__
|
class AttributeDefinition(Text) |
| | |
- Method resolution order:
- AttributeDefinition
- Text
- Entity
- DbObject
- PyGi.Drawable
- PyRx.RxObject
- Boost.Python.instance
- builtins.object
Static methods defined here:
- __init__(...)
- __init__( (object)arg1) -> None :
C++ signature :
void __init__(struct _object * __ptr64)
__init__( (object)arg1) -> None :
C++ signature :
void __init__(struct _object * __ptr64)
__init__( (object)arg1, (Point3d)arg2, (str)arg3, (str)arg4, (str)arg5, (ObjectId)arg6) -> None :
C++ signature :
void __init__(struct _object * __ptr64,class AcGePoint3d,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,class PyDbObjectId)
__init__( (object)arg1, (ObjectId)arg2, (OpenMode)arg3) -> None :
C++ signature :
void __init__(struct _object * __ptr64,class PyDbObjectId,enum AcDb::OpenMode)
- __reduce__ = (...)
- adjustAlignment(...)
- adjustAlignment( (AttributeDefinition)arg1, (Database)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus adjustAlignment(class PyDbAttributeDefinition {lvalue},class PyDbDatabase)
- className(...)
- className() -> str :
C++ signature :
class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > className()
- convertIntoMTextAttributeDefinition(...)
- convertIntoMTextAttributeDefinition( (AttributeDefinition)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus convertIntoMTextAttributeDefinition(class PyDbAttributeDefinition {lvalue},bool)
- desc(...)
- desc() -> RxClass :
C++ signature :
class PyRxClass desc()
- fieldLength(...)
- fieldLength( (AttributeDefinition)arg1) -> int :
C++ signature :
unsigned short fieldLength(class PyDbAttributeDefinition {lvalue})
- getMTextAttributeDefinition(...)
- getMTextAttributeDefinition( (AttributeDefinition)arg1) -> MText :
C++ signature :
class PyDbMText getMTextAttributeDefinition(class PyDbAttributeDefinition {lvalue})
- isConstant(...)
- isConstant( (AttributeDefinition)arg1) -> bool :
C++ signature :
bool isConstant(class PyDbAttributeDefinition {lvalue})
- isInvisible(...)
- isInvisible( (AttributeDefinition)arg1) -> bool :
C++ signature :
bool isInvisible(class PyDbAttributeDefinition {lvalue})
- isMTextAttributeDefinition(...)
- isMTextAttributeDefinition( (AttributeDefinition)arg1) -> bool :
C++ signature :
bool isMTextAttributeDefinition(class PyDbAttributeDefinition {lvalue})
- isPreset(...)
- isPreset( (AttributeDefinition)arg1) -> bool :
C++ signature :
bool isPreset(class PyDbAttributeDefinition {lvalue})
- isVerifiable(...)
- isVerifiable( (AttributeDefinition)arg1) -> bool :
C++ signature :
bool isVerifiable(class PyDbAttributeDefinition {lvalue})
- lockPositionInBlock(...)
- lockPositionInBlock( (AttributeDefinition)arg1) -> bool :
C++ signature :
bool lockPositionInBlock(class PyDbAttributeDefinition {lvalue})
- prompt(...)
- prompt( (AttributeDefinition)arg1) -> str :
C++ signature :
class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > prompt(class PyDbAttributeDefinition {lvalue})
- setConstant(...)
- setConstant( (AttributeDefinition)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setConstant(class PyDbAttributeDefinition {lvalue},bool)
- setFieldLength(...)
- setFieldLength( (AttributeDefinition)arg1, (int)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setFieldLength(class PyDbAttributeDefinition {lvalue},unsigned short)
- setInvisible(...)
- setInvisible( (AttributeDefinition)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setInvisible(class PyDbAttributeDefinition {lvalue},bool)
- setLockPositionInBlock(...)
- setLockPositionInBlock( (AttributeDefinition)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLockPositionInBlock(class PyDbAttributeDefinition {lvalue},bool)
- setMTextAttributeDefinition(...)
- setMTextAttributeDefinition( (AttributeDefinition)arg1, (MText)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setMTextAttributeDefinition(class PyDbAttributeDefinition {lvalue},class PyDbMText)
- setPreset(...)
- setPreset( (AttributeDefinition)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setPreset(class PyDbAttributeDefinition {lvalue},bool)
- setPrompt(...)
- setPrompt( (AttributeDefinition)arg1, (str)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setPrompt(class PyDbAttributeDefinition {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
- setTag(...)
- setTag( (AttributeDefinition)arg1, (str)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setTag(class PyDbAttributeDefinition {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
- setVerifiable(...)
- setVerifiable( (AttributeDefinition)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setVerifiable(class PyDbAttributeDefinition {lvalue},bool)
- tag(...)
- tag( (AttributeDefinition)arg1) -> str :
C++ signature :
class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > tag(class PyDbAttributeDefinition {lvalue})
- updateMTextAttributeDefinition(...)
- updateMTextAttributeDefinition( (AttributeDefinition)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus updateMTextAttributeDefinition(class PyDbAttributeDefinition {lvalue})
Data and other attributes defined here:
- __instance_size__ = 48
Static methods inherited from Text:
- alignmentPoint(...)
- alignmentPoint( (Text)arg1) -> Point3d :
C++ signature :
class AcGePoint3d alignmentPoint(class PyDbText {lvalue})
- convertFieldToText(...)
- convertFieldToText( (Text)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus convertFieldToText(class PyDbText {lvalue})
- correctSpelling(...)
- correctSpelling( (Text)arg1) -> int :
C++ signature :
int correctSpelling(class PyDbText {lvalue})
- getBoundingPoints(...)
- getBoundingPoints( (Text)arg1) -> list :
C++ signature :
class boost::python::list getBoundingPoints(class PyDbText {lvalue})
- height(...)
- height( (Text)arg1) -> float :
C++ signature :
double height(class PyDbText {lvalue})
- hitTest(...)
- hitTest( (Text)arg1, (Point3d)arg2) -> bool :
C++ signature :
bool hitTest(class PyDbText {lvalue},class AcGePoint3d)
- horizontalMode(...)
- horizontalMode( (Text)arg1) -> TextHorzMode :
C++ signature :
enum AcDb::TextHorzMode horizontalMode(class PyDbText {lvalue})
- isDefaultAlignment(...)
- isDefaultAlignment( (Text)arg1) -> bool :
C++ signature :
bool isDefaultAlignment(class PyDbText {lvalue})
- isMirroredInX(...)
- isMirroredInX( (Text)arg1) -> bool :
C++ signature :
bool isMirroredInX(class PyDbText {lvalue})
- isMirroredInY(...)
- isMirroredInY( (Text)arg1) -> bool :
C++ signature :
bool isMirroredInY(class PyDbText {lvalue})
- mirrorInX(...)
- mirrorInX( (Text)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus mirrorInX(class PyDbText {lvalue},bool)
- mirrorInY(...)
- mirrorInY( (Text)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus mirrorInY(class PyDbText {lvalue},bool)
- normal(...)
- normal( (Text)arg1) -> Vector3d :
C++ signature :
class AcGeVector3d normal(class PyDbText {lvalue})
- oblique(...)
- oblique( (Text)arg1) -> float :
C++ signature :
double oblique(class PyDbText {lvalue})
- position(...)
- position( (Text)arg1) -> Point3d :
C++ signature :
class AcGePoint3d position(class PyDbText {lvalue})
- rotation(...)
- rotation( (Text)arg1) -> float :
C++ signature :
double rotation(class PyDbText {lvalue})
- setAlignmentPoint(...)
- setAlignmentPoint( (Text)arg1, (Point3d)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setAlignmentPoint(class PyDbText {lvalue},class AcGePoint3d)
- setHeight(...)
- setHeight( (Text)arg1, (float)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setHeight(class PyDbText {lvalue},double)
- setHorizontalMode(...)
- setHorizontalMode( (Text)arg1, (TextHorzMode)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setHorizontalMode(class PyDbText {lvalue},enum AcDb::TextHorzMode)
- setNormal(...)
- setNormal( (Text)arg1, (Vector3d)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setNormal(class PyDbText {lvalue},class AcGeVector3d)
- setOblique(...)
- setOblique( (Text)arg1, (float)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setOblique(class PyDbText {lvalue},double)
- setPosition(...)
- setPosition( (Text)arg1, (Point3d)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setPosition(class PyDbText {lvalue},class AcGePoint3d)
- setRotation(...)
- setRotation( (Text)arg1, (float)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setRotation(class PyDbText {lvalue},double)
- setTextString(...)
- setTextString( (Text)arg1, (str)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setTextString(class PyDbText {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > {lvalue})
- setTextStyle(...)
- setTextStyle( (Text)arg1, (ObjectId)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setTextStyle(class PyDbText {lvalue},class PyDbObjectId)
- setThickness(...)
- setThickness( (Text)arg1, (float)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setThickness(class PyDbText {lvalue},double)
- setVerticalMode(...)
- setVerticalMode( (Text)arg1, (TextHorzMode)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setVerticalMode(class PyDbText {lvalue},enum AcDb::TextVertMode)
- setWidthFactor(...)
- setWidthFactor( (Text)arg1, (float)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setWidthFactor(class PyDbText {lvalue},double)
- textString(...)
- textString( (Text)arg1) -> str :
C++ signature :
class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > textString(class PyDbText {lvalue})
- textStyle(...)
- textStyle( (Text)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId textStyle(class PyDbText {lvalue})
- thickness(...)
- thickness( (Text)arg1) -> float :
C++ signature :
double thickness(class PyDbText {lvalue})
- verticalMode(...)
- verticalMode( (Text)arg1) -> TextHorzMode :
C++ signature :
enum AcDb::TextVertMode verticalMode(class PyDbText {lvalue})
- widthFactor(...)
- widthFactor( (Text)arg1) -> float :
C++ signature :
double widthFactor(class PyDbText {lvalue})
Static methods inherited from Entity:
- blockId(...)
- blockId( (Entity)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId blockId(class PyDbEntity {lvalue})
- castShadows(...)
- castShadows( (Entity)arg1) -> bool :
C++ signature :
bool castShadows(class PyDbEntity {lvalue})
- collisionType(...)
- collisionType( (Entity)arg1) -> CollisionType :
C++ signature :
enum AcDb::CollisionType collisionType(class PyDbEntity {lvalue})
- color(...)
- color( (Entity)arg1) -> Color :
C++ signature :
class AcCmColor color(class PyDbEntity {lvalue})
- colorIndex(...)
- colorIndex( (Entity)arg1) -> int :
C++ signature :
unsigned short colorIndex(class PyDbEntity {lvalue})
- draw(...)
- draw( (Entity)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus draw(class PyDbEntity {lvalue})
- entityColor(...)
- entityColor( (Entity)arg1) -> EntityColor :
C++ signature :
class AcCmEntityColor entityColor(class PyDbEntity {lvalue})
- getCompoundObjectTransform(...)
- getCompoundObjectTransform( (Entity)arg1, (Matrix3d)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus getCompoundObjectTransform(class PyDbEntity {lvalue},class AcGeMatrix3d {lvalue})
- getEcs(...)
- getEcs( (Entity)arg1, (Matrix3d)arg2) -> None :
C++ signature :
void getEcs(class PyDbEntity {lvalue},class AcGeMatrix3d {lvalue})
- getGeomExtents(...)
- getGeomExtents( (Entity)arg1, (Extents)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus getGeomExtents(class PyDbEntity {lvalue},class AcDbExtents {lvalue})
- getPlane(...)
- getPlane( (Entity)arg1) -> Plane :
C++ signature :
class PyGePlane getPlane(class PyDbEntity {lvalue})
- getPlotStyleNameId(...)
- getPlotStyleNameId( (Entity)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId getPlotStyleNameId(class PyDbEntity {lvalue})
- isPlanar(...)
- isPlanar( (Entity)arg1) -> bool :
C++ signature :
bool isPlanar(class PyDbEntity {lvalue})
- layer(...)
- layer( (Entity)arg1) -> str :
C++ signature :
class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > layer(class PyDbEntity {lvalue})
- layerId(...)
- layerId( (Entity)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId layerId(class PyDbEntity {lvalue})
- lineWeight(...)
- lineWeight( (Entity)arg1) -> LineWeight :
C++ signature :
enum AcDb::LineWeight lineWeight(class PyDbEntity {lvalue})
- linetype(...)
- linetype( (Entity)arg1) -> str :
C++ signature :
class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > linetype(class PyDbEntity {lvalue})
- linetypeId(...)
- linetypeId( (Entity)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId linetypeId(class PyDbEntity {lvalue})
- linetypeScale(...)
- linetypeScale( (Entity)arg1) -> float :
C++ signature :
double linetypeScale(class PyDbEntity {lvalue})
- list(...)
- list( (Entity)arg1) -> None :
C++ signature :
void list(class PyDbEntity {lvalue})
- material(...)
- material( (Entity)arg1) -> str :
C++ signature :
class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > material(class PyDbEntity {lvalue})
- materialId(...)
- materialId( (Entity)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId materialId(class PyDbEntity {lvalue})
- plotStyleName(...)
- plotStyleName( (Entity)arg1) -> str :
C++ signature :
class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > plotStyleName(class PyDbEntity {lvalue})
- receiveShadows(...)
- receiveShadows( (Entity)arg1) -> bool :
C++ signature :
bool receiveShadows(class PyDbEntity {lvalue})
- recordGraphicsModified(...)
- recordGraphicsModified( (Entity)arg1) -> None :
C++ signature :
void recordGraphicsModified(class PyDbEntity {lvalue})
recordGraphicsModified( (Entity)arg1) -> None :
C++ signature :
void recordGraphicsModified(class PyDbEntity {lvalue})
- setCastShadows(...)
- setCastShadows( (Entity)arg1, (bool)arg2) -> None :
C++ signature :
void setCastShadows(class PyDbEntity {lvalue},bool)
- setColor(...)
- setColor( (Entity)arg1, (Color)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setColor(class PyDbEntity {lvalue},class AcCmColor)
setColor( (Entity)arg1, (Color)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setColor(class PyDbEntity {lvalue},class AcCmColor,bool)
setColor( (Entity)arg1, (Color)arg2, (bool)arg3, (Database)arg4) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setColor(class PyDbEntity {lvalue},class AcCmColor,bool,class PyDbDatabase {lvalue})
- setColorIndex(...)
- setColorIndex( (Entity)arg1, (int)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setColorIndex(class PyDbEntity {lvalue},unsigned short)
setColorIndex( (Entity)arg1, (int)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setColorIndex(class PyDbEntity {lvalue},unsigned short,bool)
- setDatabaseDefaults(...)
- setDatabaseDefaults( (Entity)arg1) -> None :
C++ signature :
void setDatabaseDefaults(class PyDbEntity {lvalue})
setDatabaseDefaults( (Entity)arg1, (Database)arg2) -> None :
C++ signature :
void setDatabaseDefaults(class PyDbEntity {lvalue},class PyDbDatabase)
- setLayer(...)
- setLayer( (Entity)arg1, (str)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLayer(class PyDbEntity {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
setLayer( (Entity)arg1, (str)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLayer(class PyDbEntity {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,bool)
setLayer( (Entity)arg1, (str)arg2, (bool)arg3, (bool)arg4) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLayer(class PyDbEntity {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,bool,bool)
setLayer( (Entity)arg1, (ObjectId)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLayer(class PyDbEntity {lvalue},class PyDbObjectId)
setLayer( (Entity)arg1, (ObjectId)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLayer(class PyDbEntity {lvalue},class PyDbObjectId,bool)
setLayer( (Entity)arg1, (ObjectId)arg2, (bool)arg3, (bool)arg4) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLayer(class PyDbEntity {lvalue},class PyDbObjectId,bool,bool)
- setLineWeight(...)
- setLineWeight( (Entity)arg1, (LineWeight)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLineWeight(class PyDbEntity {lvalue},enum AcDb::LineWeight)
setLineWeight( (Entity)arg1, (LineWeight)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLineWeight(class PyDbEntity {lvalue},enum AcDb::LineWeight,bool)
- setLinetype(...)
- setLinetype( (Entity)arg1, (str)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLinetype(class PyDbEntity {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
setLinetype( (Entity)arg1, (str)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLinetype(class PyDbEntity {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,bool)
setLinetype( (Entity)arg1, (ObjectId)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLinetype(class PyDbEntity {lvalue},class PyDbObjectId)
setLinetype( (Entity)arg1, (ObjectId)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLinetype(class PyDbEntity {lvalue},class PyDbObjectId,bool)
- setLinetypeScale(...)
- setLinetypeScale( (Entity)arg1, (float)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLinetypeScale(class PyDbEntity {lvalue},double)
setLinetypeScale( (Entity)arg1, (float)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLinetypeScale(class PyDbEntity {lvalue},double,bool)
- setMaterial(...)
- setMaterial( (Entity)arg1, (str)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setMaterial(class PyDbEntity {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
setMaterial( (Entity)arg1, (str)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setMaterial(class PyDbEntity {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,bool)
setMaterial( (Entity)arg1, (ObjectId)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setMaterial(class PyDbEntity {lvalue},class PyDbObjectId)
setMaterial( (Entity)arg1, (ObjectId)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setMaterial(class PyDbEntity {lvalue},class PyDbObjectId,bool)
- setPlotStyleName(...)
- setPlotStyleName( (Entity)arg1, (str)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setPlotStyleName(class PyDbEntity {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,bool)
setPlotStyleName( (Entity)arg1, (PlotStyleNameType)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setPlotStyleName(class PyDbEntity {lvalue},enum AcDb::PlotStyleNameType,bool)
setPlotStyleName( (Entity)arg1, (PlotStyleNameType)arg2, (ObjectId)arg3, (bool)arg4) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setPlotStyleName(class PyDbEntity {lvalue},enum AcDb::PlotStyleNameType,class PyDbObjectId,bool)
- setPropertiesFrom(...)
- setPropertiesFrom( (Entity)arg1, (Entity)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setPropertiesFrom(class PyDbEntity {lvalue},class PyDbEntity)
setPropertiesFrom( (Entity)arg1, (Entity)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setPropertiesFrom(class PyDbEntity {lvalue},class PyDbEntity,bool)
- setReceiveShadows(...)
- setReceiveShadows( (Entity)arg1, (bool)arg2) -> None :
C++ signature :
void setReceiveShadows(class PyDbEntity {lvalue},bool)
- setVisibility(...)
- setVisibility( (Entity)arg1, (Visibility)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setVisibility(class PyDbEntity {lvalue},enum AcDb::Visibility)
setVisibility( (Entity)arg1, (Visibility)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setVisibility(class PyDbEntity {lvalue},enum AcDb::Visibility,bool)
- transformBy(...)
- transformBy( (Entity)arg1, (Matrix3d)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus transformBy(class PyDbEntity {lvalue},class AcGeMatrix3d)
- visibility(...)
- visibility( (Entity)arg1) -> Visibility :
C++ signature :
enum AcDb::Visibility visibility(class PyDbEntity {lvalue})
Static methods inherited from DbObject:
- addPersistentReactor(...)
- addPersistentReactor( (DbObject)arg1, (ObjectId)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus addPersistentReactor(class PyDbObject {lvalue},class PyDbObjectId)
- assertNotifyEnabled(...)
- assertNotifyEnabled( (DbObject)arg1) -> None :
C++ signature :
void assertNotifyEnabled(class PyDbObject {lvalue})
- assertReadEnabled(...)
- assertReadEnabled( (DbObject)arg1) -> None :
C++ signature :
void assertReadEnabled(class PyDbObject {lvalue})
- assertWriteEnabled(...)
- assertWriteEnabled( (DbObject)arg1) -> None :
C++ signature :
void assertWriteEnabled(class PyDbObject {lvalue})
- cancel(...)
- cancel( (DbObject)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus cancel(class PyDbObject {lvalue})
- close(...)
- close( (DbObject)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus close(class PyDbObject {lvalue})
- createExtensionDictionary(...)
- createExtensionDictionary( (DbObject)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus createExtensionDictionary(class PyDbObject {lvalue})
- database(...)
- database( (DbObject)arg1) -> Database :
C++ signature :
class PyDbDatabase database(class PyDbObject {lvalue})
- disableUndoRecording(...)
- disableUndoRecording( (DbObject)arg1, (bool)arg2) -> None :
C++ signature :
void disableUndoRecording(class PyDbObject {lvalue},bool)
- downgradeOpen(...)
- downgradeOpen( (DbObject)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus downgradeOpen(class PyDbObject {lvalue})
- downgradeToNotify(...)
- downgradeToNotify( (DbObject)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus downgradeToNotify(class PyDbObject {lvalue},bool)
- erase(...)
- erase( (DbObject)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus erase(class PyDbObject {lvalue})
- extensionDictionary(...)
- extensionDictionary( (DbObject)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId extensionDictionary(class PyDbObject {lvalue})
- handOverTo(...)
- handOverTo( (DbObject)arg1, (DbObject)arg2, (bool)arg3, (bool)arg4) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus handOverTo(class PyDbObject {lvalue},class PyDbObject {lvalue},bool,bool)
- hasPersistentReactor(...)
- hasPersistentReactor( (DbObject)arg1, (ObjectId)arg2) -> bool :
C++ signature :
bool hasPersistentReactor(class PyDbObject {lvalue},class PyDbObjectId)
- isAProxy(...)
- isAProxy( (DbObject)arg1) -> bool :
C++ signature :
bool isAProxy(class PyDbObject {lvalue})
- isCancelling(...)
- isCancelling( (DbObject)arg1) -> bool :
C++ signature :
bool isCancelling(class PyDbObject {lvalue})
- isEraseStatusToggled(...)
- isEraseStatusToggled( (DbObject)arg1) -> bool :
C++ signature :
bool isEraseStatusToggled(class PyDbObject {lvalue})
- isErased(...)
- isErased( (DbObject)arg1) -> bool :
C++ signature :
bool isErased(class PyDbObject {lvalue})
- isModified(...)
- isModified( (DbObject)arg1) -> bool :
C++ signature :
bool isModified(class PyDbObject {lvalue})
- isModifiedGraphics(...)
- isModifiedGraphics( (DbObject)arg1) -> bool :
C++ signature :
bool isModifiedGraphics(class PyDbObject {lvalue})
- isModifiedXData(...)
- isModifiedXData( (DbObject)arg1) -> bool :
C++ signature :
bool isModifiedXData(class PyDbObject {lvalue})
- isNewObject(...)
- isNewObject( (DbObject)arg1) -> bool :
C++ signature :
bool isNewObject(class PyDbObject {lvalue})
- isNotifyEnabled(...)
- isNotifyEnabled( (DbObject)arg1) -> bool :
C++ signature :
bool isNotifyEnabled(class PyDbObject {lvalue})
- isNotifying(...)
- isNotifying( (DbObject)arg1) -> bool :
C++ signature :
bool isNotifying(class PyDbObject {lvalue})
- isReadEnabled(...)
- isReadEnabled( (DbObject)arg1) -> bool :
C++ signature :
bool isReadEnabled(class PyDbObject {lvalue})
- isReallyClosing(...)
- isReallyClosing( (DbObject)arg1) -> bool :
C++ signature :
bool isReallyClosing(class PyDbObject {lvalue})
- isTransactionResident(...)
- isTransactionResident( (DbObject)arg1) -> bool :
C++ signature :
bool isTransactionResident(class PyDbObject {lvalue})
- isUndoRecordingDisabled(...)
- isUndoRecordingDisabled( (DbObject)arg1) -> bool :
C++ signature :
bool isUndoRecordingDisabled(class PyDbObject {lvalue})
- isUndoing(...)
- isUndoing( (DbObject)arg1) -> bool :
C++ signature :
bool isUndoing(class PyDbObject {lvalue})
- isWriteEnabled(...)
- isWriteEnabled( (DbObject)arg1) -> bool :
C++ signature :
bool isWriteEnabled(class PyDbObject {lvalue})
- objectId(...)
- objectId( (DbObject)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId objectId(class PyDbObject {lvalue})
- ownerId(...)
- ownerId( (DbObject)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId ownerId(class PyDbObject {lvalue})
- releaseExtensionDictionary(...)
- releaseExtensionDictionary( (DbObject)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus releaseExtensionDictionary(class PyDbObject {lvalue})
- removePersistentReactor(...)
- removePersistentReactor( (DbObject)arg1, (ObjectId)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus removePersistentReactor(class PyDbObject {lvalue},class PyDbObjectId)
- setOwnerId(...)
- setOwnerId( (DbObject)arg1, (ObjectId)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setOwnerId(class PyDbObject {lvalue},class PyDbObjectId)
- setXData(...)
- setXData( (DbObject)arg1, (list)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setXData(class PyDbObject {lvalue},class boost::python::list)
- swapIdWith(...)
- swapIdWith( (DbObject)arg1, (ObjectId)arg2, (bool)arg3, (bool)arg4) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus swapIdWith(class PyDbObject {lvalue},class PyDbObjectId {lvalue},bool,bool)
- upgradeFromNotify(...)
- upgradeFromNotify( (DbObject)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus upgradeFromNotify(class PyDbObject {lvalue},bool {lvalue})
- upgradeOpen(...)
- upgradeOpen( (DbObject)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus upgradeOpen(class PyDbObject {lvalue})
- xData(...)
- xData( (DbObject)arg1, (str)arg2) -> list :
C++ signature :
class boost::python::list xData(class PyDbObject {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
- xDataTransformBy(...)
- xDataTransformBy( (DbObject)arg1, (Matrix3d)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus xDataTransformBy(class PyDbObject {lvalue},class AcGeMatrix3d)
Static methods inherited from PyGi.Drawable:
- isA(...)
- isA( (Drawable)arg1) -> RxClass :
C++ signature :
class PyRxClass isA(class PyGiDrawable {lvalue})
Static methods inherited from PyRx.RxObject:
- __eq__(...)
- __eq__( (RxObject)arg1, (RxObject)arg2) -> bool :
C++ signature :
bool __eq__(class PyRxObject {lvalue},class PyRxObject)
- __ne__(...)
- __ne__( (RxObject)arg1, (RxObject)arg2) -> bool :
C++ signature :
bool __ne__(class PyRxObject {lvalue},class PyRxObject)
- isNull(...)
- isNull( (RxObject)arg1) -> bool :
C++ signature :
bool isNull(class PyRxObject {lvalue})
Static methods inherited from Boost.Python.instance:
- __new__(*args, **kwargs) from Boost.Python.class
- Create and return a new object. See help(type) for accurate signature.
Data descriptors inherited from Boost.Python.instance:
- __dict__
- __weakref__
|
class AttributeReference(Text) |
| | |
- Method resolution order:
- AttributeReference
- Text
- Entity
- DbObject
- PyGi.Drawable
- PyRx.RxObject
- Boost.Python.instance
- builtins.object
Static methods defined here:
- __init__(...)
- __init__( (object)arg1) -> None :
C++ signature :
void __init__(struct _object * __ptr64)
__init__( (object)arg1) -> None :
C++ signature :
void __init__(struct _object * __ptr64)
__init__( (object)arg1, (Point3d)arg2, (str)arg3, (str)arg4, (ObjectId)arg5) -> None :
C++ signature :
void __init__(struct _object * __ptr64,class AcGePoint3d,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,class PyDbObjectId)
__init__( (object)arg1, (ObjectId)arg2, (OpenMode)arg3) -> None :
C++ signature :
void __init__(struct _object * __ptr64,class PyDbObjectId,enum AcDb::OpenMode)
- __reduce__ = (...)
- className(...)
- className() -> str :
C++ signature :
class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > className()
- convertIntoMTextAttribute(...)
- convertIntoMTextAttribute( (AttributeReference)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus convertIntoMTextAttribute(class PyDbAttribute {lvalue},bool)
- desc(...)
- desc() -> RxClass :
C++ signature :
class PyRxClass desc()
- fieldLength(...)
- fieldLength( (AttributeReference)arg1) -> int :
C++ signature :
unsigned short fieldLength(class PyDbAttribute {lvalue})
- getMTextAttribute(...)
- getMTextAttribute( (AttributeReference)arg1) -> MText :
C++ signature :
class PyDbMText getMTextAttribute(class PyDbAttribute {lvalue})
- isConstant(...)
- isConstant( (AttributeReference)arg1) -> bool :
C++ signature :
bool isConstant(class PyDbAttribute {lvalue})
- isInvisible(...)
- isInvisible( (AttributeReference)arg1) -> bool :
C++ signature :
bool isInvisible(class PyDbAttribute {lvalue})
- isMTextAttribute(...)
- isMTextAttribute( (AttributeReference)arg1) -> bool :
C++ signature :
bool isMTextAttribute(class PyDbAttribute {lvalue})
- isPreset(...)
- isPreset( (AttributeReference)arg1) -> bool :
C++ signature :
bool isPreset(class PyDbAttribute {lvalue})
- isReallyLocked(...)
- isReallyLocked( (AttributeReference)arg1) -> bool :
C++ signature :
bool isReallyLocked(class PyDbAttribute {lvalue})
- isVerifiable(...)
- isVerifiable( (AttributeReference)arg1) -> bool :
C++ signature :
bool isVerifiable(class PyDbAttribute {lvalue})
- lockPositionInBlock(...)
- lockPositionInBlock( (AttributeReference)arg1) -> bool :
C++ signature :
bool lockPositionInBlock(class PyDbAttribute {lvalue})
- setAttributeFromBlock(...)
- setAttributeFromBlock( (AttributeReference)arg1, (Matrix3d)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setAttributeFromBlock(class PyDbAttribute {lvalue},class AcGeMatrix3d)
setAttributeFromBlock( (AttributeReference)arg1, (AttributeDefinition)arg2, (Matrix3d)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setAttributeFromBlock(class PyDbAttribute {lvalue},class PyDbAttributeDefinition,class AcGeMatrix3d)
- setFieldLength(...)
- setFieldLength( (AttributeReference)arg1, (int)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setFieldLength(class PyDbAttribute {lvalue},unsigned short)
- setInvisible(...)
- setInvisible( (AttributeReference)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setInvisible(class PyDbAttribute {lvalue},bool)
- setLockPositionInBlock(...)
- setLockPositionInBlock( (AttributeReference)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLockPositionInBlock(class PyDbAttribute {lvalue},bool)
- setMTextAttribute(...)
- setMTextAttribute( (AttributeReference)arg1, (MText)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setMTextAttribute(class PyDbAttribute {lvalue},class PyDbMText {lvalue})
- setTag(...)
- setTag( (AttributeReference)arg1, (str)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setTag(class PyDbAttribute {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
- tag(...)
- tag( (AttributeReference)arg1) -> str :
C++ signature :
class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > tag(class PyDbAttribute {lvalue})
- updateMTextAttribute(...)
- updateMTextAttribute( (AttributeReference)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus updateMTextAttribute(class PyDbAttribute {lvalue})
Data and other attributes defined here:
- __instance_size__ = 48
Static methods inherited from Text:
- adjustAlignment(...)
- adjustAlignment( (Text)arg1, (Database)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus adjustAlignment(class PyDbText {lvalue},class PyDbDatabase)
- alignmentPoint(...)
- alignmentPoint( (Text)arg1) -> Point3d :
C++ signature :
class AcGePoint3d alignmentPoint(class PyDbText {lvalue})
- convertFieldToText(...)
- convertFieldToText( (Text)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus convertFieldToText(class PyDbText {lvalue})
- correctSpelling(...)
- correctSpelling( (Text)arg1) -> int :
C++ signature :
int correctSpelling(class PyDbText {lvalue})
- getBoundingPoints(...)
- getBoundingPoints( (Text)arg1) -> list :
C++ signature :
class boost::python::list getBoundingPoints(class PyDbText {lvalue})
- height(...)
- height( (Text)arg1) -> float :
C++ signature :
double height(class PyDbText {lvalue})
- hitTest(...)
- hitTest( (Text)arg1, (Point3d)arg2) -> bool :
C++ signature :
bool hitTest(class PyDbText {lvalue},class AcGePoint3d)
- horizontalMode(...)
- horizontalMode( (Text)arg1) -> TextHorzMode :
C++ signature :
enum AcDb::TextHorzMode horizontalMode(class PyDbText {lvalue})
- isDefaultAlignment(...)
- isDefaultAlignment( (Text)arg1) -> bool :
C++ signature :
bool isDefaultAlignment(class PyDbText {lvalue})
- isMirroredInX(...)
- isMirroredInX( (Text)arg1) -> bool :
C++ signature :
bool isMirroredInX(class PyDbText {lvalue})
- isMirroredInY(...)
- isMirroredInY( (Text)arg1) -> bool :
C++ signature :
bool isMirroredInY(class PyDbText {lvalue})
- mirrorInX(...)
- mirrorInX( (Text)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus mirrorInX(class PyDbText {lvalue},bool)
- mirrorInY(...)
- mirrorInY( (Text)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus mirrorInY(class PyDbText {lvalue},bool)
- normal(...)
- normal( (Text)arg1) -> Vector3d :
C++ signature :
class AcGeVector3d normal(class PyDbText {lvalue})
- oblique(...)
- oblique( (Text)arg1) -> float :
C++ signature :
double oblique(class PyDbText {lvalue})
- position(...)
- position( (Text)arg1) -> Point3d :
C++ signature :
class AcGePoint3d position(class PyDbText {lvalue})
- rotation(...)
- rotation( (Text)arg1) -> float :
C++ signature :
double rotation(class PyDbText {lvalue})
- setAlignmentPoint(...)
- setAlignmentPoint( (Text)arg1, (Point3d)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setAlignmentPoint(class PyDbText {lvalue},class AcGePoint3d)
- setHeight(...)
- setHeight( (Text)arg1, (float)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setHeight(class PyDbText {lvalue},double)
- setHorizontalMode(...)
- setHorizontalMode( (Text)arg1, (TextHorzMode)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setHorizontalMode(class PyDbText {lvalue},enum AcDb::TextHorzMode)
- setNormal(...)
- setNormal( (Text)arg1, (Vector3d)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setNormal(class PyDbText {lvalue},class AcGeVector3d)
- setOblique(...)
- setOblique( (Text)arg1, (float)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setOblique(class PyDbText {lvalue},double)
- setPosition(...)
- setPosition( (Text)arg1, (Point3d)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setPosition(class PyDbText {lvalue},class AcGePoint3d)
- setRotation(...)
- setRotation( (Text)arg1, (float)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setRotation(class PyDbText {lvalue},double)
- setTextString(...)
- setTextString( (Text)arg1, (str)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setTextString(class PyDbText {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > {lvalue})
- setTextStyle(...)
- setTextStyle( (Text)arg1, (ObjectId)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setTextStyle(class PyDbText {lvalue},class PyDbObjectId)
- setThickness(...)
- setThickness( (Text)arg1, (float)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setThickness(class PyDbText {lvalue},double)
- setVerticalMode(...)
- setVerticalMode( (Text)arg1, (TextHorzMode)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setVerticalMode(class PyDbText {lvalue},enum AcDb::TextVertMode)
- setWidthFactor(...)
- setWidthFactor( (Text)arg1, (float)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setWidthFactor(class PyDbText {lvalue},double)
- textString(...)
- textString( (Text)arg1) -> str :
C++ signature :
class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > textString(class PyDbText {lvalue})
- textStyle(...)
- textStyle( (Text)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId textStyle(class PyDbText {lvalue})
- thickness(...)
- thickness( (Text)arg1) -> float :
C++ signature :
double thickness(class PyDbText {lvalue})
- verticalMode(...)
- verticalMode( (Text)arg1) -> TextHorzMode :
C++ signature :
enum AcDb::TextVertMode verticalMode(class PyDbText {lvalue})
- widthFactor(...)
- widthFactor( (Text)arg1) -> float :
C++ signature :
double widthFactor(class PyDbText {lvalue})
Static methods inherited from Entity:
- blockId(...)
- blockId( (Entity)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId blockId(class PyDbEntity {lvalue})
- castShadows(...)
- castShadows( (Entity)arg1) -> bool :
C++ signature :
bool castShadows(class PyDbEntity {lvalue})
- collisionType(...)
- collisionType( (Entity)arg1) -> CollisionType :
C++ signature :
enum AcDb::CollisionType collisionType(class PyDbEntity {lvalue})
- color(...)
- color( (Entity)arg1) -> Color :
C++ signature :
class AcCmColor color(class PyDbEntity {lvalue})
- colorIndex(...)
- colorIndex( (Entity)arg1) -> int :
C++ signature :
unsigned short colorIndex(class PyDbEntity {lvalue})
- draw(...)
- draw( (Entity)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus draw(class PyDbEntity {lvalue})
- entityColor(...)
- entityColor( (Entity)arg1) -> EntityColor :
C++ signature :
class AcCmEntityColor entityColor(class PyDbEntity {lvalue})
- getCompoundObjectTransform(...)
- getCompoundObjectTransform( (Entity)arg1, (Matrix3d)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus getCompoundObjectTransform(class PyDbEntity {lvalue},class AcGeMatrix3d {lvalue})
- getEcs(...)
- getEcs( (Entity)arg1, (Matrix3d)arg2) -> None :
C++ signature :
void getEcs(class PyDbEntity {lvalue},class AcGeMatrix3d {lvalue})
- getGeomExtents(...)
- getGeomExtents( (Entity)arg1, (Extents)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus getGeomExtents(class PyDbEntity {lvalue},class AcDbExtents {lvalue})
- getPlane(...)
- getPlane( (Entity)arg1) -> Plane :
C++ signature :
class PyGePlane getPlane(class PyDbEntity {lvalue})
- getPlotStyleNameId(...)
- getPlotStyleNameId( (Entity)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId getPlotStyleNameId(class PyDbEntity {lvalue})
- isPlanar(...)
- isPlanar( (Entity)arg1) -> bool :
C++ signature :
bool isPlanar(class PyDbEntity {lvalue})
- layer(...)
- layer( (Entity)arg1) -> str :
C++ signature :
class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > layer(class PyDbEntity {lvalue})
- layerId(...)
- layerId( (Entity)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId layerId(class PyDbEntity {lvalue})
- lineWeight(...)
- lineWeight( (Entity)arg1) -> LineWeight :
C++ signature :
enum AcDb::LineWeight lineWeight(class PyDbEntity {lvalue})
- linetype(...)
- linetype( (Entity)arg1) -> str :
C++ signature :
class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > linetype(class PyDbEntity {lvalue})
- linetypeId(...)
- linetypeId( (Entity)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId linetypeId(class PyDbEntity {lvalue})
- linetypeScale(...)
- linetypeScale( (Entity)arg1) -> float :
C++ signature :
double linetypeScale(class PyDbEntity {lvalue})
- list(...)
- list( (Entity)arg1) -> None :
C++ signature :
void list(class PyDbEntity {lvalue})
- material(...)
- material( (Entity)arg1) -> str :
C++ signature :
class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > material(class PyDbEntity {lvalue})
- materialId(...)
- materialId( (Entity)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId materialId(class PyDbEntity {lvalue})
- plotStyleName(...)
- plotStyleName( (Entity)arg1) -> str :
C++ signature :
class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > plotStyleName(class PyDbEntity {lvalue})
- receiveShadows(...)
- receiveShadows( (Entity)arg1) -> bool :
C++ signature :
bool receiveShadows(class PyDbEntity {lvalue})
- recordGraphicsModified(...)
- recordGraphicsModified( (Entity)arg1) -> None :
C++ signature :
void recordGraphicsModified(class PyDbEntity {lvalue})
recordGraphicsModified( (Entity)arg1) -> None :
C++ signature :
void recordGraphicsModified(class PyDbEntity {lvalue})
- setCastShadows(...)
- setCastShadows( (Entity)arg1, (bool)arg2) -> None :
C++ signature :
void setCastShadows(class PyDbEntity {lvalue},bool)
- setColor(...)
- setColor( (Entity)arg1, (Color)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setColor(class PyDbEntity {lvalue},class AcCmColor)
setColor( (Entity)arg1, (Color)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setColor(class PyDbEntity {lvalue},class AcCmColor,bool)
setColor( (Entity)arg1, (Color)arg2, (bool)arg3, (Database)arg4) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setColor(class PyDbEntity {lvalue},class AcCmColor,bool,class PyDbDatabase {lvalue})
- setColorIndex(...)
- setColorIndex( (Entity)arg1, (int)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setColorIndex(class PyDbEntity {lvalue},unsigned short)
setColorIndex( (Entity)arg1, (int)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setColorIndex(class PyDbEntity {lvalue},unsigned short,bool)
- setDatabaseDefaults(...)
- setDatabaseDefaults( (Entity)arg1) -> None :
C++ signature :
void setDatabaseDefaults(class PyDbEntity {lvalue})
setDatabaseDefaults( (Entity)arg1, (Database)arg2) -> None :
C++ signature :
void setDatabaseDefaults(class PyDbEntity {lvalue},class PyDbDatabase)
- setLayer(...)
- setLayer( (Entity)arg1, (str)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLayer(class PyDbEntity {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
setLayer( (Entity)arg1, (str)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLayer(class PyDbEntity {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,bool)
setLayer( (Entity)arg1, (str)arg2, (bool)arg3, (bool)arg4) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLayer(class PyDbEntity {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,bool,bool)
setLayer( (Entity)arg1, (ObjectId)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLayer(class PyDbEntity {lvalue},class PyDbObjectId)
setLayer( (Entity)arg1, (ObjectId)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLayer(class PyDbEntity {lvalue},class PyDbObjectId,bool)
setLayer( (Entity)arg1, (ObjectId)arg2, (bool)arg3, (bool)arg4) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLayer(class PyDbEntity {lvalue},class PyDbObjectId,bool,bool)
- setLineWeight(...)
- setLineWeight( (Entity)arg1, (LineWeight)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLineWeight(class PyDbEntity {lvalue},enum AcDb::LineWeight)
setLineWeight( (Entity)arg1, (LineWeight)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLineWeight(class PyDbEntity {lvalue},enum AcDb::LineWeight,bool)
- setLinetype(...)
- setLinetype( (Entity)arg1, (str)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLinetype(class PyDbEntity {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
setLinetype( (Entity)arg1, (str)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLinetype(class PyDbEntity {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,bool)
setLinetype( (Entity)arg1, (ObjectId)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLinetype(class PyDbEntity {lvalue},class PyDbObjectId)
setLinetype( (Entity)arg1, (ObjectId)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLinetype(class PyDbEntity {lvalue},class PyDbObjectId,bool)
- setLinetypeScale(...)
- setLinetypeScale( (Entity)arg1, (float)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLinetypeScale(class PyDbEntity {lvalue},double)
setLinetypeScale( (Entity)arg1, (float)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLinetypeScale(class PyDbEntity {lvalue},double,bool)
- setMaterial(...)
- setMaterial( (Entity)arg1, (str)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setMaterial(class PyDbEntity {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
setMaterial( (Entity)arg1, (str)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setMaterial(class PyDbEntity {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,bool)
setMaterial( (Entity)arg1, (ObjectId)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setMaterial(class PyDbEntity {lvalue},class PyDbObjectId)
setMaterial( (Entity)arg1, (ObjectId)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setMaterial(class PyDbEntity {lvalue},class PyDbObjectId,bool)
- setPlotStyleName(...)
- setPlotStyleName( (Entity)arg1, (str)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setPlotStyleName(class PyDbEntity {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,bool)
setPlotStyleName( (Entity)arg1, (PlotStyleNameType)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setPlotStyleName(class PyDbEntity {lvalue},enum AcDb::PlotStyleNameType,bool)
setPlotStyleName( (Entity)arg1, (PlotStyleNameType)arg2, (ObjectId)arg3, (bool)arg4) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setPlotStyleName(class PyDbEntity {lvalue},enum AcDb::PlotStyleNameType,class PyDbObjectId,bool)
- setPropertiesFrom(...)
- setPropertiesFrom( (Entity)arg1, (Entity)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setPropertiesFrom(class PyDbEntity {lvalue},class PyDbEntity)
setPropertiesFrom( (Entity)arg1, (Entity)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setPropertiesFrom(class PyDbEntity {lvalue},class PyDbEntity,bool)
- setReceiveShadows(...)
- setReceiveShadows( (Entity)arg1, (bool)arg2) -> None :
C++ signature :
void setReceiveShadows(class PyDbEntity {lvalue},bool)
- setVisibility(...)
- setVisibility( (Entity)arg1, (Visibility)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setVisibility(class PyDbEntity {lvalue},enum AcDb::Visibility)
setVisibility( (Entity)arg1, (Visibility)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setVisibility(class PyDbEntity {lvalue},enum AcDb::Visibility,bool)
- transformBy(...)
- transformBy( (Entity)arg1, (Matrix3d)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus transformBy(class PyDbEntity {lvalue},class AcGeMatrix3d)
- visibility(...)
- visibility( (Entity)arg1) -> Visibility :
C++ signature :
enum AcDb::Visibility visibility(class PyDbEntity {lvalue})
Static methods inherited from DbObject:
- addPersistentReactor(...)
- addPersistentReactor( (DbObject)arg1, (ObjectId)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus addPersistentReactor(class PyDbObject {lvalue},class PyDbObjectId)
- assertNotifyEnabled(...)
- assertNotifyEnabled( (DbObject)arg1) -> None :
C++ signature :
void assertNotifyEnabled(class PyDbObject {lvalue})
- assertReadEnabled(...)
- assertReadEnabled( (DbObject)arg1) -> None :
C++ signature :
void assertReadEnabled(class PyDbObject {lvalue})
- assertWriteEnabled(...)
- assertWriteEnabled( (DbObject)arg1) -> None :
C++ signature :
void assertWriteEnabled(class PyDbObject {lvalue})
- cancel(...)
- cancel( (DbObject)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus cancel(class PyDbObject {lvalue})
- close(...)
- close( (DbObject)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus close(class PyDbObject {lvalue})
- createExtensionDictionary(...)
- createExtensionDictionary( (DbObject)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus createExtensionDictionary(class PyDbObject {lvalue})
- database(...)
- database( (DbObject)arg1) -> Database :
C++ signature :
class PyDbDatabase database(class PyDbObject {lvalue})
- disableUndoRecording(...)
- disableUndoRecording( (DbObject)arg1, (bool)arg2) -> None :
C++ signature :
void disableUndoRecording(class PyDbObject {lvalue},bool)
- downgradeOpen(...)
- downgradeOpen( (DbObject)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus downgradeOpen(class PyDbObject {lvalue})
- downgradeToNotify(...)
- downgradeToNotify( (DbObject)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus downgradeToNotify(class PyDbObject {lvalue},bool)
- erase(...)
- erase( (DbObject)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus erase(class PyDbObject {lvalue})
- extensionDictionary(...)
- extensionDictionary( (DbObject)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId extensionDictionary(class PyDbObject {lvalue})
- handOverTo(...)
- handOverTo( (DbObject)arg1, (DbObject)arg2, (bool)arg3, (bool)arg4) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus handOverTo(class PyDbObject {lvalue},class PyDbObject {lvalue},bool,bool)
- hasPersistentReactor(...)
- hasPersistentReactor( (DbObject)arg1, (ObjectId)arg2) -> bool :
C++ signature :
bool hasPersistentReactor(class PyDbObject {lvalue},class PyDbObjectId)
- isAProxy(...)
- isAProxy( (DbObject)arg1) -> bool :
C++ signature :
bool isAProxy(class PyDbObject {lvalue})
- isCancelling(...)
- isCancelling( (DbObject)arg1) -> bool :
C++ signature :
bool isCancelling(class PyDbObject {lvalue})
- isEraseStatusToggled(...)
- isEraseStatusToggled( (DbObject)arg1) -> bool :
C++ signature :
bool isEraseStatusToggled(class PyDbObject {lvalue})
- isErased(...)
- isErased( (DbObject)arg1) -> bool :
C++ signature :
bool isErased(class PyDbObject {lvalue})
- isModified(...)
- isModified( (DbObject)arg1) -> bool :
C++ signature :
bool isModified(class PyDbObject {lvalue})
- isModifiedGraphics(...)
- isModifiedGraphics( (DbObject)arg1) -> bool :
C++ signature :
bool isModifiedGraphics(class PyDbObject {lvalue})
- isModifiedXData(...)
- isModifiedXData( (DbObject)arg1) -> bool :
C++ signature :
bool isModifiedXData(class PyDbObject {lvalue})
- isNewObject(...)
- isNewObject( (DbObject)arg1) -> bool :
C++ signature :
bool isNewObject(class PyDbObject {lvalue})
- isNotifyEnabled(...)
- isNotifyEnabled( (DbObject)arg1) -> bool :
C++ signature :
bool isNotifyEnabled(class PyDbObject {lvalue})
- isNotifying(...)
- isNotifying( (DbObject)arg1) -> bool :
C++ signature :
bool isNotifying(class PyDbObject {lvalue})
- isReadEnabled(...)
- isReadEnabled( (DbObject)arg1) -> bool :
C++ signature :
bool isReadEnabled(class PyDbObject {lvalue})
- isReallyClosing(...)
- isReallyClosing( (DbObject)arg1) -> bool :
C++ signature :
bool isReallyClosing(class PyDbObject {lvalue})
- isTransactionResident(...)
- isTransactionResident( (DbObject)arg1) -> bool :
C++ signature :
bool isTransactionResident(class PyDbObject {lvalue})
- isUndoRecordingDisabled(...)
- isUndoRecordingDisabled( (DbObject)arg1) -> bool :
C++ signature :
bool isUndoRecordingDisabled(class PyDbObject {lvalue})
- isUndoing(...)
- isUndoing( (DbObject)arg1) -> bool :
C++ signature :
bool isUndoing(class PyDbObject {lvalue})
- isWriteEnabled(...)
- isWriteEnabled( (DbObject)arg1) -> bool :
C++ signature :
bool isWriteEnabled(class PyDbObject {lvalue})
- objectId(...)
- objectId( (DbObject)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId objectId(class PyDbObject {lvalue})
- ownerId(...)
- ownerId( (DbObject)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId ownerId(class PyDbObject {lvalue})
- releaseExtensionDictionary(...)
- releaseExtensionDictionary( (DbObject)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus releaseExtensionDictionary(class PyDbObject {lvalue})
- removePersistentReactor(...)
- removePersistentReactor( (DbObject)arg1, (ObjectId)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus removePersistentReactor(class PyDbObject {lvalue},class PyDbObjectId)
- setOwnerId(...)
- setOwnerId( (DbObject)arg1, (ObjectId)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setOwnerId(class PyDbObject {lvalue},class PyDbObjectId)
- setXData(...)
- setXData( (DbObject)arg1, (list)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setXData(class PyDbObject {lvalue},class boost::python::list)
- swapIdWith(...)
- swapIdWith( (DbObject)arg1, (ObjectId)arg2, (bool)arg3, (bool)arg4) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus swapIdWith(class PyDbObject {lvalue},class PyDbObjectId {lvalue},bool,bool)
- upgradeFromNotify(...)
- upgradeFromNotify( (DbObject)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus upgradeFromNotify(class PyDbObject {lvalue},bool {lvalue})
- upgradeOpen(...)
- upgradeOpen( (DbObject)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus upgradeOpen(class PyDbObject {lvalue})
- xData(...)
- xData( (DbObject)arg1, (str)arg2) -> list :
C++ signature :
class boost::python::list xData(class PyDbObject {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
- xDataTransformBy(...)
- xDataTransformBy( (DbObject)arg1, (Matrix3d)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus xDataTransformBy(class PyDbObject {lvalue},class AcGeMatrix3d)
Static methods inherited from PyGi.Drawable:
- isA(...)
- isA( (Drawable)arg1) -> RxClass :
C++ signature :
class PyRxClass isA(class PyGiDrawable {lvalue})
Static methods inherited from PyRx.RxObject:
- __eq__(...)
- __eq__( (RxObject)arg1, (RxObject)arg2) -> bool :
C++ signature :
bool __eq__(class PyRxObject {lvalue},class PyRxObject)
- __ne__(...)
- __ne__( (RxObject)arg1, (RxObject)arg2) -> bool :
C++ signature :
bool __ne__(class PyRxObject {lvalue},class PyRxObject)
- isNull(...)
- isNull( (RxObject)arg1) -> bool :
C++ signature :
bool isNull(class PyRxObject {lvalue})
Static methods inherited from Boost.Python.instance:
- __new__(*args, **kwargs) from Boost.Python.class
- Create and return a new object. See help(type) for accurate signature.
Data descriptors inherited from Boost.Python.instance:
- __dict__
- __weakref__
|
class BlockBegin(Entity) |
| | |
- Method resolution order:
- BlockBegin
- Entity
- DbObject
- PyGi.Drawable
- PyRx.RxObject
- Boost.Python.instance
- builtins.object
Static methods defined here:
- __init__(...)
- __init__( (object)arg1, (ObjectId)arg2, (OpenMode)arg3) -> None :
C++ signature :
void __init__(struct _object * __ptr64,class PyDbObjectId,enum AcDb::OpenMode)
- __reduce__ = (...)
- className(...)
- className() -> str :
C++ signature :
class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > className()
- desc(...)
- desc() -> RxClass :
C++ signature :
class PyRxClass desc()
Static methods inherited from Entity:
- blockId(...)
- blockId( (Entity)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId blockId(class PyDbEntity {lvalue})
- castShadows(...)
- castShadows( (Entity)arg1) -> bool :
C++ signature :
bool castShadows(class PyDbEntity {lvalue})
- collisionType(...)
- collisionType( (Entity)arg1) -> CollisionType :
C++ signature :
enum AcDb::CollisionType collisionType(class PyDbEntity {lvalue})
- color(...)
- color( (Entity)arg1) -> Color :
C++ signature :
class AcCmColor color(class PyDbEntity {lvalue})
- colorIndex(...)
- colorIndex( (Entity)arg1) -> int :
C++ signature :
unsigned short colorIndex(class PyDbEntity {lvalue})
- draw(...)
- draw( (Entity)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus draw(class PyDbEntity {lvalue})
- entityColor(...)
- entityColor( (Entity)arg1) -> EntityColor :
C++ signature :
class AcCmEntityColor entityColor(class PyDbEntity {lvalue})
- getCompoundObjectTransform(...)
- getCompoundObjectTransform( (Entity)arg1, (Matrix3d)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus getCompoundObjectTransform(class PyDbEntity {lvalue},class AcGeMatrix3d {lvalue})
- getEcs(...)
- getEcs( (Entity)arg1, (Matrix3d)arg2) -> None :
C++ signature :
void getEcs(class PyDbEntity {lvalue},class AcGeMatrix3d {lvalue})
- getGeomExtents(...)
- getGeomExtents( (Entity)arg1, (Extents)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus getGeomExtents(class PyDbEntity {lvalue},class AcDbExtents {lvalue})
- getPlane(...)
- getPlane( (Entity)arg1) -> Plane :
C++ signature :
class PyGePlane getPlane(class PyDbEntity {lvalue})
- getPlotStyleNameId(...)
- getPlotStyleNameId( (Entity)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId getPlotStyleNameId(class PyDbEntity {lvalue})
- isPlanar(...)
- isPlanar( (Entity)arg1) -> bool :
C++ signature :
bool isPlanar(class PyDbEntity {lvalue})
- layer(...)
- layer( (Entity)arg1) -> str :
C++ signature :
class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > layer(class PyDbEntity {lvalue})
- layerId(...)
- layerId( (Entity)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId layerId(class PyDbEntity {lvalue})
- lineWeight(...)
- lineWeight( (Entity)arg1) -> LineWeight :
C++ signature :
enum AcDb::LineWeight lineWeight(class PyDbEntity {lvalue})
- linetype(...)
- linetype( (Entity)arg1) -> str :
C++ signature :
class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > linetype(class PyDbEntity {lvalue})
- linetypeId(...)
- linetypeId( (Entity)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId linetypeId(class PyDbEntity {lvalue})
- linetypeScale(...)
- linetypeScale( (Entity)arg1) -> float :
C++ signature :
double linetypeScale(class PyDbEntity {lvalue})
- list(...)
- list( (Entity)arg1) -> None :
C++ signature :
void list(class PyDbEntity {lvalue})
- material(...)
- material( (Entity)arg1) -> str :
C++ signature :
class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > material(class PyDbEntity {lvalue})
- materialId(...)
- materialId( (Entity)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId materialId(class PyDbEntity {lvalue})
- plotStyleName(...)
- plotStyleName( (Entity)arg1) -> str :
C++ signature :
class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > plotStyleName(class PyDbEntity {lvalue})
- receiveShadows(...)
- receiveShadows( (Entity)arg1) -> bool :
C++ signature :
bool receiveShadows(class PyDbEntity {lvalue})
- recordGraphicsModified(...)
- recordGraphicsModified( (Entity)arg1) -> None :
C++ signature :
void recordGraphicsModified(class PyDbEntity {lvalue})
recordGraphicsModified( (Entity)arg1) -> None :
C++ signature :
void recordGraphicsModified(class PyDbEntity {lvalue})
- setCastShadows(...)
- setCastShadows( (Entity)arg1, (bool)arg2) -> None :
C++ signature :
void setCastShadows(class PyDbEntity {lvalue},bool)
- setColor(...)
- setColor( (Entity)arg1, (Color)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setColor(class PyDbEntity {lvalue},class AcCmColor)
setColor( (Entity)arg1, (Color)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setColor(class PyDbEntity {lvalue},class AcCmColor,bool)
setColor( (Entity)arg1, (Color)arg2, (bool)arg3, (Database)arg4) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setColor(class PyDbEntity {lvalue},class AcCmColor,bool,class PyDbDatabase {lvalue})
- setColorIndex(...)
- setColorIndex( (Entity)arg1, (int)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setColorIndex(class PyDbEntity {lvalue},unsigned short)
setColorIndex( (Entity)arg1, (int)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setColorIndex(class PyDbEntity {lvalue},unsigned short,bool)
- setDatabaseDefaults(...)
- setDatabaseDefaults( (Entity)arg1) -> None :
C++ signature :
void setDatabaseDefaults(class PyDbEntity {lvalue})
setDatabaseDefaults( (Entity)arg1, (Database)arg2) -> None :
C++ signature :
void setDatabaseDefaults(class PyDbEntity {lvalue},class PyDbDatabase)
- setLayer(...)
- setLayer( (Entity)arg1, (str)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLayer(class PyDbEntity {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
setLayer( (Entity)arg1, (str)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLayer(class PyDbEntity {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,bool)
setLayer( (Entity)arg1, (str)arg2, (bool)arg3, (bool)arg4) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLayer(class PyDbEntity {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,bool,bool)
setLayer( (Entity)arg1, (ObjectId)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLayer(class PyDbEntity {lvalue},class PyDbObjectId)
setLayer( (Entity)arg1, (ObjectId)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLayer(class PyDbEntity {lvalue},class PyDbObjectId,bool)
setLayer( (Entity)arg1, (ObjectId)arg2, (bool)arg3, (bool)arg4) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLayer(class PyDbEntity {lvalue},class PyDbObjectId,bool,bool)
- setLineWeight(...)
- setLineWeight( (Entity)arg1, (LineWeight)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLineWeight(class PyDbEntity {lvalue},enum AcDb::LineWeight)
setLineWeight( (Entity)arg1, (LineWeight)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLineWeight(class PyDbEntity {lvalue},enum AcDb::LineWeight,bool)
- setLinetype(...)
- setLinetype( (Entity)arg1, (str)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLinetype(class PyDbEntity {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
setLinetype( (Entity)arg1, (str)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLinetype(class PyDbEntity {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,bool)
setLinetype( (Entity)arg1, (ObjectId)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLinetype(class PyDbEntity {lvalue},class PyDbObjectId)
setLinetype( (Entity)arg1, (ObjectId)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLinetype(class PyDbEntity {lvalue},class PyDbObjectId,bool)
- setLinetypeScale(...)
- setLinetypeScale( (Entity)arg1, (float)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLinetypeScale(class PyDbEntity {lvalue},double)
setLinetypeScale( (Entity)arg1, (float)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLinetypeScale(class PyDbEntity {lvalue},double,bool)
- setMaterial(...)
- setMaterial( (Entity)arg1, (str)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setMaterial(class PyDbEntity {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
setMaterial( (Entity)arg1, (str)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setMaterial(class PyDbEntity {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,bool)
setMaterial( (Entity)arg1, (ObjectId)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setMaterial(class PyDbEntity {lvalue},class PyDbObjectId)
setMaterial( (Entity)arg1, (ObjectId)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setMaterial(class PyDbEntity {lvalue},class PyDbObjectId,bool)
- setPlotStyleName(...)
- setPlotStyleName( (Entity)arg1, (str)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setPlotStyleName(class PyDbEntity {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,bool)
setPlotStyleName( (Entity)arg1, (PlotStyleNameType)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setPlotStyleName(class PyDbEntity {lvalue},enum AcDb::PlotStyleNameType,bool)
setPlotStyleName( (Entity)arg1, (PlotStyleNameType)arg2, (ObjectId)arg3, (bool)arg4) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setPlotStyleName(class PyDbEntity {lvalue},enum AcDb::PlotStyleNameType,class PyDbObjectId,bool)
- setPropertiesFrom(...)
- setPropertiesFrom( (Entity)arg1, (Entity)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setPropertiesFrom(class PyDbEntity {lvalue},class PyDbEntity)
setPropertiesFrom( (Entity)arg1, (Entity)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setPropertiesFrom(class PyDbEntity {lvalue},class PyDbEntity,bool)
- setReceiveShadows(...)
- setReceiveShadows( (Entity)arg1, (bool)arg2) -> None :
C++ signature :
void setReceiveShadows(class PyDbEntity {lvalue},bool)
- setVisibility(...)
- setVisibility( (Entity)arg1, (Visibility)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setVisibility(class PyDbEntity {lvalue},enum AcDb::Visibility)
setVisibility( (Entity)arg1, (Visibility)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setVisibility(class PyDbEntity {lvalue},enum AcDb::Visibility,bool)
- transformBy(...)
- transformBy( (Entity)arg1, (Matrix3d)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus transformBy(class PyDbEntity {lvalue},class AcGeMatrix3d)
- visibility(...)
- visibility( (Entity)arg1) -> Visibility :
C++ signature :
enum AcDb::Visibility visibility(class PyDbEntity {lvalue})
Static methods inherited from DbObject:
- addPersistentReactor(...)
- addPersistentReactor( (DbObject)arg1, (ObjectId)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus addPersistentReactor(class PyDbObject {lvalue},class PyDbObjectId)
- assertNotifyEnabled(...)
- assertNotifyEnabled( (DbObject)arg1) -> None :
C++ signature :
void assertNotifyEnabled(class PyDbObject {lvalue})
- assertReadEnabled(...)
- assertReadEnabled( (DbObject)arg1) -> None :
C++ signature :
void assertReadEnabled(class PyDbObject {lvalue})
- assertWriteEnabled(...)
- assertWriteEnabled( (DbObject)arg1) -> None :
C++ signature :
void assertWriteEnabled(class PyDbObject {lvalue})
- cancel(...)
- cancel( (DbObject)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus cancel(class PyDbObject {lvalue})
- close(...)
- close( (DbObject)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus close(class PyDbObject {lvalue})
- createExtensionDictionary(...)
- createExtensionDictionary( (DbObject)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus createExtensionDictionary(class PyDbObject {lvalue})
- database(...)
- database( (DbObject)arg1) -> Database :
C++ signature :
class PyDbDatabase database(class PyDbObject {lvalue})
- disableUndoRecording(...)
- disableUndoRecording( (DbObject)arg1, (bool)arg2) -> None :
C++ signature :
void disableUndoRecording(class PyDbObject {lvalue},bool)
- downgradeOpen(...)
- downgradeOpen( (DbObject)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus downgradeOpen(class PyDbObject {lvalue})
- downgradeToNotify(...)
- downgradeToNotify( (DbObject)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus downgradeToNotify(class PyDbObject {lvalue},bool)
- erase(...)
- erase( (DbObject)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus erase(class PyDbObject {lvalue})
- extensionDictionary(...)
- extensionDictionary( (DbObject)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId extensionDictionary(class PyDbObject {lvalue})
- handOverTo(...)
- handOverTo( (DbObject)arg1, (DbObject)arg2, (bool)arg3, (bool)arg4) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus handOverTo(class PyDbObject {lvalue},class PyDbObject {lvalue},bool,bool)
- hasPersistentReactor(...)
- hasPersistentReactor( (DbObject)arg1, (ObjectId)arg2) -> bool :
C++ signature :
bool hasPersistentReactor(class PyDbObject {lvalue},class PyDbObjectId)
- isAProxy(...)
- isAProxy( (DbObject)arg1) -> bool :
C++ signature :
bool isAProxy(class PyDbObject {lvalue})
- isCancelling(...)
- isCancelling( (DbObject)arg1) -> bool :
C++ signature :
bool isCancelling(class PyDbObject {lvalue})
- isEraseStatusToggled(...)
- isEraseStatusToggled( (DbObject)arg1) -> bool :
C++ signature :
bool isEraseStatusToggled(class PyDbObject {lvalue})
- isErased(...)
- isErased( (DbObject)arg1) -> bool :
C++ signature :
bool isErased(class PyDbObject {lvalue})
- isModified(...)
- isModified( (DbObject)arg1) -> bool :
C++ signature :
bool isModified(class PyDbObject {lvalue})
- isModifiedGraphics(...)
- isModifiedGraphics( (DbObject)arg1) -> bool :
C++ signature :
bool isModifiedGraphics(class PyDbObject {lvalue})
- isModifiedXData(...)
- isModifiedXData( (DbObject)arg1) -> bool :
C++ signature :
bool isModifiedXData(class PyDbObject {lvalue})
- isNewObject(...)
- isNewObject( (DbObject)arg1) -> bool :
C++ signature :
bool isNewObject(class PyDbObject {lvalue})
- isNotifyEnabled(...)
- isNotifyEnabled( (DbObject)arg1) -> bool :
C++ signature :
bool isNotifyEnabled(class PyDbObject {lvalue})
- isNotifying(...)
- isNotifying( (DbObject)arg1) -> bool :
C++ signature :
bool isNotifying(class PyDbObject {lvalue})
- isReadEnabled(...)
- isReadEnabled( (DbObject)arg1) -> bool :
C++ signature :
bool isReadEnabled(class PyDbObject {lvalue})
- isReallyClosing(...)
- isReallyClosing( (DbObject)arg1) -> bool :
C++ signature :
bool isReallyClosing(class PyDbObject {lvalue})
- isTransactionResident(...)
- isTransactionResident( (DbObject)arg1) -> bool :
C++ signature :
bool isTransactionResident(class PyDbObject {lvalue})
- isUndoRecordingDisabled(...)
- isUndoRecordingDisabled( (DbObject)arg1) -> bool :
C++ signature :
bool isUndoRecordingDisabled(class PyDbObject {lvalue})
- isUndoing(...)
- isUndoing( (DbObject)arg1) -> bool :
C++ signature :
bool isUndoing(class PyDbObject {lvalue})
- isWriteEnabled(...)
- isWriteEnabled( (DbObject)arg1) -> bool :
C++ signature :
bool isWriteEnabled(class PyDbObject {lvalue})
- objectId(...)
- objectId( (DbObject)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId objectId(class PyDbObject {lvalue})
- ownerId(...)
- ownerId( (DbObject)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId ownerId(class PyDbObject {lvalue})
- releaseExtensionDictionary(...)
- releaseExtensionDictionary( (DbObject)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus releaseExtensionDictionary(class PyDbObject {lvalue})
- removePersistentReactor(...)
- removePersistentReactor( (DbObject)arg1, (ObjectId)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus removePersistentReactor(class PyDbObject {lvalue},class PyDbObjectId)
- setOwnerId(...)
- setOwnerId( (DbObject)arg1, (ObjectId)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setOwnerId(class PyDbObject {lvalue},class PyDbObjectId)
- setXData(...)
- setXData( (DbObject)arg1, (list)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setXData(class PyDbObject {lvalue},class boost::python::list)
- swapIdWith(...)
- swapIdWith( (DbObject)arg1, (ObjectId)arg2, (bool)arg3, (bool)arg4) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus swapIdWith(class PyDbObject {lvalue},class PyDbObjectId {lvalue},bool,bool)
- upgradeFromNotify(...)
- upgradeFromNotify( (DbObject)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus upgradeFromNotify(class PyDbObject {lvalue},bool {lvalue})
- upgradeOpen(...)
- upgradeOpen( (DbObject)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus upgradeOpen(class PyDbObject {lvalue})
- xData(...)
- xData( (DbObject)arg1, (str)arg2) -> list :
C++ signature :
class boost::python::list xData(class PyDbObject {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
- xDataTransformBy(...)
- xDataTransformBy( (DbObject)arg1, (Matrix3d)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus xDataTransformBy(class PyDbObject {lvalue},class AcGeMatrix3d)
Static methods inherited from PyGi.Drawable:
- isA(...)
- isA( (Drawable)arg1) -> RxClass :
C++ signature :
class PyRxClass isA(class PyGiDrawable {lvalue})
Static methods inherited from PyRx.RxObject:
- __eq__(...)
- __eq__( (RxObject)arg1, (RxObject)arg2) -> bool :
C++ signature :
bool __eq__(class PyRxObject {lvalue},class PyRxObject)
- __ne__(...)
- __ne__( (RxObject)arg1, (RxObject)arg2) -> bool :
C++ signature :
bool __ne__(class PyRxObject {lvalue},class PyRxObject)
- isNull(...)
- isNull( (RxObject)arg1) -> bool :
C++ signature :
bool isNull(class PyRxObject {lvalue})
Static methods inherited from Boost.Python.instance:
- __new__(*args, **kwargs) from Boost.Python.class
- Create and return a new object. See help(type) for accurate signature.
Data descriptors inherited from Boost.Python.instance:
- __dict__
- __weakref__
|
class BlockEnd(Entity) |
| | |
- Method resolution order:
- BlockEnd
- Entity
- DbObject
- PyGi.Drawable
- PyRx.RxObject
- Boost.Python.instance
- builtins.object
Static methods defined here:
- __init__(...)
- __init__( (object)arg1, (ObjectId)arg2, (OpenMode)arg3) -> None :
C++ signature :
void __init__(struct _object * __ptr64,class PyDbObjectId,enum AcDb::OpenMode)
- __reduce__ = (...)
- className(...)
- className() -> str :
C++ signature :
class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > className()
- desc(...)
- desc() -> RxClass :
C++ signature :
class PyRxClass desc()
Static methods inherited from Entity:
- blockId(...)
- blockId( (Entity)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId blockId(class PyDbEntity {lvalue})
- castShadows(...)
- castShadows( (Entity)arg1) -> bool :
C++ signature :
bool castShadows(class PyDbEntity {lvalue})
- collisionType(...)
- collisionType( (Entity)arg1) -> CollisionType :
C++ signature :
enum AcDb::CollisionType collisionType(class PyDbEntity {lvalue})
- color(...)
- color( (Entity)arg1) -> Color :
C++ signature :
class AcCmColor color(class PyDbEntity {lvalue})
- colorIndex(...)
- colorIndex( (Entity)arg1) -> int :
C++ signature :
unsigned short colorIndex(class PyDbEntity {lvalue})
- draw(...)
- draw( (Entity)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus draw(class PyDbEntity {lvalue})
- entityColor(...)
- entityColor( (Entity)arg1) -> EntityColor :
C++ signature :
class AcCmEntityColor entityColor(class PyDbEntity {lvalue})
- getCompoundObjectTransform(...)
- getCompoundObjectTransform( (Entity)arg1, (Matrix3d)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus getCompoundObjectTransform(class PyDbEntity {lvalue},class AcGeMatrix3d {lvalue})
- getEcs(...)
- getEcs( (Entity)arg1, (Matrix3d)arg2) -> None :
C++ signature :
void getEcs(class PyDbEntity {lvalue},class AcGeMatrix3d {lvalue})
- getGeomExtents(...)
- getGeomExtents( (Entity)arg1, (Extents)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus getGeomExtents(class PyDbEntity {lvalue},class AcDbExtents {lvalue})
- getPlane(...)
- getPlane( (Entity)arg1) -> Plane :
C++ signature :
class PyGePlane getPlane(class PyDbEntity {lvalue})
- getPlotStyleNameId(...)
- getPlotStyleNameId( (Entity)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId getPlotStyleNameId(class PyDbEntity {lvalue})
- isPlanar(...)
- isPlanar( (Entity)arg1) -> bool :
C++ signature :
bool isPlanar(class PyDbEntity {lvalue})
- layer(...)
- layer( (Entity)arg1) -> str :
C++ signature :
class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > layer(class PyDbEntity {lvalue})
- layerId(...)
- layerId( (Entity)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId layerId(class PyDbEntity {lvalue})
- lineWeight(...)
- lineWeight( (Entity)arg1) -> LineWeight :
C++ signature :
enum AcDb::LineWeight lineWeight(class PyDbEntity {lvalue})
- linetype(...)
- linetype( (Entity)arg1) -> str :
C++ signature :
class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > linetype(class PyDbEntity {lvalue})
- linetypeId(...)
- linetypeId( (Entity)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId linetypeId(class PyDbEntity {lvalue})
- linetypeScale(...)
- linetypeScale( (Entity)arg1) -> float :
C++ signature :
double linetypeScale(class PyDbEntity {lvalue})
- list(...)
- list( (Entity)arg1) -> None :
C++ signature :
void list(class PyDbEntity {lvalue})
- material(...)
- material( (Entity)arg1) -> str :
C++ signature :
class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > material(class PyDbEntity {lvalue})
- materialId(...)
- materialId( (Entity)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId materialId(class PyDbEntity {lvalue})
- plotStyleName(...)
- plotStyleName( (Entity)arg1) -> str :
C++ signature :
class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > plotStyleName(class PyDbEntity {lvalue})
- receiveShadows(...)
- receiveShadows( (Entity)arg1) -> bool :
C++ signature :
bool receiveShadows(class PyDbEntity {lvalue})
- recordGraphicsModified(...)
- recordGraphicsModified( (Entity)arg1) -> None :
C++ signature :
void recordGraphicsModified(class PyDbEntity {lvalue})
recordGraphicsModified( (Entity)arg1) -> None :
C++ signature :
void recordGraphicsModified(class PyDbEntity {lvalue})
- setCastShadows(...)
- setCastShadows( (Entity)arg1, (bool)arg2) -> None :
C++ signature :
void setCastShadows(class PyDbEntity {lvalue},bool)
- setColor(...)
- setColor( (Entity)arg1, (Color)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setColor(class PyDbEntity {lvalue},class AcCmColor)
setColor( (Entity)arg1, (Color)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setColor(class PyDbEntity {lvalue},class AcCmColor,bool)
setColor( (Entity)arg1, (Color)arg2, (bool)arg3, (Database)arg4) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setColor(class PyDbEntity {lvalue},class AcCmColor,bool,class PyDbDatabase {lvalue})
- setColorIndex(...)
- setColorIndex( (Entity)arg1, (int)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setColorIndex(class PyDbEntity {lvalue},unsigned short)
setColorIndex( (Entity)arg1, (int)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setColorIndex(class PyDbEntity {lvalue},unsigned short,bool)
- setDatabaseDefaults(...)
- setDatabaseDefaults( (Entity)arg1) -> None :
C++ signature :
void setDatabaseDefaults(class PyDbEntity {lvalue})
setDatabaseDefaults( (Entity)arg1, (Database)arg2) -> None :
C++ signature :
void setDatabaseDefaults(class PyDbEntity {lvalue},class PyDbDatabase)
- setLayer(...)
- setLayer( (Entity)arg1, (str)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLayer(class PyDbEntity {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
setLayer( (Entity)arg1, (str)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLayer(class PyDbEntity {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,bool)
setLayer( (Entity)arg1, (str)arg2, (bool)arg3, (bool)arg4) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLayer(class PyDbEntity {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,bool,bool)
setLayer( (Entity)arg1, (ObjectId)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLayer(class PyDbEntity {lvalue},class PyDbObjectId)
setLayer( (Entity)arg1, (ObjectId)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLayer(class PyDbEntity {lvalue},class PyDbObjectId,bool)
setLayer( (Entity)arg1, (ObjectId)arg2, (bool)arg3, (bool)arg4) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLayer(class PyDbEntity {lvalue},class PyDbObjectId,bool,bool)
- setLineWeight(...)
- setLineWeight( (Entity)arg1, (LineWeight)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLineWeight(class PyDbEntity {lvalue},enum AcDb::LineWeight)
setLineWeight( (Entity)arg1, (LineWeight)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLineWeight(class PyDbEntity {lvalue},enum AcDb::LineWeight,bool)
- setLinetype(...)
- setLinetype( (Entity)arg1, (str)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLinetype(class PyDbEntity {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
setLinetype( (Entity)arg1, (str)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLinetype(class PyDbEntity {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,bool)
setLinetype( (Entity)arg1, (ObjectId)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLinetype(class PyDbEntity {lvalue},class PyDbObjectId)
setLinetype( (Entity)arg1, (ObjectId)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLinetype(class PyDbEntity {lvalue},class PyDbObjectId,bool)
- setLinetypeScale(...)
- setLinetypeScale( (Entity)arg1, (float)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLinetypeScale(class PyDbEntity {lvalue},double)
setLinetypeScale( (Entity)arg1, (float)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLinetypeScale(class PyDbEntity {lvalue},double,bool)
- setMaterial(...)
- setMaterial( (Entity)arg1, (str)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setMaterial(class PyDbEntity {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
setMaterial( (Entity)arg1, (str)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setMaterial(class PyDbEntity {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,bool)
setMaterial( (Entity)arg1, (ObjectId)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setMaterial(class PyDbEntity {lvalue},class PyDbObjectId)
setMaterial( (Entity)arg1, (ObjectId)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setMaterial(class PyDbEntity {lvalue},class PyDbObjectId,bool)
- setPlotStyleName(...)
- setPlotStyleName( (Entity)arg1, (str)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setPlotStyleName(class PyDbEntity {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,bool)
setPlotStyleName( (Entity)arg1, (PlotStyleNameType)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setPlotStyleName(class PyDbEntity {lvalue},enum AcDb::PlotStyleNameType,bool)
setPlotStyleName( (Entity)arg1, (PlotStyleNameType)arg2, (ObjectId)arg3, (bool)arg4) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setPlotStyleName(class PyDbEntity {lvalue},enum AcDb::PlotStyleNameType,class PyDbObjectId,bool)
- setPropertiesFrom(...)
- setPropertiesFrom( (Entity)arg1, (Entity)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setPropertiesFrom(class PyDbEntity {lvalue},class PyDbEntity)
setPropertiesFrom( (Entity)arg1, (Entity)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setPropertiesFrom(class PyDbEntity {lvalue},class PyDbEntity,bool)
- setReceiveShadows(...)
- setReceiveShadows( (Entity)arg1, (bool)arg2) -> None :
C++ signature :
void setReceiveShadows(class PyDbEntity {lvalue},bool)
- setVisibility(...)
- setVisibility( (Entity)arg1, (Visibility)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setVisibility(class PyDbEntity {lvalue},enum AcDb::Visibility)
setVisibility( (Entity)arg1, (Visibility)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setVisibility(class PyDbEntity {lvalue},enum AcDb::Visibility,bool)
- transformBy(...)
- transformBy( (Entity)arg1, (Matrix3d)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus transformBy(class PyDbEntity {lvalue},class AcGeMatrix3d)
- visibility(...)
- visibility( (Entity)arg1) -> Visibility :
C++ signature :
enum AcDb::Visibility visibility(class PyDbEntity {lvalue})
Static methods inherited from DbObject:
- addPersistentReactor(...)
- addPersistentReactor( (DbObject)arg1, (ObjectId)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus addPersistentReactor(class PyDbObject {lvalue},class PyDbObjectId)
- assertNotifyEnabled(...)
- assertNotifyEnabled( (DbObject)arg1) -> None :
C++ signature :
void assertNotifyEnabled(class PyDbObject {lvalue})
- assertReadEnabled(...)
- assertReadEnabled( (DbObject)arg1) -> None :
C++ signature :
void assertReadEnabled(class PyDbObject {lvalue})
- assertWriteEnabled(...)
- assertWriteEnabled( (DbObject)arg1) -> None :
C++ signature :
void assertWriteEnabled(class PyDbObject {lvalue})
- cancel(...)
- cancel( (DbObject)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus cancel(class PyDbObject {lvalue})
- close(...)
- close( (DbObject)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus close(class PyDbObject {lvalue})
- createExtensionDictionary(...)
- createExtensionDictionary( (DbObject)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus createExtensionDictionary(class PyDbObject {lvalue})
- database(...)
- database( (DbObject)arg1) -> Database :
C++ signature :
class PyDbDatabase database(class PyDbObject {lvalue})
- disableUndoRecording(...)
- disableUndoRecording( (DbObject)arg1, (bool)arg2) -> None :
C++ signature :
void disableUndoRecording(class PyDbObject {lvalue},bool)
- downgradeOpen(...)
- downgradeOpen( (DbObject)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus downgradeOpen(class PyDbObject {lvalue})
- downgradeToNotify(...)
- downgradeToNotify( (DbObject)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus downgradeToNotify(class PyDbObject {lvalue},bool)
- erase(...)
- erase( (DbObject)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus erase(class PyDbObject {lvalue})
- extensionDictionary(...)
- extensionDictionary( (DbObject)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId extensionDictionary(class PyDbObject {lvalue})
- handOverTo(...)
- handOverTo( (DbObject)arg1, (DbObject)arg2, (bool)arg3, (bool)arg4) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus handOverTo(class PyDbObject {lvalue},class PyDbObject {lvalue},bool,bool)
- hasPersistentReactor(...)
- hasPersistentReactor( (DbObject)arg1, (ObjectId)arg2) -> bool :
C++ signature :
bool hasPersistentReactor(class PyDbObject {lvalue},class PyDbObjectId)
- isAProxy(...)
- isAProxy( (DbObject)arg1) -> bool :
C++ signature :
bool isAProxy(class PyDbObject {lvalue})
- isCancelling(...)
- isCancelling( (DbObject)arg1) -> bool :
C++ signature :
bool isCancelling(class PyDbObject {lvalue})
- isEraseStatusToggled(...)
- isEraseStatusToggled( (DbObject)arg1) -> bool :
C++ signature :
bool isEraseStatusToggled(class PyDbObject {lvalue})
- isErased(...)
- isErased( (DbObject)arg1) -> bool :
C++ signature :
bool isErased(class PyDbObject {lvalue})
- isModified(...)
- isModified( (DbObject)arg1) -> bool :
C++ signature :
bool isModified(class PyDbObject {lvalue})
- isModifiedGraphics(...)
- isModifiedGraphics( (DbObject)arg1) -> bool :
C++ signature :
bool isModifiedGraphics(class PyDbObject {lvalue})
- isModifiedXData(...)
- isModifiedXData( (DbObject)arg1) -> bool :
C++ signature :
bool isModifiedXData(class PyDbObject {lvalue})
- isNewObject(...)
- isNewObject( (DbObject)arg1) -> bool :
C++ signature :
bool isNewObject(class PyDbObject {lvalue})
- isNotifyEnabled(...)
- isNotifyEnabled( (DbObject)arg1) -> bool :
C++ signature :
bool isNotifyEnabled(class PyDbObject {lvalue})
- isNotifying(...)
- isNotifying( (DbObject)arg1) -> bool :
C++ signature :
bool isNotifying(class PyDbObject {lvalue})
- isReadEnabled(...)
- isReadEnabled( (DbObject)arg1) -> bool :
C++ signature :
bool isReadEnabled(class PyDbObject {lvalue})
- isReallyClosing(...)
- isReallyClosing( (DbObject)arg1) -> bool :
C++ signature :
bool isReallyClosing(class PyDbObject {lvalue})
- isTransactionResident(...)
- isTransactionResident( (DbObject)arg1) -> bool :
C++ signature :
bool isTransactionResident(class PyDbObject {lvalue})
- isUndoRecordingDisabled(...)
- isUndoRecordingDisabled( (DbObject)arg1) -> bool :
C++ signature :
bool isUndoRecordingDisabled(class PyDbObject {lvalue})
- isUndoing(...)
- isUndoing( (DbObject)arg1) -> bool :
C++ signature :
bool isUndoing(class PyDbObject {lvalue})
- isWriteEnabled(...)
- isWriteEnabled( (DbObject)arg1) -> bool :
C++ signature :
bool isWriteEnabled(class PyDbObject {lvalue})
- objectId(...)
- objectId( (DbObject)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId objectId(class PyDbObject {lvalue})
- ownerId(...)
- ownerId( (DbObject)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId ownerId(class PyDbObject {lvalue})
- releaseExtensionDictionary(...)
- releaseExtensionDictionary( (DbObject)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus releaseExtensionDictionary(class PyDbObject {lvalue})
- removePersistentReactor(...)
- removePersistentReactor( (DbObject)arg1, (ObjectId)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus removePersistentReactor(class PyDbObject {lvalue},class PyDbObjectId)
- setOwnerId(...)
- setOwnerId( (DbObject)arg1, (ObjectId)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setOwnerId(class PyDbObject {lvalue},class PyDbObjectId)
- setXData(...)
- setXData( (DbObject)arg1, (list)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setXData(class PyDbObject {lvalue},class boost::python::list)
- swapIdWith(...)
- swapIdWith( (DbObject)arg1, (ObjectId)arg2, (bool)arg3, (bool)arg4) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus swapIdWith(class PyDbObject {lvalue},class PyDbObjectId {lvalue},bool,bool)
- upgradeFromNotify(...)
- upgradeFromNotify( (DbObject)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus upgradeFromNotify(class PyDbObject {lvalue},bool {lvalue})
- upgradeOpen(...)
- upgradeOpen( (DbObject)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus upgradeOpen(class PyDbObject {lvalue})
- xData(...)
- xData( (DbObject)arg1, (str)arg2) -> list :
C++ signature :
class boost::python::list xData(class PyDbObject {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
- xDataTransformBy(...)
- xDataTransformBy( (DbObject)arg1, (Matrix3d)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus xDataTransformBy(class PyDbObject {lvalue},class AcGeMatrix3d)
Static methods inherited from PyGi.Drawable:
- isA(...)
- isA( (Drawable)arg1) -> RxClass :
C++ signature :
class PyRxClass isA(class PyGiDrawable {lvalue})
Static methods inherited from PyRx.RxObject:
- __eq__(...)
- __eq__( (RxObject)arg1, (RxObject)arg2) -> bool :
C++ signature :
bool __eq__(class PyRxObject {lvalue},class PyRxObject)
- __ne__(...)
- __ne__( (RxObject)arg1, (RxObject)arg2) -> bool :
C++ signature :
bool __ne__(class PyRxObject {lvalue},class PyRxObject)
- isNull(...)
- isNull( (RxObject)arg1) -> bool :
C++ signature :
bool isNull(class PyRxObject {lvalue})
Static methods inherited from Boost.Python.instance:
- __new__(*args, **kwargs) from Boost.Python.class
- Create and return a new object. See help(type) for accurate signature.
Data descriptors inherited from Boost.Python.instance:
- __dict__
- __weakref__
|
class BlockReference(Entity) |
| | |
- Method resolution order:
- BlockReference
- Entity
- DbObject
- PyGi.Drawable
- PyRx.RxObject
- Boost.Python.instance
- builtins.object
Static methods defined here:
- __init__(...)
- __init__( (object)arg1) -> None :
C++ signature :
void __init__(struct _object * __ptr64)
__init__( (object)arg1) -> None :
C++ signature :
void __init__(struct _object * __ptr64)
__init__( (object)arg1, (Point3d)arg2, (ObjectId)arg3) -> None :
C++ signature :
void __init__(struct _object * __ptr64,class AcGePoint3d {lvalue},class PyDbObjectId)
__init__( (object)arg1, (ObjectId)arg2, (OpenMode)arg3) -> None :
C++ signature :
void __init__(struct _object * __ptr64,class PyDbObjectId,enum AcDb::OpenMode)
- __reduce__ = (...)
- appendAttribute(...)
- appendAttribute( (BlockReference)arg1, (AttributeReference)arg2) -> ObjectId :
C++ signature :
class PyDbObjectId appendAttribute(class PyDbBlockReference {lvalue},class PyDbAttribute {lvalue})
- attributeIds(...)
- attributeIds( (BlockReference)arg1) -> list :
C++ signature :
class boost::python::list attributeIds(class PyDbBlockReference {lvalue})
- blockTableRecord(...)
- blockTableRecord( (BlockReference)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId blockTableRecord(class PyDbBlockReference {lvalue})
- blockTransform(...)
- blockTransform( (BlockReference)arg1) -> Matrix3d :
C++ signature :
class AcGeMatrix3d blockTransform(class PyDbBlockReference {lvalue})
- className(...)
- className() -> str :
C++ signature :
class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > className()
- desc(...)
- desc() -> RxClass :
C++ signature :
class PyRxClass desc()
- explodeToOwnerSpace(...)
- explodeToOwnerSpace( (BlockReference)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus explodeToOwnerSpace(class PyDbBlockReference {lvalue})
- geomExtentsBestFit(...)
- geomExtentsBestFit( (BlockReference)arg1) -> Extents :
C++ signature :
class AcDbExtents geomExtentsBestFit(class PyDbBlockReference {lvalue})
geomExtentsBestFit( (BlockReference)arg1, (Matrix3d)arg2) -> Extents :
C++ signature :
class AcDbExtents geomExtentsBestFit(class PyDbBlockReference {lvalue},class AcGeMatrix3d)
- nonAnnotationBlockTransform(...)
- nonAnnotationBlockTransform( (BlockReference)arg1) -> Matrix3d :
C++ signature :
class AcGeMatrix3d nonAnnotationBlockTransform(class PyDbBlockReference {lvalue})
- nonAnnotationScaleFactors(...)
- nonAnnotationScaleFactors( (BlockReference)arg1) -> Scale3d :
C++ signature :
class AcGeScale3d nonAnnotationScaleFactors(class PyDbBlockReference {lvalue})
- normal(...)
- normal( (BlockReference)arg1) -> Vector3d :
C++ signature :
class AcGeVector3d normal(class PyDbBlockReference {lvalue})
- position(...)
- position( (BlockReference)arg1) -> Point3d :
C++ signature :
class AcGePoint3d position(class PyDbBlockReference {lvalue})
- rotation(...)
- rotation( (BlockReference)arg1) -> float :
C++ signature :
double rotation(class PyDbBlockReference {lvalue})
- scaleFactors(...)
- scaleFactors( (BlockReference)arg1) -> Scale3d :
C++ signature :
class AcGeScale3d scaleFactors(class PyDbBlockReference {lvalue})
- setBlockTableRecord(...)
- setBlockTableRecord( (BlockReference)arg1, (ObjectId)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setBlockTableRecord(class PyDbBlockReference {lvalue},class PyDbObjectId)
- setBlockTransform(...)
- setBlockTransform( (BlockReference)arg1, (Matrix3d)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setBlockTransform(class PyDbBlockReference {lvalue},class AcGeMatrix3d)
- setNormal(...)
- setNormal( (BlockReference)arg1, (Vector3d)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setNormal(class PyDbBlockReference {lvalue},class AcGeVector3d)
- setPosition(...)
- setPosition( (BlockReference)arg1, (Point3d)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setPosition(class PyDbBlockReference {lvalue},class AcGePoint3d)
- setRotation(...)
- setRotation( (BlockReference)arg1, (float)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setRotation(class PyDbBlockReference {lvalue},double)
- setScaleFactors(...)
- setScaleFactors( (BlockReference)arg1, (Scale3d)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setScaleFactors(class PyDbBlockReference {lvalue},class AcGeScale3d)
- treatAsAcDbBlockRefForExplode(...)
- treatAsAcDbBlockRefForExplode( (BlockReference)arg1) -> bool :
C++ signature :
bool treatAsAcDbBlockRefForExplode(class PyDbBlockReference {lvalue})
Data and other attributes defined here:
- __instance_size__ = 48
Static methods inherited from Entity:
- blockId(...)
- blockId( (Entity)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId blockId(class PyDbEntity {lvalue})
- castShadows(...)
- castShadows( (Entity)arg1) -> bool :
C++ signature :
bool castShadows(class PyDbEntity {lvalue})
- collisionType(...)
- collisionType( (Entity)arg1) -> CollisionType :
C++ signature :
enum AcDb::CollisionType collisionType(class PyDbEntity {lvalue})
- color(...)
- color( (Entity)arg1) -> Color :
C++ signature :
class AcCmColor color(class PyDbEntity {lvalue})
- colorIndex(...)
- colorIndex( (Entity)arg1) -> int :
C++ signature :
unsigned short colorIndex(class PyDbEntity {lvalue})
- draw(...)
- draw( (Entity)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus draw(class PyDbEntity {lvalue})
- entityColor(...)
- entityColor( (Entity)arg1) -> EntityColor :
C++ signature :
class AcCmEntityColor entityColor(class PyDbEntity {lvalue})
- getCompoundObjectTransform(...)
- getCompoundObjectTransform( (Entity)arg1, (Matrix3d)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus getCompoundObjectTransform(class PyDbEntity {lvalue},class AcGeMatrix3d {lvalue})
- getEcs(...)
- getEcs( (Entity)arg1, (Matrix3d)arg2) -> None :
C++ signature :
void getEcs(class PyDbEntity {lvalue},class AcGeMatrix3d {lvalue})
- getGeomExtents(...)
- getGeomExtents( (Entity)arg1, (Extents)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus getGeomExtents(class PyDbEntity {lvalue},class AcDbExtents {lvalue})
- getPlane(...)
- getPlane( (Entity)arg1) -> Plane :
C++ signature :
class PyGePlane getPlane(class PyDbEntity {lvalue})
- getPlotStyleNameId(...)
- getPlotStyleNameId( (Entity)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId getPlotStyleNameId(class PyDbEntity {lvalue})
- isPlanar(...)
- isPlanar( (Entity)arg1) -> bool :
C++ signature :
bool isPlanar(class PyDbEntity {lvalue})
- layer(...)
- layer( (Entity)arg1) -> str :
C++ signature :
class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > layer(class PyDbEntity {lvalue})
- layerId(...)
- layerId( (Entity)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId layerId(class PyDbEntity {lvalue})
- lineWeight(...)
- lineWeight( (Entity)arg1) -> LineWeight :
C++ signature :
enum AcDb::LineWeight lineWeight(class PyDbEntity {lvalue})
- linetype(...)
- linetype( (Entity)arg1) -> str :
C++ signature :
class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > linetype(class PyDbEntity {lvalue})
- linetypeId(...)
- linetypeId( (Entity)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId linetypeId(class PyDbEntity {lvalue})
- linetypeScale(...)
- linetypeScale( (Entity)arg1) -> float :
C++ signature :
double linetypeScale(class PyDbEntity {lvalue})
- list(...)
- list( (Entity)arg1) -> None :
C++ signature :
void list(class PyDbEntity {lvalue})
- material(...)
- material( (Entity)arg1) -> str :
C++ signature :
class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > material(class PyDbEntity {lvalue})
- materialId(...)
- materialId( (Entity)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId materialId(class PyDbEntity {lvalue})
- plotStyleName(...)
- plotStyleName( (Entity)arg1) -> str :
C++ signature :
class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > plotStyleName(class PyDbEntity {lvalue})
- receiveShadows(...)
- receiveShadows( (Entity)arg1) -> bool :
C++ signature :
bool receiveShadows(class PyDbEntity {lvalue})
- recordGraphicsModified(...)
- recordGraphicsModified( (Entity)arg1) -> None :
C++ signature :
void recordGraphicsModified(class PyDbEntity {lvalue})
recordGraphicsModified( (Entity)arg1) -> None :
C++ signature :
void recordGraphicsModified(class PyDbEntity {lvalue})
- setCastShadows(...)
- setCastShadows( (Entity)arg1, (bool)arg2) -> None :
C++ signature :
void setCastShadows(class PyDbEntity {lvalue},bool)
- setColor(...)
- setColor( (Entity)arg1, (Color)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setColor(class PyDbEntity {lvalue},class AcCmColor)
setColor( (Entity)arg1, (Color)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setColor(class PyDbEntity {lvalue},class AcCmColor,bool)
setColor( (Entity)arg1, (Color)arg2, (bool)arg3, (Database)arg4) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setColor(class PyDbEntity {lvalue},class AcCmColor,bool,class PyDbDatabase {lvalue})
- setColorIndex(...)
- setColorIndex( (Entity)arg1, (int)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setColorIndex(class PyDbEntity {lvalue},unsigned short)
setColorIndex( (Entity)arg1, (int)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setColorIndex(class PyDbEntity {lvalue},unsigned short,bool)
- setDatabaseDefaults(...)
- setDatabaseDefaults( (Entity)arg1) -> None :
C++ signature :
void setDatabaseDefaults(class PyDbEntity {lvalue})
setDatabaseDefaults( (Entity)arg1, (Database)arg2) -> None :
C++ signature :
void setDatabaseDefaults(class PyDbEntity {lvalue},class PyDbDatabase)
- setLayer(...)
- setLayer( (Entity)arg1, (str)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLayer(class PyDbEntity {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
setLayer( (Entity)arg1, (str)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLayer(class PyDbEntity {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,bool)
setLayer( (Entity)arg1, (str)arg2, (bool)arg3, (bool)arg4) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLayer(class PyDbEntity {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,bool,bool)
setLayer( (Entity)arg1, (ObjectId)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLayer(class PyDbEntity {lvalue},class PyDbObjectId)
setLayer( (Entity)arg1, (ObjectId)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLayer(class PyDbEntity {lvalue},class PyDbObjectId,bool)
setLayer( (Entity)arg1, (ObjectId)arg2, (bool)arg3, (bool)arg4) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLayer(class PyDbEntity {lvalue},class PyDbObjectId,bool,bool)
- setLineWeight(...)
- setLineWeight( (Entity)arg1, (LineWeight)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLineWeight(class PyDbEntity {lvalue},enum AcDb::LineWeight)
setLineWeight( (Entity)arg1, (LineWeight)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLineWeight(class PyDbEntity {lvalue},enum AcDb::LineWeight,bool)
- setLinetype(...)
- setLinetype( (Entity)arg1, (str)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLinetype(class PyDbEntity {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
setLinetype( (Entity)arg1, (str)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLinetype(class PyDbEntity {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,bool)
setLinetype( (Entity)arg1, (ObjectId)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLinetype(class PyDbEntity {lvalue},class PyDbObjectId)
setLinetype( (Entity)arg1, (ObjectId)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLinetype(class PyDbEntity {lvalue},class PyDbObjectId,bool)
- setLinetypeScale(...)
- setLinetypeScale( (Entity)arg1, (float)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLinetypeScale(class PyDbEntity {lvalue},double)
setLinetypeScale( (Entity)arg1, (float)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLinetypeScale(class PyDbEntity {lvalue},double,bool)
- setMaterial(...)
- setMaterial( (Entity)arg1, (str)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setMaterial(class PyDbEntity {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
setMaterial( (Entity)arg1, (str)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setMaterial(class PyDbEntity {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,bool)
setMaterial( (Entity)arg1, (ObjectId)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setMaterial(class PyDbEntity {lvalue},class PyDbObjectId)
setMaterial( (Entity)arg1, (ObjectId)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setMaterial(class PyDbEntity {lvalue},class PyDbObjectId,bool)
- setPlotStyleName(...)
- setPlotStyleName( (Entity)arg1, (str)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setPlotStyleName(class PyDbEntity {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,bool)
setPlotStyleName( (Entity)arg1, (PlotStyleNameType)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setPlotStyleName(class PyDbEntity {lvalue},enum AcDb::PlotStyleNameType,bool)
setPlotStyleName( (Entity)arg1, (PlotStyleNameType)arg2, (ObjectId)arg3, (bool)arg4) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setPlotStyleName(class PyDbEntity {lvalue},enum AcDb::PlotStyleNameType,class PyDbObjectId,bool)
- setPropertiesFrom(...)
- setPropertiesFrom( (Entity)arg1, (Entity)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setPropertiesFrom(class PyDbEntity {lvalue},class PyDbEntity)
setPropertiesFrom( (Entity)arg1, (Entity)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setPropertiesFrom(class PyDbEntity {lvalue},class PyDbEntity,bool)
- setReceiveShadows(...)
- setReceiveShadows( (Entity)arg1, (bool)arg2) -> None :
C++ signature :
void setReceiveShadows(class PyDbEntity {lvalue},bool)
- setVisibility(...)
- setVisibility( (Entity)arg1, (Visibility)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setVisibility(class PyDbEntity {lvalue},enum AcDb::Visibility)
setVisibility( (Entity)arg1, (Visibility)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setVisibility(class PyDbEntity {lvalue},enum AcDb::Visibility,bool)
- transformBy(...)
- transformBy( (Entity)arg1, (Matrix3d)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus transformBy(class PyDbEntity {lvalue},class AcGeMatrix3d)
- visibility(...)
- visibility( (Entity)arg1) -> Visibility :
C++ signature :
enum AcDb::Visibility visibility(class PyDbEntity {lvalue})
Static methods inherited from DbObject:
- addPersistentReactor(...)
- addPersistentReactor( (DbObject)arg1, (ObjectId)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus addPersistentReactor(class PyDbObject {lvalue},class PyDbObjectId)
- assertNotifyEnabled(...)
- assertNotifyEnabled( (DbObject)arg1) -> None :
C++ signature :
void assertNotifyEnabled(class PyDbObject {lvalue})
- assertReadEnabled(...)
- assertReadEnabled( (DbObject)arg1) -> None :
C++ signature :
void assertReadEnabled(class PyDbObject {lvalue})
- assertWriteEnabled(...)
- assertWriteEnabled( (DbObject)arg1) -> None :
C++ signature :
void assertWriteEnabled(class PyDbObject {lvalue})
- cancel(...)
- cancel( (DbObject)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus cancel(class PyDbObject {lvalue})
- close(...)
- close( (DbObject)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus close(class PyDbObject {lvalue})
- createExtensionDictionary(...)
- createExtensionDictionary( (DbObject)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus createExtensionDictionary(class PyDbObject {lvalue})
- database(...)
- database( (DbObject)arg1) -> Database :
C++ signature :
class PyDbDatabase database(class PyDbObject {lvalue})
- disableUndoRecording(...)
- disableUndoRecording( (DbObject)arg1, (bool)arg2) -> None :
C++ signature :
void disableUndoRecording(class PyDbObject {lvalue},bool)
- downgradeOpen(...)
- downgradeOpen( (DbObject)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus downgradeOpen(class PyDbObject {lvalue})
- downgradeToNotify(...)
- downgradeToNotify( (DbObject)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus downgradeToNotify(class PyDbObject {lvalue},bool)
- erase(...)
- erase( (DbObject)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus erase(class PyDbObject {lvalue})
- extensionDictionary(...)
- extensionDictionary( (DbObject)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId extensionDictionary(class PyDbObject {lvalue})
- handOverTo(...)
- handOverTo( (DbObject)arg1, (DbObject)arg2, (bool)arg3, (bool)arg4) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus handOverTo(class PyDbObject {lvalue},class PyDbObject {lvalue},bool,bool)
- hasPersistentReactor(...)
- hasPersistentReactor( (DbObject)arg1, (ObjectId)arg2) -> bool :
C++ signature :
bool hasPersistentReactor(class PyDbObject {lvalue},class PyDbObjectId)
- isAProxy(...)
- isAProxy( (DbObject)arg1) -> bool :
C++ signature :
bool isAProxy(class PyDbObject {lvalue})
- isCancelling(...)
- isCancelling( (DbObject)arg1) -> bool :
C++ signature :
bool isCancelling(class PyDbObject {lvalue})
- isEraseStatusToggled(...)
- isEraseStatusToggled( (DbObject)arg1) -> bool :
C++ signature :
bool isEraseStatusToggled(class PyDbObject {lvalue})
- isErased(...)
- isErased( (DbObject)arg1) -> bool :
C++ signature :
bool isErased(class PyDbObject {lvalue})
- isModified(...)
- isModified( (DbObject)arg1) -> bool :
C++ signature :
bool isModified(class PyDbObject {lvalue})
- isModifiedGraphics(...)
- isModifiedGraphics( (DbObject)arg1) -> bool :
C++ signature :
bool isModifiedGraphics(class PyDbObject {lvalue})
- isModifiedXData(...)
- isModifiedXData( (DbObject)arg1) -> bool :
C++ signature :
bool isModifiedXData(class PyDbObject {lvalue})
- isNewObject(...)
- isNewObject( (DbObject)arg1) -> bool :
C++ signature :
bool isNewObject(class PyDbObject {lvalue})
- isNotifyEnabled(...)
- isNotifyEnabled( (DbObject)arg1) -> bool :
C++ signature :
bool isNotifyEnabled(class PyDbObject {lvalue})
- isNotifying(...)
- isNotifying( (DbObject)arg1) -> bool :
C++ signature :
bool isNotifying(class PyDbObject {lvalue})
- isReadEnabled(...)
- isReadEnabled( (DbObject)arg1) -> bool :
C++ signature :
bool isReadEnabled(class PyDbObject {lvalue})
- isReallyClosing(...)
- isReallyClosing( (DbObject)arg1) -> bool :
C++ signature :
bool isReallyClosing(class PyDbObject {lvalue})
- isTransactionResident(...)
- isTransactionResident( (DbObject)arg1) -> bool :
C++ signature :
bool isTransactionResident(class PyDbObject {lvalue})
- isUndoRecordingDisabled(...)
- isUndoRecordingDisabled( (DbObject)arg1) -> bool :
C++ signature :
bool isUndoRecordingDisabled(class PyDbObject {lvalue})
- isUndoing(...)
- isUndoing( (DbObject)arg1) -> bool :
C++ signature :
bool isUndoing(class PyDbObject {lvalue})
- isWriteEnabled(...)
- isWriteEnabled( (DbObject)arg1) -> bool :
C++ signature :
bool isWriteEnabled(class PyDbObject {lvalue})
- objectId(...)
- objectId( (DbObject)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId objectId(class PyDbObject {lvalue})
- ownerId(...)
- ownerId( (DbObject)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId ownerId(class PyDbObject {lvalue})
- releaseExtensionDictionary(...)
- releaseExtensionDictionary( (DbObject)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus releaseExtensionDictionary(class PyDbObject {lvalue})
- removePersistentReactor(...)
- removePersistentReactor( (DbObject)arg1, (ObjectId)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus removePersistentReactor(class PyDbObject {lvalue},class PyDbObjectId)
- setOwnerId(...)
- setOwnerId( (DbObject)arg1, (ObjectId)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setOwnerId(class PyDbObject {lvalue},class PyDbObjectId)
- setXData(...)
- setXData( (DbObject)arg1, (list)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setXData(class PyDbObject {lvalue},class boost::python::list)
- swapIdWith(...)
- swapIdWith( (DbObject)arg1, (ObjectId)arg2, (bool)arg3, (bool)arg4) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus swapIdWith(class PyDbObject {lvalue},class PyDbObjectId {lvalue},bool,bool)
- upgradeFromNotify(...)
- upgradeFromNotify( (DbObject)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus upgradeFromNotify(class PyDbObject {lvalue},bool {lvalue})
- upgradeOpen(...)
- upgradeOpen( (DbObject)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus upgradeOpen(class PyDbObject {lvalue})
- xData(...)
- xData( (DbObject)arg1, (str)arg2) -> list :
C++ signature :
class boost::python::list xData(class PyDbObject {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
- xDataTransformBy(...)
- xDataTransformBy( (DbObject)arg1, (Matrix3d)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus xDataTransformBy(class PyDbObject {lvalue},class AcGeMatrix3d)
Static methods inherited from PyGi.Drawable:
- isA(...)
- isA( (Drawable)arg1) -> RxClass :
C++ signature :
class PyRxClass isA(class PyGiDrawable {lvalue})
Static methods inherited from PyRx.RxObject:
- __eq__(...)
- __eq__( (RxObject)arg1, (RxObject)arg2) -> bool :
C++ signature :
bool __eq__(class PyRxObject {lvalue},class PyRxObject)
- __ne__(...)
- __ne__( (RxObject)arg1, (RxObject)arg2) -> bool :
C++ signature :
bool __ne__(class PyRxObject {lvalue},class PyRxObject)
- isNull(...)
- isNull( (RxObject)arg1) -> bool :
C++ signature :
bool isNull(class PyRxObject {lvalue})
Static methods inherited from Boost.Python.instance:
- __new__(*args, **kwargs) from Boost.Python.class
- Create and return a new object. See help(type) for accurate signature.
Data descriptors inherited from Boost.Python.instance:
- __dict__
- __weakref__
|
class BlockScaling(Boost.Python.enum) |
| | |
- Method resolution order:
- BlockScaling
- Boost.Python.enum
- builtins.int
- builtins.object
Data and other attributes defined here:
- kAny = PyDb.BlockScaling.kAny
- kUniform = PyDb.BlockScaling.kUniform
- names = {'kAny': PyDb.BlockScaling.kAny, 'kUniform': PyDb.BlockScaling.kUniform}
- values = {0: PyDb.BlockScaling.kAny, 1: PyDb.BlockScaling.kUniform}
Methods inherited from Boost.Python.enum:
- __repr__(self, /)
- Return repr(self).
- __str__(self, /)
- Return str(self).
Data descriptors inherited from Boost.Python.enum:
- name
Methods inherited from builtins.int:
- __abs__(self, /)
- abs(self)
- __add__(self, value, /)
- Return self+value.
- __and__(self, value, /)
- Return self&value.
- __bool__(self, /)
- True if self else False
- __ceil__(...)
- Ceiling of an Integral returns itself.
- __divmod__(self, value, /)
- Return divmod(self, value).
- __eq__(self, value, /)
- Return self==value.
- __float__(self, /)
- float(self)
- __floor__(...)
- Flooring an Integral returns itself.
- __floordiv__(self, value, /)
- Return self//value.
- __format__(self, format_spec, /)
- Default object formatter.
- __ge__(self, value, /)
- Return self>=value.
- __getattribute__(self, name, /)
- Return getattr(self, name).
- __getnewargs__(self, /)
- __gt__(self, value, /)
- Return self>value.
- __hash__(self, /)
- Return hash(self).
- __index__(self, /)
- Return self converted to an integer, if self is suitable for use as an index into a list.
- __int__(self, /)
- int(self)
- __invert__(self, /)
- ~self
- __le__(self, value, /)
- Return self<=value.
- __lshift__(self, value, /)
- Return self<<value.
- __lt__(self, value, /)
- Return self<value.
- __mod__(self, value, /)
- Return self%value.
- __mul__(self, value, /)
- Return self*value.
- __ne__(self, value, /)
- Return self!=value.
- __neg__(self, /)
- -self
- __or__(self, value, /)
- Return self|value.
- __pos__(self, /)
- +self
- __pow__(self, value, mod=None, /)
- Return pow(self, value, mod).
- __radd__(self, value, /)
- Return value+self.
- __rand__(self, value, /)
- Return value&self.
- __rdivmod__(self, value, /)
- Return divmod(value, self).
- __rfloordiv__(self, value, /)
- Return value//self.
- __rlshift__(self, value, /)
- Return value<<self.
- __rmod__(self, value, /)
- Return value%self.
- __rmul__(self, value, /)
- Return value*self.
- __ror__(self, value, /)
- Return value|self.
- __round__(...)
- Rounding an Integral returns itself.
Rounding with an ndigits argument also returns an integer.
- __rpow__(self, value, mod=None, /)
- Return pow(value, self, mod).
- __rrshift__(self, value, /)
- Return value>>self.
- __rshift__(self, value, /)
- Return self>>value.
- __rsub__(self, value, /)
- Return value-self.
- __rtruediv__(self, value, /)
- Return value/self.
- __rxor__(self, value, /)
- Return value^self.
- __sizeof__(self, /)
- Returns size in memory, in bytes.
- __sub__(self, value, /)
- Return self-value.
- __truediv__(self, value, /)
- Return self/value.
- __trunc__(...)
- Truncating an Integral returns itself.
- __xor__(self, value, /)
- Return self^value.
- as_integer_ratio(self, /)
- Return integer ratio.
Return a pair of integers, whose ratio is exactly equal to the original int
and with a positive denominator.
>>> (10).as_integer_ratio()
(10, 1)
>>> (-10).as_integer_ratio()
(-10, 1)
>>> (0).as_integer_ratio()
(0, 1)
- bit_count(self, /)
- Number of ones in the binary representation of the absolute value of self.
Also known as the population count.
>>> bin(13)
'0b1101'
>>> (13).bit_count()
3
- bit_length(self, /)
- Number of bits necessary to represent self in binary.
>>> bin(37)
'0b100101'
>>> (37).bit_length()
6
- conjugate(...)
- Returns self, the complex conjugate of any int.
- to_bytes(self, /, length, byteorder, *, signed=False)
- Return an array of bytes representing an integer.
length
Length of bytes object to use. An OverflowError is raised if the
integer is not representable with the given number of bytes.
byteorder
The byte order used to represent the integer. If byteorder is 'big',
the most significant byte is at the beginning of the byte array. If
byteorder is 'little', the most significant byte is at the end of the
byte array. To request the native byte order of the host system, use
`sys.byteorder' as the byte order value.
signed
Determines whether two's complement is used to represent the integer.
If signed is False and a negative integer is given, an OverflowError
is raised.
Class methods inherited from builtins.int:
- from_bytes(bytes, byteorder, *, signed=False) from builtins.type
- Return the integer represented by the given array of bytes.
bytes
Holds the array of bytes to convert. The argument must either
support the buffer protocol or be an iterable object producing bytes.
Bytes and bytearray are examples of built-in objects that support the
buffer protocol.
byteorder
The byte order used to represent the integer. If byteorder is 'big',
the most significant byte is at the beginning of the byte array. If
byteorder is 'little', the most significant byte is at the end of the
byte array. To request the native byte order of the host system, use
`sys.byteorder' as the byte order value.
signed
Indicates whether two's complement is used to represent the integer.
Static methods inherited from builtins.int:
- __new__(*args, **kwargs) from builtins.type
- Create and return a new object. See help(type) for accurate signature.
Data descriptors inherited from builtins.int:
- denominator
- the denominator of a rational number in lowest terms
- imag
- the imaginary part of a complex number
- numerator
- the numerator of a rational number in lowest terms
- real
- the real part of a complex number
|
class BlockTable(SymbolTable) |
| | |
- Method resolution order:
- BlockTable
- SymbolTable
- DbObject
- PyGi.Drawable
- PyRx.RxObject
- Boost.Python.instance
- builtins.object
Static methods defined here:
- __init__(...)
- __init__( (object)arg1, (ObjectId)arg2, (OpenMode)arg3) -> None :
C++ signature :
void __init__(struct _object * __ptr64,class PyDbObjectId,enum AcDb::OpenMode)
- __reduce__ = (...)
- add(...)
- add( (BlockTable)arg1, (BlockTableRecord)arg2) -> ObjectId :
C++ signature :
class PyDbObjectId add(class PyDbBlockTable {lvalue},class PyDbBlockTableRecord)
- className(...)
- className() -> str :
C++ signature :
class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > className()
- desc(...)
- desc() -> RxClass :
C++ signature :
class PyRxClass desc()
- getAt(...)
- getAt( (BlockTable)arg1, (str)arg2) -> ObjectId :
C++ signature :
class PyDbObjectId getAt(class PyDbBlockTable {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
- recordIds(...)
- recordIds( (BlockTable)arg1) -> list :
C++ signature :
class boost::python::list recordIds(class PyDbBlockTable {lvalue})
Static methods inherited from SymbolTable:
- has(...)
- has( (SymbolTable)arg1, (str)arg2) -> bool :
C++ signature :
bool has(class PyDbSymbolTable {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
has( (SymbolTable)arg1, (ObjectId)arg2) -> bool :
C++ signature :
bool has(class PyDbSymbolTable {lvalue},class PyDbObjectId)
Static methods inherited from DbObject:
- addPersistentReactor(...)
- addPersistentReactor( (DbObject)arg1, (ObjectId)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus addPersistentReactor(class PyDbObject {lvalue},class PyDbObjectId)
- assertNotifyEnabled(...)
- assertNotifyEnabled( (DbObject)arg1) -> None :
C++ signature :
void assertNotifyEnabled(class PyDbObject {lvalue})
- assertReadEnabled(...)
- assertReadEnabled( (DbObject)arg1) -> None :
C++ signature :
void assertReadEnabled(class PyDbObject {lvalue})
- assertWriteEnabled(...)
- assertWriteEnabled( (DbObject)arg1) -> None :
C++ signature :
void assertWriteEnabled(class PyDbObject {lvalue})
- cancel(...)
- cancel( (DbObject)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus cancel(class PyDbObject {lvalue})
- close(...)
- close( (DbObject)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus close(class PyDbObject {lvalue})
- createExtensionDictionary(...)
- createExtensionDictionary( (DbObject)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus createExtensionDictionary(class PyDbObject {lvalue})
- database(...)
- database( (DbObject)arg1) -> Database :
C++ signature :
class PyDbDatabase database(class PyDbObject {lvalue})
- disableUndoRecording(...)
- disableUndoRecording( (DbObject)arg1, (bool)arg2) -> None :
C++ signature :
void disableUndoRecording(class PyDbObject {lvalue},bool)
- downgradeOpen(...)
- downgradeOpen( (DbObject)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus downgradeOpen(class PyDbObject {lvalue})
- downgradeToNotify(...)
- downgradeToNotify( (DbObject)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus downgradeToNotify(class PyDbObject {lvalue},bool)
- erase(...)
- erase( (DbObject)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus erase(class PyDbObject {lvalue})
- extensionDictionary(...)
- extensionDictionary( (DbObject)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId extensionDictionary(class PyDbObject {lvalue})
- handOverTo(...)
- handOverTo( (DbObject)arg1, (DbObject)arg2, (bool)arg3, (bool)arg4) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus handOverTo(class PyDbObject {lvalue},class PyDbObject {lvalue},bool,bool)
- hasPersistentReactor(...)
- hasPersistentReactor( (DbObject)arg1, (ObjectId)arg2) -> bool :
C++ signature :
bool hasPersistentReactor(class PyDbObject {lvalue},class PyDbObjectId)
- isAProxy(...)
- isAProxy( (DbObject)arg1) -> bool :
C++ signature :
bool isAProxy(class PyDbObject {lvalue})
- isCancelling(...)
- isCancelling( (DbObject)arg1) -> bool :
C++ signature :
bool isCancelling(class PyDbObject {lvalue})
- isEraseStatusToggled(...)
- isEraseStatusToggled( (DbObject)arg1) -> bool :
C++ signature :
bool isEraseStatusToggled(class PyDbObject {lvalue})
- isErased(...)
- isErased( (DbObject)arg1) -> bool :
C++ signature :
bool isErased(class PyDbObject {lvalue})
- isModified(...)
- isModified( (DbObject)arg1) -> bool :
C++ signature :
bool isModified(class PyDbObject {lvalue})
- isModifiedGraphics(...)
- isModifiedGraphics( (DbObject)arg1) -> bool :
C++ signature :
bool isModifiedGraphics(class PyDbObject {lvalue})
- isModifiedXData(...)
- isModifiedXData( (DbObject)arg1) -> bool :
C++ signature :
bool isModifiedXData(class PyDbObject {lvalue})
- isNewObject(...)
- isNewObject( (DbObject)arg1) -> bool :
C++ signature :
bool isNewObject(class PyDbObject {lvalue})
- isNotifyEnabled(...)
- isNotifyEnabled( (DbObject)arg1) -> bool :
C++ signature :
bool isNotifyEnabled(class PyDbObject {lvalue})
- isNotifying(...)
- isNotifying( (DbObject)arg1) -> bool :
C++ signature :
bool isNotifying(class PyDbObject {lvalue})
- isReadEnabled(...)
- isReadEnabled( (DbObject)arg1) -> bool :
C++ signature :
bool isReadEnabled(class PyDbObject {lvalue})
- isReallyClosing(...)
- isReallyClosing( (DbObject)arg1) -> bool :
C++ signature :
bool isReallyClosing(class PyDbObject {lvalue})
- isTransactionResident(...)
- isTransactionResident( (DbObject)arg1) -> bool :
C++ signature :
bool isTransactionResident(class PyDbObject {lvalue})
- isUndoRecordingDisabled(...)
- isUndoRecordingDisabled( (DbObject)arg1) -> bool :
C++ signature :
bool isUndoRecordingDisabled(class PyDbObject {lvalue})
- isUndoing(...)
- isUndoing( (DbObject)arg1) -> bool :
C++ signature :
bool isUndoing(class PyDbObject {lvalue})
- isWriteEnabled(...)
- isWriteEnabled( (DbObject)arg1) -> bool :
C++ signature :
bool isWriteEnabled(class PyDbObject {lvalue})
- objectId(...)
- objectId( (DbObject)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId objectId(class PyDbObject {lvalue})
- ownerId(...)
- ownerId( (DbObject)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId ownerId(class PyDbObject {lvalue})
- releaseExtensionDictionary(...)
- releaseExtensionDictionary( (DbObject)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus releaseExtensionDictionary(class PyDbObject {lvalue})
- removePersistentReactor(...)
- removePersistentReactor( (DbObject)arg1, (ObjectId)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus removePersistentReactor(class PyDbObject {lvalue},class PyDbObjectId)
- setOwnerId(...)
- setOwnerId( (DbObject)arg1, (ObjectId)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setOwnerId(class PyDbObject {lvalue},class PyDbObjectId)
- setXData(...)
- setXData( (DbObject)arg1, (list)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setXData(class PyDbObject {lvalue},class boost::python::list)
- swapIdWith(...)
- swapIdWith( (DbObject)arg1, (ObjectId)arg2, (bool)arg3, (bool)arg4) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus swapIdWith(class PyDbObject {lvalue},class PyDbObjectId {lvalue},bool,bool)
- upgradeFromNotify(...)
- upgradeFromNotify( (DbObject)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus upgradeFromNotify(class PyDbObject {lvalue},bool {lvalue})
- upgradeOpen(...)
- upgradeOpen( (DbObject)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus upgradeOpen(class PyDbObject {lvalue})
- xData(...)
- xData( (DbObject)arg1, (str)arg2) -> list :
C++ signature :
class boost::python::list xData(class PyDbObject {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
- xDataTransformBy(...)
- xDataTransformBy( (DbObject)arg1, (Matrix3d)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus xDataTransformBy(class PyDbObject {lvalue},class AcGeMatrix3d)
Static methods inherited from PyGi.Drawable:
- isA(...)
- isA( (Drawable)arg1) -> RxClass :
C++ signature :
class PyRxClass isA(class PyGiDrawable {lvalue})
Static methods inherited from PyRx.RxObject:
- __eq__(...)
- __eq__( (RxObject)arg1, (RxObject)arg2) -> bool :
C++ signature :
bool __eq__(class PyRxObject {lvalue},class PyRxObject)
- __ne__(...)
- __ne__( (RxObject)arg1, (RxObject)arg2) -> bool :
C++ signature :
bool __ne__(class PyRxObject {lvalue},class PyRxObject)
- isNull(...)
- isNull( (RxObject)arg1) -> bool :
C++ signature :
bool isNull(class PyRxObject {lvalue})
Static methods inherited from Boost.Python.instance:
- __new__(*args, **kwargs) from Boost.Python.class
- Create and return a new object. See help(type) for accurate signature.
Data descriptors inherited from Boost.Python.instance:
- __dict__
- __weakref__
|
class BlockTableRecord(SymbolTableRecord) |
| | |
- Method resolution order:
- BlockTableRecord
- SymbolTableRecord
- DbObject
- PyGi.Drawable
- PyRx.RxObject
- Boost.Python.instance
- builtins.object
Static methods defined here:
- __init__(...)
- __init__( (object)arg1, (ObjectId)arg2, (OpenMode)arg3) -> None :
C++ signature :
void __init__(struct _object * __ptr64,class PyDbObjectId,enum AcDb::OpenMode)
- __reduce__ = (...)
- addAnnoScalestoBlkRefs(...)
- addAnnoScalestoBlkRefs( (BlockTableRecord)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus addAnnoScalestoBlkRefs(class PyDbBlockTableRecord {lvalue},bool)
- appendAcDbEntity(...)
- appendAcDbEntity( (BlockTableRecord)arg1, (Entity)arg2) -> ObjectId :
C++ signature :
class PyDbObjectId appendAcDbEntity(class PyDbBlockTableRecord {lvalue},class PyDbEntity)
- aslist(...)
- aslist( (BlockTableRecord)arg1) -> list :
C++ signature :
class boost::python::list aslist(class PyDbBlockTableRecord {lvalue})
- assumeOwnershipOf(...)
- assumeOwnershipOf( (BlockTableRecord)arg1, (list)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus assumeOwnershipOf(class PyDbBlockTableRecord {lvalue},class boost::python::list)
- blockInsertUnits(...)
- blockInsertUnits( (BlockTableRecord)arg1) -> UnitsValue :
C++ signature :
enum AcDb::UnitsValue blockInsertUnits(class PyDbBlockTableRecord {lvalue})
- blockScaling(...)
- blockScaling( (BlockTableRecord)arg1) -> BlockScaling :
C++ signature :
enum AcDbBlockTableRecord::BlockScaling blockScaling(class PyDbBlockTableRecord {lvalue})
- className(...)
- className() -> str :
C++ signature :
class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > className()
- comments(...)
- comments( (BlockTableRecord)arg1) -> str :
C++ signature :
class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > comments(class PyDbBlockTableRecord {lvalue})
- desc(...)
- desc() -> RxClass :
C++ signature :
class PyRxClass desc()
- explodable(...)
- explodable( (BlockTableRecord)arg1) -> bool :
C++ signature :
bool explodable(class PyDbBlockTableRecord {lvalue})
- getBlockReferenceIds(...)
- getBlockReferenceIds( (BlockTableRecord)arg1, (bool)arg2, (bool)arg3) -> list :
C++ signature :
class boost::python::list getBlockReferenceIds(class PyDbBlockTableRecord {lvalue},bool,bool)
- getErasedBlockReferenceIds(...)
- getErasedBlockReferenceIds( (BlockTableRecord)arg1) -> list :
C++ signature :
class boost::python::list getErasedBlockReferenceIds(class PyDbBlockTableRecord {lvalue})
- getLayoutId(...)
- getLayoutId( (BlockTableRecord)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId getLayoutId(class PyDbBlockTableRecord {lvalue})
- hasAttributeDefinitions(...)
- hasAttributeDefinitions( (BlockTableRecord)arg1) -> bool :
C++ signature :
bool hasAttributeDefinitions(class PyDbBlockTableRecord {lvalue})
- isAnonymous(...)
- isAnonymous( (BlockTableRecord)arg1) -> bool :
C++ signature :
bool isAnonymous(class PyDbBlockTableRecord {lvalue})
- isFromExternalReference(...)
- isFromExternalReference( (BlockTableRecord)arg1) -> bool :
C++ signature :
bool isFromExternalReference(class PyDbBlockTableRecord {lvalue})
- isFromOverlayReference(...)
- isFromOverlayReference( (BlockTableRecord)arg1) -> bool :
C++ signature :
bool isFromOverlayReference(class PyDbBlockTableRecord {lvalue})
- isLayout(...)
- isLayout( (BlockTableRecord)arg1) -> bool :
C++ signature :
bool isLayout(class PyDbBlockTableRecord {lvalue})
- isUnloaded(...)
- isUnloaded( (BlockTableRecord)arg1) -> bool :
C++ signature :
bool isUnloaded(class PyDbBlockTableRecord {lvalue})
- objectIds(...)
- objectIds( (BlockTableRecord)arg1) -> list :
C++ signature :
class boost::python::list objectIds(class PyDbBlockTableRecord {lvalue})
- openBlockBegin(...)
- openBlockBegin( (BlockTableRecord)arg1, (BlockBegin)arg2, (OpenMode)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus openBlockBegin(class PyDbBlockTableRecord {lvalue},class PyDbBlockBegin {lvalue},enum AcDb::OpenMode)
- openBlockEnd(...)
- openBlockEnd( (BlockTableRecord)arg1, (BlockEnd)arg2, (OpenMode)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus openBlockEnd(class PyDbBlockTableRecord {lvalue},class PyDbBlockEnd {lvalue},enum AcDb::OpenMode)
- origin(...)
- origin( (BlockTableRecord)arg1) -> Point3d :
C++ signature :
class AcGePoint3d origin(class PyDbBlockTableRecord {lvalue})
- pathName(...)
- pathName( (BlockTableRecord)arg1) -> str :
C++ signature :
class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > pathName(class PyDbBlockTableRecord {lvalue})
- postProcessAnnotativeBTR(...)
- postProcessAnnotativeBTR( (BlockTableRecord)arg1, (bool)arg2, (bool)arg3) -> int :
C++ signature :
int postProcessAnnotativeBTR(class PyDbBlockTableRecord {lvalue},bool,bool)
- setBlockInsertUnits(...)
- setBlockInsertUnits( (BlockTableRecord)arg1, (UnitsValue)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setBlockInsertUnits(class PyDbBlockTableRecord {lvalue},enum AcDb::UnitsValue)
- setBlockScaling(...)
- setBlockScaling( (BlockTableRecord)arg1, (BlockScaling)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setBlockScaling(class PyDbBlockTableRecord {lvalue},enum AcDbBlockTableRecord::BlockScaling)
- setComments(...)
- setComments( (BlockTableRecord)arg1, (str)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setComments(class PyDbBlockTableRecord {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
- setExplodable(...)
- setExplodable( (BlockTableRecord)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setExplodable(class PyDbBlockTableRecord {lvalue},bool)
- setIsFromOverlayReference(...)
- setIsFromOverlayReference( (BlockTableRecord)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setIsFromOverlayReference(class PyDbBlockTableRecord {lvalue},bool)
- setIsUnloaded(...)
- setIsUnloaded( (BlockTableRecord)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setIsUnloaded(class PyDbBlockTableRecord {lvalue},bool)
- setLayoutId(...)
- setLayoutId( (BlockTableRecord)arg1, (ObjectId)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLayoutId(class PyDbBlockTableRecord {lvalue},class PyDbObjectId)
- setOrigin(...)
- setOrigin( (BlockTableRecord)arg1, (Point3d)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setOrigin(class PyDbBlockTableRecord {lvalue},class AcGePoint3d)
- setPathName(...)
- setPathName( (BlockTableRecord)arg1, (str)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setPathName(class PyDbBlockTableRecord {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
- xrefDatabase(...)
- xrefDatabase( (BlockTableRecord)arg1, (bool)arg2) -> Database :
C++ signature :
class PyDbDatabase xrefDatabase(class PyDbBlockTableRecord {lvalue},bool)
- xrefStatus(...)
- xrefStatus( (BlockTableRecord)arg1) -> XrefStatus :
C++ signature :
enum AcDb::XrefStatus xrefStatus(class PyDbBlockTableRecord {lvalue})
Static methods inherited from SymbolTableRecord:
- getName(...)
- getName( (SymbolTableRecord)arg1) -> str :
C++ signature :
class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > getName(class PyDbSymbolTableRecord {lvalue})
- isDependent(...)
- isDependent( (SymbolTableRecord)arg1) -> bool :
C++ signature :
bool isDependent(class PyDbSymbolTableRecord {lvalue})
- isRenamable(...)
- isRenamable( (SymbolTableRecord)arg1) -> bool :
C++ signature :
bool isRenamable(class PyDbSymbolTableRecord {lvalue})
- isResolved(...)
- isResolved( (SymbolTableRecord)arg1) -> bool :
C++ signature :
bool isResolved(class PyDbSymbolTableRecord {lvalue})
- setName(...)
- setName( (SymbolTableRecord)arg1, (str)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setName(class PyDbSymbolTableRecord {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
Static methods inherited from DbObject:
- addPersistentReactor(...)
- addPersistentReactor( (DbObject)arg1, (ObjectId)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus addPersistentReactor(class PyDbObject {lvalue},class PyDbObjectId)
- assertNotifyEnabled(...)
- assertNotifyEnabled( (DbObject)arg1) -> None :
C++ signature :
void assertNotifyEnabled(class PyDbObject {lvalue})
- assertReadEnabled(...)
- assertReadEnabled( (DbObject)arg1) -> None :
C++ signature :
void assertReadEnabled(class PyDbObject {lvalue})
- assertWriteEnabled(...)
- assertWriteEnabled( (DbObject)arg1) -> None :
C++ signature :
void assertWriteEnabled(class PyDbObject {lvalue})
- cancel(...)
- cancel( (DbObject)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus cancel(class PyDbObject {lvalue})
- close(...)
- close( (DbObject)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus close(class PyDbObject {lvalue})
- createExtensionDictionary(...)
- createExtensionDictionary( (DbObject)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus createExtensionDictionary(class PyDbObject {lvalue})
- database(...)
- database( (DbObject)arg1) -> Database :
C++ signature :
class PyDbDatabase database(class PyDbObject {lvalue})
- disableUndoRecording(...)
- disableUndoRecording( (DbObject)arg1, (bool)arg2) -> None :
C++ signature :
void disableUndoRecording(class PyDbObject {lvalue},bool)
- downgradeOpen(...)
- downgradeOpen( (DbObject)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus downgradeOpen(class PyDbObject {lvalue})
- downgradeToNotify(...)
- downgradeToNotify( (DbObject)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus downgradeToNotify(class PyDbObject {lvalue},bool)
- erase(...)
- erase( (DbObject)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus erase(class PyDbObject {lvalue})
- extensionDictionary(...)
- extensionDictionary( (DbObject)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId extensionDictionary(class PyDbObject {lvalue})
- handOverTo(...)
- handOverTo( (DbObject)arg1, (DbObject)arg2, (bool)arg3, (bool)arg4) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus handOverTo(class PyDbObject {lvalue},class PyDbObject {lvalue},bool,bool)
- hasPersistentReactor(...)
- hasPersistentReactor( (DbObject)arg1, (ObjectId)arg2) -> bool :
C++ signature :
bool hasPersistentReactor(class PyDbObject {lvalue},class PyDbObjectId)
- isAProxy(...)
- isAProxy( (DbObject)arg1) -> bool :
C++ signature :
bool isAProxy(class PyDbObject {lvalue})
- isCancelling(...)
- isCancelling( (DbObject)arg1) -> bool :
C++ signature :
bool isCancelling(class PyDbObject {lvalue})
- isEraseStatusToggled(...)
- isEraseStatusToggled( (DbObject)arg1) -> bool :
C++ signature :
bool isEraseStatusToggled(class PyDbObject {lvalue})
- isErased(...)
- isErased( (DbObject)arg1) -> bool :
C++ signature :
bool isErased(class PyDbObject {lvalue})
- isModified(...)
- isModified( (DbObject)arg1) -> bool :
C++ signature :
bool isModified(class PyDbObject {lvalue})
- isModifiedGraphics(...)
- isModifiedGraphics( (DbObject)arg1) -> bool :
C++ signature :
bool isModifiedGraphics(class PyDbObject {lvalue})
- isModifiedXData(...)
- isModifiedXData( (DbObject)arg1) -> bool :
C++ signature :
bool isModifiedXData(class PyDbObject {lvalue})
- isNewObject(...)
- isNewObject( (DbObject)arg1) -> bool :
C++ signature :
bool isNewObject(class PyDbObject {lvalue})
- isNotifyEnabled(...)
- isNotifyEnabled( (DbObject)arg1) -> bool :
C++ signature :
bool isNotifyEnabled(class PyDbObject {lvalue})
- isNotifying(...)
- isNotifying( (DbObject)arg1) -> bool :
C++ signature :
bool isNotifying(class PyDbObject {lvalue})
- isReadEnabled(...)
- isReadEnabled( (DbObject)arg1) -> bool :
C++ signature :
bool isReadEnabled(class PyDbObject {lvalue})
- isReallyClosing(...)
- isReallyClosing( (DbObject)arg1) -> bool :
C++ signature :
bool isReallyClosing(class PyDbObject {lvalue})
- isTransactionResident(...)
- isTransactionResident( (DbObject)arg1) -> bool :
C++ signature :
bool isTransactionResident(class PyDbObject {lvalue})
- isUndoRecordingDisabled(...)
- isUndoRecordingDisabled( (DbObject)arg1) -> bool :
C++ signature :
bool isUndoRecordingDisabled(class PyDbObject {lvalue})
- isUndoing(...)
- isUndoing( (DbObject)arg1) -> bool :
C++ signature :
bool isUndoing(class PyDbObject {lvalue})
- isWriteEnabled(...)
- isWriteEnabled( (DbObject)arg1) -> bool :
C++ signature :
bool isWriteEnabled(class PyDbObject {lvalue})
- objectId(...)
- objectId( (DbObject)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId objectId(class PyDbObject {lvalue})
- ownerId(...)
- ownerId( (DbObject)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId ownerId(class PyDbObject {lvalue})
- releaseExtensionDictionary(...)
- releaseExtensionDictionary( (DbObject)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus releaseExtensionDictionary(class PyDbObject {lvalue})
- removePersistentReactor(...)
- removePersistentReactor( (DbObject)arg1, (ObjectId)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus removePersistentReactor(class PyDbObject {lvalue},class PyDbObjectId)
- setOwnerId(...)
- setOwnerId( (DbObject)arg1, (ObjectId)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setOwnerId(class PyDbObject {lvalue},class PyDbObjectId)
- setXData(...)
- setXData( (DbObject)arg1, (list)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setXData(class PyDbObject {lvalue},class boost::python::list)
- swapIdWith(...)
- swapIdWith( (DbObject)arg1, (ObjectId)arg2, (bool)arg3, (bool)arg4) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus swapIdWith(class PyDbObject {lvalue},class PyDbObjectId {lvalue},bool,bool)
- upgradeFromNotify(...)
- upgradeFromNotify( (DbObject)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus upgradeFromNotify(class PyDbObject {lvalue},bool {lvalue})
- upgradeOpen(...)
- upgradeOpen( (DbObject)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus upgradeOpen(class PyDbObject {lvalue})
- xData(...)
- xData( (DbObject)arg1, (str)arg2) -> list :
C++ signature :
class boost::python::list xData(class PyDbObject {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
- xDataTransformBy(...)
- xDataTransformBy( (DbObject)arg1, (Matrix3d)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus xDataTransformBy(class PyDbObject {lvalue},class AcGeMatrix3d)
Static methods inherited from PyGi.Drawable:
- isA(...)
- isA( (Drawable)arg1) -> RxClass :
C++ signature :
class PyRxClass isA(class PyGiDrawable {lvalue})
Static methods inherited from PyRx.RxObject:
- __eq__(...)
- __eq__( (RxObject)arg1, (RxObject)arg2) -> bool :
C++ signature :
bool __eq__(class PyRxObject {lvalue},class PyRxObject)
- __ne__(...)
- __ne__( (RxObject)arg1, (RxObject)arg2) -> bool :
C++ signature :
bool __ne__(class PyRxObject {lvalue},class PyRxObject)
- isNull(...)
- isNull( (RxObject)arg1) -> bool :
C++ signature :
bool isNull(class PyRxObject {lvalue})
Static methods inherited from Boost.Python.instance:
- __new__(*args, **kwargs) from Boost.Python.class
- Create and return a new object. See help(type) for accurate signature.
Data descriptors inherited from Boost.Python.instance:
- __dict__
- __weakref__
|
class Cell(Boost.Python.instance) |
| | |
- Method resolution order:
- Cell
- Boost.Python.instance
- builtins.object
Static methods defined here:
- __init__(...)
- __init__( (object)arg1) -> None :
C++ signature :
void __init__(struct _object * __ptr64)
- __reduce__ = (...)
Data descriptors defined here:
- column
- row
Data and other attributes defined here:
- __instance_size__ = 32
Static methods inherited from Boost.Python.instance:
- __new__(*args, **kwargs) from Boost.Python.class
- Create and return a new object. See help(type) for accurate signature.
Data descriptors inherited from Boost.Python.instance:
- __dict__
- __weakref__
|
class CellAlignment(Boost.Python.enum) |
| | |
- Method resolution order:
- CellAlignment
- Boost.Python.enum
- builtins.int
- builtins.object
Data and other attributes defined here:
- kBottomCenter = PyDb.CellAlignment.kBottomCenter
- kBottomLeft = PyDb.CellAlignment.kBottomLeft
- kBottomRight = PyDb.CellAlignment.kBottomRight
- kMiddleCenter = PyDb.CellAlignment.kMiddleCenter
- kMiddleLeft = PyDb.CellAlignment.kMiddleLeft
- kMiddleRight = PyDb.CellAlignment.kMiddleRight
- kTopCenter = PyDb.CellAlignment.kTopCenter
- kTopLeft = PyDb.CellAlignment.kTopLeft
- kTopRight = PyDb.CellAlignment.kTopRight
- names = {'kBottomCenter': PyDb.CellAlignment.kBottomCenter, 'kBottomLeft': PyDb.CellAlignment.kBottomLeft, 'kBottomRight': PyDb.CellAlignment.kBottomRight, 'kMiddleCenter': PyDb.CellAlignment.kMiddleCenter, 'kMiddleLeft': PyDb.CellAlignment.kMiddleLeft, 'kMiddleRight': PyDb.CellAlignment.kMiddleRight, 'kTopCenter': PyDb.CellAlignment.kTopCenter, 'kTopLeft': PyDb.CellAlignment.kTopLeft, 'kTopRight': PyDb.CellAlignment.kTopRight}
- values = {1: PyDb.CellAlignment.kTopLeft, 2: PyDb.CellAlignment.kTopCenter, 3: PyDb.CellAlignment.kTopRight, 4: PyDb.CellAlignment.kMiddleLeft, 5: PyDb.CellAlignment.kMiddleCenter, 6: PyDb.CellAlignment.kMiddleRight, 7: PyDb.CellAlignment.kBottomLeft, 8: PyDb.CellAlignment.kBottomCenter, 9: PyDb.CellAlignment.kBottomRight}
Methods inherited from Boost.Python.enum:
- __repr__(self, /)
- Return repr(self).
- __str__(self, /)
- Return str(self).
Data descriptors inherited from Boost.Python.enum:
- name
Methods inherited from builtins.int:
- __abs__(self, /)
- abs(self)
- __add__(self, value, /)
- Return self+value.
- __and__(self, value, /)
- Return self&value.
- __bool__(self, /)
- True if self else False
- __ceil__(...)
- Ceiling of an Integral returns itself.
- __divmod__(self, value, /)
- Return divmod(self, value).
- __eq__(self, value, /)
- Return self==value.
- __float__(self, /)
- float(self)
- __floor__(...)
- Flooring an Integral returns itself.
- __floordiv__(self, value, /)
- Return self//value.
- __format__(self, format_spec, /)
- Default object formatter.
- __ge__(self, value, /)
- Return self>=value.
- __getattribute__(self, name, /)
- Return getattr(self, name).
- __getnewargs__(self, /)
- __gt__(self, value, /)
- Return self>value.
- __hash__(self, /)
- Return hash(self).
- __index__(self, /)
- Return self converted to an integer, if self is suitable for use as an index into a list.
- __int__(self, /)
- int(self)
- __invert__(self, /)
- ~self
- __le__(self, value, /)
- Return self<=value.
- __lshift__(self, value, /)
- Return self<<value.
- __lt__(self, value, /)
- Return self<value.
- __mod__(self, value, /)
- Return self%value.
- __mul__(self, value, /)
- Return self*value.
- __ne__(self, value, /)
- Return self!=value.
- __neg__(self, /)
- -self
- __or__(self, value, /)
- Return self|value.
- __pos__(self, /)
- +self
- __pow__(self, value, mod=None, /)
- Return pow(self, value, mod).
- __radd__(self, value, /)
- Return value+self.
- __rand__(self, value, /)
- Return value&self.
- __rdivmod__(self, value, /)
- Return divmod(value, self).
- __rfloordiv__(self, value, /)
- Return value//self.
- __rlshift__(self, value, /)
- Return value<<self.
- __rmod__(self, value, /)
- Return value%self.
- __rmul__(self, value, /)
- Return value*self.
- __ror__(self, value, /)
- Return value|self.
- __round__(...)
- Rounding an Integral returns itself.
Rounding with an ndigits argument also returns an integer.
- __rpow__(self, value, mod=None, /)
- Return pow(value, self, mod).
- __rrshift__(self, value, /)
- Return value>>self.
- __rshift__(self, value, /)
- Return self>>value.
- __rsub__(self, value, /)
- Return value-self.
- __rtruediv__(self, value, /)
- Return value/self.
- __rxor__(self, value, /)
- Return value^self.
- __sizeof__(self, /)
- Returns size in memory, in bytes.
- __sub__(self, value, /)
- Return self-value.
- __truediv__(self, value, /)
- Return self/value.
- __trunc__(...)
- Truncating an Integral returns itself.
- __xor__(self, value, /)
- Return self^value.
- as_integer_ratio(self, /)
- Return integer ratio.
Return a pair of integers, whose ratio is exactly equal to the original int
and with a positive denominator.
>>> (10).as_integer_ratio()
(10, 1)
>>> (-10).as_integer_ratio()
(-10, 1)
>>> (0).as_integer_ratio()
(0, 1)
- bit_count(self, /)
- Number of ones in the binary representation of the absolute value of self.
Also known as the population count.
>>> bin(13)
'0b1101'
>>> (13).bit_count()
3
- bit_length(self, /)
- Number of bits necessary to represent self in binary.
>>> bin(37)
'0b100101'
>>> (37).bit_length()
6
- conjugate(...)
- Returns self, the complex conjugate of any int.
- to_bytes(self, /, length, byteorder, *, signed=False)
- Return an array of bytes representing an integer.
length
Length of bytes object to use. An OverflowError is raised if the
integer is not representable with the given number of bytes.
byteorder
The byte order used to represent the integer. If byteorder is 'big',
the most significant byte is at the beginning of the byte array. If
byteorder is 'little', the most significant byte is at the end of the
byte array. To request the native byte order of the host system, use
`sys.byteorder' as the byte order value.
signed
Determines whether two's complement is used to represent the integer.
If signed is False and a negative integer is given, an OverflowError
is raised.
Class methods inherited from builtins.int:
- from_bytes(bytes, byteorder, *, signed=False) from builtins.type
- Return the integer represented by the given array of bytes.
bytes
Holds the array of bytes to convert. The argument must either
support the buffer protocol or be an iterable object producing bytes.
Bytes and bytearray are examples of built-in objects that support the
buffer protocol.
byteorder
The byte order used to represent the integer. If byteorder is 'big',
the most significant byte is at the beginning of the byte array. If
byteorder is 'little', the most significant byte is at the end of the
byte array. To request the native byte order of the host system, use
`sys.byteorder' as the byte order value.
signed
Indicates whether two's complement is used to represent the integer.
Static methods inherited from builtins.int:
- __new__(*args, **kwargs) from builtins.type
- Create and return a new object. See help(type) for accurate signature.
Data descriptors inherited from builtins.int:
- denominator
- the denominator of a rational number in lowest terms
- imag
- the imaginary part of a complex number
- numerator
- the numerator of a rational number in lowest terms
- real
- the real part of a complex number
|
class CellContentLayout(Boost.Python.enum) |
| | |
- Method resolution order:
- CellContentLayout
- Boost.Python.enum
- builtins.int
- builtins.object
Data and other attributes defined here:
- kCellContentLayoutStackedHorizontal = PyDb.CellContentLayout.kCellContentLayoutStackedHorizontal
- kCellContentLayoutStackedVertical = PyDb.CellContentLayout.kCellContentLayoutStackedVertical
- kCellStateNone = PyDb.CellContentLayout.kCellStateNone
- names = {'kCellContentLayoutStackedHorizontal': PyDb.CellContentLayout.kCellContentLayoutStackedHorizontal, 'kCellContentLayoutStackedVertical': PyDb.CellContentLayout.kCellContentLayoutStackedVertical, 'kCellStateNone': PyDb.CellContentLayout.kCellStateNone}
- values = {1: PyDb.CellContentLayout.kCellStateNone, 2: PyDb.CellContentLayout.kCellContentLayoutStackedHorizontal, 4: PyDb.CellContentLayout.kCellContentLayoutStackedVertical}
Methods inherited from Boost.Python.enum:
- __repr__(self, /)
- Return repr(self).
- __str__(self, /)
- Return str(self).
Data descriptors inherited from Boost.Python.enum:
- name
Methods inherited from builtins.int:
- __abs__(self, /)
- abs(self)
- __add__(self, value, /)
- Return self+value.
- __and__(self, value, /)
- Return self&value.
- __bool__(self, /)
- True if self else False
- __ceil__(...)
- Ceiling of an Integral returns itself.
- __divmod__(self, value, /)
- Return divmod(self, value).
- __eq__(self, value, /)
- Return self==value.
- __float__(self, /)
- float(self)
- __floor__(...)
- Flooring an Integral returns itself.
- __floordiv__(self, value, /)
- Return self//value.
- __format__(self, format_spec, /)
- Default object formatter.
- __ge__(self, value, /)
- Return self>=value.
- __getattribute__(self, name, /)
- Return getattr(self, name).
- __getnewargs__(self, /)
- __gt__(self, value, /)
- Return self>value.
- __hash__(self, /)
- Return hash(self).
- __index__(self, /)
- Return self converted to an integer, if self is suitable for use as an index into a list.
- __int__(self, /)
- int(self)
- __invert__(self, /)
- ~self
- __le__(self, value, /)
- Return self<=value.
- __lshift__(self, value, /)
- Return self<<value.
- __lt__(self, value, /)
- Return self<value.
- __mod__(self, value, /)
- Return self%value.
- __mul__(self, value, /)
- Return self*value.
- __ne__(self, value, /)
- Return self!=value.
- __neg__(self, /)
- -self
- __or__(self, value, /)
- Return self|value.
- __pos__(self, /)
- +self
- __pow__(self, value, mod=None, /)
- Return pow(self, value, mod).
- __radd__(self, value, /)
- Return value+self.
- __rand__(self, value, /)
- Return value&self.
- __rdivmod__(self, value, /)
- Return divmod(value, self).
- __rfloordiv__(self, value, /)
- Return value//self.
- __rlshift__(self, value, /)
- Return value<<self.
- __rmod__(self, value, /)
- Return value%self.
- __rmul__(self, value, /)
- Return value*self.
- __ror__(self, value, /)
- Return value|self.
- __round__(...)
- Rounding an Integral returns itself.
Rounding with an ndigits argument also returns an integer.
- __rpow__(self, value, mod=None, /)
- Return pow(value, self, mod).
- __rrshift__(self, value, /)
- Return value>>self.
- __rshift__(self, value, /)
- Return self>>value.
- __rsub__(self, value, /)
- Return value-self.
- __rtruediv__(self, value, /)
- Return value/self.
- __rxor__(self, value, /)
- Return value^self.
- __sizeof__(self, /)
- Returns size in memory, in bytes.
- __sub__(self, value, /)
- Return self-value.
- __truediv__(self, value, /)
- Return self/value.
- __trunc__(...)
- Truncating an Integral returns itself.
- __xor__(self, value, /)
- Return self^value.
- as_integer_ratio(self, /)
- Return integer ratio.
Return a pair of integers, whose ratio is exactly equal to the original int
and with a positive denominator.
>>> (10).as_integer_ratio()
(10, 1)
>>> (-10).as_integer_ratio()
(-10, 1)
>>> (0).as_integer_ratio()
(0, 1)
- bit_count(self, /)
- Number of ones in the binary representation of the absolute value of self.
Also known as the population count.
>>> bin(13)
'0b1101'
>>> (13).bit_count()
3
- bit_length(self, /)
- Number of bits necessary to represent self in binary.
>>> bin(37)
'0b100101'
>>> (37).bit_length()
6
- conjugate(...)
- Returns self, the complex conjugate of any int.
- to_bytes(self, /, length, byteorder, *, signed=False)
- Return an array of bytes representing an integer.
length
Length of bytes object to use. An OverflowError is raised if the
integer is not representable with the given number of bytes.
byteorder
The byte order used to represent the integer. If byteorder is 'big',
the most significant byte is at the beginning of the byte array. If
byteorder is 'little', the most significant byte is at the end of the
byte array. To request the native byte order of the host system, use
`sys.byteorder' as the byte order value.
signed
Determines whether two's complement is used to represent the integer.
If signed is False and a negative integer is given, an OverflowError
is raised.
Class methods inherited from builtins.int:
- from_bytes(bytes, byteorder, *, signed=False) from builtins.type
- Return the integer represented by the given array of bytes.
bytes
Holds the array of bytes to convert. The argument must either
support the buffer protocol or be an iterable object producing bytes.
Bytes and bytearray are examples of built-in objects that support the
buffer protocol.
byteorder
The byte order used to represent the integer. If byteorder is 'big',
the most significant byte is at the beginning of the byte array. If
byteorder is 'little', the most significant byte is at the end of the
byte array. To request the native byte order of the host system, use
`sys.byteorder' as the byte order value.
signed
Indicates whether two's complement is used to represent the integer.
Static methods inherited from builtins.int:
- __new__(*args, **kwargs) from builtins.type
- Create and return a new object. See help(type) for accurate signature.
Data descriptors inherited from builtins.int:
- denominator
- the denominator of a rational number in lowest terms
- imag
- the imaginary part of a complex number
- numerator
- the numerator of a rational number in lowest terms
- real
- the real part of a complex number
|
class CellContentType(Boost.Python.enum) |
| | |
- Method resolution order:
- CellContentType
- Boost.Python.enum
- builtins.int
- builtins.object
Data and other attributes defined here:
- kCellContentTypeBlock = PyDb.CellContentType.kCellContentTypeBlock
- kCellContentTypeField = PyDb.CellContentType.kCellContentTypeField
- kCellContentTypeUnknown = PyDb.CellContentType.kCellContentTypeUnknown
- kCellContentTypeValue = PyDb.CellContentType.kCellContentTypeValue
- names = {'kCellContentTypeBlock': PyDb.CellContentType.kCellContentTypeBlock, 'kCellContentTypeField': PyDb.CellContentType.kCellContentTypeField, 'kCellContentTypeUnknown': PyDb.CellContentType.kCellContentTypeUnknown, 'kCellContentTypeValue': PyDb.CellContentType.kCellContentTypeValue}
- values = {0: PyDb.CellContentType.kCellContentTypeUnknown, 1: PyDb.CellContentType.kCellContentTypeValue, 2: PyDb.CellContentType.kCellContentTypeField, 4: PyDb.CellContentType.kCellContentTypeBlock}
Methods inherited from Boost.Python.enum:
- __repr__(self, /)
- Return repr(self).
- __str__(self, /)
- Return str(self).
Data descriptors inherited from Boost.Python.enum:
- name
Methods inherited from builtins.int:
- __abs__(self, /)
- abs(self)
- __add__(self, value, /)
- Return self+value.
- __and__(self, value, /)
- Return self&value.
- __bool__(self, /)
- True if self else False
- __ceil__(...)
- Ceiling of an Integral returns itself.
- __divmod__(self, value, /)
- Return divmod(self, value).
- __eq__(self, value, /)
- Return self==value.
- __float__(self, /)
- float(self)
- __floor__(...)
- Flooring an Integral returns itself.
- __floordiv__(self, value, /)
- Return self//value.
- __format__(self, format_spec, /)
- Default object formatter.
- __ge__(self, value, /)
- Return self>=value.
- __getattribute__(self, name, /)
- Return getattr(self, name).
- __getnewargs__(self, /)
- __gt__(self, value, /)
- Return self>value.
- __hash__(self, /)
- Return hash(self).
- __index__(self, /)
- Return self converted to an integer, if self is suitable for use as an index into a list.
- __int__(self, /)
- int(self)
- __invert__(self, /)
- ~self
- __le__(self, value, /)
- Return self<=value.
- __lshift__(self, value, /)
- Return self<<value.
- __lt__(self, value, /)
- Return self<value.
- __mod__(self, value, /)
- Return self%value.
- __mul__(self, value, /)
- Return self*value.
- __ne__(self, value, /)
- Return self!=value.
- __neg__(self, /)
- -self
- __or__(self, value, /)
- Return self|value.
- __pos__(self, /)
- +self
- __pow__(self, value, mod=None, /)
- Return pow(self, value, mod).
- __radd__(self, value, /)
- Return value+self.
- __rand__(self, value, /)
- Return value&self.
- __rdivmod__(self, value, /)
- Return divmod(value, self).
- __rfloordiv__(self, value, /)
- Return value//self.
- __rlshift__(self, value, /)
- Return value<<self.
- __rmod__(self, value, /)
- Return value%self.
- __rmul__(self, value, /)
- Return value*self.
- __ror__(self, value, /)
- Return value|self.
- __round__(...)
- Rounding an Integral returns itself.
Rounding with an ndigits argument also returns an integer.
- __rpow__(self, value, mod=None, /)
- Return pow(value, self, mod).
- __rrshift__(self, value, /)
- Return value>>self.
- __rshift__(self, value, /)
- Return self>>value.
- __rsub__(self, value, /)
- Return value-self.
- __rtruediv__(self, value, /)
- Return value/self.
- __rxor__(self, value, /)
- Return value^self.
- __sizeof__(self, /)
- Returns size in memory, in bytes.
- __sub__(self, value, /)
- Return self-value.
- __truediv__(self, value, /)
- Return self/value.
- __trunc__(...)
- Truncating an Integral returns itself.
- __xor__(self, value, /)
- Return self^value.
- as_integer_ratio(self, /)
- Return integer ratio.
Return a pair of integers, whose ratio is exactly equal to the original int
and with a positive denominator.
>>> (10).as_integer_ratio()
(10, 1)
>>> (-10).as_integer_ratio()
(-10, 1)
>>> (0).as_integer_ratio()
(0, 1)
- bit_count(self, /)
- Number of ones in the binary representation of the absolute value of self.
Also known as the population count.
>>> bin(13)
'0b1101'
>>> (13).bit_count()
3
- bit_length(self, /)
- Number of bits necessary to represent self in binary.
>>> bin(37)
'0b100101'
>>> (37).bit_length()
6
- conjugate(...)
- Returns self, the complex conjugate of any int.
- to_bytes(self, /, length, byteorder, *, signed=False)
- Return an array of bytes representing an integer.
length
Length of bytes object to use. An OverflowError is raised if the
integer is not representable with the given number of bytes.
byteorder
The byte order used to represent the integer. If byteorder is 'big',
the most significant byte is at the beginning of the byte array. If
byteorder is 'little', the most significant byte is at the end of the
byte array. To request the native byte order of the host system, use
`sys.byteorder' as the byte order value.
signed
Determines whether two's complement is used to represent the integer.
If signed is False and a negative integer is given, an OverflowError
is raised.
Class methods inherited from builtins.int:
- from_bytes(bytes, byteorder, *, signed=False) from builtins.type
- Return the integer represented by the given array of bytes.
bytes
Holds the array of bytes to convert. The argument must either
support the buffer protocol or be an iterable object producing bytes.
Bytes and bytearray are examples of built-in objects that support the
buffer protocol.
byteorder
The byte order used to represent the integer. If byteorder is 'big',
the most significant byte is at the beginning of the byte array. If
byteorder is 'little', the most significant byte is at the end of the
byte array. To request the native byte order of the host system, use
`sys.byteorder' as the byte order value.
signed
Indicates whether two's complement is used to represent the integer.
Static methods inherited from builtins.int:
- __new__(*args, **kwargs) from builtins.type
- Create and return a new object. See help(type) for accurate signature.
Data descriptors inherited from builtins.int:
- denominator
- the denominator of a rational number in lowest terms
- imag
- the imaginary part of a complex number
- numerator
- the numerator of a rational number in lowest terms
- real
- the real part of a complex number
|
class CellEdgeMask(Boost.Python.enum) |
| | |
- Method resolution order:
- CellEdgeMask
- Boost.Python.enum
- builtins.int
- builtins.object
Data and other attributes defined here:
- kBottomMask = PyDb.CellEdgeMask.kBottomMask
- kLeftMask = PyDb.CellEdgeMask.kLeftMask
- kRightMask = PyDb.CellEdgeMask.kRightMask
- kTopMask = PyDb.CellEdgeMask.kTopMask
- names = {'kBottomMask': PyDb.CellEdgeMask.kBottomMask, 'kLeftMask': PyDb.CellEdgeMask.kLeftMask, 'kRightMask': PyDb.CellEdgeMask.kRightMask, 'kTopMask': PyDb.CellEdgeMask.kTopMask}
- values = {1: PyDb.CellEdgeMask.kTopMask, 2: PyDb.CellEdgeMask.kRightMask, 4: PyDb.CellEdgeMask.kBottomMask, 8: PyDb.CellEdgeMask.kLeftMask}
Methods inherited from Boost.Python.enum:
- __repr__(self, /)
- Return repr(self).
- __str__(self, /)
- Return str(self).
Data descriptors inherited from Boost.Python.enum:
- name
Methods inherited from builtins.int:
- __abs__(self, /)
- abs(self)
- __add__(self, value, /)
- Return self+value.
- __and__(self, value, /)
- Return self&value.
- __bool__(self, /)
- True if self else False
- __ceil__(...)
- Ceiling of an Integral returns itself.
- __divmod__(self, value, /)
- Return divmod(self, value).
- __eq__(self, value, /)
- Return self==value.
- __float__(self, /)
- float(self)
- __floor__(...)
- Flooring an Integral returns itself.
- __floordiv__(self, value, /)
- Return self//value.
- __format__(self, format_spec, /)
- Default object formatter.
- __ge__(self, value, /)
- Return self>=value.
- __getattribute__(self, name, /)
- Return getattr(self, name).
- __getnewargs__(self, /)
- __gt__(self, value, /)
- Return self>value.
- __hash__(self, /)
- Return hash(self).
- __index__(self, /)
- Return self converted to an integer, if self is suitable for use as an index into a list.
- __int__(self, /)
- int(self)
- __invert__(self, /)
- ~self
- __le__(self, value, /)
- Return self<=value.
- __lshift__(self, value, /)
- Return self<<value.
- __lt__(self, value, /)
- Return self<value.
- __mod__(self, value, /)
- Return self%value.
- __mul__(self, value, /)
- Return self*value.
- __ne__(self, value, /)
- Return self!=value.
- __neg__(self, /)
- -self
- __or__(self, value, /)
- Return self|value.
- __pos__(self, /)
- +self
- __pow__(self, value, mod=None, /)
- Return pow(self, value, mod).
- __radd__(self, value, /)
- Return value+self.
- __rand__(self, value, /)
- Return value&self.
- __rdivmod__(self, value, /)
- Return divmod(value, self).
- __rfloordiv__(self, value, /)
- Return value//self.
- __rlshift__(self, value, /)
- Return value<<self.
- __rmod__(self, value, /)
- Return value%self.
- __rmul__(self, value, /)
- Return value*self.
- __ror__(self, value, /)
- Return value|self.
- __round__(...)
- Rounding an Integral returns itself.
Rounding with an ndigits argument also returns an integer.
- __rpow__(self, value, mod=None, /)
- Return pow(value, self, mod).
- __rrshift__(self, value, /)
- Return value>>self.
- __rshift__(self, value, /)
- Return self>>value.
- __rsub__(self, value, /)
- Return value-self.
- __rtruediv__(self, value, /)
- Return value/self.
- __rxor__(self, value, /)
- Return value^self.
- __sizeof__(self, /)
- Returns size in memory, in bytes.
- __sub__(self, value, /)
- Return self-value.
- __truediv__(self, value, /)
- Return self/value.
- __trunc__(...)
- Truncating an Integral returns itself.
- __xor__(self, value, /)
- Return self^value.
- as_integer_ratio(self, /)
- Return integer ratio.
Return a pair of integers, whose ratio is exactly equal to the original int
and with a positive denominator.
>>> (10).as_integer_ratio()
(10, 1)
>>> (-10).as_integer_ratio()
(-10, 1)
>>> (0).as_integer_ratio()
(0, 1)
- bit_count(self, /)
- Number of ones in the binary representation of the absolute value of self.
Also known as the population count.
>>> bin(13)
'0b1101'
>>> (13).bit_count()
3
- bit_length(self, /)
- Number of bits necessary to represent self in binary.
>>> bin(37)
'0b100101'
>>> (37).bit_length()
6
- conjugate(...)
- Returns self, the complex conjugate of any int.
- to_bytes(self, /, length, byteorder, *, signed=False)
- Return an array of bytes representing an integer.
length
Length of bytes object to use. An OverflowError is raised if the
integer is not representable with the given number of bytes.
byteorder
The byte order used to represent the integer. If byteorder is 'big',
the most significant byte is at the beginning of the byte array. If
byteorder is 'little', the most significant byte is at the end of the
byte array. To request the native byte order of the host system, use
`sys.byteorder' as the byte order value.
signed
Determines whether two's complement is used to represent the integer.
If signed is False and a negative integer is given, an OverflowError
is raised.
Class methods inherited from builtins.int:
- from_bytes(bytes, byteorder, *, signed=False) from builtins.type
- Return the integer represented by the given array of bytes.
bytes
Holds the array of bytes to convert. The argument must either
support the buffer protocol or be an iterable object producing bytes.
Bytes and bytearray are examples of built-in objects that support the
buffer protocol.
byteorder
The byte order used to represent the integer. If byteorder is 'big',
the most significant byte is at the beginning of the byte array. If
byteorder is 'little', the most significant byte is at the end of the
byte array. To request the native byte order of the host system, use
`sys.byteorder' as the byte order value.
signed
Indicates whether two's complement is used to represent the integer.
Static methods inherited from builtins.int:
- __new__(*args, **kwargs) from builtins.type
- Create and return a new object. See help(type) for accurate signature.
Data descriptors inherited from builtins.int:
- denominator
- the denominator of a rational number in lowest terms
- imag
- the imaginary part of a complex number
- numerator
- the numerator of a rational number in lowest terms
- real
- the real part of a complex number
|
class CellMargin(Boost.Python.enum) |
| | |
- Method resolution order:
- CellMargin
- Boost.Python.enum
- builtins.int
- builtins.object
Data and other attributes defined here:
- kCellMarginBottom = PyDb.CellMargin.kCellMarginBottom
- kCellMarginHorzSpacing = PyDb.CellMargin.kCellMarginHorzSpacing
- kCellMarginLeft = PyDb.CellMargin.kCellMarginLeft
- kCellMarginRight = PyDb.CellMargin.kCellMarginRight
- kCellMarginTop = PyDb.CellMargin.kCellMarginTop
- kCellMarginVertSpacing = PyDb.CellMargin.kCellMarginVertSpacing
- names = {'kCellMarginBottom': PyDb.CellMargin.kCellMarginBottom, 'kCellMarginHorzSpacing': PyDb.CellMargin.kCellMarginHorzSpacing, 'kCellMarginLeft': PyDb.CellMargin.kCellMarginLeft, 'kCellMarginRight': PyDb.CellMargin.kCellMarginRight, 'kCellMarginTop': PyDb.CellMargin.kCellMarginTop, 'kCellMarginVertSpacing': PyDb.CellMargin.kCellMarginVertSpacing}
- values = {1: PyDb.CellMargin.kCellMarginTop, 2: PyDb.CellMargin.kCellMarginLeft, 4: PyDb.CellMargin.kCellMarginBottom, 8: PyDb.CellMargin.kCellMarginRight, 16: PyDb.CellMargin.kCellMarginHorzSpacing, 32: PyDb.CellMargin.kCellMarginVertSpacing}
Methods inherited from Boost.Python.enum:
- __repr__(self, /)
- Return repr(self).
- __str__(self, /)
- Return str(self).
Data descriptors inherited from Boost.Python.enum:
- name
Methods inherited from builtins.int:
- __abs__(self, /)
- abs(self)
- __add__(self, value, /)
- Return self+value.
- __and__(self, value, /)
- Return self&value.
- __bool__(self, /)
- True if self else False
- __ceil__(...)
- Ceiling of an Integral returns itself.
- __divmod__(self, value, /)
- Return divmod(self, value).
- __eq__(self, value, /)
- Return self==value.
- __float__(self, /)
- float(self)
- __floor__(...)
- Flooring an Integral returns itself.
- __floordiv__(self, value, /)
- Return self//value.
- __format__(self, format_spec, /)
- Default object formatter.
- __ge__(self, value, /)
- Return self>=value.
- __getattribute__(self, name, /)
- Return getattr(self, name).
- __getnewargs__(self, /)
- __gt__(self, value, /)
- Return self>value.
- __hash__(self, /)
- Return hash(self).
- __index__(self, /)
- Return self converted to an integer, if self is suitable for use as an index into a list.
- __int__(self, /)
- int(self)
- __invert__(self, /)
- ~self
- __le__(self, value, /)
- Return self<=value.
- __lshift__(self, value, /)
- Return self<<value.
- __lt__(self, value, /)
- Return self<value.
- __mod__(self, value, /)
- Return self%value.
- __mul__(self, value, /)
- Return self*value.
- __ne__(self, value, /)
- Return self!=value.
- __neg__(self, /)
- -self
- __or__(self, value, /)
- Return self|value.
- __pos__(self, /)
- +self
- __pow__(self, value, mod=None, /)
- Return pow(self, value, mod).
- __radd__(self, value, /)
- Return value+self.
- __rand__(self, value, /)
- Return value&self.
- __rdivmod__(self, value, /)
- Return divmod(value, self).
- __rfloordiv__(self, value, /)
- Return value//self.
- __rlshift__(self, value, /)
- Return value<<self.
- __rmod__(self, value, /)
- Return value%self.
- __rmul__(self, value, /)
- Return value*self.
- __ror__(self, value, /)
- Return value|self.
- __round__(...)
- Rounding an Integral returns itself.
Rounding with an ndigits argument also returns an integer.
- __rpow__(self, value, mod=None, /)
- Return pow(value, self, mod).
- __rrshift__(self, value, /)
- Return value>>self.
- __rshift__(self, value, /)
- Return self>>value.
- __rsub__(self, value, /)
- Return value-self.
- __rtruediv__(self, value, /)
- Return value/self.
- __rxor__(self, value, /)
- Return value^self.
- __sizeof__(self, /)
- Returns size in memory, in bytes.
- __sub__(self, value, /)
- Return self-value.
- __truediv__(self, value, /)
- Return self/value.
- __trunc__(...)
- Truncating an Integral returns itself.
- __xor__(self, value, /)
- Return self^value.
- as_integer_ratio(self, /)
- Return integer ratio.
Return a pair of integers, whose ratio is exactly equal to the original int
and with a positive denominator.
>>> (10).as_integer_ratio()
(10, 1)
>>> (-10).as_integer_ratio()
(-10, 1)
>>> (0).as_integer_ratio()
(0, 1)
- bit_count(self, /)
- Number of ones in the binary representation of the absolute value of self.
Also known as the population count.
>>> bin(13)
'0b1101'
>>> (13).bit_count()
3
- bit_length(self, /)
- Number of bits necessary to represent self in binary.
>>> bin(37)
'0b100101'
>>> (37).bit_length()
6
- conjugate(...)
- Returns self, the complex conjugate of any int.
- to_bytes(self, /, length, byteorder, *, signed=False)
- Return an array of bytes representing an integer.
length
Length of bytes object to use. An OverflowError is raised if the
integer is not representable with the given number of bytes.
byteorder
The byte order used to represent the integer. If byteorder is 'big',
the most significant byte is at the beginning of the byte array. If
byteorder is 'little', the most significant byte is at the end of the
byte array. To request the native byte order of the host system, use
`sys.byteorder' as the byte order value.
signed
Determines whether two's complement is used to represent the integer.
If signed is False and a negative integer is given, an OverflowError
is raised.
Class methods inherited from builtins.int:
- from_bytes(bytes, byteorder, *, signed=False) from builtins.type
- Return the integer represented by the given array of bytes.
bytes
Holds the array of bytes to convert. The argument must either
support the buffer protocol or be an iterable object producing bytes.
Bytes and bytearray are examples of built-in objects that support the
buffer protocol.
byteorder
The byte order used to represent the integer. If byteorder is 'big',
the most significant byte is at the beginning of the byte array. If
byteorder is 'little', the most significant byte is at the end of the
byte array. To request the native byte order of the host system, use
`sys.byteorder' as the byte order value.
signed
Indicates whether two's complement is used to represent the integer.
Static methods inherited from builtins.int:
- __new__(*args, **kwargs) from builtins.type
- Create and return a new object. See help(type) for accurate signature.
Data descriptors inherited from builtins.int:
- denominator
- the denominator of a rational number in lowest terms
- imag
- the imaginary part of a complex number
- numerator
- the numerator of a rational number in lowest terms
- real
- the real part of a complex number
|
class CellProperty(Boost.Python.enum) |
| | |
- Method resolution order:
- CellProperty
- Boost.Python.enum
- builtins.int
- builtins.object
Data and other attributes defined here:
- kCellPropAlignment = PyDb.CellProperty.kCellPropAlignment
- kCellPropAll = PyDb.CellProperty.kCellPropAll
- kCellPropAutoScale = PyDb.CellProperty.kCellPropAutoScale
- kCellPropBackgroundColor = PyDb.CellProperty.kCellPropBackgroundColor
- kCellPropBitProperties = PyDb.CellProperty.kCellPropBitProperties
- kCellPropContent = PyDb.CellProperty.kCellPropContent
- kCellPropContentColor = PyDb.CellProperty.kCellPropContentColor
- kCellPropContentLayout = PyDb.CellProperty.kCellPropContentLayout
- kCellPropDataFormat = PyDb.CellProperty.kCellPropDataFormat
- kCellPropDataType = PyDb.CellProperty.kCellPropDataType
- kCellPropDataTypeAndFormat = PyDb.CellProperty.kCellPropDataTypeAndFormat
- kCellPropFlowDirBtoT = PyDb.CellProperty.kCellPropFlowDirBtoT
- kCellPropInvalid = PyDb.CellProperty.kCellPropInvalid
- kCellPropMarginBottom = PyDb.CellProperty.kCellPropMarginBottom
- kCellPropMarginHorzSpacing = PyDb.CellProperty.kCellPropMarginHorzSpacing
- kCellPropMarginLeft = PyDb.CellProperty.kCellPropMarginLeft
- kCellPropMarginRight = PyDb.CellProperty.kCellPropMarginRight
- kCellPropMarginTop = PyDb.CellProperty.kCellPropMarginTop
- kCellPropMarginVertSpacing = PyDb.CellProperty.kCellPropMarginVertSpacing
- kCellPropMergeAll = PyDb.CellProperty.kCellPropMergeAll
- kCellPropRotation = PyDb.CellProperty.kCellPropRotation
- kCellPropScale = PyDb.CellProperty.kCellPropScale
- kCellPropTextHeight = PyDb.CellProperty.kCellPropTextHeight
- kCellPropTextStyle = PyDb.CellProperty.kCellPropTextStyle
- names = {'kCellPropAlignment': PyDb.CellProperty.kCellPropAlignment, 'kCellPropAll': PyDb.CellProperty.kCellPropAll, 'kCellPropAutoScale': PyDb.CellProperty.kCellPropAutoScale, 'kCellPropBackgroundColor': PyDb.CellProperty.kCellPropBackgroundColor, 'kCellPropBitProperties': PyDb.CellProperty.kCellPropBitProperties, 'kCellPropContent': PyDb.CellProperty.kCellPropContent, 'kCellPropContentColor': PyDb.CellProperty.kCellPropContentColor, 'kCellPropContentLayout': PyDb.CellProperty.kCellPropContentLayout, 'kCellPropDataFormat': PyDb.CellProperty.kCellPropDataFormat, 'kCellPropDataType': PyDb.CellProperty.kCellPropDataType, ...}
- values = {0: PyDb.CellProperty.kCellPropInvalid, 1: PyDb.CellProperty.kCellPropDataType, 2: PyDb.CellProperty.kCellPropDataFormat, 3: PyDb.CellProperty.kCellPropDataTypeAndFormat, 4: PyDb.CellProperty.kCellPropRotation, 8: PyDb.CellProperty.kCellPropScale, 16: PyDb.CellProperty.kCellPropAlignment, 32: PyDb.CellProperty.kCellPropContentColor, 64: PyDb.CellProperty.kCellPropTextStyle, 128: PyDb.CellProperty.kCellPropTextHeight, ...}
Methods inherited from Boost.Python.enum:
- __repr__(self, /)
- Return repr(self).
- __str__(self, /)
- Return str(self).
Data descriptors inherited from Boost.Python.enum:
- name
Methods inherited from builtins.int:
- __abs__(self, /)
- abs(self)
- __add__(self, value, /)
- Return self+value.
- __and__(self, value, /)
- Return self&value.
- __bool__(self, /)
- True if self else False
- __ceil__(...)
- Ceiling of an Integral returns itself.
- __divmod__(self, value, /)
- Return divmod(self, value).
- __eq__(self, value, /)
- Return self==value.
- __float__(self, /)
- float(self)
- __floor__(...)
- Flooring an Integral returns itself.
- __floordiv__(self, value, /)
- Return self//value.
- __format__(self, format_spec, /)
- Default object formatter.
- __ge__(self, value, /)
- Return self>=value.
- __getattribute__(self, name, /)
- Return getattr(self, name).
- __getnewargs__(self, /)
- __gt__(self, value, /)
- Return self>value.
- __hash__(self, /)
- Return hash(self).
- __index__(self, /)
- Return self converted to an integer, if self is suitable for use as an index into a list.
- __int__(self, /)
- int(self)
- __invert__(self, /)
- ~self
- __le__(self, value, /)
- Return self<=value.
- __lshift__(self, value, /)
- Return self<<value.
- __lt__(self, value, /)
- Return self<value.
- __mod__(self, value, /)
- Return self%value.
- __mul__(self, value, /)
- Return self*value.
- __ne__(self, value, /)
- Return self!=value.
- __neg__(self, /)
- -self
- __or__(self, value, /)
- Return self|value.
- __pos__(self, /)
- +self
- __pow__(self, value, mod=None, /)
- Return pow(self, value, mod).
- __radd__(self, value, /)
- Return value+self.
- __rand__(self, value, /)
- Return value&self.
- __rdivmod__(self, value, /)
- Return divmod(value, self).
- __rfloordiv__(self, value, /)
- Return value//self.
- __rlshift__(self, value, /)
- Return value<<self.
- __rmod__(self, value, /)
- Return value%self.
- __rmul__(self, value, /)
- Return value*self.
- __ror__(self, value, /)
- Return value|self.
- __round__(...)
- Rounding an Integral returns itself.
Rounding with an ndigits argument also returns an integer.
- __rpow__(self, value, mod=None, /)
- Return pow(value, self, mod).
- __rrshift__(self, value, /)
- Return value>>self.
- __rshift__(self, value, /)
- Return self>>value.
- __rsub__(self, value, /)
- Return value-self.
- __rtruediv__(self, value, /)
- Return value/self.
- __rxor__(self, value, /)
- Return value^self.
- __sizeof__(self, /)
- Returns size in memory, in bytes.
- __sub__(self, value, /)
- Return self-value.
- __truediv__(self, value, /)
- Return self/value.
- __trunc__(...)
- Truncating an Integral returns itself.
- __xor__(self, value, /)
- Return self^value.
- as_integer_ratio(self, /)
- Return integer ratio.
Return a pair of integers, whose ratio is exactly equal to the original int
and with a positive denominator.
>>> (10).as_integer_ratio()
(10, 1)
>>> (-10).as_integer_ratio()
(-10, 1)
>>> (0).as_integer_ratio()
(0, 1)
- bit_count(self, /)
- Number of ones in the binary representation of the absolute value of self.
Also known as the population count.
>>> bin(13)
'0b1101'
>>> (13).bit_count()
3
- bit_length(self, /)
- Number of bits necessary to represent self in binary.
>>> bin(37)
'0b100101'
>>> (37).bit_length()
6
- conjugate(...)
- Returns self, the complex conjugate of any int.
- to_bytes(self, /, length, byteorder, *, signed=False)
- Return an array of bytes representing an integer.
length
Length of bytes object to use. An OverflowError is raised if the
integer is not representable with the given number of bytes.
byteorder
The byte order used to represent the integer. If byteorder is 'big',
the most significant byte is at the beginning of the byte array. If
byteorder is 'little', the most significant byte is at the end of the
byte array. To request the native byte order of the host system, use
`sys.byteorder' as the byte order value.
signed
Determines whether two's complement is used to represent the integer.
If signed is False and a negative integer is given, an OverflowError
is raised.
Class methods inherited from builtins.int:
- from_bytes(bytes, byteorder, *, signed=False) from builtins.type
- Return the integer represented by the given array of bytes.
bytes
Holds the array of bytes to convert. The argument must either
support the buffer protocol or be an iterable object producing bytes.
Bytes and bytearray are examples of built-in objects that support the
buffer protocol.
byteorder
The byte order used to represent the integer. If byteorder is 'big',
the most significant byte is at the beginning of the byte array. If
byteorder is 'little', the most significant byte is at the end of the
byte array. To request the native byte order of the host system, use
`sys.byteorder' as the byte order value.
signed
Indicates whether two's complement is used to represent the integer.
Static methods inherited from builtins.int:
- __new__(*args, **kwargs) from builtins.type
- Create and return a new object. See help(type) for accurate signature.
Data descriptors inherited from builtins.int:
- denominator
- the denominator of a rational number in lowest terms
- imag
- the imaginary part of a complex number
- numerator
- the numerator of a rational number in lowest terms
- real
- the real part of a complex number
|
class CellRange(Boost.Python.instance) |
| | |
- Method resolution order:
- CellRange
- Boost.Python.instance
- builtins.object
Static methods defined here:
- __init__(...)
- __init__( (object)arg1) -> None :
C++ signature :
void __init__(struct _object * __ptr64)
- __reduce__ = (...)
Data descriptors defined here:
- bottomRow
- leftColumn
- rightColumn
- topRow
Data and other attributes defined here:
- __instance_size__ = 40
Static methods inherited from Boost.Python.instance:
- __new__(*args, **kwargs) from Boost.Python.class
- Create and return a new object. See help(type) for accurate signature.
Data descriptors inherited from Boost.Python.instance:
- __dict__
- __weakref__
|
class CellState(Boost.Python.enum) |
| | |
- Method resolution order:
- CellState
- Boost.Python.enum
- builtins.int
- builtins.object
Data and other attributes defined here:
- kAllCellStates = PyDb.CellState.kAllCellStates
- kCellStateContentLocked = PyDb.CellState.kCellStateContentLocked
- kCellStateContentModifiedAfterUpdate = PyDb.CellState.kCellStateContentModifiedAfterUpdate
- kCellStateContentReadOnly = PyDb.CellState.kCellStateContentReadOnly
- kCellStateFormatLocked = PyDb.CellState.kCellStateFormatLocked
- kCellStateFormatModifiedAfterUpdate = PyDb.CellState.kCellStateFormatModifiedAfterUpdate
- kCellStateFormatReadOnly = PyDb.CellState.kCellStateFormatReadOnly
- kCellStateLinked = PyDb.CellState.kCellStateLinked
- kCellStateNone = PyDb.CellState.kCellStateNone
- names = {'kAllCellStates': PyDb.CellState.kAllCellStates, 'kCellStateContentLocked': PyDb.CellState.kCellStateContentLocked, 'kCellStateContentModifiedAfterUpdate': PyDb.CellState.kCellStateContentModifiedAfterUpdate, 'kCellStateContentReadOnly': PyDb.CellState.kCellStateContentReadOnly, 'kCellStateFormatLocked': PyDb.CellState.kCellStateFormatLocked, 'kCellStateFormatModifiedAfterUpdate': PyDb.CellState.kCellStateFormatModifiedAfterUpdate, 'kCellStateFormatReadOnly': PyDb.CellState.kCellStateFormatReadOnly, 'kCellStateLinked': PyDb.CellState.kCellStateLinked, 'kCellStateNone': PyDb.CellState.kCellStateNone}
- values = {0: PyDb.CellState.kCellStateNone, 1: PyDb.CellState.kCellStateContentLocked, 2: PyDb.CellState.kCellStateContentReadOnly, 4: PyDb.CellState.kCellStateLinked, 8: PyDb.CellState.kCellStateContentModifiedAfterUpdate, 16: PyDb.CellState.kCellStateFormatLocked, 32: PyDb.CellState.kCellStateFormatReadOnly, 64: PyDb.CellState.kCellStateFormatModifiedAfterUpdate, 127: PyDb.CellState.kAllCellStates}
Methods inherited from Boost.Python.enum:
- __repr__(self, /)
- Return repr(self).
- __str__(self, /)
- Return str(self).
Data descriptors inherited from Boost.Python.enum:
- name
Methods inherited from builtins.int:
- __abs__(self, /)
- abs(self)
- __add__(self, value, /)
- Return self+value.
- __and__(self, value, /)
- Return self&value.
- __bool__(self, /)
- True if self else False
- __ceil__(...)
- Ceiling of an Integral returns itself.
- __divmod__(self, value, /)
- Return divmod(self, value).
- __eq__(self, value, /)
- Return self==value.
- __float__(self, /)
- float(self)
- __floor__(...)
- Flooring an Integral returns itself.
- __floordiv__(self, value, /)
- Return self//value.
- __format__(self, format_spec, /)
- Default object formatter.
- __ge__(self, value, /)
- Return self>=value.
- __getattribute__(self, name, /)
- Return getattr(self, name).
- __getnewargs__(self, /)
- __gt__(self, value, /)
- Return self>value.
- __hash__(self, /)
- Return hash(self).
- __index__(self, /)
- Return self converted to an integer, if self is suitable for use as an index into a list.
- __int__(self, /)
- int(self)
- __invert__(self, /)
- ~self
- __le__(self, value, /)
- Return self<=value.
- __lshift__(self, value, /)
- Return self<<value.
- __lt__(self, value, /)
- Return self<value.
- __mod__(self, value, /)
- Return self%value.
- __mul__(self, value, /)
- Return self*value.
- __ne__(self, value, /)
- Return self!=value.
- __neg__(self, /)
- -self
- __or__(self, value, /)
- Return self|value.
- __pos__(self, /)
- +self
- __pow__(self, value, mod=None, /)
- Return pow(self, value, mod).
- __radd__(self, value, /)
- Return value+self.
- __rand__(self, value, /)
- Return value&self.
- __rdivmod__(self, value, /)
- Return divmod(value, self).
- __rfloordiv__(self, value, /)
- Return value//self.
- __rlshift__(self, value, /)
- Return value<<self.
- __rmod__(self, value, /)
- Return value%self.
- __rmul__(self, value, /)
- Return value*self.
- __ror__(self, value, /)
- Return value|self.
- __round__(...)
- Rounding an Integral returns itself.
Rounding with an ndigits argument also returns an integer.
- __rpow__(self, value, mod=None, /)
- Return pow(value, self, mod).
- __rrshift__(self, value, /)
- Return value>>self.
- __rshift__(self, value, /)
- Return self>>value.
- __rsub__(self, value, /)
- Return value-self.
- __rtruediv__(self, value, /)
- Return value/self.
- __rxor__(self, value, /)
- Return value^self.
- __sizeof__(self, /)
- Returns size in memory, in bytes.
- __sub__(self, value, /)
- Return self-value.
- __truediv__(self, value, /)
- Return self/value.
- __trunc__(...)
- Truncating an Integral returns itself.
- __xor__(self, value, /)
- Return self^value.
- as_integer_ratio(self, /)
- Return integer ratio.
Return a pair of integers, whose ratio is exactly equal to the original int
and with a positive denominator.
>>> (10).as_integer_ratio()
(10, 1)
>>> (-10).as_integer_ratio()
(-10, 1)
>>> (0).as_integer_ratio()
(0, 1)
- bit_count(self, /)
- Number of ones in the binary representation of the absolute value of self.
Also known as the population count.
>>> bin(13)
'0b1101'
>>> (13).bit_count()
3
- bit_length(self, /)
- Number of bits necessary to represent self in binary.
>>> bin(37)
'0b100101'
>>> (37).bit_length()
6
- conjugate(...)
- Returns self, the complex conjugate of any int.
- to_bytes(self, /, length, byteorder, *, signed=False)
- Return an array of bytes representing an integer.
length
Length of bytes object to use. An OverflowError is raised if the
integer is not representable with the given number of bytes.
byteorder
The byte order used to represent the integer. If byteorder is 'big',
the most significant byte is at the beginning of the byte array. If
byteorder is 'little', the most significant byte is at the end of the
byte array. To request the native byte order of the host system, use
`sys.byteorder' as the byte order value.
signed
Determines whether two's complement is used to represent the integer.
If signed is False and a negative integer is given, an OverflowError
is raised.
Class methods inherited from builtins.int:
- from_bytes(bytes, byteorder, *, signed=False) from builtins.type
- Return the integer represented by the given array of bytes.
bytes
Holds the array of bytes to convert. The argument must either
support the buffer protocol or be an iterable object producing bytes.
Bytes and bytearray are examples of built-in objects that support the
buffer protocol.
byteorder
The byte order used to represent the integer. If byteorder is 'big',
the most significant byte is at the beginning of the byte array. If
byteorder is 'little', the most significant byte is at the end of the
byte array. To request the native byte order of the host system, use
`sys.byteorder' as the byte order value.
signed
Indicates whether two's complement is used to represent the integer.
Static methods inherited from builtins.int:
- __new__(*args, **kwargs) from builtins.type
- Create and return a new object. See help(type) for accurate signature.
Data descriptors inherited from builtins.int:
- denominator
- the denominator of a rational number in lowest terms
- imag
- the imaginary part of a complex number
- numerator
- the numerator of a rational number in lowest terms
- real
- the real part of a complex number
|
class CellType(Boost.Python.enum) |
| | |
- Method resolution order:
- CellType
- Boost.Python.enum
- builtins.int
- builtins.object
Data and other attributes defined here:
- kBlockCell = PyDb.CellType.kBlockCell
- kMultipleContentCell = PyDb.CellType.kMultipleContentCell
- kTextCell = PyDb.CellType.kTextCell
- kUnknownCell = PyDb.CellType.kUnknownCell
- names = {'kBlockCell': PyDb.CellType.kBlockCell, 'kMultipleContentCell': PyDb.CellType.kMultipleContentCell, 'kTextCell': PyDb.CellType.kTextCell, 'kUnknownCell': PyDb.CellType.kUnknownCell}
- values = {0: PyDb.CellType.kUnknownCell, 1: PyDb.CellType.kTextCell, 2: PyDb.CellType.kBlockCell, 3: PyDb.CellType.kMultipleContentCell}
Methods inherited from Boost.Python.enum:
- __repr__(self, /)
- Return repr(self).
- __str__(self, /)
- Return str(self).
Data descriptors inherited from Boost.Python.enum:
- name
Methods inherited from builtins.int:
- __abs__(self, /)
- abs(self)
- __add__(self, value, /)
- Return self+value.
- __and__(self, value, /)
- Return self&value.
- __bool__(self, /)
- True if self else False
- __ceil__(...)
- Ceiling of an Integral returns itself.
- __divmod__(self, value, /)
- Return divmod(self, value).
- __eq__(self, value, /)
- Return self==value.
- __float__(self, /)
- float(self)
- __floor__(...)
- Flooring an Integral returns itself.
- __floordiv__(self, value, /)
- Return self//value.
- __format__(self, format_spec, /)
- Default object formatter.
- __ge__(self, value, /)
- Return self>=value.
- __getattribute__(self, name, /)
- Return getattr(self, name).
- __getnewargs__(self, /)
- __gt__(self, value, /)
- Return self>value.
- __hash__(self, /)
- Return hash(self).
- __index__(self, /)
- Return self converted to an integer, if self is suitable for use as an index into a list.
- __int__(self, /)
- int(self)
- __invert__(self, /)
- ~self
- __le__(self, value, /)
- Return self<=value.
- __lshift__(self, value, /)
- Return self<<value.
- __lt__(self, value, /)
- Return self<value.
- __mod__(self, value, /)
- Return self%value.
- __mul__(self, value, /)
- Return self*value.
- __ne__(self, value, /)
- Return self!=value.
- __neg__(self, /)
- -self
- __or__(self, value, /)
- Return self|value.
- __pos__(self, /)
- +self
- __pow__(self, value, mod=None, /)
- Return pow(self, value, mod).
- __radd__(self, value, /)
- Return value+self.
- __rand__(self, value, /)
- Return value&self.
- __rdivmod__(self, value, /)
- Return divmod(value, self).
- __rfloordiv__(self, value, /)
- Return value//self.
- __rlshift__(self, value, /)
- Return value<<self.
- __rmod__(self, value, /)
- Return value%self.
- __rmul__(self, value, /)
- Return value*self.
- __ror__(self, value, /)
- Return value|self.
- __round__(...)
- Rounding an Integral returns itself.
Rounding with an ndigits argument also returns an integer.
- __rpow__(self, value, mod=None, /)
- Return pow(value, self, mod).
- __rrshift__(self, value, /)
- Return value>>self.
- __rshift__(self, value, /)
- Return self>>value.
- __rsub__(self, value, /)
- Return value-self.
- __rtruediv__(self, value, /)
- Return value/self.
- __rxor__(self, value, /)
- Return value^self.
- __sizeof__(self, /)
- Returns size in memory, in bytes.
- __sub__(self, value, /)
- Return self-value.
- __truediv__(self, value, /)
- Return self/value.
- __trunc__(...)
- Truncating an Integral returns itself.
- __xor__(self, value, /)
- Return self^value.
- as_integer_ratio(self, /)
- Return integer ratio.
Return a pair of integers, whose ratio is exactly equal to the original int
and with a positive denominator.
>>> (10).as_integer_ratio()
(10, 1)
>>> (-10).as_integer_ratio()
(-10, 1)
>>> (0).as_integer_ratio()
(0, 1)
- bit_count(self, /)
- Number of ones in the binary representation of the absolute value of self.
Also known as the population count.
>>> bin(13)
'0b1101'
>>> (13).bit_count()
3
- bit_length(self, /)
- Number of bits necessary to represent self in binary.
>>> bin(37)
'0b100101'
>>> (37).bit_length()
6
- conjugate(...)
- Returns self, the complex conjugate of any int.
- to_bytes(self, /, length, byteorder, *, signed=False)
- Return an array of bytes representing an integer.
length
Length of bytes object to use. An OverflowError is raised if the
integer is not representable with the given number of bytes.
byteorder
The byte order used to represent the integer. If byteorder is 'big',
the most significant byte is at the beginning of the byte array. If
byteorder is 'little', the most significant byte is at the end of the
byte array. To request the native byte order of the host system, use
`sys.byteorder' as the byte order value.
signed
Determines whether two's complement is used to represent the integer.
If signed is False and a negative integer is given, an OverflowError
is raised.
Class methods inherited from builtins.int:
- from_bytes(bytes, byteorder, *, signed=False) from builtins.type
- Return the integer represented by the given array of bytes.
bytes
Holds the array of bytes to convert. The argument must either
support the buffer protocol or be an iterable object producing bytes.
Bytes and bytearray are examples of built-in objects that support the
buffer protocol.
byteorder
The byte order used to represent the integer. If byteorder is 'big',
the most significant byte is at the beginning of the byte array. If
byteorder is 'little', the most significant byte is at the end of the
byte array. To request the native byte order of the host system, use
`sys.byteorder' as the byte order value.
signed
Indicates whether two's complement is used to represent the integer.
Static methods inherited from builtins.int:
- __new__(*args, **kwargs) from builtins.type
- Create and return a new object. See help(type) for accurate signature.
Data descriptors inherited from builtins.int:
- denominator
- the denominator of a rational number in lowest terms
- imag
- the imaginary part of a complex number
- numerator
- the numerator of a rational number in lowest terms
- real
- the real part of a complex number
|
class CenterMarkType(Boost.Python.enum) |
| | |
- Method resolution order:
- CenterMarkType
- Boost.Python.enum
- builtins.int
- builtins.object
Data and other attributes defined here:
- kLine = PyDb.CenterMarkType.kLine
- kMark = PyDb.CenterMarkType.kMark
- kNone = PyDb.CenterMarkType.kNone
- names = {'kLine': PyDb.CenterMarkType.kLine, 'kMark': PyDb.CenterMarkType.kMark, 'kNone': PyDb.CenterMarkType.kNone}
- values = {0: PyDb.CenterMarkType.kMark, 1: PyDb.CenterMarkType.kLine, 2: PyDb.CenterMarkType.kNone}
Methods inherited from Boost.Python.enum:
- __repr__(self, /)
- Return repr(self).
- __str__(self, /)
- Return str(self).
Data descriptors inherited from Boost.Python.enum:
- name
Methods inherited from builtins.int:
- __abs__(self, /)
- abs(self)
- __add__(self, value, /)
- Return self+value.
- __and__(self, value, /)
- Return self&value.
- __bool__(self, /)
- True if self else False
- __ceil__(...)
- Ceiling of an Integral returns itself.
- __divmod__(self, value, /)
- Return divmod(self, value).
- __eq__(self, value, /)
- Return self==value.
- __float__(self, /)
- float(self)
- __floor__(...)
- Flooring an Integral returns itself.
- __floordiv__(self, value, /)
- Return self//value.
- __format__(self, format_spec, /)
- Default object formatter.
- __ge__(self, value, /)
- Return self>=value.
- __getattribute__(self, name, /)
- Return getattr(self, name).
- __getnewargs__(self, /)
- __gt__(self, value, /)
- Return self>value.
- __hash__(self, /)
- Return hash(self).
- __index__(self, /)
- Return self converted to an integer, if self is suitable for use as an index into a list.
- __int__(self, /)
- int(self)
- __invert__(self, /)
- ~self
- __le__(self, value, /)
- Return self<=value.
- __lshift__(self, value, /)
- Return self<<value.
- __lt__(self, value, /)
- Return self<value.
- __mod__(self, value, /)
- Return self%value.
- __mul__(self, value, /)
- Return self*value.
- __ne__(self, value, /)
- Return self!=value.
- __neg__(self, /)
- -self
- __or__(self, value, /)
- Return self|value.
- __pos__(self, /)
- +self
- __pow__(self, value, mod=None, /)
- Return pow(self, value, mod).
- __radd__(self, value, /)
- Return value+self.
- __rand__(self, value, /)
- Return value&self.
- __rdivmod__(self, value, /)
- Return divmod(value, self).
- __rfloordiv__(self, value, /)
- Return value//self.
- __rlshift__(self, value, /)
- Return value<<self.
- __rmod__(self, value, /)
- Return value%self.
- __rmul__(self, value, /)
- Return value*self.
- __ror__(self, value, /)
- Return value|self.
- __round__(...)
- Rounding an Integral returns itself.
Rounding with an ndigits argument also returns an integer.
- __rpow__(self, value, mod=None, /)
- Return pow(value, self, mod).
- __rrshift__(self, value, /)
- Return value>>self.
- __rshift__(self, value, /)
- Return self>>value.
- __rsub__(self, value, /)
- Return value-self.
- __rtruediv__(self, value, /)
- Return value/self.
- __rxor__(self, value, /)
- Return value^self.
- __sizeof__(self, /)
- Returns size in memory, in bytes.
- __sub__(self, value, /)
- Return self-value.
- __truediv__(self, value, /)
- Return self/value.
- __trunc__(...)
- Truncating an Integral returns itself.
- __xor__(self, value, /)
- Return self^value.
- as_integer_ratio(self, /)
- Return integer ratio.
Return a pair of integers, whose ratio is exactly equal to the original int
and with a positive denominator.
>>> (10).as_integer_ratio()
(10, 1)
>>> (-10).as_integer_ratio()
(-10, 1)
>>> (0).as_integer_ratio()
(0, 1)
- bit_count(self, /)
- Number of ones in the binary representation of the absolute value of self.
Also known as the population count.
>>> bin(13)
'0b1101'
>>> (13).bit_count()
3
- bit_length(self, /)
- Number of bits necessary to represent self in binary.
>>> bin(37)
'0b100101'
>>> (37).bit_length()
6
- conjugate(...)
- Returns self, the complex conjugate of any int.
- to_bytes(self, /, length, byteorder, *, signed=False)
- Return an array of bytes representing an integer.
length
Length of bytes object to use. An OverflowError is raised if the
integer is not representable with the given number of bytes.
byteorder
The byte order used to represent the integer. If byteorder is 'big',
the most significant byte is at the beginning of the byte array. If
byteorder is 'little', the most significant byte is at the end of the
byte array. To request the native byte order of the host system, use
`sys.byteorder' as the byte order value.
signed
Determines whether two's complement is used to represent the integer.
If signed is False and a negative integer is given, an OverflowError
is raised.
Class methods inherited from builtins.int:
- from_bytes(bytes, byteorder, *, signed=False) from builtins.type
- Return the integer represented by the given array of bytes.
bytes
Holds the array of bytes to convert. The argument must either
support the buffer protocol or be an iterable object producing bytes.
Bytes and bytearray are examples of built-in objects that support the
buffer protocol.
byteorder
The byte order used to represent the integer. If byteorder is 'big',
the most significant byte is at the beginning of the byte array. If
byteorder is 'little', the most significant byte is at the end of the
byte array. To request the native byte order of the host system, use
`sys.byteorder' as the byte order value.
signed
Indicates whether two's complement is used to represent the integer.
Static methods inherited from builtins.int:
- __new__(*args, **kwargs) from builtins.type
- Create and return a new object. See help(type) for accurate signature.
Data descriptors inherited from builtins.int:
- denominator
- the denominator of a rational number in lowest terms
- imag
- the imaginary part of a complex number
- numerator
- the numerator of a rational number in lowest terms
- real
- the real part of a complex number
|
class Circle(Curve) |
| | |
- Method resolution order:
- Circle
- Curve
- Entity
- DbObject
- PyGi.Drawable
- PyRx.RxObject
- Boost.Python.instance
- builtins.object
Static methods defined here:
- __init__(...)
- __init__( (object)arg1) -> None :
C++ signature :
void __init__(struct _object * __ptr64)
__init__( (object)arg1) -> None :
C++ signature :
void __init__(struct _object * __ptr64)
__init__( (object)arg1, (ObjectId)arg2, (OpenMode)arg3) -> None :
C++ signature :
void __init__(struct _object * __ptr64,class PyDbObjectId,enum AcDb::OpenMode)
__init__( (object)arg1, (Point3d)arg2, (Vector3d)arg3, (float)arg4) -> None :
C++ signature :
void __init__(struct _object * __ptr64,class AcGePoint3d,class AcGeVector3d,double)
- __reduce__ = (...)
- center(...)
- center( (Circle)arg1) -> Point3d :
C++ signature :
class AcGePoint3d center(class PyDbCircle {lvalue})
- circumference(...)
- circumference( (Circle)arg1) -> float :
C++ signature :
double circumference(class PyDbCircle {lvalue})
- className(...)
- className() -> str :
C++ signature :
class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > className()
- desc(...)
- desc() -> RxClass :
C++ signature :
class PyRxClass desc()
- diameter(...)
- diameter( (Circle)arg1) -> float :
C++ signature :
double diameter(class PyDbCircle {lvalue})
- normal(...)
- normal( (Circle)arg1) -> Vector3d :
C++ signature :
class AcGeVector3d normal(class PyDbCircle {lvalue})
- radius(...)
- radius( (Circle)arg1) -> float :
C++ signature :
double radius(class PyDbCircle {lvalue})
- setCenter(...)
- setCenter( (Circle)arg1, (Point3d)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setCenter(class PyDbCircle {lvalue},class AcGePoint3d)
- setCircumference(...)
- setCircumference( (Circle)arg1, (float)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setCircumference(class PyDbCircle {lvalue},double)
- setDiameter(...)
- setDiameter( (Circle)arg1, (float)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setDiameter(class PyDbCircle {lvalue},double)
- setNormal(...)
- setNormal( (Circle)arg1, (Vector3d)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setNormal(class PyDbCircle {lvalue},class AcGeVector3d)
- setRadius(...)
- setRadius( (Circle)arg1, (float)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setRadius(class PyDbCircle {lvalue},double)
- setThickness(...)
- setThickness( (Circle)arg1, (float)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setThickness(class PyDbCircle {lvalue},double)
- thickness(...)
- thickness( (Circle)arg1) -> float :
C++ signature :
double thickness(class PyDbCircle {lvalue})
Data and other attributes defined here:
- __instance_size__ = 48
Static methods inherited from Curve:
- extend(...)
- extend( (Curve)arg1, (float)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus extend(class PyDbCurve {lvalue},double)
extend( (Curve)arg1, (bool)arg2, (Point3d)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus extend(class PyDbCurve {lvalue},bool,class AcGePoint3d)
- getArea(...)
- getArea( (Curve)arg1) -> float :
C++ signature :
double getArea(class PyDbCurve {lvalue})
- getClosestPointTo(...)
- getClosestPointTo( (Curve)arg1, (Point3d)arg2, (bool)arg3) -> Point3d :
C++ signature :
class AcGePoint3d getClosestPointTo(class PyDbCurve {lvalue},class AcGePoint3d,bool)
getClosestPointTo( (Curve)arg1, (Point3d)arg2, (Vector3d)arg3, (bool)arg4) -> Point3d :
C++ signature :
class AcGePoint3d getClosestPointTo(class PyDbCurve {lvalue},class AcGePoint3d,class AcGeVector3d,bool)
- getDistAtParam(...)
- getDistAtParam( (Curve)arg1, (float)arg2) -> float :
C++ signature :
double getDistAtParam(class PyDbCurve {lvalue},double)
- getDistAtPoint(...)
- getDistAtPoint( (Curve)arg1, (Point3d)arg2) -> float :
C++ signature :
double getDistAtPoint(class PyDbCurve {lvalue},class AcGePoint3d)
- getEndParam(...)
- getEndParam( (Curve)arg1) -> float :
C++ signature :
double getEndParam(class PyDbCurve {lvalue})
- getEndPoint(...)
- getEndPoint( (Curve)arg1) -> Point3d :
C++ signature :
class AcGePoint3d getEndPoint(class PyDbCurve {lvalue})
- getFirstDeriv(...)
- getFirstDeriv( (Curve)arg1, (float)arg2) -> Vector3d :
C++ signature :
class AcGeVector3d getFirstDeriv(class PyDbCurve {lvalue},double)
getFirstDeriv( (Curve)arg1, (Point3d)arg2) -> Vector3d :
C++ signature :
class AcGeVector3d getFirstDeriv(class PyDbCurve {lvalue},class AcGePoint3d)
- getOffsetCurves(...)
- getOffsetCurves( (Curve)arg1, (float)arg2) -> list :
C++ signature :
class boost::python::list getOffsetCurves(class PyDbCurve {lvalue},double)
- getOffsetCurvesGivenPlaneNormal(...)
- getOffsetCurvesGivenPlaneNormal( (Curve)arg1, (Vector3d)arg2, (float)arg3) -> list :
C++ signature :
class boost::python::list getOffsetCurvesGivenPlaneNormal(class PyDbCurve {lvalue},class AcGeVector3d,double)
- getParamAtDist(...)
- getParamAtDist( (Curve)arg1, (float)arg2) -> float :
C++ signature :
double getParamAtDist(class PyDbCurve {lvalue},double)
- getParamAtPoint(...)
- getParamAtPoint( (Curve)arg1, (Point3d)arg2) -> float :
C++ signature :
double getParamAtPoint(class PyDbCurve {lvalue},class AcGePoint3d)
- getPointAtDist(...)
- getPointAtDist( (Curve)arg1, (float)arg2) -> Point3d :
C++ signature :
class AcGePoint3d getPointAtDist(class PyDbCurve {lvalue},double)
- getPointAtParam(...)
- getPointAtParam( (Curve)arg1, (float)arg2) -> Point3d :
C++ signature :
class AcGePoint3d getPointAtParam(class PyDbCurve {lvalue},double)
- getSecondDeriv(...)
- getSecondDeriv( (Curve)arg1, (float)arg2) -> Vector3d :
C++ signature :
class AcGeVector3d getSecondDeriv(class PyDbCurve {lvalue},double)
getSecondDeriv( (Curve)arg1, (Point3d)arg2) -> Vector3d :
C++ signature :
class AcGeVector3d getSecondDeriv(class PyDbCurve {lvalue},class AcGePoint3d)
- getSplitCurves(...)
- getSplitCurves( (Curve)arg1, (list)arg2) -> list :
C++ signature :
class boost::python::list getSplitCurves(class PyDbCurve {lvalue},class boost::python::list)
- getSplitCurvesAtParams(...)
- getSplitCurvesAtParams( (Curve)arg1, (list)arg2) -> list :
C++ signature :
class boost::python::list getSplitCurvesAtParams(class PyDbCurve {lvalue},class boost::python::list)
- getSplitCurvesAtPoints(...)
- getSplitCurvesAtPoints( (Curve)arg1, (list)arg2) -> list :
C++ signature :
class boost::python::list getSplitCurvesAtPoints(class PyDbCurve {lvalue},class boost::python::list)
- getStartParam(...)
- getStartParam( (Curve)arg1) -> float :
C++ signature :
double getStartParam(class PyDbCurve {lvalue})
- getStartPoint(...)
- getStartPoint( (Curve)arg1) -> Point3d :
C++ signature :
class AcGePoint3d getStartPoint(class PyDbCurve {lvalue})
- isClosed(...)
- isClosed( (Curve)arg1) -> bool :
C++ signature :
bool isClosed(class PyDbCurve {lvalue})
- isPeriodic(...)
- isPeriodic( (Curve)arg1) -> bool :
C++ signature :
bool isPeriodic(class PyDbCurve {lvalue})
- reverseCurve(...)
- reverseCurve( (Curve)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus reverseCurve(class PyDbCurve {lvalue})
Static methods inherited from Entity:
- blockId(...)
- blockId( (Entity)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId blockId(class PyDbEntity {lvalue})
- castShadows(...)
- castShadows( (Entity)arg1) -> bool :
C++ signature :
bool castShadows(class PyDbEntity {lvalue})
- collisionType(...)
- collisionType( (Entity)arg1) -> CollisionType :
C++ signature :
enum AcDb::CollisionType collisionType(class PyDbEntity {lvalue})
- color(...)
- color( (Entity)arg1) -> Color :
C++ signature :
class AcCmColor color(class PyDbEntity {lvalue})
- colorIndex(...)
- colorIndex( (Entity)arg1) -> int :
C++ signature :
unsigned short colorIndex(class PyDbEntity {lvalue})
- draw(...)
- draw( (Entity)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus draw(class PyDbEntity {lvalue})
- entityColor(...)
- entityColor( (Entity)arg1) -> EntityColor :
C++ signature :
class AcCmEntityColor entityColor(class PyDbEntity {lvalue})
- getCompoundObjectTransform(...)
- getCompoundObjectTransform( (Entity)arg1, (Matrix3d)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus getCompoundObjectTransform(class PyDbEntity {lvalue},class AcGeMatrix3d {lvalue})
- getEcs(...)
- getEcs( (Entity)arg1, (Matrix3d)arg2) -> None :
C++ signature :
void getEcs(class PyDbEntity {lvalue},class AcGeMatrix3d {lvalue})
- getGeomExtents(...)
- getGeomExtents( (Entity)arg1, (Extents)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus getGeomExtents(class PyDbEntity {lvalue},class AcDbExtents {lvalue})
- getPlane(...)
- getPlane( (Entity)arg1) -> Plane :
C++ signature :
class PyGePlane getPlane(class PyDbEntity {lvalue})
- getPlotStyleNameId(...)
- getPlotStyleNameId( (Entity)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId getPlotStyleNameId(class PyDbEntity {lvalue})
- isPlanar(...)
- isPlanar( (Entity)arg1) -> bool :
C++ signature :
bool isPlanar(class PyDbEntity {lvalue})
- layer(...)
- layer( (Entity)arg1) -> str :
C++ signature :
class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > layer(class PyDbEntity {lvalue})
- layerId(...)
- layerId( (Entity)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId layerId(class PyDbEntity {lvalue})
- lineWeight(...)
- lineWeight( (Entity)arg1) -> LineWeight :
C++ signature :
enum AcDb::LineWeight lineWeight(class PyDbEntity {lvalue})
- linetype(...)
- linetype( (Entity)arg1) -> str :
C++ signature :
class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > linetype(class PyDbEntity {lvalue})
- linetypeId(...)
- linetypeId( (Entity)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId linetypeId(class PyDbEntity {lvalue})
- linetypeScale(...)
- linetypeScale( (Entity)arg1) -> float :
C++ signature :
double linetypeScale(class PyDbEntity {lvalue})
- list(...)
- list( (Entity)arg1) -> None :
C++ signature :
void list(class PyDbEntity {lvalue})
- material(...)
- material( (Entity)arg1) -> str :
C++ signature :
class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > material(class PyDbEntity {lvalue})
- materialId(...)
- materialId( (Entity)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId materialId(class PyDbEntity {lvalue})
- plotStyleName(...)
- plotStyleName( (Entity)arg1) -> str :
C++ signature :
class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > plotStyleName(class PyDbEntity {lvalue})
- receiveShadows(...)
- receiveShadows( (Entity)arg1) -> bool :
C++ signature :
bool receiveShadows(class PyDbEntity {lvalue})
- recordGraphicsModified(...)
- recordGraphicsModified( (Entity)arg1) -> None :
C++ signature :
void recordGraphicsModified(class PyDbEntity {lvalue})
recordGraphicsModified( (Entity)arg1) -> None :
C++ signature :
void recordGraphicsModified(class PyDbEntity {lvalue})
- setCastShadows(...)
- setCastShadows( (Entity)arg1, (bool)arg2) -> None :
C++ signature :
void setCastShadows(class PyDbEntity {lvalue},bool)
- setColor(...)
- setColor( (Entity)arg1, (Color)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setColor(class PyDbEntity {lvalue},class AcCmColor)
setColor( (Entity)arg1, (Color)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setColor(class PyDbEntity {lvalue},class AcCmColor,bool)
setColor( (Entity)arg1, (Color)arg2, (bool)arg3, (Database)arg4) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setColor(class PyDbEntity {lvalue},class AcCmColor,bool,class PyDbDatabase {lvalue})
- setColorIndex(...)
- setColorIndex( (Entity)arg1, (int)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setColorIndex(class PyDbEntity {lvalue},unsigned short)
setColorIndex( (Entity)arg1, (int)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setColorIndex(class PyDbEntity {lvalue},unsigned short,bool)
- setDatabaseDefaults(...)
- setDatabaseDefaults( (Entity)arg1) -> None :
C++ signature :
void setDatabaseDefaults(class PyDbEntity {lvalue})
setDatabaseDefaults( (Entity)arg1, (Database)arg2) -> None :
C++ signature :
void setDatabaseDefaults(class PyDbEntity {lvalue},class PyDbDatabase)
- setLayer(...)
- setLayer( (Entity)arg1, (str)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLayer(class PyDbEntity {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
setLayer( (Entity)arg1, (str)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLayer(class PyDbEntity {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,bool)
setLayer( (Entity)arg1, (str)arg2, (bool)arg3, (bool)arg4) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLayer(class PyDbEntity {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,bool,bool)
setLayer( (Entity)arg1, (ObjectId)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLayer(class PyDbEntity {lvalue},class PyDbObjectId)
setLayer( (Entity)arg1, (ObjectId)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLayer(class PyDbEntity {lvalue},class PyDbObjectId,bool)
setLayer( (Entity)arg1, (ObjectId)arg2, (bool)arg3, (bool)arg4) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLayer(class PyDbEntity {lvalue},class PyDbObjectId,bool,bool)
- setLineWeight(...)
- setLineWeight( (Entity)arg1, (LineWeight)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLineWeight(class PyDbEntity {lvalue},enum AcDb::LineWeight)
setLineWeight( (Entity)arg1, (LineWeight)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLineWeight(class PyDbEntity {lvalue},enum AcDb::LineWeight,bool)
- setLinetype(...)
- setLinetype( (Entity)arg1, (str)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLinetype(class PyDbEntity {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
setLinetype( (Entity)arg1, (str)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLinetype(class PyDbEntity {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,bool)
setLinetype( (Entity)arg1, (ObjectId)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLinetype(class PyDbEntity {lvalue},class PyDbObjectId)
setLinetype( (Entity)arg1, (ObjectId)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLinetype(class PyDbEntity {lvalue},class PyDbObjectId,bool)
- setLinetypeScale(...)
- setLinetypeScale( (Entity)arg1, (float)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLinetypeScale(class PyDbEntity {lvalue},double)
setLinetypeScale( (Entity)arg1, (float)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLinetypeScale(class PyDbEntity {lvalue},double,bool)
- setMaterial(...)
- setMaterial( (Entity)arg1, (str)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setMaterial(class PyDbEntity {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
setMaterial( (Entity)arg1, (str)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setMaterial(class PyDbEntity {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,bool)
setMaterial( (Entity)arg1, (ObjectId)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setMaterial(class PyDbEntity {lvalue},class PyDbObjectId)
setMaterial( (Entity)arg1, (ObjectId)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setMaterial(class PyDbEntity {lvalue},class PyDbObjectId,bool)
- setPlotStyleName(...)
- setPlotStyleName( (Entity)arg1, (str)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setPlotStyleName(class PyDbEntity {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,bool)
setPlotStyleName( (Entity)arg1, (PlotStyleNameType)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setPlotStyleName(class PyDbEntity {lvalue},enum AcDb::PlotStyleNameType,bool)
setPlotStyleName( (Entity)arg1, (PlotStyleNameType)arg2, (ObjectId)arg3, (bool)arg4) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setPlotStyleName(class PyDbEntity {lvalue},enum AcDb::PlotStyleNameType,class PyDbObjectId,bool)
- setPropertiesFrom(...)
- setPropertiesFrom( (Entity)arg1, (Entity)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setPropertiesFrom(class PyDbEntity {lvalue},class PyDbEntity)
setPropertiesFrom( (Entity)arg1, (Entity)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setPropertiesFrom(class PyDbEntity {lvalue},class PyDbEntity,bool)
- setReceiveShadows(...)
- setReceiveShadows( (Entity)arg1, (bool)arg2) -> None :
C++ signature :
void setReceiveShadows(class PyDbEntity {lvalue},bool)
- setVisibility(...)
- setVisibility( (Entity)arg1, (Visibility)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setVisibility(class PyDbEntity {lvalue},enum AcDb::Visibility)
setVisibility( (Entity)arg1, (Visibility)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setVisibility(class PyDbEntity {lvalue},enum AcDb::Visibility,bool)
- transformBy(...)
- transformBy( (Entity)arg1, (Matrix3d)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus transformBy(class PyDbEntity {lvalue},class AcGeMatrix3d)
- visibility(...)
- visibility( (Entity)arg1) -> Visibility :
C++ signature :
enum AcDb::Visibility visibility(class PyDbEntity {lvalue})
Static methods inherited from DbObject:
- addPersistentReactor(...)
- addPersistentReactor( (DbObject)arg1, (ObjectId)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus addPersistentReactor(class PyDbObject {lvalue},class PyDbObjectId)
- assertNotifyEnabled(...)
- assertNotifyEnabled( (DbObject)arg1) -> None :
C++ signature :
void assertNotifyEnabled(class PyDbObject {lvalue})
- assertReadEnabled(...)
- assertReadEnabled( (DbObject)arg1) -> None :
C++ signature :
void assertReadEnabled(class PyDbObject {lvalue})
- assertWriteEnabled(...)
- assertWriteEnabled( (DbObject)arg1) -> None :
C++ signature :
void assertWriteEnabled(class PyDbObject {lvalue})
- cancel(...)
- cancel( (DbObject)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus cancel(class PyDbObject {lvalue})
- close(...)
- close( (DbObject)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus close(class PyDbObject {lvalue})
- createExtensionDictionary(...)
- createExtensionDictionary( (DbObject)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus createExtensionDictionary(class PyDbObject {lvalue})
- database(...)
- database( (DbObject)arg1) -> Database :
C++ signature :
class PyDbDatabase database(class PyDbObject {lvalue})
- disableUndoRecording(...)
- disableUndoRecording( (DbObject)arg1, (bool)arg2) -> None :
C++ signature :
void disableUndoRecording(class PyDbObject {lvalue},bool)
- downgradeOpen(...)
- downgradeOpen( (DbObject)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus downgradeOpen(class PyDbObject {lvalue})
- downgradeToNotify(...)
- downgradeToNotify( (DbObject)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus downgradeToNotify(class PyDbObject {lvalue},bool)
- erase(...)
- erase( (DbObject)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus erase(class PyDbObject {lvalue})
- extensionDictionary(...)
- extensionDictionary( (DbObject)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId extensionDictionary(class PyDbObject {lvalue})
- handOverTo(...)
- handOverTo( (DbObject)arg1, (DbObject)arg2, (bool)arg3, (bool)arg4) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus handOverTo(class PyDbObject {lvalue},class PyDbObject {lvalue},bool,bool)
- hasPersistentReactor(...)
- hasPersistentReactor( (DbObject)arg1, (ObjectId)arg2) -> bool :
C++ signature :
bool hasPersistentReactor(class PyDbObject {lvalue},class PyDbObjectId)
- isAProxy(...)
- isAProxy( (DbObject)arg1) -> bool :
C++ signature :
bool isAProxy(class PyDbObject {lvalue})
- isCancelling(...)
- isCancelling( (DbObject)arg1) -> bool :
C++ signature :
bool isCancelling(class PyDbObject {lvalue})
- isEraseStatusToggled(...)
- isEraseStatusToggled( (DbObject)arg1) -> bool :
C++ signature :
bool isEraseStatusToggled(class PyDbObject {lvalue})
- isErased(...)
- isErased( (DbObject)arg1) -> bool :
C++ signature :
bool isErased(class PyDbObject {lvalue})
- isModified(...)
- isModified( (DbObject)arg1) -> bool :
C++ signature :
bool isModified(class PyDbObject {lvalue})
- isModifiedGraphics(...)
- isModifiedGraphics( (DbObject)arg1) -> bool :
C++ signature :
bool isModifiedGraphics(class PyDbObject {lvalue})
- isModifiedXData(...)
- isModifiedXData( (DbObject)arg1) -> bool :
C++ signature :
bool isModifiedXData(class PyDbObject {lvalue})
- isNewObject(...)
- isNewObject( (DbObject)arg1) -> bool :
C++ signature :
bool isNewObject(class PyDbObject {lvalue})
- isNotifyEnabled(...)
- isNotifyEnabled( (DbObject)arg1) -> bool :
C++ signature :
bool isNotifyEnabled(class PyDbObject {lvalue})
- isNotifying(...)
- isNotifying( (DbObject)arg1) -> bool :
C++ signature :
bool isNotifying(class PyDbObject {lvalue})
- isReadEnabled(...)
- isReadEnabled( (DbObject)arg1) -> bool :
C++ signature :
bool isReadEnabled(class PyDbObject {lvalue})
- isReallyClosing(...)
- isReallyClosing( (DbObject)arg1) -> bool :
C++ signature :
bool isReallyClosing(class PyDbObject {lvalue})
- isTransactionResident(...)
- isTransactionResident( (DbObject)arg1) -> bool :
C++ signature :
bool isTransactionResident(class PyDbObject {lvalue})
- isUndoRecordingDisabled(...)
- isUndoRecordingDisabled( (DbObject)arg1) -> bool :
C++ signature :
bool isUndoRecordingDisabled(class PyDbObject {lvalue})
- isUndoing(...)
- isUndoing( (DbObject)arg1) -> bool :
C++ signature :
bool isUndoing(class PyDbObject {lvalue})
- isWriteEnabled(...)
- isWriteEnabled( (DbObject)arg1) -> bool :
C++ signature :
bool isWriteEnabled(class PyDbObject {lvalue})
- objectId(...)
- objectId( (DbObject)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId objectId(class PyDbObject {lvalue})
- ownerId(...)
- ownerId( (DbObject)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId ownerId(class PyDbObject {lvalue})
- releaseExtensionDictionary(...)
- releaseExtensionDictionary( (DbObject)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus releaseExtensionDictionary(class PyDbObject {lvalue})
- removePersistentReactor(...)
- removePersistentReactor( (DbObject)arg1, (ObjectId)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus removePersistentReactor(class PyDbObject {lvalue},class PyDbObjectId)
- setOwnerId(...)
- setOwnerId( (DbObject)arg1, (ObjectId)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setOwnerId(class PyDbObject {lvalue},class PyDbObjectId)
- setXData(...)
- setXData( (DbObject)arg1, (list)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setXData(class PyDbObject {lvalue},class boost::python::list)
- swapIdWith(...)
- swapIdWith( (DbObject)arg1, (ObjectId)arg2, (bool)arg3, (bool)arg4) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus swapIdWith(class PyDbObject {lvalue},class PyDbObjectId {lvalue},bool,bool)
- upgradeFromNotify(...)
- upgradeFromNotify( (DbObject)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus upgradeFromNotify(class PyDbObject {lvalue},bool {lvalue})
- upgradeOpen(...)
- upgradeOpen( (DbObject)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus upgradeOpen(class PyDbObject {lvalue})
- xData(...)
- xData( (DbObject)arg1, (str)arg2) -> list :
C++ signature :
class boost::python::list xData(class PyDbObject {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
- xDataTransformBy(...)
- xDataTransformBy( (DbObject)arg1, (Matrix3d)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus xDataTransformBy(class PyDbObject {lvalue},class AcGeMatrix3d)
Static methods inherited from PyGi.Drawable:
- isA(...)
- isA( (Drawable)arg1) -> RxClass :
C++ signature :
class PyRxClass isA(class PyGiDrawable {lvalue})
Static methods inherited from PyRx.RxObject:
- __eq__(...)
- __eq__( (RxObject)arg1, (RxObject)arg2) -> bool :
C++ signature :
bool __eq__(class PyRxObject {lvalue},class PyRxObject)
- __ne__(...)
- __ne__( (RxObject)arg1, (RxObject)arg2) -> bool :
C++ signature :
bool __ne__(class PyRxObject {lvalue},class PyRxObject)
- isNull(...)
- isNull( (RxObject)arg1) -> bool :
C++ signature :
bool isNull(class PyRxObject {lvalue})
Static methods inherited from Boost.Python.instance:
- __new__(*args, **kwargs) from Boost.Python.class
- Create and return a new object. See help(type) for accurate signature.
Data descriptors inherited from Boost.Python.instance:
- __dict__
- __weakref__
|
class CollisionType(Boost.Python.enum) |
| | |
- Method resolution order:
- CollisionType
- Boost.Python.enum
- builtins.int
- builtins.object
Data and other attributes defined here:
- kCollisionTypeNone = PyDb.CollisionType.kCollisionTypeNone
- kCollisionTypeSolid = PyDb.CollisionType.kCollisionTypeSolid
- names = {'kCollisionTypeNone': PyDb.CollisionType.kCollisionTypeNone, 'kCollisionTypeSolid': PyDb.CollisionType.kCollisionTypeSolid}
- values = {0: PyDb.CollisionType.kCollisionTypeNone, 1: PyDb.CollisionType.kCollisionTypeSolid}
Methods inherited from Boost.Python.enum:
- __repr__(self, /)
- Return repr(self).
- __str__(self, /)
- Return str(self).
Data descriptors inherited from Boost.Python.enum:
- name
Methods inherited from builtins.int:
- __abs__(self, /)
- abs(self)
- __add__(self, value, /)
- Return self+value.
- __and__(self, value, /)
- Return self&value.
- __bool__(self, /)
- True if self else False
- __ceil__(...)
- Ceiling of an Integral returns itself.
- __divmod__(self, value, /)
- Return divmod(self, value).
- __eq__(self, value, /)
- Return self==value.
- __float__(self, /)
- float(self)
- __floor__(...)
- Flooring an Integral returns itself.
- __floordiv__(self, value, /)
- Return self//value.
- __format__(self, format_spec, /)
- Default object formatter.
- __ge__(self, value, /)
- Return self>=value.
- __getattribute__(self, name, /)
- Return getattr(self, name).
- __getnewargs__(self, /)
- __gt__(self, value, /)
- Return self>value.
- __hash__(self, /)
- Return hash(self).
- __index__(self, /)
- Return self converted to an integer, if self is suitable for use as an index into a list.
- __int__(self, /)
- int(self)
- __invert__(self, /)
- ~self
- __le__(self, value, /)
- Return self<=value.
- __lshift__(self, value, /)
- Return self<<value.
- __lt__(self, value, /)
- Return self<value.
- __mod__(self, value, /)
- Return self%value.
- __mul__(self, value, /)
- Return self*value.
- __ne__(self, value, /)
- Return self!=value.
- __neg__(self, /)
- -self
- __or__(self, value, /)
- Return self|value.
- __pos__(self, /)
- +self
- __pow__(self, value, mod=None, /)
- Return pow(self, value, mod).
- __radd__(self, value, /)
- Return value+self.
- __rand__(self, value, /)
- Return value&self.
- __rdivmod__(self, value, /)
- Return divmod(value, self).
- __rfloordiv__(self, value, /)
- Return value//self.
- __rlshift__(self, value, /)
- Return value<<self.
- __rmod__(self, value, /)
- Return value%self.
- __rmul__(self, value, /)
- Return value*self.
- __ror__(self, value, /)
- Return value|self.
- __round__(...)
- Rounding an Integral returns itself.
Rounding with an ndigits argument also returns an integer.
- __rpow__(self, value, mod=None, /)
- Return pow(value, self, mod).
- __rrshift__(self, value, /)
- Return value>>self.
- __rshift__(self, value, /)
- Return self>>value.
- __rsub__(self, value, /)
- Return value-self.
- __rtruediv__(self, value, /)
- Return value/self.
- __rxor__(self, value, /)
- Return value^self.
- __sizeof__(self, /)
- Returns size in memory, in bytes.
- __sub__(self, value, /)
- Return self-value.
- __truediv__(self, value, /)
- Return self/value.
- __trunc__(...)
- Truncating an Integral returns itself.
- __xor__(self, value, /)
- Return self^value.
- as_integer_ratio(self, /)
- Return integer ratio.
Return a pair of integers, whose ratio is exactly equal to the original int
and with a positive denominator.
>>> (10).as_integer_ratio()
(10, 1)
>>> (-10).as_integer_ratio()
(-10, 1)
>>> (0).as_integer_ratio()
(0, 1)
- bit_count(self, /)
- Number of ones in the binary representation of the absolute value of self.
Also known as the population count.
>>> bin(13)
'0b1101'
>>> (13).bit_count()
3
- bit_length(self, /)
- Number of bits necessary to represent self in binary.
>>> bin(37)
'0b100101'
>>> (37).bit_length()
6
- conjugate(...)
- Returns self, the complex conjugate of any int.
- to_bytes(self, /, length, byteorder, *, signed=False)
- Return an array of bytes representing an integer.
length
Length of bytes object to use. An OverflowError is raised if the
integer is not representable with the given number of bytes.
byteorder
The byte order used to represent the integer. If byteorder is 'big',
the most significant byte is at the beginning of the byte array. If
byteorder is 'little', the most significant byte is at the end of the
byte array. To request the native byte order of the host system, use
`sys.byteorder' as the byte order value.
signed
Determines whether two's complement is used to represent the integer.
If signed is False and a negative integer is given, an OverflowError
is raised.
Class methods inherited from builtins.int:
- from_bytes(bytes, byteorder, *, signed=False) from builtins.type
- Return the integer represented by the given array of bytes.
bytes
Holds the array of bytes to convert. The argument must either
support the buffer protocol or be an iterable object producing bytes.
Bytes and bytearray are examples of built-in objects that support the
buffer protocol.
byteorder
The byte order used to represent the integer. If byteorder is 'big',
the most significant byte is at the beginning of the byte array. If
byteorder is 'little', the most significant byte is at the end of the
byte array. To request the native byte order of the host system, use
`sys.byteorder' as the byte order value.
signed
Indicates whether two's complement is used to represent the integer.
Static methods inherited from builtins.int:
- __new__(*args, **kwargs) from builtins.type
- Create and return a new object. See help(type) for accurate signature.
Data descriptors inherited from builtins.int:
- denominator
- the denominator of a rational number in lowest terms
- imag
- the imaginary part of a complex number
- numerator
- the numerator of a rational number in lowest terms
- real
- the real part of a complex number
|
class Color(Boost.Python.instance) |
| | |
- Method resolution order:
- Color
- Boost.Python.instance
- builtins.object
Static methods defined here:
- __init__(...)
- __init__( (object)arg1) -> None :
C++ signature :
void __init__(struct _object * __ptr64)
- __reduce__ = (...)
- blue(...)
- blue( (Color)arg1) -> int :
C++ signature :
unsigned char blue(class AcCmColor {lvalue})
- getCOLORREF(...)
- getCOLORREF( (Color)arg1) -> int :
C++ signature :
unsigned int getCOLORREF(class AcCmColor {lvalue})
- getRGB(...)
- getRGB( (Color)arg1) -> int :
C++ signature :
unsigned int getRGB(class AcCmColor {lvalue})
- getRGBM(...)
- getRGBM( (Color)arg1) -> int :
C++ signature :
unsigned int getRGBM(class AcCmColor {lvalue})
- green(...)
- green( (Color)arg1) -> int :
C++ signature :
unsigned char green(class AcCmColor {lvalue})
- isByACI(...)
- isByACI( (Color)arg1) -> bool :
C++ signature :
bool isByACI(class AcCmColor {lvalue})
- isByBlock(...)
- isByBlock( (Color)arg1) -> bool :
C++ signature :
bool isByBlock(class AcCmColor {lvalue})
- isByColor(...)
- isByColor( (Color)arg1) -> bool :
C++ signature :
bool isByColor(class AcCmColor {lvalue})
- isByLayer(...)
- isByLayer( (Color)arg1) -> bool :
C++ signature :
bool isByLayer(class AcCmColor {lvalue})
- isByPen(...)
- isByPen( (Color)arg1) -> bool :
C++ signature :
bool isByPen(class AcCmColor {lvalue})
- isForeground(...)
- isForeground( (Color)arg1) -> bool :
C++ signature :
bool isForeground(class AcCmColor {lvalue})
- isNone(...)
- isNone( (Color)arg1) -> bool :
C++ signature :
bool isNone(class AcCmColor {lvalue})
- red(...)
- red( (Color)arg1) -> int :
C++ signature :
unsigned char red(class AcCmColor {lvalue})
- setByBlock(...)
- setByBlock( (Color)arg1) -> None :
C++ signature :
void setByBlock(class AcCmColor {lvalue})
- setByLayer(...)
- setByLayer( (Color)arg1) -> None :
C++ signature :
void setByLayer(class AcCmColor {lvalue})
- setCOLORREF(...)
- setCOLORREF( (Color)arg1, (int)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setCOLORREF(class AcCmColor {lvalue},unsigned int)
- setForeground(...)
- setForeground( (Color)arg1) -> None :
C++ signature :
void setForeground(class AcCmColor {lvalue})
- setLayerOff(...)
- setLayerOff( (Color)arg1) -> None :
C++ signature :
void setLayerOff(class AcCmColor {lvalue})
- setNone(...)
- setNone( (Color)arg1) -> None :
C++ signature :
void setNone(class AcCmColor {lvalue})
- setRGB(...)
- setRGB( (Color)arg1, (int)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setRGB(class AcCmColor {lvalue},unsigned int)
setRGB( (Color)arg1, (int)arg2, (int)arg3, (int)arg4) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setRGB(class AcCmColor {lvalue},unsigned char,unsigned char,unsigned char)
- setRGBM(...)
- setRGBM( (Color)arg1, (int)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setRGBM(class AcCmColor {lvalue},unsigned int)
Data and other attributes defined here:
- __instance_size__ = 64
Static methods inherited from Boost.Python.instance:
- __new__(*args, **kwargs) from Boost.Python.class
- Create and return a new object. See help(type) for accurate signature.
Data descriptors inherited from Boost.Python.instance:
- __dict__
- __weakref__
|
class ColorMethod(Boost.Python.enum) |
| | |
- Method resolution order:
- ColorMethod
- Boost.Python.enum
- builtins.int
- builtins.object
Data and other attributes defined here:
- kByACI = PyDb.ColorMethod.kByACI
- kByBlock = PyDb.ColorMethod.kByBlock
- kByColor = PyDb.ColorMethod.kByColor
- kByLayer = PyDb.ColorMethod.kByLayer
- kByPen = PyDb.ColorMethod.kByPen
- kForeground = PyDb.ColorMethod.kForeground
- kLayerFrozen = PyDb.ColorMethod.kLayerFrozen
- kLayerOff = PyDb.ColorMethod.kLayerOff
- kNone = PyDb.ColorMethod.kNone
- names = {'kByACI': PyDb.ColorMethod.kByACI, 'kByBlock': PyDb.ColorMethod.kByBlock, 'kByColor': PyDb.ColorMethod.kByColor, 'kByLayer': PyDb.ColorMethod.kByLayer, 'kByPen': PyDb.ColorMethod.kByPen, 'kForeground': PyDb.ColorMethod.kForeground, 'kLayerFrozen': PyDb.ColorMethod.kLayerFrozen, 'kLayerOff': PyDb.ColorMethod.kLayerOff, 'kNone': PyDb.ColorMethod.kNone}
- values = {192: PyDb.ColorMethod.kByLayer, 193: PyDb.ColorMethod.kByBlock, 194: PyDb.ColorMethod.kByColor, 195: PyDb.ColorMethod.kByACI, 196: PyDb.ColorMethod.kByPen, 197: PyDb.ColorMethod.kForeground, 198: PyDb.ColorMethod.kLayerOff, 199: PyDb.ColorMethod.kLayerFrozen, 200: PyDb.ColorMethod.kNone}
Methods inherited from Boost.Python.enum:
- __repr__(self, /)
- Return repr(self).
- __str__(self, /)
- Return str(self).
Data descriptors inherited from Boost.Python.enum:
- name
Methods inherited from builtins.int:
- __abs__(self, /)
- abs(self)
- __add__(self, value, /)
- Return self+value.
- __and__(self, value, /)
- Return self&value.
- __bool__(self, /)
- True if self else False
- __ceil__(...)
- Ceiling of an Integral returns itself.
- __divmod__(self, value, /)
- Return divmod(self, value).
- __eq__(self, value, /)
- Return self==value.
- __float__(self, /)
- float(self)
- __floor__(...)
- Flooring an Integral returns itself.
- __floordiv__(self, value, /)
- Return self//value.
- __format__(self, format_spec, /)
- Default object formatter.
- __ge__(self, value, /)
- Return self>=value.
- __getattribute__(self, name, /)
- Return getattr(self, name).
- __getnewargs__(self, /)
- __gt__(self, value, /)
- Return self>value.
- __hash__(self, /)
- Return hash(self).
- __index__(self, /)
- Return self converted to an integer, if self is suitable for use as an index into a list.
- __int__(self, /)
- int(self)
- __invert__(self, /)
- ~self
- __le__(self, value, /)
- Return self<=value.
- __lshift__(self, value, /)
- Return self<<value.
- __lt__(self, value, /)
- Return self<value.
- __mod__(self, value, /)
- Return self%value.
- __mul__(self, value, /)
- Return self*value.
- __ne__(self, value, /)
- Return self!=value.
- __neg__(self, /)
- -self
- __or__(self, value, /)
- Return self|value.
- __pos__(self, /)
- +self
- __pow__(self, value, mod=None, /)
- Return pow(self, value, mod).
- __radd__(self, value, /)
- Return value+self.
- __rand__(self, value, /)
- Return value&self.
- __rdivmod__(self, value, /)
- Return divmod(value, self).
- __rfloordiv__(self, value, /)
- Return value//self.
- __rlshift__(self, value, /)
- Return value<<self.
- __rmod__(self, value, /)
- Return value%self.
- __rmul__(self, value, /)
- Return value*self.
- __ror__(self, value, /)
- Return value|self.
- __round__(...)
- Rounding an Integral returns itself.
Rounding with an ndigits argument also returns an integer.
- __rpow__(self, value, mod=None, /)
- Return pow(value, self, mod).
- __rrshift__(self, value, /)
- Return value>>self.
- __rshift__(self, value, /)
- Return self>>value.
- __rsub__(self, value, /)
- Return value-self.
- __rtruediv__(self, value, /)
- Return value/self.
- __rxor__(self, value, /)
- Return value^self.
- __sizeof__(self, /)
- Returns size in memory, in bytes.
- __sub__(self, value, /)
- Return self-value.
- __truediv__(self, value, /)
- Return self/value.
- __trunc__(...)
- Truncating an Integral returns itself.
- __xor__(self, value, /)
- Return self^value.
- as_integer_ratio(self, /)
- Return integer ratio.
Return a pair of integers, whose ratio is exactly equal to the original int
and with a positive denominator.
>>> (10).as_integer_ratio()
(10, 1)
>>> (-10).as_integer_ratio()
(-10, 1)
>>> (0).as_integer_ratio()
(0, 1)
- bit_count(self, /)
- Number of ones in the binary representation of the absolute value of self.
Also known as the population count.
>>> bin(13)
'0b1101'
>>> (13).bit_count()
3
- bit_length(self, /)
- Number of bits necessary to represent self in binary.
>>> bin(37)
'0b100101'
>>> (37).bit_length()
6
- conjugate(...)
- Returns self, the complex conjugate of any int.
- to_bytes(self, /, length, byteorder, *, signed=False)
- Return an array of bytes representing an integer.
length
Length of bytes object to use. An OverflowError is raised if the
integer is not representable with the given number of bytes.
byteorder
The byte order used to represent the integer. If byteorder is 'big',
the most significant byte is at the beginning of the byte array. If
byteorder is 'little', the most significant byte is at the end of the
byte array. To request the native byte order of the host system, use
`sys.byteorder' as the byte order value.
signed
Determines whether two's complement is used to represent the integer.
If signed is False and a negative integer is given, an OverflowError
is raised.
Class methods inherited from builtins.int:
- from_bytes(bytes, byteorder, *, signed=False) from builtins.type
- Return the integer represented by the given array of bytes.
bytes
Holds the array of bytes to convert. The argument must either
support the buffer protocol or be an iterable object producing bytes.
Bytes and bytearray are examples of built-in objects that support the
buffer protocol.
byteorder
The byte order used to represent the integer. If byteorder is 'big',
the most significant byte is at the beginning of the byte array. If
byteorder is 'little', the most significant byte is at the end of the
byte array. To request the native byte order of the host system, use
`sys.byteorder' as the byte order value.
signed
Indicates whether two's complement is used to represent the integer.
Static methods inherited from builtins.int:
- __new__(*args, **kwargs) from builtins.type
- Create and return a new object. See help(type) for accurate signature.
Data descriptors inherited from builtins.int:
- denominator
- the denominator of a rational number in lowest terms
- imag
- the imaginary part of a complex number
- numerator
- the numerator of a rational number in lowest terms
- real
- the real part of a complex number
|
class Curve(Entity) |
| | |
- Method resolution order:
- Curve
- Entity
- DbObject
- PyGi.Drawable
- PyRx.RxObject
- Boost.Python.instance
- builtins.object
Static methods defined here:
- __init__(...)
- __init__( (object)arg1, (ObjectId)arg2, (OpenMode)arg3) -> None :
C++ signature :
void __init__(struct _object * __ptr64,class PyDbObjectId,enum AcDb::OpenMode)
- __reduce__ = (...)
- className(...)
- className() -> str :
C++ signature :
class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > className()
- desc(...)
- desc() -> RxClass :
C++ signature :
class PyRxClass desc()
- extend(...)
- extend( (Curve)arg1, (float)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus extend(class PyDbCurve {lvalue},double)
extend( (Curve)arg1, (bool)arg2, (Point3d)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus extend(class PyDbCurve {lvalue},bool,class AcGePoint3d)
- getArea(...)
- getArea( (Curve)arg1) -> float :
C++ signature :
double getArea(class PyDbCurve {lvalue})
- getClosestPointTo(...)
- getClosestPointTo( (Curve)arg1, (Point3d)arg2, (bool)arg3) -> Point3d :
C++ signature :
class AcGePoint3d getClosestPointTo(class PyDbCurve {lvalue},class AcGePoint3d,bool)
getClosestPointTo( (Curve)arg1, (Point3d)arg2, (Vector3d)arg3, (bool)arg4) -> Point3d :
C++ signature :
class AcGePoint3d getClosestPointTo(class PyDbCurve {lvalue},class AcGePoint3d,class AcGeVector3d,bool)
- getDistAtParam(...)
- getDistAtParam( (Curve)arg1, (float)arg2) -> float :
C++ signature :
double getDistAtParam(class PyDbCurve {lvalue},double)
- getDistAtPoint(...)
- getDistAtPoint( (Curve)arg1, (Point3d)arg2) -> float :
C++ signature :
double getDistAtPoint(class PyDbCurve {lvalue},class AcGePoint3d)
- getEndParam(...)
- getEndParam( (Curve)arg1) -> float :
C++ signature :
double getEndParam(class PyDbCurve {lvalue})
- getEndPoint(...)
- getEndPoint( (Curve)arg1) -> Point3d :
C++ signature :
class AcGePoint3d getEndPoint(class PyDbCurve {lvalue})
- getFirstDeriv(...)
- getFirstDeriv( (Curve)arg1, (float)arg2) -> Vector3d :
C++ signature :
class AcGeVector3d getFirstDeriv(class PyDbCurve {lvalue},double)
getFirstDeriv( (Curve)arg1, (Point3d)arg2) -> Vector3d :
C++ signature :
class AcGeVector3d getFirstDeriv(class PyDbCurve {lvalue},class AcGePoint3d)
- getOffsetCurves(...)
- getOffsetCurves( (Curve)arg1, (float)arg2) -> list :
C++ signature :
class boost::python::list getOffsetCurves(class PyDbCurve {lvalue},double)
- getOffsetCurvesGivenPlaneNormal(...)
- getOffsetCurvesGivenPlaneNormal( (Curve)arg1, (Vector3d)arg2, (float)arg3) -> list :
C++ signature :
class boost::python::list getOffsetCurvesGivenPlaneNormal(class PyDbCurve {lvalue},class AcGeVector3d,double)
- getParamAtDist(...)
- getParamAtDist( (Curve)arg1, (float)arg2) -> float :
C++ signature :
double getParamAtDist(class PyDbCurve {lvalue},double)
- getParamAtPoint(...)
- getParamAtPoint( (Curve)arg1, (Point3d)arg2) -> float :
C++ signature :
double getParamAtPoint(class PyDbCurve {lvalue},class AcGePoint3d)
- getPointAtDist(...)
- getPointAtDist( (Curve)arg1, (float)arg2) -> Point3d :
C++ signature :
class AcGePoint3d getPointAtDist(class PyDbCurve {lvalue},double)
- getPointAtParam(...)
- getPointAtParam( (Curve)arg1, (float)arg2) -> Point3d :
C++ signature :
class AcGePoint3d getPointAtParam(class PyDbCurve {lvalue},double)
- getSecondDeriv(...)
- getSecondDeriv( (Curve)arg1, (float)arg2) -> Vector3d :
C++ signature :
class AcGeVector3d getSecondDeriv(class PyDbCurve {lvalue},double)
getSecondDeriv( (Curve)arg1, (Point3d)arg2) -> Vector3d :
C++ signature :
class AcGeVector3d getSecondDeriv(class PyDbCurve {lvalue},class AcGePoint3d)
- getSplitCurves(...)
- getSplitCurves( (Curve)arg1, (list)arg2) -> list :
C++ signature :
class boost::python::list getSplitCurves(class PyDbCurve {lvalue},class boost::python::list)
- getSplitCurvesAtParams(...)
- getSplitCurvesAtParams( (Curve)arg1, (list)arg2) -> list :
C++ signature :
class boost::python::list getSplitCurvesAtParams(class PyDbCurve {lvalue},class boost::python::list)
- getSplitCurvesAtPoints(...)
- getSplitCurvesAtPoints( (Curve)arg1, (list)arg2) -> list :
C++ signature :
class boost::python::list getSplitCurvesAtPoints(class PyDbCurve {lvalue},class boost::python::list)
- getStartParam(...)
- getStartParam( (Curve)arg1) -> float :
C++ signature :
double getStartParam(class PyDbCurve {lvalue})
- getStartPoint(...)
- getStartPoint( (Curve)arg1) -> Point3d :
C++ signature :
class AcGePoint3d getStartPoint(class PyDbCurve {lvalue})
- isClosed(...)
- isClosed( (Curve)arg1) -> bool :
C++ signature :
bool isClosed(class PyDbCurve {lvalue})
- isPeriodic(...)
- isPeriodic( (Curve)arg1) -> bool :
C++ signature :
bool isPeriodic(class PyDbCurve {lvalue})
- reverseCurve(...)
- reverseCurve( (Curve)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus reverseCurve(class PyDbCurve {lvalue})
Static methods inherited from Entity:
- blockId(...)
- blockId( (Entity)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId blockId(class PyDbEntity {lvalue})
- castShadows(...)
- castShadows( (Entity)arg1) -> bool :
C++ signature :
bool castShadows(class PyDbEntity {lvalue})
- collisionType(...)
- collisionType( (Entity)arg1) -> CollisionType :
C++ signature :
enum AcDb::CollisionType collisionType(class PyDbEntity {lvalue})
- color(...)
- color( (Entity)arg1) -> Color :
C++ signature :
class AcCmColor color(class PyDbEntity {lvalue})
- colorIndex(...)
- colorIndex( (Entity)arg1) -> int :
C++ signature :
unsigned short colorIndex(class PyDbEntity {lvalue})
- draw(...)
- draw( (Entity)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus draw(class PyDbEntity {lvalue})
- entityColor(...)
- entityColor( (Entity)arg1) -> EntityColor :
C++ signature :
class AcCmEntityColor entityColor(class PyDbEntity {lvalue})
- getCompoundObjectTransform(...)
- getCompoundObjectTransform( (Entity)arg1, (Matrix3d)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus getCompoundObjectTransform(class PyDbEntity {lvalue},class AcGeMatrix3d {lvalue})
- getEcs(...)
- getEcs( (Entity)arg1, (Matrix3d)arg2) -> None :
C++ signature :
void getEcs(class PyDbEntity {lvalue},class AcGeMatrix3d {lvalue})
- getGeomExtents(...)
- getGeomExtents( (Entity)arg1, (Extents)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus getGeomExtents(class PyDbEntity {lvalue},class AcDbExtents {lvalue})
- getPlane(...)
- getPlane( (Entity)arg1) -> Plane :
C++ signature :
class PyGePlane getPlane(class PyDbEntity {lvalue})
- getPlotStyleNameId(...)
- getPlotStyleNameId( (Entity)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId getPlotStyleNameId(class PyDbEntity {lvalue})
- isPlanar(...)
- isPlanar( (Entity)arg1) -> bool :
C++ signature :
bool isPlanar(class PyDbEntity {lvalue})
- layer(...)
- layer( (Entity)arg1) -> str :
C++ signature :
class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > layer(class PyDbEntity {lvalue})
- layerId(...)
- layerId( (Entity)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId layerId(class PyDbEntity {lvalue})
- lineWeight(...)
- lineWeight( (Entity)arg1) -> LineWeight :
C++ signature :
enum AcDb::LineWeight lineWeight(class PyDbEntity {lvalue})
- linetype(...)
- linetype( (Entity)arg1) -> str :
C++ signature :
class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > linetype(class PyDbEntity {lvalue})
- linetypeId(...)
- linetypeId( (Entity)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId linetypeId(class PyDbEntity {lvalue})
- linetypeScale(...)
- linetypeScale( (Entity)arg1) -> float :
C++ signature :
double linetypeScale(class PyDbEntity {lvalue})
- list(...)
- list( (Entity)arg1) -> None :
C++ signature :
void list(class PyDbEntity {lvalue})
- material(...)
- material( (Entity)arg1) -> str :
C++ signature :
class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > material(class PyDbEntity {lvalue})
- materialId(...)
- materialId( (Entity)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId materialId(class PyDbEntity {lvalue})
- plotStyleName(...)
- plotStyleName( (Entity)arg1) -> str :
C++ signature :
class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > plotStyleName(class PyDbEntity {lvalue})
- receiveShadows(...)
- receiveShadows( (Entity)arg1) -> bool :
C++ signature :
bool receiveShadows(class PyDbEntity {lvalue})
- recordGraphicsModified(...)
- recordGraphicsModified( (Entity)arg1) -> None :
C++ signature :
void recordGraphicsModified(class PyDbEntity {lvalue})
recordGraphicsModified( (Entity)arg1) -> None :
C++ signature :
void recordGraphicsModified(class PyDbEntity {lvalue})
- setCastShadows(...)
- setCastShadows( (Entity)arg1, (bool)arg2) -> None :
C++ signature :
void setCastShadows(class PyDbEntity {lvalue},bool)
- setColor(...)
- setColor( (Entity)arg1, (Color)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setColor(class PyDbEntity {lvalue},class AcCmColor)
setColor( (Entity)arg1, (Color)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setColor(class PyDbEntity {lvalue},class AcCmColor,bool)
setColor( (Entity)arg1, (Color)arg2, (bool)arg3, (Database)arg4) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setColor(class PyDbEntity {lvalue},class AcCmColor,bool,class PyDbDatabase {lvalue})
- setColorIndex(...)
- setColorIndex( (Entity)arg1, (int)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setColorIndex(class PyDbEntity {lvalue},unsigned short)
setColorIndex( (Entity)arg1, (int)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setColorIndex(class PyDbEntity {lvalue},unsigned short,bool)
- setDatabaseDefaults(...)
- setDatabaseDefaults( (Entity)arg1) -> None :
C++ signature :
void setDatabaseDefaults(class PyDbEntity {lvalue})
setDatabaseDefaults( (Entity)arg1, (Database)arg2) -> None :
C++ signature :
void setDatabaseDefaults(class PyDbEntity {lvalue},class PyDbDatabase)
- setLayer(...)
- setLayer( (Entity)arg1, (str)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLayer(class PyDbEntity {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
setLayer( (Entity)arg1, (str)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLayer(class PyDbEntity {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,bool)
setLayer( (Entity)arg1, (str)arg2, (bool)arg3, (bool)arg4) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLayer(class PyDbEntity {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,bool,bool)
setLayer( (Entity)arg1, (ObjectId)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLayer(class PyDbEntity {lvalue},class PyDbObjectId)
setLayer( (Entity)arg1, (ObjectId)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLayer(class PyDbEntity {lvalue},class PyDbObjectId,bool)
setLayer( (Entity)arg1, (ObjectId)arg2, (bool)arg3, (bool)arg4) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLayer(class PyDbEntity {lvalue},class PyDbObjectId,bool,bool)
- setLineWeight(...)
- setLineWeight( (Entity)arg1, (LineWeight)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLineWeight(class PyDbEntity {lvalue},enum AcDb::LineWeight)
setLineWeight( (Entity)arg1, (LineWeight)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLineWeight(class PyDbEntity {lvalue},enum AcDb::LineWeight,bool)
- setLinetype(...)
- setLinetype( (Entity)arg1, (str)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLinetype(class PyDbEntity {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
setLinetype( (Entity)arg1, (str)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLinetype(class PyDbEntity {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,bool)
setLinetype( (Entity)arg1, (ObjectId)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLinetype(class PyDbEntity {lvalue},class PyDbObjectId)
setLinetype( (Entity)arg1, (ObjectId)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLinetype(class PyDbEntity {lvalue},class PyDbObjectId,bool)
- setLinetypeScale(...)
- setLinetypeScale( (Entity)arg1, (float)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLinetypeScale(class PyDbEntity {lvalue},double)
setLinetypeScale( (Entity)arg1, (float)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLinetypeScale(class PyDbEntity {lvalue},double,bool)
- setMaterial(...)
- setMaterial( (Entity)arg1, (str)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setMaterial(class PyDbEntity {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
setMaterial( (Entity)arg1, (str)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setMaterial(class PyDbEntity {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,bool)
setMaterial( (Entity)arg1, (ObjectId)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setMaterial(class PyDbEntity {lvalue},class PyDbObjectId)
setMaterial( (Entity)arg1, (ObjectId)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setMaterial(class PyDbEntity {lvalue},class PyDbObjectId,bool)
- setPlotStyleName(...)
- setPlotStyleName( (Entity)arg1, (str)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setPlotStyleName(class PyDbEntity {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,bool)
setPlotStyleName( (Entity)arg1, (PlotStyleNameType)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setPlotStyleName(class PyDbEntity {lvalue},enum AcDb::PlotStyleNameType,bool)
setPlotStyleName( (Entity)arg1, (PlotStyleNameType)arg2, (ObjectId)arg3, (bool)arg4) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setPlotStyleName(class PyDbEntity {lvalue},enum AcDb::PlotStyleNameType,class PyDbObjectId,bool)
- setPropertiesFrom(...)
- setPropertiesFrom( (Entity)arg1, (Entity)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setPropertiesFrom(class PyDbEntity {lvalue},class PyDbEntity)
setPropertiesFrom( (Entity)arg1, (Entity)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setPropertiesFrom(class PyDbEntity {lvalue},class PyDbEntity,bool)
- setReceiveShadows(...)
- setReceiveShadows( (Entity)arg1, (bool)arg2) -> None :
C++ signature :
void setReceiveShadows(class PyDbEntity {lvalue},bool)
- setVisibility(...)
- setVisibility( (Entity)arg1, (Visibility)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setVisibility(class PyDbEntity {lvalue},enum AcDb::Visibility)
setVisibility( (Entity)arg1, (Visibility)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setVisibility(class PyDbEntity {lvalue},enum AcDb::Visibility,bool)
- transformBy(...)
- transformBy( (Entity)arg1, (Matrix3d)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus transformBy(class PyDbEntity {lvalue},class AcGeMatrix3d)
- visibility(...)
- visibility( (Entity)arg1) -> Visibility :
C++ signature :
enum AcDb::Visibility visibility(class PyDbEntity {lvalue})
Static methods inherited from DbObject:
- addPersistentReactor(...)
- addPersistentReactor( (DbObject)arg1, (ObjectId)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus addPersistentReactor(class PyDbObject {lvalue},class PyDbObjectId)
- assertNotifyEnabled(...)
- assertNotifyEnabled( (DbObject)arg1) -> None :
C++ signature :
void assertNotifyEnabled(class PyDbObject {lvalue})
- assertReadEnabled(...)
- assertReadEnabled( (DbObject)arg1) -> None :
C++ signature :
void assertReadEnabled(class PyDbObject {lvalue})
- assertWriteEnabled(...)
- assertWriteEnabled( (DbObject)arg1) -> None :
C++ signature :
void assertWriteEnabled(class PyDbObject {lvalue})
- cancel(...)
- cancel( (DbObject)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus cancel(class PyDbObject {lvalue})
- close(...)
- close( (DbObject)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus close(class PyDbObject {lvalue})
- createExtensionDictionary(...)
- createExtensionDictionary( (DbObject)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus createExtensionDictionary(class PyDbObject {lvalue})
- database(...)
- database( (DbObject)arg1) -> Database :
C++ signature :
class PyDbDatabase database(class PyDbObject {lvalue})
- disableUndoRecording(...)
- disableUndoRecording( (DbObject)arg1, (bool)arg2) -> None :
C++ signature :
void disableUndoRecording(class PyDbObject {lvalue},bool)
- downgradeOpen(...)
- downgradeOpen( (DbObject)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus downgradeOpen(class PyDbObject {lvalue})
- downgradeToNotify(...)
- downgradeToNotify( (DbObject)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus downgradeToNotify(class PyDbObject {lvalue},bool)
- erase(...)
- erase( (DbObject)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus erase(class PyDbObject {lvalue})
- extensionDictionary(...)
- extensionDictionary( (DbObject)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId extensionDictionary(class PyDbObject {lvalue})
- handOverTo(...)
- handOverTo( (DbObject)arg1, (DbObject)arg2, (bool)arg3, (bool)arg4) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus handOverTo(class PyDbObject {lvalue},class PyDbObject {lvalue},bool,bool)
- hasPersistentReactor(...)
- hasPersistentReactor( (DbObject)arg1, (ObjectId)arg2) -> bool :
C++ signature :
bool hasPersistentReactor(class PyDbObject {lvalue},class PyDbObjectId)
- isAProxy(...)
- isAProxy( (DbObject)arg1) -> bool :
C++ signature :
bool isAProxy(class PyDbObject {lvalue})
- isCancelling(...)
- isCancelling( (DbObject)arg1) -> bool :
C++ signature :
bool isCancelling(class PyDbObject {lvalue})
- isEraseStatusToggled(...)
- isEraseStatusToggled( (DbObject)arg1) -> bool :
C++ signature :
bool isEraseStatusToggled(class PyDbObject {lvalue})
- isErased(...)
- isErased( (DbObject)arg1) -> bool :
C++ signature :
bool isErased(class PyDbObject {lvalue})
- isModified(...)
- isModified( (DbObject)arg1) -> bool :
C++ signature :
bool isModified(class PyDbObject {lvalue})
- isModifiedGraphics(...)
- isModifiedGraphics( (DbObject)arg1) -> bool :
C++ signature :
bool isModifiedGraphics(class PyDbObject {lvalue})
- isModifiedXData(...)
- isModifiedXData( (DbObject)arg1) -> bool :
C++ signature :
bool isModifiedXData(class PyDbObject {lvalue})
- isNewObject(...)
- isNewObject( (DbObject)arg1) -> bool :
C++ signature :
bool isNewObject(class PyDbObject {lvalue})
- isNotifyEnabled(...)
- isNotifyEnabled( (DbObject)arg1) -> bool :
C++ signature :
bool isNotifyEnabled(class PyDbObject {lvalue})
- isNotifying(...)
- isNotifying( (DbObject)arg1) -> bool :
C++ signature :
bool isNotifying(class PyDbObject {lvalue})
- isReadEnabled(...)
- isReadEnabled( (DbObject)arg1) -> bool :
C++ signature :
bool isReadEnabled(class PyDbObject {lvalue})
- isReallyClosing(...)
- isReallyClosing( (DbObject)arg1) -> bool :
C++ signature :
bool isReallyClosing(class PyDbObject {lvalue})
- isTransactionResident(...)
- isTransactionResident( (DbObject)arg1) -> bool :
C++ signature :
bool isTransactionResident(class PyDbObject {lvalue})
- isUndoRecordingDisabled(...)
- isUndoRecordingDisabled( (DbObject)arg1) -> bool :
C++ signature :
bool isUndoRecordingDisabled(class PyDbObject {lvalue})
- isUndoing(...)
- isUndoing( (DbObject)arg1) -> bool :
C++ signature :
bool isUndoing(class PyDbObject {lvalue})
- isWriteEnabled(...)
- isWriteEnabled( (DbObject)arg1) -> bool :
C++ signature :
bool isWriteEnabled(class PyDbObject {lvalue})
- objectId(...)
- objectId( (DbObject)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId objectId(class PyDbObject {lvalue})
- ownerId(...)
- ownerId( (DbObject)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId ownerId(class PyDbObject {lvalue})
- releaseExtensionDictionary(...)
- releaseExtensionDictionary( (DbObject)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus releaseExtensionDictionary(class PyDbObject {lvalue})
- removePersistentReactor(...)
- removePersistentReactor( (DbObject)arg1, (ObjectId)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus removePersistentReactor(class PyDbObject {lvalue},class PyDbObjectId)
- setOwnerId(...)
- setOwnerId( (DbObject)arg1, (ObjectId)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setOwnerId(class PyDbObject {lvalue},class PyDbObjectId)
- setXData(...)
- setXData( (DbObject)arg1, (list)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setXData(class PyDbObject {lvalue},class boost::python::list)
- swapIdWith(...)
- swapIdWith( (DbObject)arg1, (ObjectId)arg2, (bool)arg3, (bool)arg4) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus swapIdWith(class PyDbObject {lvalue},class PyDbObjectId {lvalue},bool,bool)
- upgradeFromNotify(...)
- upgradeFromNotify( (DbObject)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus upgradeFromNotify(class PyDbObject {lvalue},bool {lvalue})
- upgradeOpen(...)
- upgradeOpen( (DbObject)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus upgradeOpen(class PyDbObject {lvalue})
- xData(...)
- xData( (DbObject)arg1, (str)arg2) -> list :
C++ signature :
class boost::python::list xData(class PyDbObject {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
- xDataTransformBy(...)
- xDataTransformBy( (DbObject)arg1, (Matrix3d)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus xDataTransformBy(class PyDbObject {lvalue},class AcGeMatrix3d)
Static methods inherited from PyGi.Drawable:
- isA(...)
- isA( (Drawable)arg1) -> RxClass :
C++ signature :
class PyRxClass isA(class PyGiDrawable {lvalue})
Static methods inherited from PyRx.RxObject:
- __eq__(...)
- __eq__( (RxObject)arg1, (RxObject)arg2) -> bool :
C++ signature :
bool __eq__(class PyRxObject {lvalue},class PyRxObject)
- __ne__(...)
- __ne__( (RxObject)arg1, (RxObject)arg2) -> bool :
C++ signature :
bool __ne__(class PyRxObject {lvalue},class PyRxObject)
- isNull(...)
- isNull( (RxObject)arg1) -> bool :
C++ signature :
bool isNull(class PyRxObject {lvalue})
Static methods inherited from Boost.Python.instance:
- __new__(*args, **kwargs) from Boost.Python.class
- Create and return a new object. See help(type) for accurate signature.
Data descriptors inherited from Boost.Python.instance:
- __dict__
- __weakref__
|
class Database(PyRx.RxObject) |
| | |
- Method resolution order:
- Database
- PyRx.RxObject
- Boost.Python.instance
- builtins.object
Static methods defined here:
- setLimmin(...)
- setLimmin( (Database)arg1, (Point2d)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLimmin(class PyDbDatabase {lvalue},class AcGePoint2d)
- UCSTableId(...)
- UCSTableId( (Database)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId UCSTableId(class PyDbDatabase {lvalue})
- __init__(...)
- __init__( (object)arg1) -> None :
C++ signature :
void __init__(struct _object * __ptr64)
__init__( (object)arg1) -> None :
C++ signature :
void __init__(struct _object * __ptr64)
__init__( (object)arg1, (bool)arg2, (bool)arg3) -> None :
C++ signature :
void __init__(struct _object * __ptr64,bool,bool)
- __reduce__ = (...)
- angbase(...)
- angbase( (Database)arg1) -> float :
C++ signature :
double angbase(class PyDbDatabase {lvalue})
- angdir(...)
- angdir( (Database)arg1) -> bool :
C++ signature :
bool angdir(class PyDbDatabase {lvalue})
- annoAllVisible(...)
- annoAllVisible( (Database)arg1) -> bool :
C++ signature :
bool annoAllVisible(class PyDbDatabase {lvalue})
- annotativeDwg(...)
- annotativeDwg( (Database)arg1) -> bool :
C++ signature :
bool annotativeDwg(class PyDbDatabase {lvalue})
- approxNumObjects(...)
- approxNumObjects( (Database)arg1) -> int :
C++ signature :
int approxNumObjects(class PyDbDatabase {lvalue})
- attmode(...)
- attmode( (Database)arg1) -> int :
C++ signature :
short attmode(class PyDbDatabase {lvalue})
- aunits(...)
- aunits( (Database)arg1) -> int :
C++ signature :
short aunits(class PyDbDatabase {lvalue})
- auprec(...)
- auprec( (Database)arg1) -> int :
C++ signature :
short auprec(class PyDbDatabase {lvalue})
- blipmode(...)
- blipmode( (Database)arg1) -> bool :
C++ signature :
bool blipmode(class PyDbDatabase {lvalue})
- blockTableId(...)
- blockTableId( (Database)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId blockTableId(class PyDbDatabase {lvalue})
- byBlockLinetype(...)
- byBlockLinetype( (Database)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId byBlockLinetype(class PyDbDatabase {lvalue})
- byBlockMaterial(...)
- byBlockMaterial( (Database)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId byBlockMaterial(class PyDbDatabase {lvalue})
- byLayerLinetype(...)
- byLayerLinetype( (Database)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId byLayerLinetype(class PyDbDatabase {lvalue})
- byLayerMaterial(...)
- byLayerMaterial( (Database)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId byLayerMaterial(class PyDbDatabase {lvalue})
- cDynDisplayMode(...)
- cDynDisplayMode( (Database)arg1) -> int :
C++ signature :
short cDynDisplayMode(class PyDbDatabase {lvalue})
- cameraDisplay(...)
- cameraDisplay( (Database)arg1) -> bool :
C++ signature :
bool cameraDisplay(class PyDbDatabase {lvalue})
- cameraHeight(...)
- cameraHeight( (Database)arg1) -> float :
C++ signature :
double cameraHeight(class PyDbDatabase {lvalue})
- celtscale(...)
- celtscale( (Database)arg1) -> float :
C++ signature :
double celtscale(class PyDbDatabase {lvalue})
- celtype(...)
- celtype( (Database)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId celtype(class PyDbDatabase {lvalue})
- celweight(...)
- celweight( (Database)arg1) -> LineWeight :
C++ signature :
enum AcDb::LineWeight celweight(class PyDbDatabase {lvalue})
- chamfera(...)
- chamfera( (Database)arg1) -> float :
C++ signature :
double chamfera(class PyDbDatabase {lvalue})
- chamferb(...)
- chamferb( (Database)arg1) -> float :
C++ signature :
double chamferb(class PyDbDatabase {lvalue})
- chamferc(...)
- chamferc( (Database)arg1) -> float :
C++ signature :
double chamferc(class PyDbDatabase {lvalue})
- chamferd(...)
- chamferd( (Database)arg1) -> float :
C++ signature :
double chamferd(class PyDbDatabase {lvalue})
- classDxfName(...)
- classDxfName( (Database)arg1, (RxClass)arg2) -> str :
C++ signature :
class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > classDxfName(class PyDbDatabase {lvalue},class PyRxClass)
- className(...)
- className() -> str :
C++ signature :
class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > className()
- clayer(...)
- clayer( (Database)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId clayer(class PyDbDatabase {lvalue})
- closeInput(...)
- closeInput( (Database)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus closeInput(class PyDbDatabase {lvalue},bool)
- cmaterial(...)
- cmaterial( (Database)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId cmaterial(class PyDbDatabase {lvalue})
- cmljust(...)
- cmljust( (Database)arg1) -> int :
C++ signature :
short cmljust(class PyDbDatabase {lvalue})
- cmlscale(...)
- cmlscale( (Database)arg1) -> float :
C++ signature :
double cmlscale(class PyDbDatabase {lvalue})
- cmlstyleID(...)
- cmlstyleID( (Database)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId cmlstyleID(class PyDbDatabase {lvalue})
- colorDictionaryId(...)
- colorDictionaryId( (Database)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId colorDictionaryId(class PyDbDatabase {lvalue})
- continuousLinetype(...)
- continuousLinetype( (Database)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId continuousLinetype(class PyDbDatabase {lvalue})
- coords(...)
- coords( (Database)arg1) -> int :
C++ signature :
short coords(class PyDbDatabase {lvalue})
- countEmptyObjects(...)
- countEmptyObjects( (Database)arg1, (int)arg2) -> int :
C++ signature :
unsigned int countEmptyObjects(class PyDbDatabase {lvalue},unsigned int)
- currentSpaceId(...)
- currentSpaceId( (Database)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId currentSpaceId(class PyDbDatabase {lvalue})
- detailViewStyle(...)
- detailViewStyle( (Database)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId detailViewStyle(class PyDbDatabase {lvalue})
- detailViewStyleDictionaryId(...)
- detailViewStyleDictionaryId( (Database)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId detailViewStyleDictionaryId(class PyDbDatabase {lvalue})
- dimAssoc(...)
- dimAssoc( (Database)arg1) -> int :
C++ signature :
unsigned char dimAssoc(class PyDbDatabase {lvalue})
- dimStyleTableId(...)
- dimStyleTableId( (Database)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId dimStyleTableId(class PyDbDatabase {lvalue})
- dimapost(...)
- dimapost( (Database)arg1) -> str :
C++ signature :
class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > dimapost(class PyDbDatabase {lvalue})
- dimaso(...)
- dimaso( (Database)arg1) -> bool :
C++ signature :
bool dimaso(class PyDbDatabase {lvalue})
- dimblk(...)
- dimblk( (Database)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId dimblk(class PyDbDatabase {lvalue})
- dimblk1(...)
- dimblk1( (Database)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId dimblk1(class PyDbDatabase {lvalue})
- dimblk2(...)
- dimblk2( (Database)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId dimblk2(class PyDbDatabase {lvalue})
- dimfit(...)
- dimfit( (Database)arg1) -> int :
C++ signature :
int dimfit(class PyDbDatabase {lvalue})
- dimpost(...)
- dimpost( (Database)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId dimpost(class PyDbDatabase {lvalue})
- dimsho(...)
- dimsho( (Database)arg1) -> bool :
C++ signature :
bool dimsho(class PyDbDatabase {lvalue})
- dimstyle(...)
- dimstyle( (Database)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId dimstyle(class PyDbDatabase {lvalue})
- dimunit(...)
- dimunit( (Database)arg1) -> int :
C++ signature :
int dimunit(class PyDbDatabase {lvalue})
- disablePartialOpen(...)
- disablePartialOpen( (Database)arg1) -> None :
C++ signature :
void disablePartialOpen(class PyDbDatabase {lvalue})
- disableUndoRecording(...)
- disableUndoRecording( (Database)arg1, (bool)arg2) -> None :
C++ signature :
void disableUndoRecording(class PyDbDatabase {lvalue},bool)
- dispSilh(...)
- dispSilh( (Database)arg1) -> bool :
C++ signature :
bool dispSilh(class PyDbDatabase {lvalue})
- dragVisStyle(...)
- dragVisStyle( (Database)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId dragVisStyle(class PyDbDatabase {lvalue})
- dragmode(...)
- dragmode( (Database)arg1) -> int :
C++ signature :
short dragmode(class PyDbDatabase {lvalue})
- drawOrderCtl(...)
- drawOrderCtl( (Database)arg1) -> int :
C++ signature :
unsigned char drawOrderCtl(class PyDbDatabase {lvalue})
- dwfframe(...)
- dwfframe( (Database)arg1) -> int :
C++ signature :
unsigned char dwfframe(class PyDbDatabase {lvalue})
- dwgFileWasSavedByAutodeskSoftware(...)
- dwgFileWasSavedByAutodeskSoftware( (Database)arg1) -> bool :
C++ signature :
bool dwgFileWasSavedByAutodeskSoftware(class PyDbDatabase {lvalue})
- dxfIn(...)
- dxfIn( (Database)arg1, (str)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus dxfIn(class PyDbDatabase {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
- dxfOut(...)
- dxfOut( (Database)arg1, (str)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus dxfOut(class PyDbDatabase {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
- elevation(...)
- elevation( (Database)arg1) -> float :
C++ signature :
double elevation(class PyDbDatabase {lvalue})
- eraseEmptyObjects(...)
- eraseEmptyObjects( (Database)arg1, (int)arg2) -> int :
C++ signature :
unsigned int eraseEmptyObjects(class PyDbDatabase {lvalue},unsigned int)
- extmax(...)
- extmax( (Database)arg1) -> Point3d :
C++ signature :
class AcGePoint3d extmax(class PyDbDatabase {lvalue})
- extmin(...)
- extmin( (Database)arg1) -> Point3d :
C++ signature :
class AcGePoint3d extmin(class PyDbDatabase {lvalue})
- facetres(...)
- facetres( (Database)arg1) -> float :
C++ signature :
double facetres(class PyDbDatabase {lvalue})
- filletrad(...)
- filletrad( (Database)arg1) -> float :
C++ signature :
double filletrad(class PyDbDatabase {lvalue})
- fillmode(...)
- fillmode( (Database)arg1) -> bool :
C++ signature :
bool fillmode(class PyDbDatabase {lvalue})
- forceWblockDatabaseCopy(...)
- forceWblockDatabaseCopy( (Database)arg1) -> None :
C++ signature :
void forceWblockDatabaseCopy(class PyDbDatabase {lvalue})
- geoCoordinateSystemId(...)
- geoCoordinateSystemId( (Database)arg1) -> str :
C++ signature :
class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > geoCoordinateSystemId(class PyDbDatabase {lvalue})
- geoMarkerVisibility(...)
- geoMarkerVisibility( (Database)arg1) -> bool :
C++ signature :
bool geoMarkerVisibility(class PyDbDatabase {lvalue})
- get3dDwfPrec(...)
- get3dDwfPrec( (Database)arg1) -> float :
C++ signature :
double get3dDwfPrec(class PyDbDatabase {lvalue})
- getCePlotStyleNameId(...)
- getCePlotStyleNameId( (Database)arg1, (ObjectId)arg2) -> PlotStyleNameType :
C++ signature :
enum AcDb::PlotStyleNameType getCePlotStyleNameId(class PyDbDatabase {lvalue},class PyDbObjectId {lvalue})
- getDimstyleParentId(...)
- getDimstyleParentId( (Database)arg1, (ObjectId)arg2) -> ObjectId :
C++ signature :
class PyDbObjectId getDimstyleParentId(class PyDbDatabase {lvalue},class PyDbObjectId {lvalue})
- getFilename(...)
- getFilename( (Database)arg1) -> str :
C++ signature :
class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > getFilename(class PyDbDatabase {lvalue})
- getNearestLineWeight(...)
- getNearestLineWeight( (int)arg1) -> LineWeight :
C++ signature :
enum AcDb::LineWeight getNearestLineWeight(int)
- getViewportArray(...)
- getViewportArray( (Database)arg1) -> list :
C++ signature :
class boost::python::list getViewportArray(class PyDbDatabase {lvalue})
- getVisualStyleList(...)
- getVisualStyleList( (Database)arg1) -> list :
C++ signature :
class boost::python::list getVisualStyleList(class PyDbDatabase {lvalue})
- globalMaterial(...)
- globalMaterial( (Database)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId globalMaterial(class PyDbDatabase {lvalue})
- groupDictionaryId(...)
- groupDictionaryId( (Database)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId groupDictionaryId(class PyDbDatabase {lvalue})
- haloGap(...)
- haloGap( (Database)arg1) -> int :
C++ signature :
unsigned char haloGap(class PyDbDatabase {lvalue})
- hasClass(...)
- hasClass( (Database)arg1, (RxClass)arg2) -> bool :
C++ signature :
bool hasClass(class PyDbDatabase {lvalue},class PyRxClass)
- hideText(...)
- hideText( (Database)arg1) -> int :
C++ signature :
unsigned char hideText(class PyDbDatabase {lvalue})
- hpInherit(...)
- hpInherit( (Database)arg1) -> bool :
C++ signature :
bool hpInherit(class PyDbDatabase {lvalue})
- hpOrigin(...)
- hpOrigin( (Database)arg1) -> Point2d :
C++ signature :
class AcGePoint2d hpOrigin(class PyDbDatabase {lvalue})
hpOrigin( (Database)arg1) -> Point2d :
C++ signature :
class AcGePoint2d hpOrigin(class PyDbDatabase {lvalue})
hpOrigin( (Database)arg1) -> int :
C++ signature :
unsigned char hpOrigin(class PyDbDatabase {lvalue})
- insert(...)
- insert( (Database)arg1, (ObjectId)arg2, (str)arg3, (Database)arg4, (bool)arg5) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus insert(class PyDbDatabase {lvalue},class PyDbObjectId {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,class PyDbDatabase {lvalue},bool)
insert( (Database)arg1, (ObjectId)arg2, (str)arg3, (str)arg4, (Database)arg5, (bool)arg6) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus insert(class PyDbDatabase {lvalue},class PyDbObjectId {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,class PyDbDatabase {lvalue},bool)
insert( (Database)arg1, (Matrix3d)arg2, (Database)arg3, (bool)arg4) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus insert(class PyDbDatabase {lvalue},class AcGeMatrix3d,class PyDbDatabase {lvalue},bool)
- insunits(...)
- insunits( (Database)arg1) -> UnitsValue :
C++ signature :
enum AcDb::UnitsValue insunits(class PyDbDatabase {lvalue})
- interfereVpVisStyle(...)
- interfereVpVisStyle( (Database)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId interfereVpVisStyle(class PyDbDatabase {lvalue})
- intersectColor(...)
- intersectColor( (Database)arg1) -> int :
C++ signature :
unsigned short intersectColor(class PyDbDatabase {lvalue})
- intersectDisplay(...)
- intersectDisplay( (Database)arg1) -> int :
C++ signature :
unsigned char intersectDisplay(class PyDbDatabase {lvalue})
- isAppRegistered(...)
- isAppRegistered( (Database)arg1, (str)arg2) -> bool :
C++ signature :
bool isAppRegistered(class PyDbDatabase {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
- isBeingDestroyed(...)
- isBeingDestroyed( (Database)arg1) -> bool :
C++ signature :
bool isBeingDestroyed(class PyDbDatabase {lvalue})
- isEMR(...)
- isEMR( (Database)arg1) -> bool :
C++ signature :
bool isEMR(class PyDbDatabase {lvalue})
- isObjectNonPersistent(...)
- isObjectNonPersistent( (ObjectId)arg1) -> bool :
C++ signature :
bool isObjectNonPersistent(class PyDbObjectId)
- isPartiallyOpened(...)
- isPartiallyOpened( (Database)arg1) -> bool :
C++ signature :
bool isPartiallyOpened(class PyDbDatabase {lvalue})
- isPucsOrthographic(...)
- isPucsOrthographic( (Database)arg1, (OrthographicView)arg2) -> bool :
C++ signature :
bool isPucsOrthographic(class PyDbDatabase {lvalue},enum AcDb::OrthographicView {lvalue})
- isUcsOrthographic(...)
- isUcsOrthographic( (Database)arg1, (OrthographicView)arg2) -> bool :
C++ signature :
bool isUcsOrthographic(class PyDbDatabase {lvalue},enum AcDb::OrthographicView {lvalue})
- isValidLineWeight(...)
- isValidLineWeight( (int)arg1) -> bool :
C++ signature :
bool isValidLineWeight(int)
- isolines(...)
- isolines( (Database)arg1) -> int :
C++ signature :
short isolines(class PyDbDatabase {lvalue})
- joinStyle(...)
- joinStyle( (Database)arg1) -> JoinStyle :
C++ signature :
enum AcDb::JoinStyle joinStyle(class PyDbDatabase {lvalue})
- lastSavedAsMaintenanceVersion(...)
- lastSavedAsMaintenanceVersion( (Database)arg1) -> int :
C++ signature :
int lastSavedAsMaintenanceVersion(class PyDbDatabase {lvalue})
- lastSavedAsVersion(...)
- lastSavedAsVersion( (Database)arg1) -> int :
C++ signature :
int lastSavedAsVersion(class PyDbDatabase {lvalue})
- latitude(...)
- latitude( (Database)arg1) -> float :
C++ signature :
double latitude(class PyDbDatabase {lvalue})
- layerEval(...)
- layerEval( (Database)arg1) -> int :
C++ signature :
unsigned char layerEval(class PyDbDatabase {lvalue})
- layerNotify(...)
- layerNotify( (Database)arg1) -> int :
C++ signature :
short layerNotify(class PyDbDatabase {lvalue})
- layerTableId(...)
- layerTableId( (Database)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId layerTableId(class PyDbDatabase {lvalue})
- layerZero(...)
- layerZero( (Database)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId layerZero(class PyDbDatabase {lvalue})
- layoutDictionaryId(...)
- layoutDictionaryId( (Database)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId layoutDictionaryId(class PyDbDatabase {lvalue})
- lensLength(...)
- lensLength( (Database)arg1) -> float :
C++ signature :
double lensLength(class PyDbDatabase {lvalue})
- lightGlyphDisplay(...)
- lightGlyphDisplay( (Database)arg1) -> int :
C++ signature :
unsigned char lightGlyphDisplay(class PyDbDatabase {lvalue})
- lightingUnits(...)
- lightingUnits( (Database)arg1) -> int :
C++ signature :
unsigned char lightingUnits(class PyDbDatabase {lvalue})
- lightsInBlocks(...)
- lightsInBlocks( (Database)arg1) -> bool :
C++ signature :
bool lightsInBlocks(class PyDbDatabase {lvalue})
- limcheck(...)
- limcheck( (Database)arg1) -> bool :
C++ signature :
bool limcheck(class PyDbDatabase {lvalue})
- limmax(...)
- limmax( (Database)arg1) -> Point2d :
C++ signature :
class AcGePoint2d limmax(class PyDbDatabase {lvalue})
- limmin(...)
- limmin( (Database)arg1) -> Point2d :
C++ signature :
class AcGePoint2d limmin(class PyDbDatabase {lvalue})
- lineWeightDisplay(...)
- lineWeightDisplay( (Database)arg1) -> bool :
C++ signature :
bool lineWeightDisplay(class PyDbDatabase {lvalue})
- linetypeTableId(...)
- linetypeTableId( (Database)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId linetypeTableId(class PyDbDatabase {lvalue})
- loadLineTypeFile(...)
- loadLineTypeFile( (Database)arg1, (str)arg2, (str)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus loadLineTypeFile(class PyDbDatabase {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
- loftAng1(...)
- loftAng1( (Database)arg1) -> float :
C++ signature :
double loftAng1(class PyDbDatabase {lvalue})
- loftAng2(...)
- loftAng2( (Database)arg1) -> float :
C++ signature :
double loftAng2(class PyDbDatabase {lvalue})
- loftMag1(...)
- loftMag1( (Database)arg1) -> float :
C++ signature :
double loftMag1(class PyDbDatabase {lvalue})
- loftMag2(...)
- loftMag2( (Database)arg1) -> float :
C++ signature :
double loftMag2(class PyDbDatabase {lvalue})
- loftNormals(...)
- loftNormals( (Database)arg1) -> int :
C++ signature :
unsigned char loftNormals(class PyDbDatabase {lvalue})
- loftParam(...)
- loftParam( (Database)arg1) -> int :
C++ signature :
unsigned short loftParam(class PyDbDatabase {lvalue})
- longitude(...)
- longitude( (Database)arg1) -> float :
C++ signature :
double longitude(class PyDbDatabase {lvalue})
- ltscale(...)
- ltscale( (Database)arg1) -> float :
C++ signature :
double ltscale(class PyDbDatabase {lvalue})
- lunits(...)
- lunits( (Database)arg1) -> int :
C++ signature :
short lunits(class PyDbDatabase {lvalue})
- luprec(...)
- luprec( (Database)arg1) -> int :
C++ signature :
short luprec(class PyDbDatabase {lvalue})
- mLStyleDictionaryId(...)
- mLStyleDictionaryId( (Database)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId mLStyleDictionaryId(class PyDbDatabase {lvalue})
- maintenanceReleaseVersion(...)
- maintenanceReleaseVersion( (Database)arg1) -> int :
C++ signature :
int maintenanceReleaseVersion(class PyDbDatabase {lvalue})
- markObjectNonPersistent(...)
- markObjectNonPersistent( (ObjectId)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus markObjectNonPersistent(class PyDbObjectId,bool)
- materialDictionaryId(...)
- materialDictionaryId( (Database)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId materialDictionaryId(class PyDbDatabase {lvalue})
- maxactvp(...)
- maxactvp( (Database)arg1) -> int :
C++ signature :
short maxactvp(class PyDbDatabase {lvalue})
- measurement(...)
- measurement( (Database)arg1) -> MeasurementValue :
C++ signature :
enum AcDb::MeasurementValue measurement(class PyDbDatabase {lvalue})
- mirrtext(...)
- mirrtext( (Database)arg1) -> bool :
C++ signature :
bool mirrtext(class PyDbDatabase {lvalue})
- mleaderStyleDictionaryId(...)
- mleaderStyleDictionaryId( (Database)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId mleaderStyleDictionaryId(class PyDbDatabase {lvalue})
- mleaderscale(...)
- mleaderscale( (Database)arg1) -> float :
C++ signature :
double mleaderscale(class PyDbDatabase {lvalue})
- mleaderstyle(...)
- mleaderstyle( (Database)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId mleaderstyle(class PyDbDatabase {lvalue})
- modelSpaceId(...)
- modelSpaceId( (Database)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId modelSpaceId(class PyDbDatabase {lvalue})
- msOleScale(...)
- msOleScale( (Database)arg1) -> float :
C++ signature :
double msOleScale(class PyDbDatabase {lvalue})
- msltscale(...)
- msltscale( (Database)arg1) -> bool :
C++ signature :
bool msltscale(class PyDbDatabase {lvalue})
- namedObjectsDictionaryId(...)
- namedObjectsDictionaryId( (Database)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId namedObjectsDictionaryId(class PyDbDatabase {lvalue})
- needsRecovery(...)
- needsRecovery( (Database)arg1) -> bool :
C++ signature :
bool needsRecovery(class PyDbDatabase {lvalue})
- northDirection(...)
- northDirection( (Database)arg1) -> float :
C++ signature :
double northDirection(class PyDbDatabase {lvalue})
- numberOfSaves(...)
- numberOfSaves( (Database)arg1) -> int :
C++ signature :
int numberOfSaves(class PyDbDatabase {lvalue})
- obscuredColor(...)
- obscuredColor( (Database)arg1) -> int :
C++ signature :
unsigned short obscuredColor(class PyDbDatabase {lvalue})
- obscuredLineType(...)
- obscuredLineType( (Database)arg1) -> int :
C++ signature :
unsigned char obscuredLineType(class PyDbDatabase {lvalue})
- oleStartUp(...)
- oleStartUp( (Database)arg1) -> bool :
C++ signature :
bool oleStartUp(class PyDbDatabase {lvalue})
- originalFileMaintenanceVersion(...)
- originalFileMaintenanceVersion( (Database)arg1) -> int :
C++ signature :
int originalFileMaintenanceVersion(class PyDbDatabase {lvalue})
- originalFileName(...)
- originalFileName( (Database)arg1) -> str :
C++ signature :
class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > originalFileName(class PyDbDatabase {lvalue})
- originalFileSavedByMaintenanceVersion(...)
- originalFileSavedByMaintenanceVersion( (Database)arg1) -> int :
C++ signature :
int originalFileSavedByMaintenanceVersion(class PyDbDatabase {lvalue})
- originalFileSavedByVersion(...)
- originalFileSavedByVersion( (Database)arg1) -> int :
C++ signature :
int originalFileSavedByVersion(class PyDbDatabase {lvalue})
- originalFileVersion(...)
- originalFileVersion( (Database)arg1) -> int :
C++ signature :
int originalFileVersion(class PyDbDatabase {lvalue})
- orthomode(...)
- orthomode( (Database)arg1) -> bool :
C++ signature :
bool orthomode(class PyDbDatabase {lvalue})
- paperSpaceVportId(...)
- paperSpaceVportId( (Database)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId paperSpaceVportId(class PyDbDatabase {lvalue})
- pdfframe(...)
- pdfframe( (Database)arg1) -> int :
C++ signature :
signed char pdfframe(class PyDbDatabase {lvalue})
- pdmode(...)
- pdmode( (Database)arg1) -> int :
C++ signature :
short pdmode(class PyDbDatabase {lvalue})
- pdsize(...)
- pdsize( (Database)arg1) -> float :
C++ signature :
double pdsize(class PyDbDatabase {lvalue})
- pextmax(...)
- pextmax( (Database)arg1) -> Point3d :
C++ signature :
class AcGePoint3d pextmax(class PyDbDatabase {lvalue})
- pextmin(...)
- pextmin( (Database)arg1) -> Point3d :
C++ signature :
class AcGePoint3d pextmin(class PyDbDatabase {lvalue})
- pickstyle(...)
- pickstyle( (Database)arg1) -> int :
C++ signature :
short pickstyle(class PyDbDatabase {lvalue})
- pinsbase(...)
- pinsbase( (Database)arg1) -> Point3d :
C++ signature :
class AcGePoint3d pinsbase(class PyDbDatabase {lvalue})
- plimcheck(...)
- plimcheck( (Database)arg1) -> bool :
C++ signature :
bool plimcheck(class PyDbDatabase {lvalue})
- plimmax(...)
- plimmax( (Database)arg1) -> Point2d :
C++ signature :
class AcGePoint2d plimmax(class PyDbDatabase {lvalue})
- plimmin(...)
- plimmin( (Database)arg1) -> Point2d :
C++ signature :
class AcGePoint2d plimmin(class PyDbDatabase {lvalue})
- plineEllipse(...)
- plineEllipse( (Database)arg1) -> bool :
C++ signature :
bool plineEllipse(class PyDbDatabase {lvalue})
- plinegen(...)
- plinegen( (Database)arg1) -> bool :
C++ signature :
bool plinegen(class PyDbDatabase {lvalue})
- plinewid(...)
- plinewid( (Database)arg1) -> float :
C++ signature :
double plinewid(class PyDbDatabase {lvalue})
- plotSettingsDictionaryId(...)
- plotSettingsDictionaryId( (Database)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId plotSettingsDictionaryId(class PyDbDatabase {lvalue})
- plotStyleMode(...)
- plotStyleMode( (Database)arg1) -> bool :
C++ signature :
bool plotStyleMode(class PyDbDatabase {lvalue})
- plotStyleNameDictionaryId(...)
- plotStyleNameDictionaryId( (Database)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId plotStyleNameDictionaryId(class PyDbDatabase {lvalue})
- previewType(...)
- previewType( (Database)arg1) -> int :
C++ signature :
short previewType(class PyDbDatabase {lvalue})
- psltscale(...)
- psltscale( (Database)arg1) -> bool :
C++ signature :
bool psltscale(class PyDbDatabase {lvalue})
- psolHeight(...)
- psolHeight( (Database)arg1) -> float :
C++ signature :
double psolHeight(class PyDbDatabase {lvalue})
- psolWidth(...)
- psolWidth( (Database)arg1) -> float :
C++ signature :
double psolWidth(class PyDbDatabase {lvalue})
- pucsBase(...)
- pucsBase( (Database)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId pucsBase(class PyDbDatabase {lvalue})
- pucsname(...)
- pucsname( (Database)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId pucsname(class PyDbDatabase {lvalue})
- pucsorg(...)
- pucsorg( (Database)arg1) -> Point3d :
C++ signature :
class AcGePoint3d pucsorg(class PyDbDatabase {lvalue})
- pucsxdir(...)
- pucsxdir( (Database)arg1) -> Vector3d :
C++ signature :
class AcGeVector3d pucsxdir(class PyDbDatabase {lvalue})
- pucsydir(...)
- pucsydir( (Database)arg1) -> Vector3d :
C++ signature :
class AcGeVector3d pucsydir(class PyDbDatabase {lvalue})
- qtextmode(...)
- qtextmode( (Database)arg1) -> bool :
C++ signature :
bool qtextmode(class PyDbDatabase {lvalue})
- readDwgFile(...)
- readDwgFile( (Database)arg1, (str)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus readDwgFile(class PyDbDatabase {lvalue},char const * __ptr64)
- reclaimMemoryFromErasedObjects(...)
- reclaimMemoryFromErasedObjects( (Database)arg1, (list)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus reclaimMemoryFromErasedObjects(class PyDbDatabase {lvalue},class boost::python::list)
- regAppTableId(...)
- regAppTableId( (Database)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId regAppTableId(class PyDbDatabase {lvalue})
- regenmode(...)
- regenmode( (Database)arg1) -> bool :
C++ signature :
bool regenmode(class PyDbDatabase {lvalue})
- registerApp(...)
- registerApp( (Database)arg1, (str)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus registerApp(class PyDbDatabase {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
- resetTimes(...)
- resetTimes( (Database)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus resetTimes(class PyDbDatabase {lvalue})
- restoreForwardingXrefSymbols(...)
- restoreForwardingXrefSymbols( (Database)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus restoreForwardingXrefSymbols(class PyDbDatabase {lvalue})
- restoreOriginalXrefSymbols(...)
- restoreOriginalXrefSymbols( (Database)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus restoreOriginalXrefSymbols(class PyDbDatabase {lvalue})
- retainOriginalThumbnailBitmap(...)
- retainOriginalThumbnailBitmap( (Database)arg1) -> bool :
C++ signature :
bool retainOriginalThumbnailBitmap(class PyDbDatabase {lvalue})
- saveAs(...)
- saveAs( (Database)arg1, (str)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus saveAs(class PyDbDatabase {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
- saveproxygraphics(...)
- saveproxygraphics( (Database)arg1) -> int :
C++ signature :
short saveproxygraphics(class PyDbDatabase {lvalue})
- scaleListDictionaryId(...)
- scaleListDictionaryId( (Database)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId scaleListDictionaryId(class PyDbDatabase {lvalue})
- sectionViewStyle(...)
- sectionViewStyle( (Database)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId sectionViewStyle(class PyDbDatabase {lvalue})
- sectionViewStyleDictionaryId(...)
- sectionViewStyleDictionaryId( (Database)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId sectionViewStyleDictionaryId(class PyDbDatabase {lvalue})
- set3dDwfPrec(...)
- set3dDwfPrec( (Database)arg1, (float)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus set3dDwfPrec(class PyDbDatabase {lvalue},double)
- setAngbase(...)
- setAngbase( (Database)arg1, (float)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setAngbase(class PyDbDatabase {lvalue},double)
- setAngdir(...)
- setAngdir( (Database)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setAngdir(class PyDbDatabase {lvalue},bool)
- setAnnoAllVisible(...)
- setAnnoAllVisible( (Database)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setAnnoAllVisible(class PyDbDatabase {lvalue},bool)
- setAttdia(...)
- setAttdia( (Database)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setAttdia(class PyDbDatabase {lvalue},bool)
- setAttmode(...)
- setAttmode( (Database)arg1, (DxfCode)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setAttmode(class PyDbDatabase {lvalue},short)
- setAttreq(...)
- setAttreq( (Database)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setAttreq(class PyDbDatabase {lvalue},bool)
- setAunits(...)
- setAunits( (Database)arg1, (DxfCode)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setAunits(class PyDbDatabase {lvalue},short)
- setAuprec(...)
- setAuprec( (Database)arg1, (DxfCode)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setAuprec(class PyDbDatabase {lvalue},short)
- setBlipmode(...)
- setBlipmode( (Database)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setBlipmode(class PyDbDatabase {lvalue},bool)
- setCDynDisplayMode(...)
- setCDynDisplayMode( (Database)arg1, (DxfCode)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setCDynDisplayMode(class PyDbDatabase {lvalue},short)
- setCameraDisplay(...)
- setCameraDisplay( (Database)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setCameraDisplay(class PyDbDatabase {lvalue},bool)
- setCameraHeight(...)
- setCameraHeight( (Database)arg1, (float)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setCameraHeight(class PyDbDatabase {lvalue},double)
- setCePlotStyleName(...)
- setCePlotStyleName( (Database)arg1, (PlotStyleNameType)arg2, (ObjectId)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setCePlotStyleName(class PyDbDatabase {lvalue},enum AcDb::PlotStyleNameType,class PyDbObjectId)
- setCeltscale(...)
- setCeltscale( (Database)arg1, (float)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setCeltscale(class PyDbDatabase {lvalue},double)
- setCeltype(...)
- setCeltype( (Database)arg1, (ObjectId)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setCeltype(class PyDbDatabase {lvalue},class PyDbObjectId)
- setCelweight(...)
- setCelweight( (Database)arg1, (LineWeight)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setCelweight(class PyDbDatabase {lvalue},enum AcDb::LineWeight)
- setChamfera(...)
- setChamfera( (Database)arg1, (float)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setChamfera(class PyDbDatabase {lvalue},double)
- setChamferb(...)
- setChamferb( (Database)arg1, (float)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setChamferb(class PyDbDatabase {lvalue},double)
- setChamferc(...)
- setChamferc( (Database)arg1, (float)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setChamferc(class PyDbDatabase {lvalue},double)
- setChamferd(...)
- setChamferd( (Database)arg1, (float)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setChamferd(class PyDbDatabase {lvalue},double)
- setClayer(...)
- setClayer( (Database)arg1, (ObjectId)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setClayer(class PyDbDatabase {lvalue},class PyDbObjectId)
- setCmaterial(...)
- setCmaterial( (Database)arg1, (ObjectId)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setCmaterial(class PyDbDatabase {lvalue},class PyDbObjectId)
- setCmljust(...)
- setCmljust( (Database)arg1, (DxfCode)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setCmljust(class PyDbDatabase {lvalue},short)
- setCmlscale(...)
- setCmlscale( (Database)arg1, (float)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setCmlscale(class PyDbDatabase {lvalue},double)
- setCmlstyleID(...)
- setCmlstyleID( (Database)arg1, (ObjectId)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setCmlstyleID(class PyDbDatabase {lvalue},class PyDbObjectId)
- setCoords(...)
- setCoords( (Database)arg1, (DxfCode)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setCoords(class PyDbDatabase {lvalue},short)
- setCshadow(...)
- setCshadow( (Database)arg1, (int)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setCshadow(class PyDbDatabase {lvalue},unsigned char)
- setDelUsedObj(...)
- setDelUsedObj( (Database)arg1, (DxfCode)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setDelUsedObj(class PyDbDatabase {lvalue},short)
- setDgnframe(...)
- setDgnframe( (Database)arg1, (int)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setDgnframe(class PyDbDatabase {lvalue},unsigned char)
- setDimAssoc(...)
- setDimAssoc( (Database)arg1, (int)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setDimAssoc(class PyDbDatabase {lvalue},unsigned char)
- setDimaso(...)
- setDimaso( (Database)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setDimaso(class PyDbDatabase {lvalue},bool)
- setDimfit(...)
- setDimfit( (Database)arg1, (int)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setDimfit(class PyDbDatabase {lvalue},int)
- setDimsho(...)
- setDimsho( (Database)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setDimsho(class PyDbDatabase {lvalue},bool)
- setDimstyle(...)
- setDimstyle( (Database)arg1, (ObjectId)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setDimstyle(class PyDbDatabase {lvalue},class PyDbObjectId)
- setDimstyleData(...)
- setDimstyleData( (Database)arg1, (ObjectId)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setDimstyleData(class PyDbDatabase {lvalue},class PyDbObjectId)
- setDimunit(...)
- setDimunit( (Database)arg1, (int)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setDimunit(class PyDbDatabase {lvalue},int)
- setDispSilh(...)
- setDispSilh( (Database)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setDispSilh(class PyDbDatabase {lvalue},bool)
- setDragVisStyle(...)
- setDragVisStyle( (Database)arg1, (ObjectId)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setDragVisStyle(class PyDbDatabase {lvalue},class PyDbObjectId)
- setDragmode(...)
- setDragmode( (Database)arg1, (DxfCode)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setDragmode(class PyDbDatabase {lvalue},short)
- setDrawOrderCtl(...)
- setDrawOrderCtl( (Database)arg1, (int)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setDrawOrderCtl(class PyDbDatabase {lvalue},unsigned char)
- setDwfframe(...)
- setDwfframe( (Database)arg1, (int)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setDwfframe(class PyDbDatabase {lvalue},unsigned char)
- setElevation(...)
- setElevation( (Database)arg1, (float)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setElevation(class PyDbDatabase {lvalue},double)
- setEndCaps(...)
- setEndCaps( (Database)arg1, (EndCaps)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setEndCaps(class PyDbDatabase {lvalue},enum AcDb::EndCaps)
- setExtmax(...)
- setExtmax( (Database)arg1, (Point3d)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setExtmax(class PyDbDatabase {lvalue},class AcGePoint3d)
- setExtmin(...)
- setExtmin( (Database)arg1, (Point3d)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setExtmin(class PyDbDatabase {lvalue},class AcGePoint3d)
- setFacetres(...)
- setFacetres( (Database)arg1, (float)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setFacetres(class PyDbDatabase {lvalue},double)
- setFilletrad(...)
- setFilletrad( (Database)arg1, (float)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setFilletrad(class PyDbDatabase {lvalue},double)
- setFillmode(...)
- setFillmode( (Database)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setFillmode(class PyDbDatabase {lvalue},bool)
- setFingerprintGuid(...)
- setFingerprintGuid( (Database)arg1, (str)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setFingerprintGuid(class PyDbDatabase {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
- setFullSaveRequired(...)
- setFullSaveRequired( (Database)arg1) -> None :
C++ signature :
void setFullSaveRequired(class PyDbDatabase {lvalue})
- setGeoMarkerVisibility(...)
- setGeoMarkerVisibility( (Database)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setGeoMarkerVisibility(class PyDbDatabase {lvalue},bool)
- setHaloGap(...)
- setHaloGap( (Database)arg1, (int)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setHaloGap(class PyDbDatabase {lvalue},unsigned char)
- setHideText(...)
- setHideText( (Database)arg1, (int)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setHideText(class PyDbDatabase {lvalue},unsigned char)
- setHpInherit(...)
- setHpInherit( (Database)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setHpInherit(class PyDbDatabase {lvalue},bool)
- setHpOrigin(...)
- setHpOrigin( (Database)arg1, (Point2d)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setHpOrigin(class PyDbDatabase {lvalue},class AcGePoint2d)
- setHyperlinkBase(...)
- setHyperlinkBase( (Database)arg1, (str)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setHyperlinkBase(class PyDbDatabase {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
- setIndexctl(...)
- setIndexctl( (Database)arg1, (int)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setIndexctl(class PyDbDatabase {lvalue},unsigned char)
- setInsbase(...)
- setInsbase( (Database)arg1, (Point3d)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setInsbase(class PyDbDatabase {lvalue},class AcGePoint3d)
- setInsunits(...)
- setInsunits( (Database)arg1, (UnitsValue)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setInsunits(class PyDbDatabase {lvalue},enum AcDb::UnitsValue)
- setInterfereObjVisStyle(...)
- setInterfereObjVisStyle( (Database)arg1, (ObjectId)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setInterfereObjVisStyle(class PyDbDatabase {lvalue},class PyDbObjectId)
- setInterfereVpVisStyle(...)
- setInterfereVpVisStyle( (Database)arg1, (ObjectId)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setInterfereVpVisStyle(class PyDbDatabase {lvalue},class PyDbObjectId)
- setIntersectColor(...)
- setIntersectColor( (Database)arg1, (int)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setIntersectColor(class PyDbDatabase {lvalue},unsigned short)
- setIntersectDisplay(...)
- setIntersectDisplay( (Database)arg1, (int)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setIntersectDisplay(class PyDbDatabase {lvalue},unsigned char)
- setIsolines(...)
- setIsolines( (Database)arg1, (DxfCode)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setIsolines(class PyDbDatabase {lvalue},short)
- setJoinStyle(...)
- setJoinStyle( (Database)arg1, (JoinStyle)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setJoinStyle(class PyDbDatabase {lvalue},enum AcDb::JoinStyle)
- setLatitude(...)
- setLatitude( (Database)arg1, (float)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLatitude(class PyDbDatabase {lvalue},double)
- setLayerEval(...)
- setLayerEval( (Database)arg1, (int)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLayerEval(class PyDbDatabase {lvalue},unsigned char)
- setLayerNotify(...)
- setLayerNotify( (Database)arg1, (DxfCode)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLayerNotify(class PyDbDatabase {lvalue},short)
- setLensLength(...)
- setLensLength( (Database)arg1, (float)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLensLength(class PyDbDatabase {lvalue},double)
- setLightGlyphDisplay(...)
- setLightGlyphDisplay( (Database)arg1, (int)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLightGlyphDisplay(class PyDbDatabase {lvalue},unsigned char)
- setLightingUnits(...)
- setLightingUnits( (Database)arg1, (int)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLightingUnits(class PyDbDatabase {lvalue},unsigned char)
- setLightsInBlocks(...)
- setLightsInBlocks( (Database)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLightsInBlocks(class PyDbDatabase {lvalue},bool)
- setLimcheck(...)
- setLimcheck( (Database)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLimcheck(class PyDbDatabase {lvalue},bool)
- setLimmax(...)
- setLimmax( (Database)arg1, (Point2d)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLimmax(class PyDbDatabase {lvalue},class AcGePoint2d)
- setLineWeightDisplay(...)
- setLineWeightDisplay( (Database)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLineWeightDisplay(class PyDbDatabase {lvalue},bool)
- setLoftAng1(...)
- setLoftAng1( (Database)arg1, (float)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLoftAng1(class PyDbDatabase {lvalue},double)
- setLoftAng2(...)
- setLoftAng2( (Database)arg1, (float)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLoftAng2(class PyDbDatabase {lvalue},double)
- setLoftMag1(...)
- setLoftMag1( (Database)arg1, (float)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLoftMag1(class PyDbDatabase {lvalue},double)
- setLoftMag2(...)
- setLoftMag2( (Database)arg1, (float)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLoftMag2(class PyDbDatabase {lvalue},double)
- setLoftNormals(...)
- setLoftNormals( (Database)arg1, (int)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLoftNormals(class PyDbDatabase {lvalue},unsigned char)
- setLoftParam(...)
- setLoftParam( (Database)arg1, (int)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLoftParam(class PyDbDatabase {lvalue},unsigned short)
- setLongitude(...)
- setLongitude( (Database)arg1, (float)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLongitude(class PyDbDatabase {lvalue},double)
- setLtscale(...)
- setLtscale( (Database)arg1, (float)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLtscale(class PyDbDatabase {lvalue},double)
- setLunits(...)
- setLunits( (Database)arg1, (DxfCode)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLunits(class PyDbDatabase {lvalue},short)
- setLuprec(...)
- setLuprec( (Database)arg1, (DxfCode)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLuprec(class PyDbDatabase {lvalue},short)
- setMLeaderscale(...)
- setMLeaderscale( (Database)arg1, (float)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setMLeaderscale(class PyDbDatabase {lvalue},double)
- setMLeaderstyle(...)
- setMLeaderstyle( (Database)arg1, (ObjectId)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setMLeaderstyle(class PyDbDatabase {lvalue},class PyDbObjectId)
- setMaxactvp(...)
- setMaxactvp( (Database)arg1, (DxfCode)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setMaxactvp(class PyDbDatabase {lvalue},short)
- setMeasurement(...)
- setMeasurement( (Database)arg1, (MeasurementValue)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setMeasurement(class PyDbDatabase {lvalue},enum AcDb::MeasurementValue)
- setMirrtext(...)
- setMirrtext( (Database)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setMirrtext(class PyDbDatabase {lvalue},bool)
- setMsOleScale(...)
- setMsOleScale( (Database)arg1, (float)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setMsOleScale(class PyDbDatabase {lvalue},double)
- setMsltscale(...)
- setMsltscale( (Database)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setMsltscale(class PyDbDatabase {lvalue},bool)
- setNorthDirection(...)
- setNorthDirection( (Database)arg1, (float)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setNorthDirection(class PyDbDatabase {lvalue},double)
- setObscuredColor(...)
- setObscuredColor( (Database)arg1, (int)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setObscuredColor(class PyDbDatabase {lvalue},unsigned short)
- setObscuredLineType(...)
- setObscuredLineType( (Database)arg1, (int)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setObscuredLineType(class PyDbDatabase {lvalue},unsigned char)
- setOleStartUp(...)
- setOleStartUp( (Database)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setOleStartUp(class PyDbDatabase {lvalue},bool)
- setOrthomode(...)
- setOrthomode( (Database)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setOrthomode(class PyDbDatabase {lvalue},bool)
- setPdfframe(...)
- setPdfframe( (Database)arg1, (MlineJustification)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setPdfframe(class PyDbDatabase {lvalue},signed char)
- setPdmode(...)
- setPdmode( (Database)arg1, (DxfCode)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setPdmode(class PyDbDatabase {lvalue},short)
- setPdsize(...)
- setPdsize( (Database)arg1, (float)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setPdsize(class PyDbDatabase {lvalue},double)
- setPelevation(...)
- setPelevation( (Database)arg1, (float)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setPelevation(class PyDbDatabase {lvalue},double)
- setPextmax(...)
- setPextmax( (Database)arg1, (Point3d)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setPextmax(class PyDbDatabase {lvalue},class AcGePoint3d)
- setPextmin(...)
- setPextmin( (Database)arg1, (Point3d)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setPextmin(class PyDbDatabase {lvalue},class AcGePoint3d)
- setPickstyle(...)
- setPickstyle( (Database)arg1, (DxfCode)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setPickstyle(class PyDbDatabase {lvalue},short)
- setPinsbase(...)
- setPinsbase( (Database)arg1, (Point3d)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setPinsbase(class PyDbDatabase {lvalue},class AcGePoint3d)
- setPlimcheck(...)
- setPlimcheck( (Database)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setPlimcheck(class PyDbDatabase {lvalue},bool)
- setPlimmax(...)
- setPlimmax( (Database)arg1, (Point2d)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setPlimmax(class PyDbDatabase {lvalue},class AcGePoint2d)
- setPlimmin(...)
- setPlimmin( (Database)arg1, (Point2d)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setPlimmin(class PyDbDatabase {lvalue},class AcGePoint2d)
- setPlineEllipse(...)
- setPlineEllipse( (Database)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setPlineEllipse(class PyDbDatabase {lvalue},bool)
- setPlinegen(...)
- setPlinegen( (Database)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setPlinegen(class PyDbDatabase {lvalue},bool)
- setPlinewid(...)
- setPlinewid( (Database)arg1, (float)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setPlinewid(class PyDbDatabase {lvalue},double)
- setPreviewType(...)
- setPreviewType( (Database)arg1, (DxfCode)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setPreviewType(class PyDbDatabase {lvalue},short)
- setProjectName(...)
- setProjectName( (Database)arg1, (str)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setProjectName(class PyDbDatabase {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
- setPsltscale(...)
- setPsltscale( (Database)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setPsltscale(class PyDbDatabase {lvalue},bool)
- setPsolHeight(...)
- setPsolHeight( (Database)arg1, (float)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setPsolHeight(class PyDbDatabase {lvalue},double)
- setPsolWidth(...)
- setPsolWidth( (Database)arg1, (float)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setPsolWidth(class PyDbDatabase {lvalue},double)
- setPucs(...)
- setPucs( (Database)arg1, (Point3d)arg2, (Vector3d)arg3, (Vector3d)arg4) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setPucs(class PyDbDatabase {lvalue},class AcGePoint3d,class AcGeVector3d,class AcGeVector3d)
- setPucsBase(...)
- setPucsBase( (Database)arg1, (ObjectId)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setPucsBase(class PyDbDatabase {lvalue},class PyDbObjectId)
- setPucsname(...)
- setPucsname( (Database)arg1, (ObjectId)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setPucsname(class PyDbDatabase {lvalue},class PyDbObjectId)
- setQtextmode(...)
- setQtextmode( (Database)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setQtextmode(class PyDbDatabase {lvalue},bool)
- setRealWorldScale(...)
- setRealWorldScale( (Database)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setRealWorldScale(class PyDbDatabase {lvalue},bool)
- setRegenmode(...)
- setRegenmode( (Database)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setRegenmode(class PyDbDatabase {lvalue},bool)
- setRetainOriginalThumbnailBitmap(...)
- setRetainOriginalThumbnailBitmap( (Database)arg1, (bool)arg2) -> None :
C++ signature :
void setRetainOriginalThumbnailBitmap(class PyDbDatabase {lvalue},bool)
- setSaveproxygraphics(...)
- setSaveproxygraphics( (Database)arg1, (DxfCode)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setSaveproxygraphics(class PyDbDatabase {lvalue},short)
- setSectionViewStyle(...)
- setSectionViewStyle( (Database)arg1, (ObjectId)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setSectionViewStyle(class PyDbDatabase {lvalue},class PyDbObjectId)
- setShadedge(...)
- setShadedge( (Database)arg1, (DxfCode)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setShadedge(class PyDbDatabase {lvalue},short)
- setShadedif(...)
- setShadedif( (Database)arg1, (DxfCode)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setShadedif(class PyDbDatabase {lvalue},short)
- setShadowPlaneLocation(...)
- setShadowPlaneLocation( (Database)arg1, (float)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setShadowPlaneLocation(class PyDbDatabase {lvalue},double)
- setShowHist(...)
- setShowHist( (Database)arg1, (int)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setShowHist(class PyDbDatabase {lvalue},unsigned char)
- setSketchinc(...)
- setSketchinc( (Database)arg1, (float)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setSketchinc(class PyDbDatabase {lvalue},double)
- setSkpoly(...)
- setSkpoly( (Database)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setSkpoly(class PyDbDatabase {lvalue},bool)
- setSolidHist(...)
- setSolidHist( (Database)arg1, (int)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setSolidHist(class PyDbDatabase {lvalue},unsigned char)
- setSortEnts(...)
- setSortEnts( (Database)arg1, (int)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setSortEnts(class PyDbDatabase {lvalue},unsigned char)
- setSplframe(...)
- setSplframe( (Database)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setSplframe(class PyDbDatabase {lvalue},bool)
- setSplinesegs(...)
- setSplinesegs( (Database)arg1, (DxfCode)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setSplinesegs(class PyDbDatabase {lvalue},short)
- setSplinetype(...)
- setSplinetype( (Database)arg1, (DxfCode)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setSplinetype(class PyDbDatabase {lvalue},short)
- setStepSize(...)
- setStepSize( (Database)arg1, (float)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setStepSize(class PyDbDatabase {lvalue},double)
- setStepsPerSec(...)
- setStepsPerSec( (Database)arg1, (float)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setStepsPerSec(class PyDbDatabase {lvalue},double)
- setStyleSheet(...)
- setStyleSheet( (Database)arg1, (str)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setStyleSheet(class PyDbDatabase {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
- setSurftab1(...)
- setSurftab1( (Database)arg1, (DxfCode)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setSurftab1(class PyDbDatabase {lvalue},short)
- setSurftab2(...)
- setSurftab2( (Database)arg1, (DxfCode)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setSurftab2(class PyDbDatabase {lvalue},short)
- setSurftype(...)
- setSurftype( (Database)arg1, (DxfCode)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setSurftype(class PyDbDatabase {lvalue},short)
- setSurfu(...)
- setSurfu( (Database)arg1, (DxfCode)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setSurfu(class PyDbDatabase {lvalue},short)
- setSurfv(...)
- setSurfv( (Database)arg1, (DxfCode)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setSurfv(class PyDbDatabase {lvalue},short)
- setTStackAlign(...)
- setTStackAlign( (Database)arg1, (int)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setTStackAlign(class PyDbDatabase {lvalue},int)
- setTStackSize(...)
- setTStackSize( (Database)arg1, (int)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setTStackSize(class PyDbDatabase {lvalue},int)
- setTablestyle(...)
- setTablestyle( (Database)arg1, (ObjectId)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setTablestyle(class PyDbDatabase {lvalue},class PyDbObjectId)
- setTextsize(...)
- setTextsize( (Database)arg1, (float)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setTextsize(class PyDbDatabase {lvalue},double)
- setTextstyle(...)
- setTextstyle( (Database)arg1, (ObjectId)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setTextstyle(class PyDbDatabase {lvalue},class PyDbObjectId)
- setThickness(...)
- setThickness( (Database)arg1, (float)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setThickness(class PyDbDatabase {lvalue},double)
- setTilemode(...)
- setTilemode( (Database)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setTilemode(class PyDbDatabase {lvalue},bool)
- setTimeZone(...)
- setTimeZone( (Database)arg1, (object)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setTimeZone(class PyDbDatabase {lvalue},enum AcDb::TimeZone)
- setTimeZoneAsUtcOffset(...)
- setTimeZoneAsUtcOffset( (Database)arg1, (float)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setTimeZoneAsUtcOffset(class PyDbDatabase {lvalue},double)
- setTracewid(...)
- setTracewid( (Database)arg1, (float)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setTracewid(class PyDbDatabase {lvalue},double)
- setTreedepth(...)
- setTreedepth( (Database)arg1, (DxfCode)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setTreedepth(class PyDbDatabase {lvalue},short)
- setUcs(...)
- setUcs( (Database)arg1, (Point3d)arg2, (Vector3d)arg3, (Vector3d)arg4) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setUcs(class PyDbDatabase {lvalue},class AcGePoint3d,class AcGeVector3d,class AcGeVector3d)
- setUcsBase(...)
- setUcsBase( (Database)arg1, (ObjectId)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setUcsBase(class PyDbDatabase {lvalue},class PyDbObjectId)
- setUcsname(...)
- setUcsname( (Database)arg1, (ObjectId)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setUcsname(class PyDbDatabase {lvalue},class PyDbObjectId)
- setUnitmode(...)
- setUnitmode( (Database)arg1, (DxfCode)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setUnitmode(class PyDbDatabase {lvalue},short)
- setUpdateThumbnail(...)
- setUpdateThumbnail( (Database)arg1, (int)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setUpdateThumbnail(class PyDbDatabase {lvalue},unsigned char)
- setUseri1(...)
- setUseri1( (Database)arg1, (DxfCode)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setUseri1(class PyDbDatabase {lvalue},short)
- setUseri2(...)
- setUseri2( (Database)arg1, (DxfCode)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setUseri2(class PyDbDatabase {lvalue},short)
- setUseri3(...)
- setUseri3( (Database)arg1, (DxfCode)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setUseri3(class PyDbDatabase {lvalue},short)
- setUseri4(...)
- setUseri4( (Database)arg1, (DxfCode)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setUseri4(class PyDbDatabase {lvalue},short)
- setUseri5(...)
- setUseri5( (Database)arg1, (DxfCode)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setUseri5(class PyDbDatabase {lvalue},short)
- setUserr1(...)
- setUserr1( (Database)arg1, (float)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setUserr1(class PyDbDatabase {lvalue},double)
- setUserr2(...)
- setUserr2( (Database)arg1, (float)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setUserr2(class PyDbDatabase {lvalue},double)
- setUserr3(...)
- setUserr3( (Database)arg1, (float)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setUserr3(class PyDbDatabase {lvalue},double)
- setUserr4(...)
- setUserr4( (Database)arg1, (float)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setUserr4(class PyDbDatabase {lvalue},double)
- setUserr5(...)
- setUserr5( (Database)arg1, (float)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setUserr5(class PyDbDatabase {lvalue},double)
- setUsrtimer(...)
- setUsrtimer( (Database)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setUsrtimer(class PyDbDatabase {lvalue},bool)
- setVersionGuid(...)
- setVersionGuid( (Database)arg1, (str)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setVersionGuid(class PyDbDatabase {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
- setViewportScaleDefault(...)
- setViewportScaleDefault( (Database)arg1, (float)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setViewportScaleDefault(class PyDbDatabase {lvalue},double)
- setVisretain(...)
- setVisretain( (Database)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setVisretain(class PyDbDatabase {lvalue},bool)
- setWorldPucsBaseOrigin(...)
- setWorldPucsBaseOrigin( (Database)arg1, (Point3d)arg2, (OrthographicView)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setWorldPucsBaseOrigin(class PyDbDatabase {lvalue},class AcGePoint3d,enum AcDb::OrthographicView)
- setWorldUcsBaseOrigin(...)
- setWorldUcsBaseOrigin( (Database)arg1, (Point3d)arg2, (OrthographicView)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setWorldUcsBaseOrigin(class PyDbDatabase {lvalue},class AcGePoint3d,enum AcDb::OrthographicView)
- setWorldview(...)
- setWorldview( (Database)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setWorldview(class PyDbDatabase {lvalue},bool)
- setXclipFrame(...)
- setXclipFrame( (Database)arg1, (int)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setXclipFrame(class PyDbDatabase {lvalue},unsigned char)
- setXrefEditEnabled(...)
- setXrefEditEnabled( (Database)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setXrefEditEnabled(class PyDbDatabase {lvalue},bool)
- shadedge(...)
- shadedge( (Database)arg1) -> int :
C++ signature :
short shadedge(class PyDbDatabase {lvalue})
- shadedif(...)
- shadedif( (Database)arg1) -> int :
C++ signature :
short shadedif(class PyDbDatabase {lvalue})
- shadowPlaneLocation(...)
- shadowPlaneLocation( (Database)arg1) -> float :
C++ signature :
double shadowPlaneLocation(class PyDbDatabase {lvalue})
- showHist(...)
- showHist( (Database)arg1) -> int :
C++ signature :
unsigned char showHist(class PyDbDatabase {lvalue})
- sketchinc(...)
- sketchinc( (Database)arg1) -> float :
C++ signature :
double sketchinc(class PyDbDatabase {lvalue})
- skpoly(...)
- skpoly( (Database)arg1) -> bool :
C++ signature :
bool skpoly(class PyDbDatabase {lvalue})
- solidHist(...)
- solidHist( (Database)arg1) -> int :
C++ signature :
unsigned char solidHist(class PyDbDatabase {lvalue})
- sortEnts(...)
- sortEnts( (Database)arg1) -> int :
C++ signature :
unsigned char sortEnts(class PyDbDatabase {lvalue})
- splframe(...)
- splframe( (Database)arg1) -> bool :
C++ signature :
bool splframe(class PyDbDatabase {lvalue})
- splinesegs(...)
- splinesegs( (Database)arg1) -> int :
C++ signature :
short splinesegs(class PyDbDatabase {lvalue})
- splinetype(...)
- splinetype( (Database)arg1) -> int :
C++ signature :
short splinetype(class PyDbDatabase {lvalue})
- stepSize(...)
- stepSize( (Database)arg1) -> float :
C++ signature :
double stepSize(class PyDbDatabase {lvalue})
- stepsPerSec(...)
- stepsPerSec( (Database)arg1) -> float :
C++ signature :
double stepsPerSec(class PyDbDatabase {lvalue})
- surftab1(...)
- surftab1( (Database)arg1) -> int :
C++ signature :
short surftab1(class PyDbDatabase {lvalue})
- surftab2(...)
- surftab2( (Database)arg1) -> int :
C++ signature :
short surftab2(class PyDbDatabase {lvalue})
- surftype(...)
- surftype( (Database)arg1) -> int :
C++ signature :
short surftype(class PyDbDatabase {lvalue})
- surfu(...)
- surfu( (Database)arg1) -> int :
C++ signature :
short surfu(class PyDbDatabase {lvalue})
- surfv(...)
- surfv( (Database)arg1) -> int :
C++ signature :
short surfv(class PyDbDatabase {lvalue})
- tableStyleDictionaryId(...)
- tableStyleDictionaryId( (Database)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId tableStyleDictionaryId(class PyDbDatabase {lvalue})
- tablestyle(...)
- tablestyle( (Database)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId tablestyle(class PyDbDatabase {lvalue})
- textStyleTableId(...)
- textStyleTableId( (Database)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId textStyleTableId(class PyDbDatabase {lvalue})
- textsize(...)
- textsize( (Database)arg1) -> float :
C++ signature :
double textsize(class PyDbDatabase {lvalue})
- textstyle(...)
- textstyle( (Database)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId textstyle(class PyDbDatabase {lvalue})
- thickness(...)
- thickness( (Database)arg1) -> float :
C++ signature :
double thickness(class PyDbDatabase {lvalue})
- tileModeLightSynch(...)
- tileModeLightSynch( (Database)arg1) -> int :
C++ signature :
unsigned char tileModeLightSynch(class PyDbDatabase {lvalue})
- tilemode(...)
- tilemode( (Database)arg1) -> bool :
C++ signature :
bool tilemode(class PyDbDatabase {lvalue})
- timeZone(...)
- timeZone( (Database)arg1) -> int :
C++ signature :
int timeZone(class PyDbDatabase {lvalue})
- tracewid(...)
- tracewid( (Database)arg1) -> float :
C++ signature :
double tracewid(class PyDbDatabase {lvalue})
- treedepth(...)
- treedepth( (Database)arg1) -> int :
C++ signature :
short treedepth(class PyDbDatabase {lvalue})
- tstackalign(...)
- tstackalign( (Database)arg1) -> int :
C++ signature :
int tstackalign(class PyDbDatabase {lvalue})
- tstacksize(...)
- tstacksize( (Database)arg1) -> int :
C++ signature :
int tstacksize(class PyDbDatabase {lvalue})
- ucsBase(...)
- ucsBase( (Database)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId ucsBase(class PyDbDatabase {lvalue})
- ucsname(...)
- ucsname( (Database)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId ucsname(class PyDbDatabase {lvalue})
- ucsorg(...)
- ucsorg( (Database)arg1) -> Point3d :
C++ signature :
class AcGePoint3d ucsorg(class PyDbDatabase {lvalue})
- ucsxdir(...)
- ucsxdir( (Database)arg1) -> Vector3d :
C++ signature :
class AcGeVector3d ucsxdir(class PyDbDatabase {lvalue})
- ucsydir(...)
- ucsydir( (Database)arg1) -> Vector3d :
C++ signature :
class AcGeVector3d ucsydir(class PyDbDatabase {lvalue})
- undoRecording(...)
- undoRecording( (Database)arg1) -> bool :
C++ signature :
bool undoRecording(class PyDbDatabase {lvalue})
- unitmode(...)
- unitmode( (Database)arg1) -> int :
C++ signature :
short unitmode(class PyDbDatabase {lvalue})
- updateDataLink(...)
- updateDataLink( (Database)arg1, (UpdateDirection)arg2, (UpdateOption)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus updateDataLink(class PyDbDatabase {lvalue},enum AcDb::UpdateDirection,enum AcDb::UpdateOption)
- updateExt(...)
- updateExt( (Database)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus updateExt(class PyDbDatabase {lvalue},bool)
- updateThumbnail(...)
- updateThumbnail( (Database)arg1) -> int :
C++ signature :
unsigned char updateThumbnail(class PyDbDatabase {lvalue})
- useri1(...)
- useri1( (Database)arg1) -> int :
C++ signature :
short useri1(class PyDbDatabase {lvalue})
- useri2(...)
- useri2( (Database)arg1) -> int :
C++ signature :
short useri2(class PyDbDatabase {lvalue})
- useri3(...)
- useri3( (Database)arg1) -> int :
C++ signature :
short useri3(class PyDbDatabase {lvalue})
- useri4(...)
- useri4( (Database)arg1) -> int :
C++ signature :
short useri4(class PyDbDatabase {lvalue})
- useri5(...)
- useri5( (Database)arg1) -> int :
C++ signature :
short useri5(class PyDbDatabase {lvalue})
- userr1(...)
- userr1( (Database)arg1) -> float :
C++ signature :
double userr1(class PyDbDatabase {lvalue})
- userr2(...)
- userr2( (Database)arg1) -> float :
C++ signature :
double userr2(class PyDbDatabase {lvalue})
- userr3(...)
- userr3( (Database)arg1) -> float :
C++ signature :
double userr3(class PyDbDatabase {lvalue})
- userr4(...)
- userr4( (Database)arg1) -> float :
C++ signature :
double userr4(class PyDbDatabase {lvalue})
- userr5(...)
- userr5( (Database)arg1) -> float :
C++ signature :
double userr5(class PyDbDatabase {lvalue})
- usrtimer(...)
- usrtimer( (Database)arg1) -> bool :
C++ signature :
bool usrtimer(class PyDbDatabase {lvalue})
- viewTableId(...)
- viewTableId( (Database)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId viewTableId(class PyDbDatabase {lvalue})
- viewportScaleDefault(...)
- viewportScaleDefault( (Database)arg1) -> float :
C++ signature :
double viewportScaleDefault(class PyDbDatabase {lvalue})
- viewportTableId(...)
- viewportTableId( (Database)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId viewportTableId(class PyDbDatabase {lvalue})
- visretain(...)
- visretain( (Database)arg1) -> bool :
C++ signature :
bool visretain(class PyDbDatabase {lvalue})
- visualStyleDictionaryId(...)
- visualStyleDictionaryId( (Database)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId visualStyleDictionaryId(class PyDbDatabase {lvalue})
- wblock(...)
- wblock( (Database)arg1, (Database)arg2, (list)arg3, (Point3d)arg4 [, (DuplicateRecordCloning)arg5]) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus wblock(class PyDbDatabase {lvalue},class PyDbDatabase {lvalue},class boost::python::list,class AcGePoint3d [,enum AcDb::DuplicateRecordCloning])
wblock( (Database)arg1, (Database)arg2 [, (ObjectId)arg3]) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus wblock(class PyDbDatabase {lvalue},class PyDbDatabase {lvalue} [,class PyDbObjectId])
- worldPucsBaseOrigin(...)
- worldPucsBaseOrigin( (Database)arg1, (OrthographicView)arg2) -> Point3d :
C++ signature :
class AcGePoint3d worldPucsBaseOrigin(class PyDbDatabase {lvalue},enum AcDb::OrthographicView)
- worldUcsBaseOrigin(...)
- worldUcsBaseOrigin( (Database)arg1, (OrthographicView)arg2) -> Point3d :
C++ signature :
class AcGePoint3d worldUcsBaseOrigin(class PyDbDatabase {lvalue},enum AcDb::OrthographicView)
- worldview(...)
- worldview( (Database)arg1) -> bool :
C++ signature :
bool worldview(class PyDbDatabase {lvalue})
- xclipFrame(...)
- xclipFrame( (Database)arg1) -> int :
C++ signature :
unsigned char xclipFrame(class PyDbDatabase {lvalue})
- xrefBlockId(...)
- xrefBlockId( (Database)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId xrefBlockId(class PyDbDatabase {lvalue})
- xrefEditEnabled(...)
- xrefEditEnabled( (Database)arg1) -> bool :
C++ signature :
bool xrefEditEnabled(class PyDbDatabase {lvalue})
Data and other attributes defined here:
- __instance_size__ = 48
Static methods inherited from PyRx.RxObject:
- __eq__(...)
- __eq__( (RxObject)arg1, (RxObject)arg2) -> bool :
C++ signature :
bool __eq__(class PyRxObject {lvalue},class PyRxObject)
- __ne__(...)
- __ne__( (RxObject)arg1, (RxObject)arg2) -> bool :
C++ signature :
bool __ne__(class PyRxObject {lvalue},class PyRxObject)
- isA(...)
- isA( (RxObject)arg1) -> RxClass :
C++ signature :
class PyRxClass isA(class PyRxObject {lvalue})
- isNull(...)
- isNull( (RxObject)arg1) -> bool :
C++ signature :
bool isNull(class PyRxObject {lvalue})
Static methods inherited from Boost.Python.instance:
- __new__(*args, **kwargs) from Boost.Python.class
- Create and return a new object. See help(type) for accurate signature.
Data descriptors inherited from Boost.Python.instance:
- __dict__
- __weakref__
|
class DbObject(PyGi.Drawable) |
| | |
- Method resolution order:
- DbObject
- PyGi.Drawable
- PyRx.RxObject
- Boost.Python.instance
- builtins.object
Static methods defined here:
- __init__(...)
- __init__( (object)arg1, (ObjectId)arg2, (OpenMode)arg3) -> None :
C++ signature :
void __init__(struct _object * __ptr64,class PyDbObjectId,enum AcDb::OpenMode)
- __reduce__ = (...)
- addPersistentReactor(...)
- addPersistentReactor( (DbObject)arg1, (ObjectId)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus addPersistentReactor(class PyDbObject {lvalue},class PyDbObjectId)
- assertNotifyEnabled(...)
- assertNotifyEnabled( (DbObject)arg1) -> None :
C++ signature :
void assertNotifyEnabled(class PyDbObject {lvalue})
- assertReadEnabled(...)
- assertReadEnabled( (DbObject)arg1) -> None :
C++ signature :
void assertReadEnabled(class PyDbObject {lvalue})
- assertWriteEnabled(...)
- assertWriteEnabled( (DbObject)arg1) -> None :
C++ signature :
void assertWriteEnabled(class PyDbObject {lvalue})
- cancel(...)
- cancel( (DbObject)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus cancel(class PyDbObject {lvalue})
- className(...)
- className() -> str :
C++ signature :
class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > className()
- close(...)
- close( (DbObject)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus close(class PyDbObject {lvalue})
- createExtensionDictionary(...)
- createExtensionDictionary( (DbObject)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus createExtensionDictionary(class PyDbObject {lvalue})
- database(...)
- database( (DbObject)arg1) -> Database :
C++ signature :
class PyDbDatabase database(class PyDbObject {lvalue})
- desc(...)
- desc() -> RxClass :
C++ signature :
class PyRxClass desc()
- disableUndoRecording(...)
- disableUndoRecording( (DbObject)arg1, (bool)arg2) -> None :
C++ signature :
void disableUndoRecording(class PyDbObject {lvalue},bool)
- downgradeOpen(...)
- downgradeOpen( (DbObject)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus downgradeOpen(class PyDbObject {lvalue})
- downgradeToNotify(...)
- downgradeToNotify( (DbObject)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus downgradeToNotify(class PyDbObject {lvalue},bool)
- erase(...)
- erase( (DbObject)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus erase(class PyDbObject {lvalue})
- extensionDictionary(...)
- extensionDictionary( (DbObject)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId extensionDictionary(class PyDbObject {lvalue})
- handOverTo(...)
- handOverTo( (DbObject)arg1, (DbObject)arg2, (bool)arg3, (bool)arg4) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus handOverTo(class PyDbObject {lvalue},class PyDbObject {lvalue},bool,bool)
- hasPersistentReactor(...)
- hasPersistentReactor( (DbObject)arg1, (ObjectId)arg2) -> bool :
C++ signature :
bool hasPersistentReactor(class PyDbObject {lvalue},class PyDbObjectId)
- isAProxy(...)
- isAProxy( (DbObject)arg1) -> bool :
C++ signature :
bool isAProxy(class PyDbObject {lvalue})
- isCancelling(...)
- isCancelling( (DbObject)arg1) -> bool :
C++ signature :
bool isCancelling(class PyDbObject {lvalue})
- isEraseStatusToggled(...)
- isEraseStatusToggled( (DbObject)arg1) -> bool :
C++ signature :
bool isEraseStatusToggled(class PyDbObject {lvalue})
- isErased(...)
- isErased( (DbObject)arg1) -> bool :
C++ signature :
bool isErased(class PyDbObject {lvalue})
- isModified(...)
- isModified( (DbObject)arg1) -> bool :
C++ signature :
bool isModified(class PyDbObject {lvalue})
- isModifiedGraphics(...)
- isModifiedGraphics( (DbObject)arg1) -> bool :
C++ signature :
bool isModifiedGraphics(class PyDbObject {lvalue})
- isModifiedXData(...)
- isModifiedXData( (DbObject)arg1) -> bool :
C++ signature :
bool isModifiedXData(class PyDbObject {lvalue})
- isNewObject(...)
- isNewObject( (DbObject)arg1) -> bool :
C++ signature :
bool isNewObject(class PyDbObject {lvalue})
- isNotifyEnabled(...)
- isNotifyEnabled( (DbObject)arg1) -> bool :
C++ signature :
bool isNotifyEnabled(class PyDbObject {lvalue})
- isNotifying(...)
- isNotifying( (DbObject)arg1) -> bool :
C++ signature :
bool isNotifying(class PyDbObject {lvalue})
- isReadEnabled(...)
- isReadEnabled( (DbObject)arg1) -> bool :
C++ signature :
bool isReadEnabled(class PyDbObject {lvalue})
- isReallyClosing(...)
- isReallyClosing( (DbObject)arg1) -> bool :
C++ signature :
bool isReallyClosing(class PyDbObject {lvalue})
- isTransactionResident(...)
- isTransactionResident( (DbObject)arg1) -> bool :
C++ signature :
bool isTransactionResident(class PyDbObject {lvalue})
- isUndoRecordingDisabled(...)
- isUndoRecordingDisabled( (DbObject)arg1) -> bool :
C++ signature :
bool isUndoRecordingDisabled(class PyDbObject {lvalue})
- isUndoing(...)
- isUndoing( (DbObject)arg1) -> bool :
C++ signature :
bool isUndoing(class PyDbObject {lvalue})
- isWriteEnabled(...)
- isWriteEnabled( (DbObject)arg1) -> bool :
C++ signature :
bool isWriteEnabled(class PyDbObject {lvalue})
- objectId(...)
- objectId( (DbObject)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId objectId(class PyDbObject {lvalue})
- ownerId(...)
- ownerId( (DbObject)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId ownerId(class PyDbObject {lvalue})
- releaseExtensionDictionary(...)
- releaseExtensionDictionary( (DbObject)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus releaseExtensionDictionary(class PyDbObject {lvalue})
- removePersistentReactor(...)
- removePersistentReactor( (DbObject)arg1, (ObjectId)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus removePersistentReactor(class PyDbObject {lvalue},class PyDbObjectId)
- setOwnerId(...)
- setOwnerId( (DbObject)arg1, (ObjectId)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setOwnerId(class PyDbObject {lvalue},class PyDbObjectId)
- setXData(...)
- setXData( (DbObject)arg1, (list)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setXData(class PyDbObject {lvalue},class boost::python::list)
- swapIdWith(...)
- swapIdWith( (DbObject)arg1, (ObjectId)arg2, (bool)arg3, (bool)arg4) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus swapIdWith(class PyDbObject {lvalue},class PyDbObjectId {lvalue},bool,bool)
- upgradeFromNotify(...)
- upgradeFromNotify( (DbObject)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus upgradeFromNotify(class PyDbObject {lvalue},bool {lvalue})
- upgradeOpen(...)
- upgradeOpen( (DbObject)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus upgradeOpen(class PyDbObject {lvalue})
- xData(...)
- xData( (DbObject)arg1, (str)arg2) -> list :
C++ signature :
class boost::python::list xData(class PyDbObject {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
- xDataTransformBy(...)
- xDataTransformBy( (DbObject)arg1, (Matrix3d)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus xDataTransformBy(class PyDbObject {lvalue},class AcGeMatrix3d)
Static methods inherited from PyGi.Drawable:
- isA(...)
- isA( (Drawable)arg1) -> RxClass :
C++ signature :
class PyRxClass isA(class PyGiDrawable {lvalue})
Static methods inherited from PyRx.RxObject:
- __eq__(...)
- __eq__( (RxObject)arg1, (RxObject)arg2) -> bool :
C++ signature :
bool __eq__(class PyRxObject {lvalue},class PyRxObject)
- __ne__(...)
- __ne__( (RxObject)arg1, (RxObject)arg2) -> bool :
C++ signature :
bool __ne__(class PyRxObject {lvalue},class PyRxObject)
- isNull(...)
- isNull( (RxObject)arg1) -> bool :
C++ signature :
bool isNull(class PyRxObject {lvalue})
Static methods inherited from Boost.Python.instance:
- __new__(*args, **kwargs) from Boost.Python.class
- Create and return a new object. See help(type) for accurate signature.
Data descriptors inherited from Boost.Python.instance:
- __dict__
- __weakref__
|
class DiametricDimension(Dimension) |
| | |
- Method resolution order:
- DiametricDimension
- Dimension
- Entity
- DbObject
- PyGi.Drawable
- PyRx.RxObject
- Boost.Python.instance
- builtins.object
Static methods defined here:
- __init__(...)
- __init__( (object)arg1) -> None :
C++ signature :
void __init__(struct _object * __ptr64)
__init__( (object)arg1) -> None :
C++ signature :
void __init__(struct _object * __ptr64)
__init__( (object)arg1, (ObjectId)arg2, (OpenMode)arg3) -> None :
C++ signature :
void __init__(struct _object * __ptr64,class PyDbObjectId,enum AcDb::OpenMode)
__init__( (object)arg1, (Point3d)arg2, (Point3d)arg3, (float)arg4) -> None :
C++ signature :
void __init__(struct _object * __ptr64,class AcGePoint3d,class AcGePoint3d,double)
__init__( (object)arg1, (Point3d)arg2, (Point3d)arg3, (float)arg4, (str)arg5) -> None :
C++ signature :
void __init__(struct _object * __ptr64,class AcGePoint3d,class AcGePoint3d,double,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
__init__( (object)arg1, (Point3d)arg2, (Point3d)arg3, (float)arg4, (str)arg5, (ObjectId)arg6) -> None :
C++ signature :
void __init__(struct _object * __ptr64,class AcGePoint3d,class AcGePoint3d,double,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,class PyDbObjectId)
- __reduce__ = (...)
- chordPoint(...)
- chordPoint( (DiametricDimension)arg1) -> Point3d :
C++ signature :
class AcGePoint3d chordPoint(class PyDbDiametricDimension {lvalue})
- className(...)
- className() -> str :
C++ signature :
class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > className()
- desc(...)
- desc() -> RxClass :
C++ signature :
class PyRxClass desc()
- extArcEndAngle(...)
- extArcEndAngle( (DiametricDimension)arg1) -> float :
C++ signature :
double extArcEndAngle(class PyDbDiametricDimension {lvalue})
- extArcStartAngle(...)
- extArcStartAngle( (DiametricDimension)arg1) -> float :
C++ signature :
double extArcStartAngle(class PyDbDiametricDimension {lvalue})
- farChordPoint(...)
- farChordPoint( (DiametricDimension)arg1) -> Point3d :
C++ signature :
class AcGePoint3d farChordPoint(class PyDbDiametricDimension {lvalue})
- leaderLength(...)
- leaderLength( (DiametricDimension)arg1) -> float :
C++ signature :
double leaderLength(class PyDbDiametricDimension {lvalue})
- setChordPoint(...)
- setChordPoint( (DiametricDimension)arg1, (Point3d)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setChordPoint(class PyDbDiametricDimension {lvalue},class AcGePoint3d)
- setExtArcEndAngle(...)
- setExtArcEndAngle( (DiametricDimension)arg1, (float)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setExtArcEndAngle(class PyDbDiametricDimension {lvalue},double)
- setExtArcStartAngle(...)
- setExtArcStartAngle( (DiametricDimension)arg1, (float)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setExtArcStartAngle(class PyDbDiametricDimension {lvalue},double)
- setFarChordPoint(...)
- setFarChordPoint( (DiametricDimension)arg1, (Point3d)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setFarChordPoint(class PyDbDiametricDimension {lvalue},class AcGePoint3d)
- setLeaderLength(...)
- setLeaderLength( (DiametricDimension)arg1, (float)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLeaderLength(class PyDbDiametricDimension {lvalue},double)
Data and other attributes defined here:
- __instance_size__ = 48
Static methods inherited from Dimension:
- altSuppressLeadingZeros(...)
- altSuppressLeadingZeros( (Dimension)arg1) -> bool :
C++ signature :
bool altSuppressLeadingZeros(class PyDbDimension {lvalue})
- altSuppressTrailingZeros(...)
- altSuppressTrailingZeros( (Dimension)arg1) -> bool :
C++ signature :
bool altSuppressTrailingZeros(class PyDbDimension {lvalue})
- altSuppressZeroFeet(...)
- altSuppressZeroFeet( (Dimension)arg1) -> bool :
C++ signature :
bool altSuppressZeroFeet(class PyDbDimension {lvalue})
- altSuppressZeroInches(...)
- altSuppressZeroInches( (Dimension)arg1) -> bool :
C++ signature :
bool altSuppressZeroInches(class PyDbDimension {lvalue})
- altToleranceSuppressLeadingZeros(...)
- altToleranceSuppressLeadingZeros( (Dimension)arg1) -> bool :
C++ signature :
bool altToleranceSuppressLeadingZeros(class PyDbDimension {lvalue})
- altToleranceSuppressTrailingZeros(...)
- altToleranceSuppressTrailingZeros( (Dimension)arg1) -> bool :
C++ signature :
bool altToleranceSuppressTrailingZeros(class PyDbDimension {lvalue})
- altToleranceSuppressZeroFeet(...)
- altToleranceSuppressZeroFeet( (Dimension)arg1) -> bool :
C++ signature :
bool altToleranceSuppressZeroFeet(class PyDbDimension {lvalue})
- altToleranceSuppressZeroInches(...)
- altToleranceSuppressZeroInches( (Dimension)arg1) -> bool :
C++ signature :
bool altToleranceSuppressZeroInches(class PyDbDimension {lvalue})
- alternatePrefix(...)
- alternatePrefix( (Dimension)arg1) -> str :
C++ signature :
class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > alternatePrefix(class PyDbDimension {lvalue})
- alternateSuffix(...)
- alternateSuffix( (Dimension)arg1) -> str :
C++ signature :
class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > alternateSuffix(class PyDbDimension {lvalue})
- blockTransform(...)
- blockTransform( (Dimension)arg1) -> Matrix3d :
C++ signature :
class AcGeMatrix3d blockTransform(class PyDbDimension {lvalue})
- centerMarkSize(...)
- centerMarkSize( (Dimension)arg1) -> float :
C++ signature :
double centerMarkSize(class PyDbDimension {lvalue})
- dimBlockId(...)
- dimBlockId( (Dimension)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId dimBlockId(class PyDbDimension {lvalue})
- dimBlockPosition(...)
- dimBlockPosition( (Dimension)arg1) -> Point3d :
C++ signature :
class AcGePoint3d dimBlockPosition(class PyDbDimension {lvalue})
- dimExt1Linetype(...)
- dimExt1Linetype( (Dimension)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId dimExt1Linetype(class PyDbDimension {lvalue})
- dimExt2Linetype(...)
- dimExt2Linetype( (Dimension)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId dimExt2Linetype(class PyDbDimension {lvalue})
- dimLineLinetype(...)
- dimLineLinetype( (Dimension)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId dimLineLinetype(class PyDbDimension {lvalue})
- dimensionStyle(...)
- dimensionStyle( (Dimension)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId dimensionStyle(class PyDbDimension {lvalue})
- dimensionText(...)
- dimensionText( (Dimension)arg1) -> str :
C++ signature :
class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > dimensionText(class PyDbDimension {lvalue})
- elevation(...)
- elevation( (Dimension)arg1) -> float :
C++ signature :
double elevation(class PyDbDimension {lvalue})
- fieldFromMText(...)
- fieldFromMText( (Dimension)arg1, (MText)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus fieldFromMText(class PyDbDimension {lvalue},class PyDbMText {lvalue})
- fieldToMText(...)
- fieldToMText( (Dimension)arg1, (MText)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus fieldToMText(class PyDbDimension {lvalue},class PyDbMText {lvalue})
- formatMeasurement(...)
- formatMeasurement( (Dimension)arg1, (float)arg2) -> str :
C++ signature :
class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > formatMeasurement(class PyDbDimension {lvalue},double)
formatMeasurement( (Dimension)arg1, (float)arg2, (str)arg3) -> str :
C++ signature :
class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > formatMeasurement(class PyDbDimension {lvalue},double,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
- generateLayout(...)
- generateLayout( (Dimension)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus generateLayout(class PyDbDimension {lvalue})
- getArrowFirstIsFlipped(...)
- getArrowFirstIsFlipped( (Dimension)arg1) -> bool :
C++ signature :
bool getArrowFirstIsFlipped(class PyDbDimension {lvalue})
- getArrowSecondIsFlipped(...)
- getArrowSecondIsFlipped( (Dimension)arg1) -> bool :
C++ signature :
bool getArrowSecondIsFlipped(class PyDbDimension {lvalue})
- getDimstyleData(...)
- getDimstyleData( (Dimension)arg1) -> DimStyleTableRecord :
C++ signature :
class PyDbDimStyleTableRecord getDimstyleData(class PyDbDimension {lvalue})
- horizontalRotation(...)
- horizontalRotation( (Dimension)arg1) -> float :
C++ signature :
double horizontalRotation(class PyDbDimension {lvalue})
- inspection(...)
- inspection( (Dimension)arg1) -> bool :
C++ signature :
bool inspection(class PyDbDimension {lvalue})
- inspectionFrame(...)
- inspectionFrame( (Dimension)arg1) -> int :
C++ signature :
int inspectionFrame(class PyDbDimension {lvalue})
- inspectionLabel(...)
- inspectionLabel( (Dimension)arg1) -> str :
C++ signature :
class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > inspectionLabel(class PyDbDimension {lvalue})
- isConstraintDynamic(...)
- isConstraintDynamic( (Dimension)arg1) -> bool :
C++ signature :
bool isConstraintDynamic(class PyDbDimension {lvalue})
- isConstraintObject(...)
- isConstraintObject( (Dimension)arg1) -> tuple :
C++ signature :
class boost::python::tuple isConstraintObject(class PyDbDimension {lvalue})
- isDynamicDimension(...)
- isDynamicDimension( (Dimension)arg1) -> bool :
C++ signature :
bool isDynamicDimension(class PyDbDimension {lvalue})
- isHorizontalRefTextRotation(...)
- isHorizontalRefTextRotation( (Dimension)arg1) -> bool :
C++ signature :
bool isHorizontalRefTextRotation(class PyDbDimension {lvalue})
- isUsingDefaultTextPosition(...)
- isUsingDefaultTextPosition( (Dimension)arg1) -> bool :
C++ signature :
bool isUsingDefaultTextPosition(class PyDbDimension {lvalue})
- measurement(...)
- measurement( (Dimension)arg1) -> float :
C++ signature :
double measurement(class PyDbDimension {lvalue})
- normal(...)
- normal( (Dimension)arg1) -> Vector3d :
C++ signature :
class AcGeVector3d normal(class PyDbDimension {lvalue})
- prefix(...)
- prefix( (Dimension)arg1) -> str :
C++ signature :
class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > prefix(class PyDbDimension {lvalue})
- recomputeDimBlock(...)
- recomputeDimBlock( (Dimension)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus recomputeDimBlock(class PyDbDimension {lvalue})
recomputeDimBlock( (Dimension)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus recomputeDimBlock(class PyDbDimension {lvalue},bool)
- removeTextField(...)
- removeTextField( (Dimension)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus removeTextField(class PyDbDimension {lvalue})
- resetTextDefinedSize(...)
- resetTextDefinedSize( (Dimension)arg1) -> None :
C++ signature :
void resetTextDefinedSize(class PyDbDimension {lvalue})
- setAltSuppressLeadingZeros(...)
- setAltSuppressLeadingZeros( (Dimension)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setAltSuppressLeadingZeros(class PyDbDimension {lvalue},bool)
- setAltSuppressTrailingZeros(...)
- setAltSuppressTrailingZeros( (Dimension)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setAltSuppressTrailingZeros(class PyDbDimension {lvalue},bool)
- setAltSuppressZeroFeet(...)
- setAltSuppressZeroFeet( (Dimension)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setAltSuppressZeroFeet(class PyDbDimension {lvalue},bool)
- setAltSuppressZeroInches(...)
- setAltSuppressZeroInches( (Dimension)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setAltSuppressZeroInches(class PyDbDimension {lvalue},bool)
- setAltToleranceSuppressLeadingZeros(...)
- setAltToleranceSuppressLeadingZeros( (Dimension)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setAltToleranceSuppressLeadingZeros(class PyDbDimension {lvalue},bool)
- setAltToleranceSuppressTrailingZeros(...)
- setAltToleranceSuppressTrailingZeros( (Dimension)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setAltToleranceSuppressTrailingZeros(class PyDbDimension {lvalue},bool)
- setAltToleranceSuppressZeroFeet(...)
- setAltToleranceSuppressZeroFeet( (Dimension)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setAltToleranceSuppressZeroFeet(class PyDbDimension {lvalue},bool)
- setAltToleranceSuppressZeroInches(...)
- setAltToleranceSuppressZeroInches( (Dimension)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setAltToleranceSuppressZeroInches(class PyDbDimension {lvalue},bool)
- setAlternatePrefix(...)
- setAlternatePrefix( (Dimension)arg1, (str)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setAlternatePrefix(class PyDbDimension {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
- setAlternateSuffix(...)
- setAlternateSuffix( (Dimension)arg1, (str)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setAlternateSuffix(class PyDbDimension {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
- setArrowFirstIsFlipped(...)
- setArrowFirstIsFlipped( (Dimension)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setArrowFirstIsFlipped(class PyDbDimension {lvalue},bool)
- setArrowSecondIsFlipped(...)
- setArrowSecondIsFlipped( (Dimension)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setArrowSecondIsFlipped(class PyDbDimension {lvalue},bool)
- setConstraintDynamic(...)
- setConstraintDynamic( (Dimension)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setConstraintDynamic(class PyDbDimension {lvalue},bool)
- setDimBlockId(...)
- setDimBlockId( (Dimension)arg1, (ObjectId)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setDimBlockId(class PyDbDimension {lvalue},class PyDbObjectId)
- setDimBlockPosition(...)
- setDimBlockPosition( (Dimension)arg1, (Point3d)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setDimBlockPosition(class PyDbDimension {lvalue},class AcGePoint3d)
- setDimExt1Linetype(...)
- setDimExt1Linetype( (Dimension)arg1, (ObjectId)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setDimExt1Linetype(class PyDbDimension {lvalue},class PyDbObjectId)
- setDimExt2Linetype(...)
- setDimExt2Linetype( (Dimension)arg1, (ObjectId)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setDimExt2Linetype(class PyDbDimension {lvalue},class PyDbObjectId)
- setDimLineLinetype(...)
- setDimLineLinetype( (Dimension)arg1, (ObjectId)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setDimLineLinetype(class PyDbDimension {lvalue},class PyDbObjectId)
- setDimensionStyle(...)
- setDimensionStyle( (Dimension)arg1, (ObjectId)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setDimensionStyle(class PyDbDimension {lvalue},class PyDbObjectId)
- setDimensionText(...)
- setDimensionText( (Dimension)arg1, (str)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setDimensionText(class PyDbDimension {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
- setDimstyleData(...)
- setDimstyleData( (Dimension)arg1, (ObjectId)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setDimstyleData(class PyDbDimension {lvalue},class PyDbObjectId)
setDimstyleData( (Dimension)arg1, (DimStyleTableRecord)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setDimstyleData(class PyDbDimension {lvalue},class PyDbDimStyleTableRecord)
- setDynamicDimension(...)
- setDynamicDimension( (Dimension)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setDynamicDimension(class PyDbDimension {lvalue},bool)
- setElevation(...)
- setElevation( (Dimension)arg1, (float)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setElevation(class PyDbDimension {lvalue},double)
- setHorizontalRefTextRotation(...)
- setHorizontalRefTextRotation( (Dimension)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setHorizontalRefTextRotation(class PyDbDimension {lvalue},bool)
- setHorizontalRotation(...)
- setHorizontalRotation( (Dimension)arg1, (float)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setHorizontalRotation(class PyDbDimension {lvalue},double)
- setInspection(...)
- setInspection( (Dimension)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setInspection(class PyDbDimension {lvalue},bool)
- setInspectionFrame(...)
- setInspectionFrame( (Dimension)arg1, (int)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setInspectionFrame(class PyDbDimension {lvalue},int)
- setInspectionLabel(...)
- setInspectionLabel( (Dimension)arg1, (str)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setInspectionLabel(class PyDbDimension {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
- setNormal(...)
- setNormal( (Dimension)arg1, (Vector3d)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setNormal(class PyDbDimension {lvalue},class AcGeVector3d)
- setPrefix(...)
- setPrefix( (Dimension)arg1, (str)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setPrefix(class PyDbDimension {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
- setShouldParticipateInOPM(...)
- setShouldParticipateInOPM( (Dimension)arg1, (bool)arg2) -> None :
C++ signature :
void setShouldParticipateInOPM(class PyDbDimension {lvalue},bool)
- setSuffix(...)
- setSuffix( (Dimension)arg1, (str)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setSuffix(class PyDbDimension {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
- setSuppressAngularTrailingZeros(...)
- setSuppressAngularTrailingZeros( (Dimension)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setSuppressAngularTrailingZeros(class PyDbDimension {lvalue},bool)
- setSuppressLeadingZeros(...)
- setSuppressLeadingZeros( (Dimension)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setSuppressLeadingZeros(class PyDbDimension {lvalue},bool)
- setSuppressTrailingZeros(...)
- setSuppressTrailingZeros( (Dimension)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setSuppressTrailingZeros(class PyDbDimension {lvalue},bool)
- setSuppressZeroFeet(...)
- setSuppressZeroFeet( (Dimension)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setSuppressZeroFeet(class PyDbDimension {lvalue},bool)
- setSuppressZeroInches(...)
- setSuppressZeroInches( (Dimension)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setSuppressZeroInches(class PyDbDimension {lvalue},bool)
- setTextAttachment(...)
- setTextAttachment( (Dimension)arg1, (MTextAttachmentPoint)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setTextAttachment(class PyDbDimension {lvalue},enum AcDbMText::AttachmentPoint)
- setTextDefinedSize(...)
- setTextDefinedSize( (Dimension)arg1, (float)arg2, (float)arg3) -> None :
C++ signature :
void setTextDefinedSize(class PyDbDimension {lvalue},double,double)
- setTextLineSpacingFactor(...)
- setTextLineSpacingFactor( (Dimension)arg1, (float)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setTextLineSpacingFactor(class PyDbDimension {lvalue},double)
- setTextLineSpacingStyle(...)
- setTextLineSpacingStyle( (Dimension)arg1, (LineSpacingStyle)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setTextLineSpacingStyle(class PyDbDimension {lvalue},enum AcDb::LineSpacingStyle)
- setTextPosition(...)
- setTextPosition( (Dimension)arg1, (Point3d)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setTextPosition(class PyDbDimension {lvalue},class AcGePoint3d)
- setTextRotation(...)
- setTextRotation( (Dimension)arg1, (float)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setTextRotation(class PyDbDimension {lvalue},double)
- setToleranceSuppressLeadingZeros(...)
- setToleranceSuppressLeadingZeros( (Dimension)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setToleranceSuppressLeadingZeros(class PyDbDimension {lvalue},bool)
- setToleranceSuppressTrailingZeros(...)
- setToleranceSuppressTrailingZeros( (Dimension)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setToleranceSuppressTrailingZeros(class PyDbDimension {lvalue},bool)
- setToleranceSuppressZeroFeet(...)
- setToleranceSuppressZeroFeet( (Dimension)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setToleranceSuppressZeroFeet(class PyDbDimension {lvalue},bool)
- setToleranceSuppressZeroInches(...)
- setToleranceSuppressZeroInches( (Dimension)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setToleranceSuppressZeroInches(class PyDbDimension {lvalue},bool)
- setUsingDefaultTextPosition(...)
- setUsingDefaultTextPosition( (Dimension)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setUsingDefaultTextPosition(class PyDbDimension {lvalue},bool)
- shouldParticipateInOPM(...)
- shouldParticipateInOPM( (Dimension)arg1) -> bool :
C++ signature :
bool shouldParticipateInOPM(class PyDbDimension {lvalue})
- suffix(...)
- suffix( (Dimension)arg1) -> str :
C++ signature :
class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > suffix(class PyDbDimension {lvalue})
- suppressAngularLeadingZeros(...)
- suppressAngularLeadingZeros( (Dimension)arg1) -> bool :
C++ signature :
bool suppressAngularLeadingZeros(class PyDbDimension {lvalue})
- suppressAngularTrailingZeros(...)
- suppressAngularTrailingZeros( (Dimension)arg1) -> bool :
C++ signature :
bool suppressAngularTrailingZeros(class PyDbDimension {lvalue})
- suppressLeadingZeros(...)
- suppressLeadingZeros( (Dimension)arg1) -> bool :
C++ signature :
bool suppressLeadingZeros(class PyDbDimension {lvalue})
- suppressTrailingZeros(...)
- suppressTrailingZeros( (Dimension)arg1) -> bool :
C++ signature :
bool suppressTrailingZeros(class PyDbDimension {lvalue})
- suppressZeroFeet(...)
- suppressZeroFeet( (Dimension)arg1) -> bool :
C++ signature :
bool suppressZeroFeet(class PyDbDimension {lvalue})
- suppressZeroInches(...)
- suppressZeroInches( (Dimension)arg1) -> bool :
C++ signature :
bool suppressZeroInches(class PyDbDimension {lvalue})
- textAttachment(...)
- textAttachment( (Dimension)arg1) -> MTextAttachmentPoint :
C++ signature :
enum AcDbMText::AttachmentPoint textAttachment(class PyDbDimension {lvalue})
- textDefinedSize(...)
- textDefinedSize( (Dimension)arg1) -> tuple :
C++ signature :
class boost::python::tuple textDefinedSize(class PyDbDimension {lvalue})
- textLineSpacingFactor(...)
- textLineSpacingFactor( (Dimension)arg1) -> float :
C++ signature :
double textLineSpacingFactor(class PyDbDimension {lvalue})
- textLineSpacingStyle(...)
- textLineSpacingStyle( (Dimension)arg1) -> LineSpacingStyle :
C++ signature :
enum AcDb::LineSpacingStyle textLineSpacingStyle(class PyDbDimension {lvalue})
- textPosition(...)
- textPosition( (Dimension)arg1) -> Point3d :
C++ signature :
class AcGePoint3d textPosition(class PyDbDimension {lvalue})
- textRotation(...)
- textRotation( (Dimension)arg1) -> float :
C++ signature :
double textRotation(class PyDbDimension {lvalue})
- toleranceSuppressLeadingZeros(...)
- toleranceSuppressLeadingZeros( (Dimension)arg1) -> bool :
C++ signature :
bool toleranceSuppressLeadingZeros(class PyDbDimension {lvalue})
- toleranceSuppressTrailingZeros(...)
- toleranceSuppressTrailingZeros( (Dimension)arg1) -> bool :
C++ signature :
bool toleranceSuppressTrailingZeros(class PyDbDimension {lvalue})
- toleranceSuppressZeroFeet(...)
- toleranceSuppressZeroFeet( (Dimension)arg1) -> bool :
C++ signature :
bool toleranceSuppressZeroFeet(class PyDbDimension {lvalue})
- toleranceSuppressZeroInches(...)
- toleranceSuppressZeroInches( (Dimension)arg1) -> bool :
C++ signature :
bool toleranceSuppressZeroInches(class PyDbDimension {lvalue})
- useDefaultTextPosition(...)
- useDefaultTextPosition( (Dimension)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus useDefaultTextPosition(class PyDbDimension {lvalue})
- useSetTextPosition(...)
- useSetTextPosition( (Dimension)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus useSetTextPosition(class PyDbDimension {lvalue})
Static methods inherited from Entity:
- blockId(...)
- blockId( (Entity)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId blockId(class PyDbEntity {lvalue})
- castShadows(...)
- castShadows( (Entity)arg1) -> bool :
C++ signature :
bool castShadows(class PyDbEntity {lvalue})
- collisionType(...)
- collisionType( (Entity)arg1) -> CollisionType :
C++ signature :
enum AcDb::CollisionType collisionType(class PyDbEntity {lvalue})
- color(...)
- color( (Entity)arg1) -> Color :
C++ signature :
class AcCmColor color(class PyDbEntity {lvalue})
- colorIndex(...)
- colorIndex( (Entity)arg1) -> int :
C++ signature :
unsigned short colorIndex(class PyDbEntity {lvalue})
- draw(...)
- draw( (Entity)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus draw(class PyDbEntity {lvalue})
- entityColor(...)
- entityColor( (Entity)arg1) -> EntityColor :
C++ signature :
class AcCmEntityColor entityColor(class PyDbEntity {lvalue})
- getCompoundObjectTransform(...)
- getCompoundObjectTransform( (Entity)arg1, (Matrix3d)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus getCompoundObjectTransform(class PyDbEntity {lvalue},class AcGeMatrix3d {lvalue})
- getEcs(...)
- getEcs( (Entity)arg1, (Matrix3d)arg2) -> None :
C++ signature :
void getEcs(class PyDbEntity {lvalue},class AcGeMatrix3d {lvalue})
- getGeomExtents(...)
- getGeomExtents( (Entity)arg1, (Extents)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus getGeomExtents(class PyDbEntity {lvalue},class AcDbExtents {lvalue})
- getPlane(...)
- getPlane( (Entity)arg1) -> Plane :
C++ signature :
class PyGePlane getPlane(class PyDbEntity {lvalue})
- getPlotStyleNameId(...)
- getPlotStyleNameId( (Entity)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId getPlotStyleNameId(class PyDbEntity {lvalue})
- isPlanar(...)
- isPlanar( (Entity)arg1) -> bool :
C++ signature :
bool isPlanar(class PyDbEntity {lvalue})
- layer(...)
- layer( (Entity)arg1) -> str :
C++ signature :
class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > layer(class PyDbEntity {lvalue})
- layerId(...)
- layerId( (Entity)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId layerId(class PyDbEntity {lvalue})
- lineWeight(...)
- lineWeight( (Entity)arg1) -> LineWeight :
C++ signature :
enum AcDb::LineWeight lineWeight(class PyDbEntity {lvalue})
- linetype(...)
- linetype( (Entity)arg1) -> str :
C++ signature :
class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > linetype(class PyDbEntity {lvalue})
- linetypeId(...)
- linetypeId( (Entity)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId linetypeId(class PyDbEntity {lvalue})
- linetypeScale(...)
- linetypeScale( (Entity)arg1) -> float :
C++ signature :
double linetypeScale(class PyDbEntity {lvalue})
- list(...)
- list( (Entity)arg1) -> None :
C++ signature :
void list(class PyDbEntity {lvalue})
- material(...)
- material( (Entity)arg1) -> str :
C++ signature :
class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > material(class PyDbEntity {lvalue})
- materialId(...)
- materialId( (Entity)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId materialId(class PyDbEntity {lvalue})
- plotStyleName(...)
- plotStyleName( (Entity)arg1) -> str :
C++ signature :
class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > plotStyleName(class PyDbEntity {lvalue})
- receiveShadows(...)
- receiveShadows( (Entity)arg1) -> bool :
C++ signature :
bool receiveShadows(class PyDbEntity {lvalue})
- recordGraphicsModified(...)
- recordGraphicsModified( (Entity)arg1) -> None :
C++ signature :
void recordGraphicsModified(class PyDbEntity {lvalue})
recordGraphicsModified( (Entity)arg1) -> None :
C++ signature :
void recordGraphicsModified(class PyDbEntity {lvalue})
- setCastShadows(...)
- setCastShadows( (Entity)arg1, (bool)arg2) -> None :
C++ signature :
void setCastShadows(class PyDbEntity {lvalue},bool)
- setColor(...)
- setColor( (Entity)arg1, (Color)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setColor(class PyDbEntity {lvalue},class AcCmColor)
setColor( (Entity)arg1, (Color)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setColor(class PyDbEntity {lvalue},class AcCmColor,bool)
setColor( (Entity)arg1, (Color)arg2, (bool)arg3, (Database)arg4) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setColor(class PyDbEntity {lvalue},class AcCmColor,bool,class PyDbDatabase {lvalue})
- setColorIndex(...)
- setColorIndex( (Entity)arg1, (int)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setColorIndex(class PyDbEntity {lvalue},unsigned short)
setColorIndex( (Entity)arg1, (int)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setColorIndex(class PyDbEntity {lvalue},unsigned short,bool)
- setDatabaseDefaults(...)
- setDatabaseDefaults( (Entity)arg1) -> None :
C++ signature :
void setDatabaseDefaults(class PyDbEntity {lvalue})
setDatabaseDefaults( (Entity)arg1, (Database)arg2) -> None :
C++ signature :
void setDatabaseDefaults(class PyDbEntity {lvalue},class PyDbDatabase)
- setLayer(...)
- setLayer( (Entity)arg1, (str)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLayer(class PyDbEntity {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
setLayer( (Entity)arg1, (str)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLayer(class PyDbEntity {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,bool)
setLayer( (Entity)arg1, (str)arg2, (bool)arg3, (bool)arg4) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLayer(class PyDbEntity {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,bool,bool)
setLayer( (Entity)arg1, (ObjectId)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLayer(class PyDbEntity {lvalue},class PyDbObjectId)
setLayer( (Entity)arg1, (ObjectId)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLayer(class PyDbEntity {lvalue},class PyDbObjectId,bool)
setLayer( (Entity)arg1, (ObjectId)arg2, (bool)arg3, (bool)arg4) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLayer(class PyDbEntity {lvalue},class PyDbObjectId,bool,bool)
- setLineWeight(...)
- setLineWeight( (Entity)arg1, (LineWeight)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLineWeight(class PyDbEntity {lvalue},enum AcDb::LineWeight)
setLineWeight( (Entity)arg1, (LineWeight)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLineWeight(class PyDbEntity {lvalue},enum AcDb::LineWeight,bool)
- setLinetype(...)
- setLinetype( (Entity)arg1, (str)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLinetype(class PyDbEntity {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
setLinetype( (Entity)arg1, (str)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLinetype(class PyDbEntity {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,bool)
setLinetype( (Entity)arg1, (ObjectId)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLinetype(class PyDbEntity {lvalue},class PyDbObjectId)
setLinetype( (Entity)arg1, (ObjectId)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLinetype(class PyDbEntity {lvalue},class PyDbObjectId,bool)
- setLinetypeScale(...)
- setLinetypeScale( (Entity)arg1, (float)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLinetypeScale(class PyDbEntity {lvalue},double)
setLinetypeScale( (Entity)arg1, (float)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLinetypeScale(class PyDbEntity {lvalue},double,bool)
- setMaterial(...)
- setMaterial( (Entity)arg1, (str)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setMaterial(class PyDbEntity {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
setMaterial( (Entity)arg1, (str)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setMaterial(class PyDbEntity {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,bool)
setMaterial( (Entity)arg1, (ObjectId)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setMaterial(class PyDbEntity {lvalue},class PyDbObjectId)
setMaterial( (Entity)arg1, (ObjectId)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setMaterial(class PyDbEntity {lvalue},class PyDbObjectId,bool)
- setPlotStyleName(...)
- setPlotStyleName( (Entity)arg1, (str)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setPlotStyleName(class PyDbEntity {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,bool)
setPlotStyleName( (Entity)arg1, (PlotStyleNameType)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setPlotStyleName(class PyDbEntity {lvalue},enum AcDb::PlotStyleNameType,bool)
setPlotStyleName( (Entity)arg1, (PlotStyleNameType)arg2, (ObjectId)arg3, (bool)arg4) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setPlotStyleName(class PyDbEntity {lvalue},enum AcDb::PlotStyleNameType,class PyDbObjectId,bool)
- setPropertiesFrom(...)
- setPropertiesFrom( (Entity)arg1, (Entity)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setPropertiesFrom(class PyDbEntity {lvalue},class PyDbEntity)
setPropertiesFrom( (Entity)arg1, (Entity)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setPropertiesFrom(class PyDbEntity {lvalue},class PyDbEntity,bool)
- setReceiveShadows(...)
- setReceiveShadows( (Entity)arg1, (bool)arg2) -> None :
C++ signature :
void setReceiveShadows(class PyDbEntity {lvalue},bool)
- setVisibility(...)
- setVisibility( (Entity)arg1, (Visibility)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setVisibility(class PyDbEntity {lvalue},enum AcDb::Visibility)
setVisibility( (Entity)arg1, (Visibility)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setVisibility(class PyDbEntity {lvalue},enum AcDb::Visibility,bool)
- transformBy(...)
- transformBy( (Entity)arg1, (Matrix3d)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus transformBy(class PyDbEntity {lvalue},class AcGeMatrix3d)
- visibility(...)
- visibility( (Entity)arg1) -> Visibility :
C++ signature :
enum AcDb::Visibility visibility(class PyDbEntity {lvalue})
Static methods inherited from DbObject:
- addPersistentReactor(...)
- addPersistentReactor( (DbObject)arg1, (ObjectId)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus addPersistentReactor(class PyDbObject {lvalue},class PyDbObjectId)
- assertNotifyEnabled(...)
- assertNotifyEnabled( (DbObject)arg1) -> None :
C++ signature :
void assertNotifyEnabled(class PyDbObject {lvalue})
- assertReadEnabled(...)
- assertReadEnabled( (DbObject)arg1) -> None :
C++ signature :
void assertReadEnabled(class PyDbObject {lvalue})
- assertWriteEnabled(...)
- assertWriteEnabled( (DbObject)arg1) -> None :
C++ signature :
void assertWriteEnabled(class PyDbObject {lvalue})
- cancel(...)
- cancel( (DbObject)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus cancel(class PyDbObject {lvalue})
- close(...)
- close( (DbObject)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus close(class PyDbObject {lvalue})
- createExtensionDictionary(...)
- createExtensionDictionary( (DbObject)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus createExtensionDictionary(class PyDbObject {lvalue})
- database(...)
- database( (DbObject)arg1) -> Database :
C++ signature :
class PyDbDatabase database(class PyDbObject {lvalue})
- disableUndoRecording(...)
- disableUndoRecording( (DbObject)arg1, (bool)arg2) -> None :
C++ signature :
void disableUndoRecording(class PyDbObject {lvalue},bool)
- downgradeOpen(...)
- downgradeOpen( (DbObject)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus downgradeOpen(class PyDbObject {lvalue})
- downgradeToNotify(...)
- downgradeToNotify( (DbObject)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus downgradeToNotify(class PyDbObject {lvalue},bool)
- erase(...)
- erase( (DbObject)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus erase(class PyDbObject {lvalue})
- extensionDictionary(...)
- extensionDictionary( (DbObject)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId extensionDictionary(class PyDbObject {lvalue})
- handOverTo(...)
- handOverTo( (DbObject)arg1, (DbObject)arg2, (bool)arg3, (bool)arg4) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus handOverTo(class PyDbObject {lvalue},class PyDbObject {lvalue},bool,bool)
- hasPersistentReactor(...)
- hasPersistentReactor( (DbObject)arg1, (ObjectId)arg2) -> bool :
C++ signature :
bool hasPersistentReactor(class PyDbObject {lvalue},class PyDbObjectId)
- isAProxy(...)
- isAProxy( (DbObject)arg1) -> bool :
C++ signature :
bool isAProxy(class PyDbObject {lvalue})
- isCancelling(...)
- isCancelling( (DbObject)arg1) -> bool :
C++ signature :
bool isCancelling(class PyDbObject {lvalue})
- isEraseStatusToggled(...)
- isEraseStatusToggled( (DbObject)arg1) -> bool :
C++ signature :
bool isEraseStatusToggled(class PyDbObject {lvalue})
- isErased(...)
- isErased( (DbObject)arg1) -> bool :
C++ signature :
bool isErased(class PyDbObject {lvalue})
- isModified(...)
- isModified( (DbObject)arg1) -> bool :
C++ signature :
bool isModified(class PyDbObject {lvalue})
- isModifiedGraphics(...)
- isModifiedGraphics( (DbObject)arg1) -> bool :
C++ signature :
bool isModifiedGraphics(class PyDbObject {lvalue})
- isModifiedXData(...)
- isModifiedXData( (DbObject)arg1) -> bool :
C++ signature :
bool isModifiedXData(class PyDbObject {lvalue})
- isNewObject(...)
- isNewObject( (DbObject)arg1) -> bool :
C++ signature :
bool isNewObject(class PyDbObject {lvalue})
- isNotifyEnabled(...)
- isNotifyEnabled( (DbObject)arg1) -> bool :
C++ signature :
bool isNotifyEnabled(class PyDbObject {lvalue})
- isNotifying(...)
- isNotifying( (DbObject)arg1) -> bool :
C++ signature :
bool isNotifying(class PyDbObject {lvalue})
- isReadEnabled(...)
- isReadEnabled( (DbObject)arg1) -> bool :
C++ signature :
bool isReadEnabled(class PyDbObject {lvalue})
- isReallyClosing(...)
- isReallyClosing( (DbObject)arg1) -> bool :
C++ signature :
bool isReallyClosing(class PyDbObject {lvalue})
- isTransactionResident(...)
- isTransactionResident( (DbObject)arg1) -> bool :
C++ signature :
bool isTransactionResident(class PyDbObject {lvalue})
- isUndoRecordingDisabled(...)
- isUndoRecordingDisabled( (DbObject)arg1) -> bool :
C++ signature :
bool isUndoRecordingDisabled(class PyDbObject {lvalue})
- isUndoing(...)
- isUndoing( (DbObject)arg1) -> bool :
C++ signature :
bool isUndoing(class PyDbObject {lvalue})
- isWriteEnabled(...)
- isWriteEnabled( (DbObject)arg1) -> bool :
C++ signature :
bool isWriteEnabled(class PyDbObject {lvalue})
- objectId(...)
- objectId( (DbObject)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId objectId(class PyDbObject {lvalue})
- ownerId(...)
- ownerId( (DbObject)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId ownerId(class PyDbObject {lvalue})
- releaseExtensionDictionary(...)
- releaseExtensionDictionary( (DbObject)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus releaseExtensionDictionary(class PyDbObject {lvalue})
- removePersistentReactor(...)
- removePersistentReactor( (DbObject)arg1, (ObjectId)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus removePersistentReactor(class PyDbObject {lvalue},class PyDbObjectId)
- setOwnerId(...)
- setOwnerId( (DbObject)arg1, (ObjectId)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setOwnerId(class PyDbObject {lvalue},class PyDbObjectId)
- setXData(...)
- setXData( (DbObject)arg1, (list)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setXData(class PyDbObject {lvalue},class boost::python::list)
- swapIdWith(...)
- swapIdWith( (DbObject)arg1, (ObjectId)arg2, (bool)arg3, (bool)arg4) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus swapIdWith(class PyDbObject {lvalue},class PyDbObjectId {lvalue},bool,bool)
- upgradeFromNotify(...)
- upgradeFromNotify( (DbObject)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus upgradeFromNotify(class PyDbObject {lvalue},bool {lvalue})
- upgradeOpen(...)
- upgradeOpen( (DbObject)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus upgradeOpen(class PyDbObject {lvalue})
- xData(...)
- xData( (DbObject)arg1, (str)arg2) -> list :
C++ signature :
class boost::python::list xData(class PyDbObject {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
- xDataTransformBy(...)
- xDataTransformBy( (DbObject)arg1, (Matrix3d)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus xDataTransformBy(class PyDbObject {lvalue},class AcGeMatrix3d)
Static methods inherited from PyGi.Drawable:
- isA(...)
- isA( (Drawable)arg1) -> RxClass :
C++ signature :
class PyRxClass isA(class PyGiDrawable {lvalue})
Static methods inherited from PyRx.RxObject:
- __eq__(...)
- __eq__( (RxObject)arg1, (RxObject)arg2) -> bool :
C++ signature :
bool __eq__(class PyRxObject {lvalue},class PyRxObject)
- __ne__(...)
- __ne__( (RxObject)arg1, (RxObject)arg2) -> bool :
C++ signature :
bool __ne__(class PyRxObject {lvalue},class PyRxObject)
- isNull(...)
- isNull( (RxObject)arg1) -> bool :
C++ signature :
bool isNull(class PyRxObject {lvalue})
Static methods inherited from Boost.Python.instance:
- __new__(*args, **kwargs) from Boost.Python.class
- Create and return a new object. See help(type) for accurate signature.
Data descriptors inherited from Boost.Python.instance:
- __dict__
- __weakref__
|
class Dictionary(DbObject) |
| | |
- Method resolution order:
- Dictionary
- DbObject
- PyGi.Drawable
- PyRx.RxObject
- Boost.Python.instance
- builtins.object
Static methods defined here:
- __init__(...)
- __init__( (object)arg1, (ObjectId)arg2, (OpenMode)arg3) -> None :
C++ signature :
void __init__(struct _object * __ptr64,class PyDbObjectId,enum AcDb::OpenMode)
- __reduce__ = (...)
- asdict(...)
- asdict( (Dictionary)arg1) -> dict :
C++ signature :
class boost::python::dict asdict(class PyDbDictionary {lvalue})
- className(...)
- className() -> str :
C++ signature :
class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > className()
- desc(...)
- desc() -> RxClass :
C++ signature :
class PyRxClass desc()
- getAt(...)
- getAt( (Dictionary)arg1, (str)arg2) -> ObjectId :
C++ signature :
class PyDbObjectId getAt(class PyDbDictionary {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
- has(...)
- has( (Dictionary)arg1, (str)arg2) -> bool :
C++ signature :
bool has(class PyDbDictionary {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
Static methods inherited from DbObject:
- addPersistentReactor(...)
- addPersistentReactor( (DbObject)arg1, (ObjectId)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus addPersistentReactor(class PyDbObject {lvalue},class PyDbObjectId)
- assertNotifyEnabled(...)
- assertNotifyEnabled( (DbObject)arg1) -> None :
C++ signature :
void assertNotifyEnabled(class PyDbObject {lvalue})
- assertReadEnabled(...)
- assertReadEnabled( (DbObject)arg1) -> None :
C++ signature :
void assertReadEnabled(class PyDbObject {lvalue})
- assertWriteEnabled(...)
- assertWriteEnabled( (DbObject)arg1) -> None :
C++ signature :
void assertWriteEnabled(class PyDbObject {lvalue})
- cancel(...)
- cancel( (DbObject)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus cancel(class PyDbObject {lvalue})
- close(...)
- close( (DbObject)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus close(class PyDbObject {lvalue})
- createExtensionDictionary(...)
- createExtensionDictionary( (DbObject)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus createExtensionDictionary(class PyDbObject {lvalue})
- database(...)
- database( (DbObject)arg1) -> Database :
C++ signature :
class PyDbDatabase database(class PyDbObject {lvalue})
- disableUndoRecording(...)
- disableUndoRecording( (DbObject)arg1, (bool)arg2) -> None :
C++ signature :
void disableUndoRecording(class PyDbObject {lvalue},bool)
- downgradeOpen(...)
- downgradeOpen( (DbObject)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus downgradeOpen(class PyDbObject {lvalue})
- downgradeToNotify(...)
- downgradeToNotify( (DbObject)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus downgradeToNotify(class PyDbObject {lvalue},bool)
- erase(...)
- erase( (DbObject)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus erase(class PyDbObject {lvalue})
- extensionDictionary(...)
- extensionDictionary( (DbObject)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId extensionDictionary(class PyDbObject {lvalue})
- handOverTo(...)
- handOverTo( (DbObject)arg1, (DbObject)arg2, (bool)arg3, (bool)arg4) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus handOverTo(class PyDbObject {lvalue},class PyDbObject {lvalue},bool,bool)
- hasPersistentReactor(...)
- hasPersistentReactor( (DbObject)arg1, (ObjectId)arg2) -> bool :
C++ signature :
bool hasPersistentReactor(class PyDbObject {lvalue},class PyDbObjectId)
- isAProxy(...)
- isAProxy( (DbObject)arg1) -> bool :
C++ signature :
bool isAProxy(class PyDbObject {lvalue})
- isCancelling(...)
- isCancelling( (DbObject)arg1) -> bool :
C++ signature :
bool isCancelling(class PyDbObject {lvalue})
- isEraseStatusToggled(...)
- isEraseStatusToggled( (DbObject)arg1) -> bool :
C++ signature :
bool isEraseStatusToggled(class PyDbObject {lvalue})
- isErased(...)
- isErased( (DbObject)arg1) -> bool :
C++ signature :
bool isErased(class PyDbObject {lvalue})
- isModified(...)
- isModified( (DbObject)arg1) -> bool :
C++ signature :
bool isModified(class PyDbObject {lvalue})
- isModifiedGraphics(...)
- isModifiedGraphics( (DbObject)arg1) -> bool :
C++ signature :
bool isModifiedGraphics(class PyDbObject {lvalue})
- isModifiedXData(...)
- isModifiedXData( (DbObject)arg1) -> bool :
C++ signature :
bool isModifiedXData(class PyDbObject {lvalue})
- isNewObject(...)
- isNewObject( (DbObject)arg1) -> bool :
C++ signature :
bool isNewObject(class PyDbObject {lvalue})
- isNotifyEnabled(...)
- isNotifyEnabled( (DbObject)arg1) -> bool :
C++ signature :
bool isNotifyEnabled(class PyDbObject {lvalue})
- isNotifying(...)
- isNotifying( (DbObject)arg1) -> bool :
C++ signature :
bool isNotifying(class PyDbObject {lvalue})
- isReadEnabled(...)
- isReadEnabled( (DbObject)arg1) -> bool :
C++ signature :
bool isReadEnabled(class PyDbObject {lvalue})
- isReallyClosing(...)
- isReallyClosing( (DbObject)arg1) -> bool :
C++ signature :
bool isReallyClosing(class PyDbObject {lvalue})
- isTransactionResident(...)
- isTransactionResident( (DbObject)arg1) -> bool :
C++ signature :
bool isTransactionResident(class PyDbObject {lvalue})
- isUndoRecordingDisabled(...)
- isUndoRecordingDisabled( (DbObject)arg1) -> bool :
C++ signature :
bool isUndoRecordingDisabled(class PyDbObject {lvalue})
- isUndoing(...)
- isUndoing( (DbObject)arg1) -> bool :
C++ signature :
bool isUndoing(class PyDbObject {lvalue})
- isWriteEnabled(...)
- isWriteEnabled( (DbObject)arg1) -> bool :
C++ signature :
bool isWriteEnabled(class PyDbObject {lvalue})
- objectId(...)
- objectId( (DbObject)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId objectId(class PyDbObject {lvalue})
- ownerId(...)
- ownerId( (DbObject)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId ownerId(class PyDbObject {lvalue})
- releaseExtensionDictionary(...)
- releaseExtensionDictionary( (DbObject)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus releaseExtensionDictionary(class PyDbObject {lvalue})
- removePersistentReactor(...)
- removePersistentReactor( (DbObject)arg1, (ObjectId)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus removePersistentReactor(class PyDbObject {lvalue},class PyDbObjectId)
- setOwnerId(...)
- setOwnerId( (DbObject)arg1, (ObjectId)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setOwnerId(class PyDbObject {lvalue},class PyDbObjectId)
- setXData(...)
- setXData( (DbObject)arg1, (list)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setXData(class PyDbObject {lvalue},class boost::python::list)
- swapIdWith(...)
- swapIdWith( (DbObject)arg1, (ObjectId)arg2, (bool)arg3, (bool)arg4) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus swapIdWith(class PyDbObject {lvalue},class PyDbObjectId {lvalue},bool,bool)
- upgradeFromNotify(...)
- upgradeFromNotify( (DbObject)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus upgradeFromNotify(class PyDbObject {lvalue},bool {lvalue})
- upgradeOpen(...)
- upgradeOpen( (DbObject)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus upgradeOpen(class PyDbObject {lvalue})
- xData(...)
- xData( (DbObject)arg1, (str)arg2) -> list :
C++ signature :
class boost::python::list xData(class PyDbObject {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
- xDataTransformBy(...)
- xDataTransformBy( (DbObject)arg1, (Matrix3d)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus xDataTransformBy(class PyDbObject {lvalue},class AcGeMatrix3d)
Static methods inherited from PyGi.Drawable:
- isA(...)
- isA( (Drawable)arg1) -> RxClass :
C++ signature :
class PyRxClass isA(class PyGiDrawable {lvalue})
Static methods inherited from PyRx.RxObject:
- __eq__(...)
- __eq__( (RxObject)arg1, (RxObject)arg2) -> bool :
C++ signature :
bool __eq__(class PyRxObject {lvalue},class PyRxObject)
- __ne__(...)
- __ne__( (RxObject)arg1, (RxObject)arg2) -> bool :
C++ signature :
bool __ne__(class PyRxObject {lvalue},class PyRxObject)
- isNull(...)
- isNull( (RxObject)arg1) -> bool :
C++ signature :
bool isNull(class PyRxObject {lvalue})
Static methods inherited from Boost.Python.instance:
- __new__(*args, **kwargs) from Boost.Python.class
- Create and return a new object. See help(type) for accurate signature.
Data descriptors inherited from Boost.Python.instance:
- __dict__
- __weakref__
|
class DimInspect(Boost.Python.enum) |
| | |
- Method resolution order:
- DimInspect
- Boost.Python.enum
- builtins.int
- builtins.object
Data and other attributes defined here:
- kShapeAngular = PyDb.DimInspect.kShapeAngular
- kShapeLabel = PyDb.DimInspect.kShapeLabel
- kShapeNone = PyDb.DimInspect.kShapeNone
- kShapeRate = PyDb.DimInspect.kShapeRate
- kShapeRemove = PyDb.DimInspect.kShapeRemove
- kShapeRound = PyDb.DimInspect.kShapeRound
- names = {'kShapeAngular': PyDb.DimInspect.kShapeAngular, 'kShapeLabel': PyDb.DimInspect.kShapeLabel, 'kShapeNone': PyDb.DimInspect.kShapeNone, 'kShapeRate': PyDb.DimInspect.kShapeRate, 'kShapeRemove': PyDb.DimInspect.kShapeRemove, 'kShapeRound': PyDb.DimInspect.kShapeRound}
- values = {0: PyDb.DimInspect.kShapeRemove, 1: PyDb.DimInspect.kShapeRound, 2: PyDb.DimInspect.kShapeAngular, 4: PyDb.DimInspect.kShapeNone, 16: PyDb.DimInspect.kShapeLabel, 32: PyDb.DimInspect.kShapeRate}
Methods inherited from Boost.Python.enum:
- __repr__(self, /)
- Return repr(self).
- __str__(self, /)
- Return str(self).
Data descriptors inherited from Boost.Python.enum:
- name
Methods inherited from builtins.int:
- __abs__(self, /)
- abs(self)
- __add__(self, value, /)
- Return self+value.
- __and__(self, value, /)
- Return self&value.
- __bool__(self, /)
- True if self else False
- __ceil__(...)
- Ceiling of an Integral returns itself.
- __divmod__(self, value, /)
- Return divmod(self, value).
- __eq__(self, value, /)
- Return self==value.
- __float__(self, /)
- float(self)
- __floor__(...)
- Flooring an Integral returns itself.
- __floordiv__(self, value, /)
- Return self//value.
- __format__(self, format_spec, /)
- Default object formatter.
- __ge__(self, value, /)
- Return self>=value.
- __getattribute__(self, name, /)
- Return getattr(self, name).
- __getnewargs__(self, /)
- __gt__(self, value, /)
- Return self>value.
- __hash__(self, /)
- Return hash(self).
- __index__(self, /)
- Return self converted to an integer, if self is suitable for use as an index into a list.
- __int__(self, /)
- int(self)
- __invert__(self, /)
- ~self
- __le__(self, value, /)
- Return self<=value.
- __lshift__(self, value, /)
- Return self<<value.
- __lt__(self, value, /)
- Return self<value.
- __mod__(self, value, /)
- Return self%value.
- __mul__(self, value, /)
- Return self*value.
- __ne__(self, value, /)
- Return self!=value.
- __neg__(self, /)
- -self
- __or__(self, value, /)
- Return self|value.
- __pos__(self, /)
- +self
- __pow__(self, value, mod=None, /)
- Return pow(self, value, mod).
- __radd__(self, value, /)
- Return value+self.
- __rand__(self, value, /)
- Return value&self.
- __rdivmod__(self, value, /)
- Return divmod(value, self).
- __rfloordiv__(self, value, /)
- Return value//self.
- __rlshift__(self, value, /)
- Return value<<self.
- __rmod__(self, value, /)
- Return value%self.
- __rmul__(self, value, /)
- Return value*self.
- __ror__(self, value, /)
- Return value|self.
- __round__(...)
- Rounding an Integral returns itself.
Rounding with an ndigits argument also returns an integer.
- __rpow__(self, value, mod=None, /)
- Return pow(value, self, mod).
- __rrshift__(self, value, /)
- Return value>>self.
- __rshift__(self, value, /)
- Return self>>value.
- __rsub__(self, value, /)
- Return value-self.
- __rtruediv__(self, value, /)
- Return value/self.
- __rxor__(self, value, /)
- Return value^self.
- __sizeof__(self, /)
- Returns size in memory, in bytes.
- __sub__(self, value, /)
- Return self-value.
- __truediv__(self, value, /)
- Return self/value.
- __trunc__(...)
- Truncating an Integral returns itself.
- __xor__(self, value, /)
- Return self^value.
- as_integer_ratio(self, /)
- Return integer ratio.
Return a pair of integers, whose ratio is exactly equal to the original int
and with a positive denominator.
>>> (10).as_integer_ratio()
(10, 1)
>>> (-10).as_integer_ratio()
(-10, 1)
>>> (0).as_integer_ratio()
(0, 1)
- bit_count(self, /)
- Number of ones in the binary representation of the absolute value of self.
Also known as the population count.
>>> bin(13)
'0b1101'
>>> (13).bit_count()
3
- bit_length(self, /)
- Number of bits necessary to represent self in binary.
>>> bin(37)
'0b100101'
>>> (37).bit_length()
6
- conjugate(...)
- Returns self, the complex conjugate of any int.
- to_bytes(self, /, length, byteorder, *, signed=False)
- Return an array of bytes representing an integer.
length
Length of bytes object to use. An OverflowError is raised if the
integer is not representable with the given number of bytes.
byteorder
The byte order used to represent the integer. If byteorder is 'big',
the most significant byte is at the beginning of the byte array. If
byteorder is 'little', the most significant byte is at the end of the
byte array. To request the native byte order of the host system, use
`sys.byteorder' as the byte order value.
signed
Determines whether two's complement is used to represent the integer.
If signed is False and a negative integer is given, an OverflowError
is raised.
Class methods inherited from builtins.int:
- from_bytes(bytes, byteorder, *, signed=False) from builtins.type
- Return the integer represented by the given array of bytes.
bytes
Holds the array of bytes to convert. The argument must either
support the buffer protocol or be an iterable object producing bytes.
Bytes and bytearray are examples of built-in objects that support the
buffer protocol.
byteorder
The byte order used to represent the integer. If byteorder is 'big',
the most significant byte is at the beginning of the byte array. If
byteorder is 'little', the most significant byte is at the end of the
byte array. To request the native byte order of the host system, use
`sys.byteorder' as the byte order value.
signed
Indicates whether two's complement is used to represent the integer.
Static methods inherited from builtins.int:
- __new__(*args, **kwargs) from builtins.type
- Create and return a new object. See help(type) for accurate signature.
Data descriptors inherited from builtins.int:
- denominator
- the denominator of a rational number in lowest terms
- imag
- the imaginary part of a complex number
- numerator
- the numerator of a rational number in lowest terms
- real
- the real part of a complex number
|
class DimStyleTable(SymbolTable) |
| | |
- Method resolution order:
- DimStyleTable
- SymbolTable
- DbObject
- PyGi.Drawable
- PyRx.RxObject
- Boost.Python.instance
- builtins.object
Static methods defined here:
- __init__(...)
- __init__( (object)arg1, (ObjectId)arg2, (OpenMode)arg3) -> None :
C++ signature :
void __init__(struct _object * __ptr64,class PyDbObjectId,enum AcDb::OpenMode)
- __reduce__ = (...)
- add(...)
- add( (DimStyleTable)arg1, (DimStyleTableRecord)arg2) -> ObjectId :
C++ signature :
class PyDbObjectId add(class PyDbDimStyleTable {lvalue},class PyDbDimStyleTableRecord)
- className(...)
- className() -> str :
C++ signature :
class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > className()
- desc(...)
- desc() -> RxClass :
C++ signature :
class PyRxClass desc()
- getAt(...)
- getAt( (DimStyleTable)arg1, (str)arg2) -> ObjectId :
C++ signature :
class PyDbObjectId getAt(class PyDbDimStyleTable {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
- recordIds(...)
- recordIds( (DimStyleTable)arg1) -> list :
C++ signature :
class boost::python::list recordIds(class PyDbDimStyleTable {lvalue})
Static methods inherited from SymbolTable:
- has(...)
- has( (SymbolTable)arg1, (str)arg2) -> bool :
C++ signature :
bool has(class PyDbSymbolTable {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
has( (SymbolTable)arg1, (ObjectId)arg2) -> bool :
C++ signature :
bool has(class PyDbSymbolTable {lvalue},class PyDbObjectId)
Static methods inherited from DbObject:
- addPersistentReactor(...)
- addPersistentReactor( (DbObject)arg1, (ObjectId)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus addPersistentReactor(class PyDbObject {lvalue},class PyDbObjectId)
- assertNotifyEnabled(...)
- assertNotifyEnabled( (DbObject)arg1) -> None :
C++ signature :
void assertNotifyEnabled(class PyDbObject {lvalue})
- assertReadEnabled(...)
- assertReadEnabled( (DbObject)arg1) -> None :
C++ signature :
void assertReadEnabled(class PyDbObject {lvalue})
- assertWriteEnabled(...)
- assertWriteEnabled( (DbObject)arg1) -> None :
C++ signature :
void assertWriteEnabled(class PyDbObject {lvalue})
- cancel(...)
- cancel( (DbObject)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus cancel(class PyDbObject {lvalue})
- close(...)
- close( (DbObject)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus close(class PyDbObject {lvalue})
- createExtensionDictionary(...)
- createExtensionDictionary( (DbObject)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus createExtensionDictionary(class PyDbObject {lvalue})
- database(...)
- database( (DbObject)arg1) -> Database :
C++ signature :
class PyDbDatabase database(class PyDbObject {lvalue})
- disableUndoRecording(...)
- disableUndoRecording( (DbObject)arg1, (bool)arg2) -> None :
C++ signature :
void disableUndoRecording(class PyDbObject {lvalue},bool)
- downgradeOpen(...)
- downgradeOpen( (DbObject)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus downgradeOpen(class PyDbObject {lvalue})
- downgradeToNotify(...)
- downgradeToNotify( (DbObject)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus downgradeToNotify(class PyDbObject {lvalue},bool)
- erase(...)
- erase( (DbObject)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus erase(class PyDbObject {lvalue})
- extensionDictionary(...)
- extensionDictionary( (DbObject)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId extensionDictionary(class PyDbObject {lvalue})
- handOverTo(...)
- handOverTo( (DbObject)arg1, (DbObject)arg2, (bool)arg3, (bool)arg4) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus handOverTo(class PyDbObject {lvalue},class PyDbObject {lvalue},bool,bool)
- hasPersistentReactor(...)
- hasPersistentReactor( (DbObject)arg1, (ObjectId)arg2) -> bool :
C++ signature :
bool hasPersistentReactor(class PyDbObject {lvalue},class PyDbObjectId)
- isAProxy(...)
- isAProxy( (DbObject)arg1) -> bool :
C++ signature :
bool isAProxy(class PyDbObject {lvalue})
- isCancelling(...)
- isCancelling( (DbObject)arg1) -> bool :
C++ signature :
bool isCancelling(class PyDbObject {lvalue})
- isEraseStatusToggled(...)
- isEraseStatusToggled( (DbObject)arg1) -> bool :
C++ signature :
bool isEraseStatusToggled(class PyDbObject {lvalue})
- isErased(...)
- isErased( (DbObject)arg1) -> bool :
C++ signature :
bool isErased(class PyDbObject {lvalue})
- isModified(...)
- isModified( (DbObject)arg1) -> bool :
C++ signature :
bool isModified(class PyDbObject {lvalue})
- isModifiedGraphics(...)
- isModifiedGraphics( (DbObject)arg1) -> bool :
C++ signature :
bool isModifiedGraphics(class PyDbObject {lvalue})
- isModifiedXData(...)
- isModifiedXData( (DbObject)arg1) -> bool :
C++ signature :
bool isModifiedXData(class PyDbObject {lvalue})
- isNewObject(...)
- isNewObject( (DbObject)arg1) -> bool :
C++ signature :
bool isNewObject(class PyDbObject {lvalue})
- isNotifyEnabled(...)
- isNotifyEnabled( (DbObject)arg1) -> bool :
C++ signature :
bool isNotifyEnabled(class PyDbObject {lvalue})
- isNotifying(...)
- isNotifying( (DbObject)arg1) -> bool :
C++ signature :
bool isNotifying(class PyDbObject {lvalue})
- isReadEnabled(...)
- isReadEnabled( (DbObject)arg1) -> bool :
C++ signature :
bool isReadEnabled(class PyDbObject {lvalue})
- isReallyClosing(...)
- isReallyClosing( (DbObject)arg1) -> bool :
C++ signature :
bool isReallyClosing(class PyDbObject {lvalue})
- isTransactionResident(...)
- isTransactionResident( (DbObject)arg1) -> bool :
C++ signature :
bool isTransactionResident(class PyDbObject {lvalue})
- isUndoRecordingDisabled(...)
- isUndoRecordingDisabled( (DbObject)arg1) -> bool :
C++ signature :
bool isUndoRecordingDisabled(class PyDbObject {lvalue})
- isUndoing(...)
- isUndoing( (DbObject)arg1) -> bool :
C++ signature :
bool isUndoing(class PyDbObject {lvalue})
- isWriteEnabled(...)
- isWriteEnabled( (DbObject)arg1) -> bool :
C++ signature :
bool isWriteEnabled(class PyDbObject {lvalue})
- objectId(...)
- objectId( (DbObject)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId objectId(class PyDbObject {lvalue})
- ownerId(...)
- ownerId( (DbObject)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId ownerId(class PyDbObject {lvalue})
- releaseExtensionDictionary(...)
- releaseExtensionDictionary( (DbObject)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus releaseExtensionDictionary(class PyDbObject {lvalue})
- removePersistentReactor(...)
- removePersistentReactor( (DbObject)arg1, (ObjectId)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus removePersistentReactor(class PyDbObject {lvalue},class PyDbObjectId)
- setOwnerId(...)
- setOwnerId( (DbObject)arg1, (ObjectId)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setOwnerId(class PyDbObject {lvalue},class PyDbObjectId)
- setXData(...)
- setXData( (DbObject)arg1, (list)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setXData(class PyDbObject {lvalue},class boost::python::list)
- swapIdWith(...)
- swapIdWith( (DbObject)arg1, (ObjectId)arg2, (bool)arg3, (bool)arg4) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus swapIdWith(class PyDbObject {lvalue},class PyDbObjectId {lvalue},bool,bool)
- upgradeFromNotify(...)
- upgradeFromNotify( (DbObject)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus upgradeFromNotify(class PyDbObject {lvalue},bool {lvalue})
- upgradeOpen(...)
- upgradeOpen( (DbObject)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus upgradeOpen(class PyDbObject {lvalue})
- xData(...)
- xData( (DbObject)arg1, (str)arg2) -> list :
C++ signature :
class boost::python::list xData(class PyDbObject {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
- xDataTransformBy(...)
- xDataTransformBy( (DbObject)arg1, (Matrix3d)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus xDataTransformBy(class PyDbObject {lvalue},class AcGeMatrix3d)
Static methods inherited from PyGi.Drawable:
- isA(...)
- isA( (Drawable)arg1) -> RxClass :
C++ signature :
class PyRxClass isA(class PyGiDrawable {lvalue})
Static methods inherited from PyRx.RxObject:
- __eq__(...)
- __eq__( (RxObject)arg1, (RxObject)arg2) -> bool :
C++ signature :
bool __eq__(class PyRxObject {lvalue},class PyRxObject)
- __ne__(...)
- __ne__( (RxObject)arg1, (RxObject)arg2) -> bool :
C++ signature :
bool __ne__(class PyRxObject {lvalue},class PyRxObject)
- isNull(...)
- isNull( (RxObject)arg1) -> bool :
C++ signature :
bool isNull(class PyRxObject {lvalue})
Static methods inherited from Boost.Python.instance:
- __new__(*args, **kwargs) from Boost.Python.class
- Create and return a new object. See help(type) for accurate signature.
Data descriptors inherited from Boost.Python.instance:
- __dict__
- __weakref__
|
class DimStyleTableRecord(SymbolTableRecord) |
| | |
- Method resolution order:
- DimStyleTableRecord
- SymbolTableRecord
- DbObject
- PyGi.Drawable
- PyRx.RxObject
- Boost.Python.instance
- builtins.object
Static methods defined here:
- __init__(...)
- __init__( (object)arg1) -> None :
C++ signature :
void __init__(struct _object * __ptr64)
__init__( (object)arg1) -> None :
C++ signature :
void __init__(struct _object * __ptr64)
__init__( (object)arg1, (ObjectId)arg2, (OpenMode)arg3) -> None :
C++ signature :
void __init__(struct _object * __ptr64,class PyDbObjectId,enum AcDb::OpenMode)
- __reduce__ = (...)
- className(...)
- className() -> str :
C++ signature :
class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > className()
- desc(...)
- desc() -> RxClass :
C++ signature :
class PyRxClass desc()
Data and other attributes defined here:
- __instance_size__ = 48
Static methods inherited from SymbolTableRecord:
- getName(...)
- getName( (SymbolTableRecord)arg1) -> str :
C++ signature :
class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > getName(class PyDbSymbolTableRecord {lvalue})
- isDependent(...)
- isDependent( (SymbolTableRecord)arg1) -> bool :
C++ signature :
bool isDependent(class PyDbSymbolTableRecord {lvalue})
- isRenamable(...)
- isRenamable( (SymbolTableRecord)arg1) -> bool :
C++ signature :
bool isRenamable(class PyDbSymbolTableRecord {lvalue})
- isResolved(...)
- isResolved( (SymbolTableRecord)arg1) -> bool :
C++ signature :
bool isResolved(class PyDbSymbolTableRecord {lvalue})
- setName(...)
- setName( (SymbolTableRecord)arg1, (str)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setName(class PyDbSymbolTableRecord {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
Static methods inherited from DbObject:
- addPersistentReactor(...)
- addPersistentReactor( (DbObject)arg1, (ObjectId)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus addPersistentReactor(class PyDbObject {lvalue},class PyDbObjectId)
- assertNotifyEnabled(...)
- assertNotifyEnabled( (DbObject)arg1) -> None :
C++ signature :
void assertNotifyEnabled(class PyDbObject {lvalue})
- assertReadEnabled(...)
- assertReadEnabled( (DbObject)arg1) -> None :
C++ signature :
void assertReadEnabled(class PyDbObject {lvalue})
- assertWriteEnabled(...)
- assertWriteEnabled( (DbObject)arg1) -> None :
C++ signature :
void assertWriteEnabled(class PyDbObject {lvalue})
- cancel(...)
- cancel( (DbObject)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus cancel(class PyDbObject {lvalue})
- close(...)
- close( (DbObject)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus close(class PyDbObject {lvalue})
- createExtensionDictionary(...)
- createExtensionDictionary( (DbObject)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus createExtensionDictionary(class PyDbObject {lvalue})
- database(...)
- database( (DbObject)arg1) -> Database :
C++ signature :
class PyDbDatabase database(class PyDbObject {lvalue})
- disableUndoRecording(...)
- disableUndoRecording( (DbObject)arg1, (bool)arg2) -> None :
C++ signature :
void disableUndoRecording(class PyDbObject {lvalue},bool)
- downgradeOpen(...)
- downgradeOpen( (DbObject)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus downgradeOpen(class PyDbObject {lvalue})
- downgradeToNotify(...)
- downgradeToNotify( (DbObject)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus downgradeToNotify(class PyDbObject {lvalue},bool)
- erase(...)
- erase( (DbObject)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus erase(class PyDbObject {lvalue})
- extensionDictionary(...)
- extensionDictionary( (DbObject)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId extensionDictionary(class PyDbObject {lvalue})
- handOverTo(...)
- handOverTo( (DbObject)arg1, (DbObject)arg2, (bool)arg3, (bool)arg4) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus handOverTo(class PyDbObject {lvalue},class PyDbObject {lvalue},bool,bool)
- hasPersistentReactor(...)
- hasPersistentReactor( (DbObject)arg1, (ObjectId)arg2) -> bool :
C++ signature :
bool hasPersistentReactor(class PyDbObject {lvalue},class PyDbObjectId)
- isAProxy(...)
- isAProxy( (DbObject)arg1) -> bool :
C++ signature :
bool isAProxy(class PyDbObject {lvalue})
- isCancelling(...)
- isCancelling( (DbObject)arg1) -> bool :
C++ signature :
bool isCancelling(class PyDbObject {lvalue})
- isEraseStatusToggled(...)
- isEraseStatusToggled( (DbObject)arg1) -> bool :
C++ signature :
bool isEraseStatusToggled(class PyDbObject {lvalue})
- isErased(...)
- isErased( (DbObject)arg1) -> bool :
C++ signature :
bool isErased(class PyDbObject {lvalue})
- isModified(...)
- isModified( (DbObject)arg1) -> bool :
C++ signature :
bool isModified(class PyDbObject {lvalue})
- isModifiedGraphics(...)
- isModifiedGraphics( (DbObject)arg1) -> bool :
C++ signature :
bool isModifiedGraphics(class PyDbObject {lvalue})
- isModifiedXData(...)
- isModifiedXData( (DbObject)arg1) -> bool :
C++ signature :
bool isModifiedXData(class PyDbObject {lvalue})
- isNewObject(...)
- isNewObject( (DbObject)arg1) -> bool :
C++ signature :
bool isNewObject(class PyDbObject {lvalue})
- isNotifyEnabled(...)
- isNotifyEnabled( (DbObject)arg1) -> bool :
C++ signature :
bool isNotifyEnabled(class PyDbObject {lvalue})
- isNotifying(...)
- isNotifying( (DbObject)arg1) -> bool :
C++ signature :
bool isNotifying(class PyDbObject {lvalue})
- isReadEnabled(...)
- isReadEnabled( (DbObject)arg1) -> bool :
C++ signature :
bool isReadEnabled(class PyDbObject {lvalue})
- isReallyClosing(...)
- isReallyClosing( (DbObject)arg1) -> bool :
C++ signature :
bool isReallyClosing(class PyDbObject {lvalue})
- isTransactionResident(...)
- isTransactionResident( (DbObject)arg1) -> bool :
C++ signature :
bool isTransactionResident(class PyDbObject {lvalue})
- isUndoRecordingDisabled(...)
- isUndoRecordingDisabled( (DbObject)arg1) -> bool :
C++ signature :
bool isUndoRecordingDisabled(class PyDbObject {lvalue})
- isUndoing(...)
- isUndoing( (DbObject)arg1) -> bool :
C++ signature :
bool isUndoing(class PyDbObject {lvalue})
- isWriteEnabled(...)
- isWriteEnabled( (DbObject)arg1) -> bool :
C++ signature :
bool isWriteEnabled(class PyDbObject {lvalue})
- objectId(...)
- objectId( (DbObject)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId objectId(class PyDbObject {lvalue})
- ownerId(...)
- ownerId( (DbObject)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId ownerId(class PyDbObject {lvalue})
- releaseExtensionDictionary(...)
- releaseExtensionDictionary( (DbObject)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus releaseExtensionDictionary(class PyDbObject {lvalue})
- removePersistentReactor(...)
- removePersistentReactor( (DbObject)arg1, (ObjectId)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus removePersistentReactor(class PyDbObject {lvalue},class PyDbObjectId)
- setOwnerId(...)
- setOwnerId( (DbObject)arg1, (ObjectId)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setOwnerId(class PyDbObject {lvalue},class PyDbObjectId)
- setXData(...)
- setXData( (DbObject)arg1, (list)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setXData(class PyDbObject {lvalue},class boost::python::list)
- swapIdWith(...)
- swapIdWith( (DbObject)arg1, (ObjectId)arg2, (bool)arg3, (bool)arg4) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus swapIdWith(class PyDbObject {lvalue},class PyDbObjectId {lvalue},bool,bool)
- upgradeFromNotify(...)
- upgradeFromNotify( (DbObject)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus upgradeFromNotify(class PyDbObject {lvalue},bool {lvalue})
- upgradeOpen(...)
- upgradeOpen( (DbObject)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus upgradeOpen(class PyDbObject {lvalue})
- xData(...)
- xData( (DbObject)arg1, (str)arg2) -> list :
C++ signature :
class boost::python::list xData(class PyDbObject {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
- xDataTransformBy(...)
- xDataTransformBy( (DbObject)arg1, (Matrix3d)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus xDataTransformBy(class PyDbObject {lvalue},class AcGeMatrix3d)
Static methods inherited from PyGi.Drawable:
- isA(...)
- isA( (Drawable)arg1) -> RxClass :
C++ signature :
class PyRxClass isA(class PyGiDrawable {lvalue})
Static methods inherited from PyRx.RxObject:
- __eq__(...)
- __eq__( (RxObject)arg1, (RxObject)arg2) -> bool :
C++ signature :
bool __eq__(class PyRxObject {lvalue},class PyRxObject)
- __ne__(...)
- __ne__( (RxObject)arg1, (RxObject)arg2) -> bool :
C++ signature :
bool __ne__(class PyRxObject {lvalue},class PyRxObject)
- isNull(...)
- isNull( (RxObject)arg1) -> bool :
C++ signature :
bool isNull(class PyRxObject {lvalue})
Static methods inherited from Boost.Python.instance:
- __new__(*args, **kwargs) from Boost.Python.class
- Create and return a new object. See help(type) for accurate signature.
Data descriptors inherited from Boost.Python.instance:
- __dict__
- __weakref__
|
class Dimension(Entity) |
| | |
- Method resolution order:
- Dimension
- Entity
- DbObject
- PyGi.Drawable
- PyRx.RxObject
- Boost.Python.instance
- builtins.object
Static methods defined here:
- __init__(...)
- __init__( (object)arg1, (ObjectId)arg2, (OpenMode)arg3) -> None :
C++ signature :
void __init__(struct _object * __ptr64,class PyDbObjectId,enum AcDb::OpenMode)
- __reduce__ = (...)
- altSuppressLeadingZeros(...)
- altSuppressLeadingZeros( (Dimension)arg1) -> bool :
C++ signature :
bool altSuppressLeadingZeros(class PyDbDimension {lvalue})
- altSuppressTrailingZeros(...)
- altSuppressTrailingZeros( (Dimension)arg1) -> bool :
C++ signature :
bool altSuppressTrailingZeros(class PyDbDimension {lvalue})
- altSuppressZeroFeet(...)
- altSuppressZeroFeet( (Dimension)arg1) -> bool :
C++ signature :
bool altSuppressZeroFeet(class PyDbDimension {lvalue})
- altSuppressZeroInches(...)
- altSuppressZeroInches( (Dimension)arg1) -> bool :
C++ signature :
bool altSuppressZeroInches(class PyDbDimension {lvalue})
- altToleranceSuppressLeadingZeros(...)
- altToleranceSuppressLeadingZeros( (Dimension)arg1) -> bool :
C++ signature :
bool altToleranceSuppressLeadingZeros(class PyDbDimension {lvalue})
- altToleranceSuppressTrailingZeros(...)
- altToleranceSuppressTrailingZeros( (Dimension)arg1) -> bool :
C++ signature :
bool altToleranceSuppressTrailingZeros(class PyDbDimension {lvalue})
- altToleranceSuppressZeroFeet(...)
- altToleranceSuppressZeroFeet( (Dimension)arg1) -> bool :
C++ signature :
bool altToleranceSuppressZeroFeet(class PyDbDimension {lvalue})
- altToleranceSuppressZeroInches(...)
- altToleranceSuppressZeroInches( (Dimension)arg1) -> bool :
C++ signature :
bool altToleranceSuppressZeroInches(class PyDbDimension {lvalue})
- alternatePrefix(...)
- alternatePrefix( (Dimension)arg1) -> str :
C++ signature :
class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > alternatePrefix(class PyDbDimension {lvalue})
- alternateSuffix(...)
- alternateSuffix( (Dimension)arg1) -> str :
C++ signature :
class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > alternateSuffix(class PyDbDimension {lvalue})
- blockTransform(...)
- blockTransform( (Dimension)arg1) -> Matrix3d :
C++ signature :
class AcGeMatrix3d blockTransform(class PyDbDimension {lvalue})
- centerMarkSize(...)
- centerMarkSize( (Dimension)arg1) -> float :
C++ signature :
double centerMarkSize(class PyDbDimension {lvalue})
- className(...)
- className() -> str :
C++ signature :
class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > className()
- desc(...)
- desc() -> RxClass :
C++ signature :
class PyRxClass desc()
- dimBlockId(...)
- dimBlockId( (Dimension)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId dimBlockId(class PyDbDimension {lvalue})
- dimBlockPosition(...)
- dimBlockPosition( (Dimension)arg1) -> Point3d :
C++ signature :
class AcGePoint3d dimBlockPosition(class PyDbDimension {lvalue})
- dimExt1Linetype(...)
- dimExt1Linetype( (Dimension)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId dimExt1Linetype(class PyDbDimension {lvalue})
- dimExt2Linetype(...)
- dimExt2Linetype( (Dimension)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId dimExt2Linetype(class PyDbDimension {lvalue})
- dimLineLinetype(...)
- dimLineLinetype( (Dimension)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId dimLineLinetype(class PyDbDimension {lvalue})
- dimensionStyle(...)
- dimensionStyle( (Dimension)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId dimensionStyle(class PyDbDimension {lvalue})
- dimensionText(...)
- dimensionText( (Dimension)arg1) -> str :
C++ signature :
class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > dimensionText(class PyDbDimension {lvalue})
- elevation(...)
- elevation( (Dimension)arg1) -> float :
C++ signature :
double elevation(class PyDbDimension {lvalue})
- fieldFromMText(...)
- fieldFromMText( (Dimension)arg1, (MText)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus fieldFromMText(class PyDbDimension {lvalue},class PyDbMText {lvalue})
- fieldToMText(...)
- fieldToMText( (Dimension)arg1, (MText)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus fieldToMText(class PyDbDimension {lvalue},class PyDbMText {lvalue})
- formatMeasurement(...)
- formatMeasurement( (Dimension)arg1, (float)arg2) -> str :
C++ signature :
class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > formatMeasurement(class PyDbDimension {lvalue},double)
formatMeasurement( (Dimension)arg1, (float)arg2, (str)arg3) -> str :
C++ signature :
class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > formatMeasurement(class PyDbDimension {lvalue},double,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
- generateLayout(...)
- generateLayout( (Dimension)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus generateLayout(class PyDbDimension {lvalue})
- getArrowFirstIsFlipped(...)
- getArrowFirstIsFlipped( (Dimension)arg1) -> bool :
C++ signature :
bool getArrowFirstIsFlipped(class PyDbDimension {lvalue})
- getArrowSecondIsFlipped(...)
- getArrowSecondIsFlipped( (Dimension)arg1) -> bool :
C++ signature :
bool getArrowSecondIsFlipped(class PyDbDimension {lvalue})
- getDimstyleData(...)
- getDimstyleData( (Dimension)arg1) -> DimStyleTableRecord :
C++ signature :
class PyDbDimStyleTableRecord getDimstyleData(class PyDbDimension {lvalue})
- horizontalRotation(...)
- horizontalRotation( (Dimension)arg1) -> float :
C++ signature :
double horizontalRotation(class PyDbDimension {lvalue})
- inspection(...)
- inspection( (Dimension)arg1) -> bool :
C++ signature :
bool inspection(class PyDbDimension {lvalue})
- inspectionFrame(...)
- inspectionFrame( (Dimension)arg1) -> int :
C++ signature :
int inspectionFrame(class PyDbDimension {lvalue})
- inspectionLabel(...)
- inspectionLabel( (Dimension)arg1) -> str :
C++ signature :
class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > inspectionLabel(class PyDbDimension {lvalue})
- isConstraintDynamic(...)
- isConstraintDynamic( (Dimension)arg1) -> bool :
C++ signature :
bool isConstraintDynamic(class PyDbDimension {lvalue})
- isConstraintObject(...)
- isConstraintObject( (Dimension)arg1) -> tuple :
C++ signature :
class boost::python::tuple isConstraintObject(class PyDbDimension {lvalue})
- isDynamicDimension(...)
- isDynamicDimension( (Dimension)arg1) -> bool :
C++ signature :
bool isDynamicDimension(class PyDbDimension {lvalue})
- isHorizontalRefTextRotation(...)
- isHorizontalRefTextRotation( (Dimension)arg1) -> bool :
C++ signature :
bool isHorizontalRefTextRotation(class PyDbDimension {lvalue})
- isUsingDefaultTextPosition(...)
- isUsingDefaultTextPosition( (Dimension)arg1) -> bool :
C++ signature :
bool isUsingDefaultTextPosition(class PyDbDimension {lvalue})
- measurement(...)
- measurement( (Dimension)arg1) -> float :
C++ signature :
double measurement(class PyDbDimension {lvalue})
- normal(...)
- normal( (Dimension)arg1) -> Vector3d :
C++ signature :
class AcGeVector3d normal(class PyDbDimension {lvalue})
- prefix(...)
- prefix( (Dimension)arg1) -> str :
C++ signature :
class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > prefix(class PyDbDimension {lvalue})
- recomputeDimBlock(...)
- recomputeDimBlock( (Dimension)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus recomputeDimBlock(class PyDbDimension {lvalue})
recomputeDimBlock( (Dimension)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus recomputeDimBlock(class PyDbDimension {lvalue},bool)
- removeTextField(...)
- removeTextField( (Dimension)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus removeTextField(class PyDbDimension {lvalue})
- resetTextDefinedSize(...)
- resetTextDefinedSize( (Dimension)arg1) -> None :
C++ signature :
void resetTextDefinedSize(class PyDbDimension {lvalue})
- setAltSuppressLeadingZeros(...)
- setAltSuppressLeadingZeros( (Dimension)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setAltSuppressLeadingZeros(class PyDbDimension {lvalue},bool)
- setAltSuppressTrailingZeros(...)
- setAltSuppressTrailingZeros( (Dimension)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setAltSuppressTrailingZeros(class PyDbDimension {lvalue},bool)
- setAltSuppressZeroFeet(...)
- setAltSuppressZeroFeet( (Dimension)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setAltSuppressZeroFeet(class PyDbDimension {lvalue},bool)
- setAltSuppressZeroInches(...)
- setAltSuppressZeroInches( (Dimension)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setAltSuppressZeroInches(class PyDbDimension {lvalue},bool)
- setAltToleranceSuppressLeadingZeros(...)
- setAltToleranceSuppressLeadingZeros( (Dimension)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setAltToleranceSuppressLeadingZeros(class PyDbDimension {lvalue},bool)
- setAltToleranceSuppressTrailingZeros(...)
- setAltToleranceSuppressTrailingZeros( (Dimension)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setAltToleranceSuppressTrailingZeros(class PyDbDimension {lvalue},bool)
- setAltToleranceSuppressZeroFeet(...)
- setAltToleranceSuppressZeroFeet( (Dimension)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setAltToleranceSuppressZeroFeet(class PyDbDimension {lvalue},bool)
- setAltToleranceSuppressZeroInches(...)
- setAltToleranceSuppressZeroInches( (Dimension)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setAltToleranceSuppressZeroInches(class PyDbDimension {lvalue},bool)
- setAlternatePrefix(...)
- setAlternatePrefix( (Dimension)arg1, (str)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setAlternatePrefix(class PyDbDimension {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
- setAlternateSuffix(...)
- setAlternateSuffix( (Dimension)arg1, (str)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setAlternateSuffix(class PyDbDimension {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
- setArrowFirstIsFlipped(...)
- setArrowFirstIsFlipped( (Dimension)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setArrowFirstIsFlipped(class PyDbDimension {lvalue},bool)
- setArrowSecondIsFlipped(...)
- setArrowSecondIsFlipped( (Dimension)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setArrowSecondIsFlipped(class PyDbDimension {lvalue},bool)
- setConstraintDynamic(...)
- setConstraintDynamic( (Dimension)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setConstraintDynamic(class PyDbDimension {lvalue},bool)
- setDimBlockId(...)
- setDimBlockId( (Dimension)arg1, (ObjectId)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setDimBlockId(class PyDbDimension {lvalue},class PyDbObjectId)
- setDimBlockPosition(...)
- setDimBlockPosition( (Dimension)arg1, (Point3d)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setDimBlockPosition(class PyDbDimension {lvalue},class AcGePoint3d)
- setDimExt1Linetype(...)
- setDimExt1Linetype( (Dimension)arg1, (ObjectId)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setDimExt1Linetype(class PyDbDimension {lvalue},class PyDbObjectId)
- setDimExt2Linetype(...)
- setDimExt2Linetype( (Dimension)arg1, (ObjectId)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setDimExt2Linetype(class PyDbDimension {lvalue},class PyDbObjectId)
- setDimLineLinetype(...)
- setDimLineLinetype( (Dimension)arg1, (ObjectId)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setDimLineLinetype(class PyDbDimension {lvalue},class PyDbObjectId)
- setDimensionStyle(...)
- setDimensionStyle( (Dimension)arg1, (ObjectId)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setDimensionStyle(class PyDbDimension {lvalue},class PyDbObjectId)
- setDimensionText(...)
- setDimensionText( (Dimension)arg1, (str)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setDimensionText(class PyDbDimension {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
- setDimstyleData(...)
- setDimstyleData( (Dimension)arg1, (ObjectId)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setDimstyleData(class PyDbDimension {lvalue},class PyDbObjectId)
setDimstyleData( (Dimension)arg1, (DimStyleTableRecord)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setDimstyleData(class PyDbDimension {lvalue},class PyDbDimStyleTableRecord)
- setDynamicDimension(...)
- setDynamicDimension( (Dimension)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setDynamicDimension(class PyDbDimension {lvalue},bool)
- setElevation(...)
- setElevation( (Dimension)arg1, (float)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setElevation(class PyDbDimension {lvalue},double)
- setHorizontalRefTextRotation(...)
- setHorizontalRefTextRotation( (Dimension)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setHorizontalRefTextRotation(class PyDbDimension {lvalue},bool)
- setHorizontalRotation(...)
- setHorizontalRotation( (Dimension)arg1, (float)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setHorizontalRotation(class PyDbDimension {lvalue},double)
- setInspection(...)
- setInspection( (Dimension)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setInspection(class PyDbDimension {lvalue},bool)
- setInspectionFrame(...)
- setInspectionFrame( (Dimension)arg1, (int)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setInspectionFrame(class PyDbDimension {lvalue},int)
- setInspectionLabel(...)
- setInspectionLabel( (Dimension)arg1, (str)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setInspectionLabel(class PyDbDimension {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
- setNormal(...)
- setNormal( (Dimension)arg1, (Vector3d)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setNormal(class PyDbDimension {lvalue},class AcGeVector3d)
- setPrefix(...)
- setPrefix( (Dimension)arg1, (str)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setPrefix(class PyDbDimension {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
- setShouldParticipateInOPM(...)
- setShouldParticipateInOPM( (Dimension)arg1, (bool)arg2) -> None :
C++ signature :
void setShouldParticipateInOPM(class PyDbDimension {lvalue},bool)
- setSuffix(...)
- setSuffix( (Dimension)arg1, (str)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setSuffix(class PyDbDimension {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
- setSuppressAngularTrailingZeros(...)
- setSuppressAngularTrailingZeros( (Dimension)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setSuppressAngularTrailingZeros(class PyDbDimension {lvalue},bool)
- setSuppressLeadingZeros(...)
- setSuppressLeadingZeros( (Dimension)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setSuppressLeadingZeros(class PyDbDimension {lvalue},bool)
- setSuppressTrailingZeros(...)
- setSuppressTrailingZeros( (Dimension)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setSuppressTrailingZeros(class PyDbDimension {lvalue},bool)
- setSuppressZeroFeet(...)
- setSuppressZeroFeet( (Dimension)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setSuppressZeroFeet(class PyDbDimension {lvalue},bool)
- setSuppressZeroInches(...)
- setSuppressZeroInches( (Dimension)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setSuppressZeroInches(class PyDbDimension {lvalue},bool)
- setTextAttachment(...)
- setTextAttachment( (Dimension)arg1, (MTextAttachmentPoint)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setTextAttachment(class PyDbDimension {lvalue},enum AcDbMText::AttachmentPoint)
- setTextDefinedSize(...)
- setTextDefinedSize( (Dimension)arg1, (float)arg2, (float)arg3) -> None :
C++ signature :
void setTextDefinedSize(class PyDbDimension {lvalue},double,double)
- setTextLineSpacingFactor(...)
- setTextLineSpacingFactor( (Dimension)arg1, (float)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setTextLineSpacingFactor(class PyDbDimension {lvalue},double)
- setTextLineSpacingStyle(...)
- setTextLineSpacingStyle( (Dimension)arg1, (LineSpacingStyle)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setTextLineSpacingStyle(class PyDbDimension {lvalue},enum AcDb::LineSpacingStyle)
- setTextPosition(...)
- setTextPosition( (Dimension)arg1, (Point3d)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setTextPosition(class PyDbDimension {lvalue},class AcGePoint3d)
- setTextRotation(...)
- setTextRotation( (Dimension)arg1, (float)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setTextRotation(class PyDbDimension {lvalue},double)
- setToleranceSuppressLeadingZeros(...)
- setToleranceSuppressLeadingZeros( (Dimension)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setToleranceSuppressLeadingZeros(class PyDbDimension {lvalue},bool)
- setToleranceSuppressTrailingZeros(...)
- setToleranceSuppressTrailingZeros( (Dimension)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setToleranceSuppressTrailingZeros(class PyDbDimension {lvalue},bool)
- setToleranceSuppressZeroFeet(...)
- setToleranceSuppressZeroFeet( (Dimension)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setToleranceSuppressZeroFeet(class PyDbDimension {lvalue},bool)
- setToleranceSuppressZeroInches(...)
- setToleranceSuppressZeroInches( (Dimension)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setToleranceSuppressZeroInches(class PyDbDimension {lvalue},bool)
- setUsingDefaultTextPosition(...)
- setUsingDefaultTextPosition( (Dimension)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setUsingDefaultTextPosition(class PyDbDimension {lvalue},bool)
- shouldParticipateInOPM(...)
- shouldParticipateInOPM( (Dimension)arg1) -> bool :
C++ signature :
bool shouldParticipateInOPM(class PyDbDimension {lvalue})
- suffix(...)
- suffix( (Dimension)arg1) -> str :
C++ signature :
class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > suffix(class PyDbDimension {lvalue})
- suppressAngularLeadingZeros(...)
- suppressAngularLeadingZeros( (Dimension)arg1) -> bool :
C++ signature :
bool suppressAngularLeadingZeros(class PyDbDimension {lvalue})
- suppressAngularTrailingZeros(...)
- suppressAngularTrailingZeros( (Dimension)arg1) -> bool :
C++ signature :
bool suppressAngularTrailingZeros(class PyDbDimension {lvalue})
- suppressLeadingZeros(...)
- suppressLeadingZeros( (Dimension)arg1) -> bool :
C++ signature :
bool suppressLeadingZeros(class PyDbDimension {lvalue})
- suppressTrailingZeros(...)
- suppressTrailingZeros( (Dimension)arg1) -> bool :
C++ signature :
bool suppressTrailingZeros(class PyDbDimension {lvalue})
- suppressZeroFeet(...)
- suppressZeroFeet( (Dimension)arg1) -> bool :
C++ signature :
bool suppressZeroFeet(class PyDbDimension {lvalue})
- suppressZeroInches(...)
- suppressZeroInches( (Dimension)arg1) -> bool :
C++ signature :
bool suppressZeroInches(class PyDbDimension {lvalue})
- textAttachment(...)
- textAttachment( (Dimension)arg1) -> MTextAttachmentPoint :
C++ signature :
enum AcDbMText::AttachmentPoint textAttachment(class PyDbDimension {lvalue})
- textDefinedSize(...)
- textDefinedSize( (Dimension)arg1) -> tuple :
C++ signature :
class boost::python::tuple textDefinedSize(class PyDbDimension {lvalue})
- textLineSpacingFactor(...)
- textLineSpacingFactor( (Dimension)arg1) -> float :
C++ signature :
double textLineSpacingFactor(class PyDbDimension {lvalue})
- textLineSpacingStyle(...)
- textLineSpacingStyle( (Dimension)arg1) -> LineSpacingStyle :
C++ signature :
enum AcDb::LineSpacingStyle textLineSpacingStyle(class PyDbDimension {lvalue})
- textPosition(...)
- textPosition( (Dimension)arg1) -> Point3d :
C++ signature :
class AcGePoint3d textPosition(class PyDbDimension {lvalue})
- textRotation(...)
- textRotation( (Dimension)arg1) -> float :
C++ signature :
double textRotation(class PyDbDimension {lvalue})
- toleranceSuppressLeadingZeros(...)
- toleranceSuppressLeadingZeros( (Dimension)arg1) -> bool :
C++ signature :
bool toleranceSuppressLeadingZeros(class PyDbDimension {lvalue})
- toleranceSuppressTrailingZeros(...)
- toleranceSuppressTrailingZeros( (Dimension)arg1) -> bool :
C++ signature :
bool toleranceSuppressTrailingZeros(class PyDbDimension {lvalue})
- toleranceSuppressZeroFeet(...)
- toleranceSuppressZeroFeet( (Dimension)arg1) -> bool :
C++ signature :
bool toleranceSuppressZeroFeet(class PyDbDimension {lvalue})
- toleranceSuppressZeroInches(...)
- toleranceSuppressZeroInches( (Dimension)arg1) -> bool :
C++ signature :
bool toleranceSuppressZeroInches(class PyDbDimension {lvalue})
- useDefaultTextPosition(...)
- useDefaultTextPosition( (Dimension)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus useDefaultTextPosition(class PyDbDimension {lvalue})
- useSetTextPosition(...)
- useSetTextPosition( (Dimension)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus useSetTextPosition(class PyDbDimension {lvalue})
Static methods inherited from Entity:
- blockId(...)
- blockId( (Entity)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId blockId(class PyDbEntity {lvalue})
- castShadows(...)
- castShadows( (Entity)arg1) -> bool :
C++ signature :
bool castShadows(class PyDbEntity {lvalue})
- collisionType(...)
- collisionType( (Entity)arg1) -> CollisionType :
C++ signature :
enum AcDb::CollisionType collisionType(class PyDbEntity {lvalue})
- color(...)
- color( (Entity)arg1) -> Color :
C++ signature :
class AcCmColor color(class PyDbEntity {lvalue})
- colorIndex(...)
- colorIndex( (Entity)arg1) -> int :
C++ signature :
unsigned short colorIndex(class PyDbEntity {lvalue})
- draw(...)
- draw( (Entity)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus draw(class PyDbEntity {lvalue})
- entityColor(...)
- entityColor( (Entity)arg1) -> EntityColor :
C++ signature :
class AcCmEntityColor entityColor(class PyDbEntity {lvalue})
- getCompoundObjectTransform(...)
- getCompoundObjectTransform( (Entity)arg1, (Matrix3d)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus getCompoundObjectTransform(class PyDbEntity {lvalue},class AcGeMatrix3d {lvalue})
- getEcs(...)
- getEcs( (Entity)arg1, (Matrix3d)arg2) -> None :
C++ signature :
void getEcs(class PyDbEntity {lvalue},class AcGeMatrix3d {lvalue})
- getGeomExtents(...)
- getGeomExtents( (Entity)arg1, (Extents)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus getGeomExtents(class PyDbEntity {lvalue},class AcDbExtents {lvalue})
- getPlane(...)
- getPlane( (Entity)arg1) -> Plane :
C++ signature :
class PyGePlane getPlane(class PyDbEntity {lvalue})
- getPlotStyleNameId(...)
- getPlotStyleNameId( (Entity)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId getPlotStyleNameId(class PyDbEntity {lvalue})
- isPlanar(...)
- isPlanar( (Entity)arg1) -> bool :
C++ signature :
bool isPlanar(class PyDbEntity {lvalue})
- layer(...)
- layer( (Entity)arg1) -> str :
C++ signature :
class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > layer(class PyDbEntity {lvalue})
- layerId(...)
- layerId( (Entity)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId layerId(class PyDbEntity {lvalue})
- lineWeight(...)
- lineWeight( (Entity)arg1) -> LineWeight :
C++ signature :
enum AcDb::LineWeight lineWeight(class PyDbEntity {lvalue})
- linetype(...)
- linetype( (Entity)arg1) -> str :
C++ signature :
class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > linetype(class PyDbEntity {lvalue})
- linetypeId(...)
- linetypeId( (Entity)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId linetypeId(class PyDbEntity {lvalue})
- linetypeScale(...)
- linetypeScale( (Entity)arg1) -> float :
C++ signature :
double linetypeScale(class PyDbEntity {lvalue})
- list(...)
- list( (Entity)arg1) -> None :
C++ signature :
void list(class PyDbEntity {lvalue})
- material(...)
- material( (Entity)arg1) -> str :
C++ signature :
class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > material(class PyDbEntity {lvalue})
- materialId(...)
- materialId( (Entity)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId materialId(class PyDbEntity {lvalue})
- plotStyleName(...)
- plotStyleName( (Entity)arg1) -> str :
C++ signature :
class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > plotStyleName(class PyDbEntity {lvalue})
- receiveShadows(...)
- receiveShadows( (Entity)arg1) -> bool :
C++ signature :
bool receiveShadows(class PyDbEntity {lvalue})
- recordGraphicsModified(...)
- recordGraphicsModified( (Entity)arg1) -> None :
C++ signature :
void recordGraphicsModified(class PyDbEntity {lvalue})
recordGraphicsModified( (Entity)arg1) -> None :
C++ signature :
void recordGraphicsModified(class PyDbEntity {lvalue})
- setCastShadows(...)
- setCastShadows( (Entity)arg1, (bool)arg2) -> None :
C++ signature :
void setCastShadows(class PyDbEntity {lvalue},bool)
- setColor(...)
- setColor( (Entity)arg1, (Color)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setColor(class PyDbEntity {lvalue},class AcCmColor)
setColor( (Entity)arg1, (Color)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setColor(class PyDbEntity {lvalue},class AcCmColor,bool)
setColor( (Entity)arg1, (Color)arg2, (bool)arg3, (Database)arg4) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setColor(class PyDbEntity {lvalue},class AcCmColor,bool,class PyDbDatabase {lvalue})
- setColorIndex(...)
- setColorIndex( (Entity)arg1, (int)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setColorIndex(class PyDbEntity {lvalue},unsigned short)
setColorIndex( (Entity)arg1, (int)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setColorIndex(class PyDbEntity {lvalue},unsigned short,bool)
- setDatabaseDefaults(...)
- setDatabaseDefaults( (Entity)arg1) -> None :
C++ signature :
void setDatabaseDefaults(class PyDbEntity {lvalue})
setDatabaseDefaults( (Entity)arg1, (Database)arg2) -> None :
C++ signature :
void setDatabaseDefaults(class PyDbEntity {lvalue},class PyDbDatabase)
- setLayer(...)
- setLayer( (Entity)arg1, (str)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLayer(class PyDbEntity {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
setLayer( (Entity)arg1, (str)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLayer(class PyDbEntity {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,bool)
setLayer( (Entity)arg1, (str)arg2, (bool)arg3, (bool)arg4) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLayer(class PyDbEntity {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,bool,bool)
setLayer( (Entity)arg1, (ObjectId)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLayer(class PyDbEntity {lvalue},class PyDbObjectId)
setLayer( (Entity)arg1, (ObjectId)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLayer(class PyDbEntity {lvalue},class PyDbObjectId,bool)
setLayer( (Entity)arg1, (ObjectId)arg2, (bool)arg3, (bool)arg4) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLayer(class PyDbEntity {lvalue},class PyDbObjectId,bool,bool)
- setLineWeight(...)
- setLineWeight( (Entity)arg1, (LineWeight)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLineWeight(class PyDbEntity {lvalue},enum AcDb::LineWeight)
setLineWeight( (Entity)arg1, (LineWeight)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLineWeight(class PyDbEntity {lvalue},enum AcDb::LineWeight,bool)
- setLinetype(...)
- setLinetype( (Entity)arg1, (str)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLinetype(class PyDbEntity {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
setLinetype( (Entity)arg1, (str)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLinetype(class PyDbEntity {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,bool)
setLinetype( (Entity)arg1, (ObjectId)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLinetype(class PyDbEntity {lvalue},class PyDbObjectId)
setLinetype( (Entity)arg1, (ObjectId)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLinetype(class PyDbEntity {lvalue},class PyDbObjectId,bool)
- setLinetypeScale(...)
- setLinetypeScale( (Entity)arg1, (float)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLinetypeScale(class PyDbEntity {lvalue},double)
setLinetypeScale( (Entity)arg1, (float)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLinetypeScale(class PyDbEntity {lvalue},double,bool)
- setMaterial(...)
- setMaterial( (Entity)arg1, (str)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setMaterial(class PyDbEntity {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
setMaterial( (Entity)arg1, (str)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setMaterial(class PyDbEntity {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,bool)
setMaterial( (Entity)arg1, (ObjectId)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setMaterial(class PyDbEntity {lvalue},class PyDbObjectId)
setMaterial( (Entity)arg1, (ObjectId)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setMaterial(class PyDbEntity {lvalue},class PyDbObjectId,bool)
- setPlotStyleName(...)
- setPlotStyleName( (Entity)arg1, (str)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setPlotStyleName(class PyDbEntity {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,bool)
setPlotStyleName( (Entity)arg1, (PlotStyleNameType)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setPlotStyleName(class PyDbEntity {lvalue},enum AcDb::PlotStyleNameType,bool)
setPlotStyleName( (Entity)arg1, (PlotStyleNameType)arg2, (ObjectId)arg3, (bool)arg4) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setPlotStyleName(class PyDbEntity {lvalue},enum AcDb::PlotStyleNameType,class PyDbObjectId,bool)
- setPropertiesFrom(...)
- setPropertiesFrom( (Entity)arg1, (Entity)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setPropertiesFrom(class PyDbEntity {lvalue},class PyDbEntity)
setPropertiesFrom( (Entity)arg1, (Entity)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setPropertiesFrom(class PyDbEntity {lvalue},class PyDbEntity,bool)
- setReceiveShadows(...)
- setReceiveShadows( (Entity)arg1, (bool)arg2) -> None :
C++ signature :
void setReceiveShadows(class PyDbEntity {lvalue},bool)
- setVisibility(...)
- setVisibility( (Entity)arg1, (Visibility)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setVisibility(class PyDbEntity {lvalue},enum AcDb::Visibility)
setVisibility( (Entity)arg1, (Visibility)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setVisibility(class PyDbEntity {lvalue},enum AcDb::Visibility,bool)
- transformBy(...)
- transformBy( (Entity)arg1, (Matrix3d)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus transformBy(class PyDbEntity {lvalue},class AcGeMatrix3d)
- visibility(...)
- visibility( (Entity)arg1) -> Visibility :
C++ signature :
enum AcDb::Visibility visibility(class PyDbEntity {lvalue})
Static methods inherited from DbObject:
- addPersistentReactor(...)
- addPersistentReactor( (DbObject)arg1, (ObjectId)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus addPersistentReactor(class PyDbObject {lvalue},class PyDbObjectId)
- assertNotifyEnabled(...)
- assertNotifyEnabled( (DbObject)arg1) -> None :
C++ signature :
void assertNotifyEnabled(class PyDbObject {lvalue})
- assertReadEnabled(...)
- assertReadEnabled( (DbObject)arg1) -> None :
C++ signature :
void assertReadEnabled(class PyDbObject {lvalue})
- assertWriteEnabled(...)
- assertWriteEnabled( (DbObject)arg1) -> None :
C++ signature :
void assertWriteEnabled(class PyDbObject {lvalue})
- cancel(...)
- cancel( (DbObject)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus cancel(class PyDbObject {lvalue})
- close(...)
- close( (DbObject)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus close(class PyDbObject {lvalue})
- createExtensionDictionary(...)
- createExtensionDictionary( (DbObject)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus createExtensionDictionary(class PyDbObject {lvalue})
- database(...)
- database( (DbObject)arg1) -> Database :
C++ signature :
class PyDbDatabase database(class PyDbObject {lvalue})
- disableUndoRecording(...)
- disableUndoRecording( (DbObject)arg1, (bool)arg2) -> None :
C++ signature :
void disableUndoRecording(class PyDbObject {lvalue},bool)
- downgradeOpen(...)
- downgradeOpen( (DbObject)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus downgradeOpen(class PyDbObject {lvalue})
- downgradeToNotify(...)
- downgradeToNotify( (DbObject)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus downgradeToNotify(class PyDbObject {lvalue},bool)
- erase(...)
- erase( (DbObject)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus erase(class PyDbObject {lvalue})
- extensionDictionary(...)
- extensionDictionary( (DbObject)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId extensionDictionary(class PyDbObject {lvalue})
- handOverTo(...)
- handOverTo( (DbObject)arg1, (DbObject)arg2, (bool)arg3, (bool)arg4) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus handOverTo(class PyDbObject {lvalue},class PyDbObject {lvalue},bool,bool)
- hasPersistentReactor(...)
- hasPersistentReactor( (DbObject)arg1, (ObjectId)arg2) -> bool :
C++ signature :
bool hasPersistentReactor(class PyDbObject {lvalue},class PyDbObjectId)
- isAProxy(...)
- isAProxy( (DbObject)arg1) -> bool :
C++ signature :
bool isAProxy(class PyDbObject {lvalue})
- isCancelling(...)
- isCancelling( (DbObject)arg1) -> bool :
C++ signature :
bool isCancelling(class PyDbObject {lvalue})
- isEraseStatusToggled(...)
- isEraseStatusToggled( (DbObject)arg1) -> bool :
C++ signature :
bool isEraseStatusToggled(class PyDbObject {lvalue})
- isErased(...)
- isErased( (DbObject)arg1) -> bool :
C++ signature :
bool isErased(class PyDbObject {lvalue})
- isModified(...)
- isModified( (DbObject)arg1) -> bool :
C++ signature :
bool isModified(class PyDbObject {lvalue})
- isModifiedGraphics(...)
- isModifiedGraphics( (DbObject)arg1) -> bool :
C++ signature :
bool isModifiedGraphics(class PyDbObject {lvalue})
- isModifiedXData(...)
- isModifiedXData( (DbObject)arg1) -> bool :
C++ signature :
bool isModifiedXData(class PyDbObject {lvalue})
- isNewObject(...)
- isNewObject( (DbObject)arg1) -> bool :
C++ signature :
bool isNewObject(class PyDbObject {lvalue})
- isNotifyEnabled(...)
- isNotifyEnabled( (DbObject)arg1) -> bool :
C++ signature :
bool isNotifyEnabled(class PyDbObject {lvalue})
- isNotifying(...)
- isNotifying( (DbObject)arg1) -> bool :
C++ signature :
bool isNotifying(class PyDbObject {lvalue})
- isReadEnabled(...)
- isReadEnabled( (DbObject)arg1) -> bool :
C++ signature :
bool isReadEnabled(class PyDbObject {lvalue})
- isReallyClosing(...)
- isReallyClosing( (DbObject)arg1) -> bool :
C++ signature :
bool isReallyClosing(class PyDbObject {lvalue})
- isTransactionResident(...)
- isTransactionResident( (DbObject)arg1) -> bool :
C++ signature :
bool isTransactionResident(class PyDbObject {lvalue})
- isUndoRecordingDisabled(...)
- isUndoRecordingDisabled( (DbObject)arg1) -> bool :
C++ signature :
bool isUndoRecordingDisabled(class PyDbObject {lvalue})
- isUndoing(...)
- isUndoing( (DbObject)arg1) -> bool :
C++ signature :
bool isUndoing(class PyDbObject {lvalue})
- isWriteEnabled(...)
- isWriteEnabled( (DbObject)arg1) -> bool :
C++ signature :
bool isWriteEnabled(class PyDbObject {lvalue})
- objectId(...)
- objectId( (DbObject)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId objectId(class PyDbObject {lvalue})
- ownerId(...)
- ownerId( (DbObject)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId ownerId(class PyDbObject {lvalue})
- releaseExtensionDictionary(...)
- releaseExtensionDictionary( (DbObject)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus releaseExtensionDictionary(class PyDbObject {lvalue})
- removePersistentReactor(...)
- removePersistentReactor( (DbObject)arg1, (ObjectId)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus removePersistentReactor(class PyDbObject {lvalue},class PyDbObjectId)
- setOwnerId(...)
- setOwnerId( (DbObject)arg1, (ObjectId)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setOwnerId(class PyDbObject {lvalue},class PyDbObjectId)
- setXData(...)
- setXData( (DbObject)arg1, (list)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setXData(class PyDbObject {lvalue},class boost::python::list)
- swapIdWith(...)
- swapIdWith( (DbObject)arg1, (ObjectId)arg2, (bool)arg3, (bool)arg4) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus swapIdWith(class PyDbObject {lvalue},class PyDbObjectId {lvalue},bool,bool)
- upgradeFromNotify(...)
- upgradeFromNotify( (DbObject)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus upgradeFromNotify(class PyDbObject {lvalue},bool {lvalue})
- upgradeOpen(...)
- upgradeOpen( (DbObject)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus upgradeOpen(class PyDbObject {lvalue})
- xData(...)
- xData( (DbObject)arg1, (str)arg2) -> list :
C++ signature :
class boost::python::list xData(class PyDbObject {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
- xDataTransformBy(...)
- xDataTransformBy( (DbObject)arg1, (Matrix3d)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus xDataTransformBy(class PyDbObject {lvalue},class AcGeMatrix3d)
Static methods inherited from PyGi.Drawable:
- isA(...)
- isA( (Drawable)arg1) -> RxClass :
C++ signature :
class PyRxClass isA(class PyGiDrawable {lvalue})
Static methods inherited from PyRx.RxObject:
- __eq__(...)
- __eq__( (RxObject)arg1, (RxObject)arg2) -> bool :
C++ signature :
bool __eq__(class PyRxObject {lvalue},class PyRxObject)
- __ne__(...)
- __ne__( (RxObject)arg1, (RxObject)arg2) -> bool :
C++ signature :
bool __ne__(class PyRxObject {lvalue},class PyRxObject)
- isNull(...)
- isNull( (RxObject)arg1) -> bool :
C++ signature :
bool isNull(class PyRxObject {lvalue})
Static methods inherited from Boost.Python.instance:
- __new__(*args, **kwargs) from Boost.Python.class
- Create and return a new object. See help(type) for accurate signature.
Data descriptors inherited from Boost.Python.instance:
- __dict__
- __weakref__
|
class DrawLeaderOrderType(Boost.Python.enum) |
| | |
- Method resolution order:
- DrawLeaderOrderType
- Boost.Python.enum
- builtins.int
- builtins.object
Data and other attributes defined here:
- kDrawLeaderHeadFirst = PyDb.DrawLeaderOrderType.kDrawLeaderHeadFirst
- kDrawLeaderTailFirst = PyDb.DrawLeaderOrderType.kDrawLeaderTailFirst
- names = {'kDrawLeaderHeadFirst': PyDb.DrawLeaderOrderType.kDrawLeaderHeadFirst, 'kDrawLeaderTailFirst': PyDb.DrawLeaderOrderType.kDrawLeaderTailFirst}
- values = {0: PyDb.DrawLeaderOrderType.kDrawLeaderHeadFirst, 1: PyDb.DrawLeaderOrderType.kDrawLeaderTailFirst}
Methods inherited from Boost.Python.enum:
- __repr__(self, /)
- Return repr(self).
- __str__(self, /)
- Return str(self).
Data descriptors inherited from Boost.Python.enum:
- name
Methods inherited from builtins.int:
- __abs__(self, /)
- abs(self)
- __add__(self, value, /)
- Return self+value.
- __and__(self, value, /)
- Return self&value.
- __bool__(self, /)
- True if self else False
- __ceil__(...)
- Ceiling of an Integral returns itself.
- __divmod__(self, value, /)
- Return divmod(self, value).
- __eq__(self, value, /)
- Return self==value.
- __float__(self, /)
- float(self)
- __floor__(...)
- Flooring an Integral returns itself.
- __floordiv__(self, value, /)
- Return self//value.
- __format__(self, format_spec, /)
- Default object formatter.
- __ge__(self, value, /)
- Return self>=value.
- __getattribute__(self, name, /)
- Return getattr(self, name).
- __getnewargs__(self, /)
- __gt__(self, value, /)
- Return self>value.
- __hash__(self, /)
- Return hash(self).
- __index__(self, /)
- Return self converted to an integer, if self is suitable for use as an index into a list.
- __int__(self, /)
- int(self)
- __invert__(self, /)
- ~self
- __le__(self, value, /)
- Return self<=value.
- __lshift__(self, value, /)
- Return self<<value.
- __lt__(self, value, /)
- Return self<value.
- __mod__(self, value, /)
- Return self%value.
- __mul__(self, value, /)
- Return self*value.
- __ne__(self, value, /)
- Return self!=value.
- __neg__(self, /)
- -self
- __or__(self, value, /)
- Return self|value.
- __pos__(self, /)
- +self
- __pow__(self, value, mod=None, /)
- Return pow(self, value, mod).
- __radd__(self, value, /)
- Return value+self.
- __rand__(self, value, /)
- Return value&self.
- __rdivmod__(self, value, /)
- Return divmod(value, self).
- __rfloordiv__(self, value, /)
- Return value//self.
- __rlshift__(self, value, /)
- Return value<<self.
- __rmod__(self, value, /)
- Return value%self.
- __rmul__(self, value, /)
- Return value*self.
- __ror__(self, value, /)
- Return value|self.
- __round__(...)
- Rounding an Integral returns itself.
Rounding with an ndigits argument also returns an integer.
- __rpow__(self, value, mod=None, /)
- Return pow(value, self, mod).
- __rrshift__(self, value, /)
- Return value>>self.
- __rshift__(self, value, /)
- Return self>>value.
- __rsub__(self, value, /)
- Return value-self.
- __rtruediv__(self, value, /)
- Return value/self.
- __rxor__(self, value, /)
- Return value^self.
- __sizeof__(self, /)
- Returns size in memory, in bytes.
- __sub__(self, value, /)
- Return self-value.
- __truediv__(self, value, /)
- Return self/value.
- __trunc__(...)
- Truncating an Integral returns itself.
- __xor__(self, value, /)
- Return self^value.
- as_integer_ratio(self, /)
- Return integer ratio.
Return a pair of integers, whose ratio is exactly equal to the original int
and with a positive denominator.
>>> (10).as_integer_ratio()
(10, 1)
>>> (-10).as_integer_ratio()
(-10, 1)
>>> (0).as_integer_ratio()
(0, 1)
- bit_count(self, /)
- Number of ones in the binary representation of the absolute value of self.
Also known as the population count.
>>> bin(13)
'0b1101'
>>> (13).bit_count()
3
- bit_length(self, /)
- Number of bits necessary to represent self in binary.
>>> bin(37)
'0b100101'
>>> (37).bit_length()
6
- conjugate(...)
- Returns self, the complex conjugate of any int.
- to_bytes(self, /, length, byteorder, *, signed=False)
- Return an array of bytes representing an integer.
length
Length of bytes object to use. An OverflowError is raised if the
integer is not representable with the given number of bytes.
byteorder
The byte order used to represent the integer. If byteorder is 'big',
the most significant byte is at the beginning of the byte array. If
byteorder is 'little', the most significant byte is at the end of the
byte array. To request the native byte order of the host system, use
`sys.byteorder' as the byte order value.
signed
Determines whether two's complement is used to represent the integer.
If signed is False and a negative integer is given, an OverflowError
is raised.
Class methods inherited from builtins.int:
- from_bytes(bytes, byteorder, *, signed=False) from builtins.type
- Return the integer represented by the given array of bytes.
bytes
Holds the array of bytes to convert. The argument must either
support the buffer protocol or be an iterable object producing bytes.
Bytes and bytearray are examples of built-in objects that support the
buffer protocol.
byteorder
The byte order used to represent the integer. If byteorder is 'big',
the most significant byte is at the beginning of the byte array. If
byteorder is 'little', the most significant byte is at the end of the
byte array. To request the native byte order of the host system, use
`sys.byteorder' as the byte order value.
signed
Indicates whether two's complement is used to represent the integer.
Static methods inherited from builtins.int:
- __new__(*args, **kwargs) from builtins.type
- Create and return a new object. See help(type) for accurate signature.
Data descriptors inherited from builtins.int:
- denominator
- the denominator of a rational number in lowest terms
- imag
- the imaginary part of a complex number
- numerator
- the numerator of a rational number in lowest terms
- real
- the real part of a complex number
|
class DrawMLeaderOrderType(Boost.Python.enum) |
| | |
- Method resolution order:
- DrawMLeaderOrderType
- Boost.Python.enum
- builtins.int
- builtins.object
Data and other attributes defined here:
- kDrawContentFirst = PyDb.DrawMLeaderOrderType.kDrawContentFirst
- kDrawLeaderFirst = PyDb.DrawMLeaderOrderType.kDrawLeaderFirst
- names = {'kDrawContentFirst': PyDb.DrawMLeaderOrderType.kDrawContentFirst, 'kDrawLeaderFirst': PyDb.DrawMLeaderOrderType.kDrawLeaderFirst}
- values = {0: PyDb.DrawMLeaderOrderType.kDrawContentFirst, 1: PyDb.DrawMLeaderOrderType.kDrawLeaderFirst}
Methods inherited from Boost.Python.enum:
- __repr__(self, /)
- Return repr(self).
- __str__(self, /)
- Return str(self).
Data descriptors inherited from Boost.Python.enum:
- name
Methods inherited from builtins.int:
- __abs__(self, /)
- abs(self)
- __add__(self, value, /)
- Return self+value.
- __and__(self, value, /)
- Return self&value.
- __bool__(self, /)
- True if self else False
- __ceil__(...)
- Ceiling of an Integral returns itself.
- __divmod__(self, value, /)
- Return divmod(self, value).
- __eq__(self, value, /)
- Return self==value.
- __float__(self, /)
- float(self)
- __floor__(...)
- Flooring an Integral returns itself.
- __floordiv__(self, value, /)
- Return self//value.
- __format__(self, format_spec, /)
- Default object formatter.
- __ge__(self, value, /)
- Return self>=value.
- __getattribute__(self, name, /)
- Return getattr(self, name).
- __getnewargs__(self, /)
- __gt__(self, value, /)
- Return self>value.
- __hash__(self, /)
- Return hash(self).
- __index__(self, /)
- Return self converted to an integer, if self is suitable for use as an index into a list.
- __int__(self, /)
- int(self)
- __invert__(self, /)
- ~self
- __le__(self, value, /)
- Return self<=value.
- __lshift__(self, value, /)
- Return self<<value.
- __lt__(self, value, /)
- Return self<value.
- __mod__(self, value, /)
- Return self%value.
- __mul__(self, value, /)
- Return self*value.
- __ne__(self, value, /)
- Return self!=value.
- __neg__(self, /)
- -self
- __or__(self, value, /)
- Return self|value.
- __pos__(self, /)
- +self
- __pow__(self, value, mod=None, /)
- Return pow(self, value, mod).
- __radd__(self, value, /)
- Return value+self.
- __rand__(self, value, /)
- Return value&self.
- __rdivmod__(self, value, /)
- Return divmod(value, self).
- __rfloordiv__(self, value, /)
- Return value//self.
- __rlshift__(self, value, /)
- Return value<<self.
- __rmod__(self, value, /)
- Return value%self.
- __rmul__(self, value, /)
- Return value*self.
- __ror__(self, value, /)
- Return value|self.
- __round__(...)
- Rounding an Integral returns itself.
Rounding with an ndigits argument also returns an integer.
- __rpow__(self, value, mod=None, /)
- Return pow(value, self, mod).
- __rrshift__(self, value, /)
- Return value>>self.
- __rshift__(self, value, /)
- Return self>>value.
- __rsub__(self, value, /)
- Return value-self.
- __rtruediv__(self, value, /)
- Return value/self.
- __rxor__(self, value, /)
- Return value^self.
- __sizeof__(self, /)
- Returns size in memory, in bytes.
- __sub__(self, value, /)
- Return self-value.
- __truediv__(self, value, /)
- Return self/value.
- __trunc__(...)
- Truncating an Integral returns itself.
- __xor__(self, value, /)
- Return self^value.
- as_integer_ratio(self, /)
- Return integer ratio.
Return a pair of integers, whose ratio is exactly equal to the original int
and with a positive denominator.
>>> (10).as_integer_ratio()
(10, 1)
>>> (-10).as_integer_ratio()
(-10, 1)
>>> (0).as_integer_ratio()
(0, 1)
- bit_count(self, /)
- Number of ones in the binary representation of the absolute value of self.
Also known as the population count.
>>> bin(13)
'0b1101'
>>> (13).bit_count()
3
- bit_length(self, /)
- Number of bits necessary to represent self in binary.
>>> bin(37)
'0b100101'
>>> (37).bit_length()
6
- conjugate(...)
- Returns self, the complex conjugate of any int.
- to_bytes(self, /, length, byteorder, *, signed=False)
- Return an array of bytes representing an integer.
length
Length of bytes object to use. An OverflowError is raised if the
integer is not representable with the given number of bytes.
byteorder
The byte order used to represent the integer. If byteorder is 'big',
the most significant byte is at the beginning of the byte array. If
byteorder is 'little', the most significant byte is at the end of the
byte array. To request the native byte order of the host system, use
`sys.byteorder' as the byte order value.
signed
Determines whether two's complement is used to represent the integer.
If signed is False and a negative integer is given, an OverflowError
is raised.
Class methods inherited from builtins.int:
- from_bytes(bytes, byteorder, *, signed=False) from builtins.type
- Return the integer represented by the given array of bytes.
bytes
Holds the array of bytes to convert. The argument must either
support the buffer protocol or be an iterable object producing bytes.
Bytes and bytearray are examples of built-in objects that support the
buffer protocol.
byteorder
The byte order used to represent the integer. If byteorder is 'big',
the most significant byte is at the beginning of the byte array. If
byteorder is 'little', the most significant byte is at the end of the
byte array. To request the native byte order of the host system, use
`sys.byteorder' as the byte order value.
signed
Indicates whether two's complement is used to represent the integer.
Static methods inherited from builtins.int:
- __new__(*args, **kwargs) from builtins.type
- Create and return a new object. See help(type) for accurate signature.
Data descriptors inherited from builtins.int:
- denominator
- the denominator of a rational number in lowest terms
- imag
- the imaginary part of a complex number
- numerator
- the numerator of a rational number in lowest terms
- real
- the real part of a complex number
|
class DuplicateRecordCloning(Boost.Python.enum) |
| | |
- Method resolution order:
- DuplicateRecordCloning
- Boost.Python.enum
- builtins.int
- builtins.object
Data and other attributes defined here:
- kDrcIgnore = PyDb.DuplicateRecordCloning.kDrcIgnore
- kDrcMangleName = PyDb.DuplicateRecordCloning.kDrcMangleName
- kDrcNotApplicable = PyDb.DuplicateRecordCloning.kDrcNotApplicable
- kDrcReplace = PyDb.DuplicateRecordCloning.kDrcReplace
- kDrcUnmangleName = PyDb.DuplicateRecordCloning.kDrcUnmangleName
- kDrcXrefMangleName = PyDb.DuplicateRecordCloning.kDrcXrefMangleName
- names = {'kDrcIgnore': PyDb.DuplicateRecordCloning.kDrcIgnore, 'kDrcMangleName': PyDb.DuplicateRecordCloning.kDrcMangleName, 'kDrcNotApplicable': PyDb.DuplicateRecordCloning.kDrcNotApplicable, 'kDrcReplace': PyDb.DuplicateRecordCloning.kDrcReplace, 'kDrcUnmangleName': PyDb.DuplicateRecordCloning.kDrcUnmangleName, 'kDrcXrefMangleName': PyDb.DuplicateRecordCloning.kDrcXrefMangleName}
- values = {0: PyDb.DuplicateRecordCloning.kDrcNotApplicable, 1: PyDb.DuplicateRecordCloning.kDrcIgnore, 2: PyDb.DuplicateRecordCloning.kDrcReplace, 3: PyDb.DuplicateRecordCloning.kDrcXrefMangleName, 4: PyDb.DuplicateRecordCloning.kDrcMangleName, 5: PyDb.DuplicateRecordCloning.kDrcUnmangleName}
Methods inherited from Boost.Python.enum:
- __repr__(self, /)
- Return repr(self).
- __str__(self, /)
- Return str(self).
Data descriptors inherited from Boost.Python.enum:
- name
Methods inherited from builtins.int:
- __abs__(self, /)
- abs(self)
- __add__(self, value, /)
- Return self+value.
- __and__(self, value, /)
- Return self&value.
- __bool__(self, /)
- True if self else False
- __ceil__(...)
- Ceiling of an Integral returns itself.
- __divmod__(self, value, /)
- Return divmod(self, value).
- __eq__(self, value, /)
- Return self==value.
- __float__(self, /)
- float(self)
- __floor__(...)
- Flooring an Integral returns itself.
- __floordiv__(self, value, /)
- Return self//value.
- __format__(self, format_spec, /)
- Default object formatter.
- __ge__(self, value, /)
- Return self>=value.
- __getattribute__(self, name, /)
- Return getattr(self, name).
- __getnewargs__(self, /)
- __gt__(self, value, /)
- Return self>value.
- __hash__(self, /)
- Return hash(self).
- __index__(self, /)
- Return self converted to an integer, if self is suitable for use as an index into a list.
- __int__(self, /)
- int(self)
- __invert__(self, /)
- ~self
- __le__(self, value, /)
- Return self<=value.
- __lshift__(self, value, /)
- Return self<<value.
- __lt__(self, value, /)
- Return self<value.
- __mod__(self, value, /)
- Return self%value.
- __mul__(self, value, /)
- Return self*value.
- __ne__(self, value, /)
- Return self!=value.
- __neg__(self, /)
- -self
- __or__(self, value, /)
- Return self|value.
- __pos__(self, /)
- +self
- __pow__(self, value, mod=None, /)
- Return pow(self, value, mod).
- __radd__(self, value, /)
- Return value+self.
- __rand__(self, value, /)
- Return value&self.
- __rdivmod__(self, value, /)
- Return divmod(value, self).
- __rfloordiv__(self, value, /)
- Return value//self.
- __rlshift__(self, value, /)
- Return value<<self.
- __rmod__(self, value, /)
- Return value%self.
- __rmul__(self, value, /)
- Return value*self.
- __ror__(self, value, /)
- Return value|self.
- __round__(...)
- Rounding an Integral returns itself.
Rounding with an ndigits argument also returns an integer.
- __rpow__(self, value, mod=None, /)
- Return pow(value, self, mod).
- __rrshift__(self, value, /)
- Return value>>self.
- __rshift__(self, value, /)
- Return self>>value.
- __rsub__(self, value, /)
- Return value-self.
- __rtruediv__(self, value, /)
- Return value/self.
- __rxor__(self, value, /)
- Return value^self.
- __sizeof__(self, /)
- Returns size in memory, in bytes.
- __sub__(self, value, /)
- Return self-value.
- __truediv__(self, value, /)
- Return self/value.
- __trunc__(...)
- Truncating an Integral returns itself.
- __xor__(self, value, /)
- Return self^value.
- as_integer_ratio(self, /)
- Return integer ratio.
Return a pair of integers, whose ratio is exactly equal to the original int
and with a positive denominator.
>>> (10).as_integer_ratio()
(10, 1)
>>> (-10).as_integer_ratio()
(-10, 1)
>>> (0).as_integer_ratio()
(0, 1)
- bit_count(self, /)
- Number of ones in the binary representation of the absolute value of self.
Also known as the population count.
>>> bin(13)
'0b1101'
>>> (13).bit_count()
3
- bit_length(self, /)
- Number of bits necessary to represent self in binary.
>>> bin(37)
'0b100101'
>>> (37).bit_length()
6
- conjugate(...)
- Returns self, the complex conjugate of any int.
- to_bytes(self, /, length, byteorder, *, signed=False)
- Return an array of bytes representing an integer.
length
Length of bytes object to use. An OverflowError is raised if the
integer is not representable with the given number of bytes.
byteorder
The byte order used to represent the integer. If byteorder is 'big',
the most significant byte is at the beginning of the byte array. If
byteorder is 'little', the most significant byte is at the end of the
byte array. To request the native byte order of the host system, use
`sys.byteorder' as the byte order value.
signed
Determines whether two's complement is used to represent the integer.
If signed is False and a negative integer is given, an OverflowError
is raised.
Class methods inherited from builtins.int:
- from_bytes(bytes, byteorder, *, signed=False) from builtins.type
- Return the integer represented by the given array of bytes.
bytes
Holds the array of bytes to convert. The argument must either
support the buffer protocol or be an iterable object producing bytes.
Bytes and bytearray are examples of built-in objects that support the
buffer protocol.
byteorder
The byte order used to represent the integer. If byteorder is 'big',
the most significant byte is at the beginning of the byte array. If
byteorder is 'little', the most significant byte is at the end of the
byte array. To request the native byte order of the host system, use
`sys.byteorder' as the byte order value.
signed
Indicates whether two's complement is used to represent the integer.
Static methods inherited from builtins.int:
- __new__(*args, **kwargs) from builtins.type
- Create and return a new object. See help(type) for accurate signature.
Data descriptors inherited from builtins.int:
- denominator
- the denominator of a rational number in lowest terms
- imag
- the imaginary part of a complex number
- numerator
- the numerator of a rational number in lowest terms
- real
- the real part of a complex number
|
class DxfCode(Boost.Python.enum) |
| | |
- Method resolution order:
- DxfCode
- Boost.Python.enum
- builtins.int
- builtins.object
Data and other attributes defined here:
- kDxfAlpha = PyDb.DxfCode.kDxfAlpha
- kDxfAngle = PyDb.DxfCode.kDxfAngle
- kDxfArbHandle = PyDb.DxfCode.kDxfArbHandle
- kDxfAttributePrompt = PyDb.DxfCode.kDxfAttributePrompt
- kDxfAttributeTag = PyDb.DxfCode.kDxfAttributeTag
- kDxfBinaryChunk = PyDb.DxfCode.kDxfBinaryChunk
- kDxfBlockName = PyDb.DxfCode.kDxfBlockName
- kDxfBool = PyDb.DxfCode.kDxfBool
- kDxfCLShapeName = PyDb.DxfCode.kDxfCLShapeName
- kDxfCLShapeText = PyDb.DxfCode.kDxfCLShapeText
- kDxfCircleSides = PyDb.DxfCode.kDxfCircleSides
- kDxfColor = PyDb.DxfCode.kDxfColor
- kDxfColorName = PyDb.DxfCode.kDxfColorName
- kDxfColorRGB = PyDb.DxfCode.kDxfColorRGB
- kDxfComment = PyDb.DxfCode.kDxfComment
- kDxfControlString = PyDb.DxfCode.kDxfControlString
- kDxfDashLength = PyDb.DxfCode.kDxfDashLength
- kDxfDefaultLightingOn = PyDb.DxfCode.kDxfDefaultLightingOn
- kDxfDefaultLightingType = PyDb.DxfCode.kDxfDefaultLightingType
- kDxfDescription = PyDb.DxfCode.kDxfDescription
- kDxfDimAPostStr = PyDb.DxfCode.kDxfDimAPostStr
- kDxfDimBlk = PyDb.DxfCode.kDxfDimBlk
- kDxfDimBlk1 = PyDb.DxfCode.kDxfDimBlk1
- kDxfDimBlk2 = PyDb.DxfCode.kDxfDimBlk2
- kDxfDimPostStr = PyDb.DxfCode.kDxfDimPostStr
- kDxfDimStyleName = PyDb.DxfCode.kDxfDimStyleName
- kDxfDimVarHandle = PyDb.DxfCode.kDxfDimVarHandle
- kDxfDragVisualStyleId = PyDb.DxfCode.kDxfDragVisualStyleId
- kDxfEdgeStyleId = PyDb.DxfCode.kDxfEdgeStyleId
- kDxfElevation = PyDb.DxfCode.kDxfElevation
- kDxfEmbeddedObjectStart = PyDb.DxfCode.kDxfEmbeddedObjectStart
- kDxfEnd = PyDb.DxfCode.kDxfEnd
- kDxfFaceStyleId = PyDb.DxfCode.kDxfFaceStyleId
- kDxfFirstEntId = PyDb.DxfCode.kDxfFirstEntId
- kDxfGradientAngle = PyDb.DxfCode.kDxfGradientAngle
- kDxfGradientColCount = PyDb.DxfCode.kDxfGradientColCount
- kDxfGradientColVal = PyDb.DxfCode.kDxfGradientColVal
- kDxfGradientName = PyDb.DxfCode.kDxfGradientName
- kDxfGradientObjType = PyDb.DxfCode.kDxfGradientObjType
- kDxfGradientPatType = PyDb.DxfCode.kDxfGradientPatType
- kDxfGradientShift = PyDb.DxfCode.kDxfGradientShift
- kDxfGradientTintType = PyDb.DxfCode.kDxfGradientTintType
- kDxfGradientTintVal = PyDb.DxfCode.kDxfGradientTintVal
- kDxfHandle = PyDb.DxfCode.kDxfHandle
- kDxfHardOwnershipId = PyDb.DxfCode.kDxfHardOwnershipId
- kDxfHardPointerId = PyDb.DxfCode.kDxfHardPointerId
- kDxfHasSubentities = PyDb.DxfCode.kDxfHasSubentities
- kDxfHeaderId = PyDb.DxfCode.kDxfHeaderId
- kDxfInt16 = PyDb.DxfCode.kDxfInt16
- kDxfInt32 = PyDb.DxfCode.kDxfInt32
- kDxfInt64 = PyDb.DxfCode.kDxfInt64
- kDxfInt8 = PyDb.DxfCode.kDxfInt8
- kDxfInvalid = PyDb.DxfCode.kDxfInvalid
- kDxfLayerLinetype = PyDb.DxfCode.kDxfLayerLinetype
- kDxfLayerName = PyDb.DxfCode.kDxfLayerName
- kDxfLayoutName = PyDb.DxfCode.kDxfLayoutName
- kDxfLineWeight = PyDb.DxfCode.kDxfLineWeight
- kDxfLinetypeAlign = PyDb.DxfCode.kDxfLinetypeAlign
- kDxfLinetypeElement = PyDb.DxfCode.kDxfLinetypeElement
- kDxfLinetypeName = PyDb.DxfCode.kDxfLinetypeName
- kDxfLinetypePDC = PyDb.DxfCode.kDxfLinetypePDC
- kDxfLinetypeProse = PyDb.DxfCode.kDxfLinetypeProse
- kDxfLinetypeScale = PyDb.DxfCode.kDxfLinetypeScale
- kDxfLiveSectionId = PyDb.DxfCode.kDxfLiveSectionId
- kDxfLiveSectionName = PyDb.DxfCode.kDxfLiveSectionName
- kDxfMaterialId = PyDb.DxfCode.kDxfMaterialId
- kDxfMlineOffset = PyDb.DxfCode.kDxfMlineOffset
- kDxfMstyleName = PyDb.DxfCode.kDxfMstyleName
- kDxfNormalX = PyDb.DxfCode.kDxfNormalX
- kDxfNormalY = PyDb.DxfCode.kDxfNormalY
- kDxfNormalZ = PyDb.DxfCode.kDxfNormalZ
- kDxfObjVisualStyleId = PyDb.DxfCode.kDxfObjVisualStyleId
- kDxfOperator = PyDb.DxfCode.kDxfOperator
- kDxfPReactors = PyDb.DxfCode.kDxfPReactors
- kDxfPixelScale = PyDb.DxfCode.kDxfPixelScale
- kDxfPlotStyleNameId = PyDb.DxfCode.kDxfPlotStyleNameId
- kDxfPlotStyleNameType = PyDb.DxfCode.kDxfPlotStyleNameType
- kDxfReal = PyDb.DxfCode.kDxfReal
- kDxfRegAppFlags = PyDb.DxfCode.kDxfRegAppFlags
- kDxfRegAppName = PyDb.DxfCode.kDxfRegAppName
- kDxfRenderMode = PyDb.DxfCode.kDxfRenderMode
- kDxfShadePlotId = PyDb.DxfCode.kDxfShadePlotId
- kDxfShadowFlags = PyDb.DxfCode.kDxfShadowFlags
- kDxfShapeName = PyDb.DxfCode.kDxfShapeName
- kDxfShapeScale = PyDb.DxfCode.kDxfShapeScale
- kDxfShapeXOffset = PyDb.DxfCode.kDxfShapeXOffset
- kDxfShapeYOffset = PyDb.DxfCode.kDxfShapeYOffset
- kDxfSoftOwnershipId = PyDb.DxfCode.kDxfSoftOwnershipId
- kDxfSoftPointerId = PyDb.DxfCode.kDxfSoftPointerId
- kDxfStart = PyDb.DxfCode.kDxfStart
- kDxfSubclass = PyDb.DxfCode.kDxfSubclass
- kDxfSunId = PyDb.DxfCode.kDxfSunId
- kDxfSymTableRecComments = PyDb.DxfCode.kDxfSymTableRecComments
- kDxfSymTableRecName = PyDb.DxfCode.kDxfSymTableRecName
- kDxfSymbolTableName = PyDb.DxfCode.kDxfSymbolTableName
- kDxfText = PyDb.DxfCode.kDxfText
- kDxfTextBigFontFile = PyDb.DxfCode.kDxfTextBigFontFile
- kDxfTextFontFile = PyDb.DxfCode.kDxfTextFontFile
- kDxfTextStyleName = PyDb.DxfCode.kDxfTextStyleName
- kDxfThickness = PyDb.DxfCode.kDxfThickness
- kDxfTxtSize = PyDb.DxfCode.kDxfTxtSize
- kDxfTxtStyleFlags = PyDb.DxfCode.kDxfTxtStyleFlags
- kDxfTxtStylePSize = PyDb.DxfCode.kDxfTxtStylePSize
- kDxfTxtStyleXScale = PyDb.DxfCode.kDxfTxtStyleXScale
- kDxfUCSOrg = PyDb.DxfCode.kDxfUCSOrg
- kDxfUCSOriX = PyDb.DxfCode.kDxfUCSOriX
- kDxfUCSOriY = PyDb.DxfCode.kDxfUCSOriY
- kDxfVertexIdentifier = PyDb.DxfCode.kDxfVertexIdentifier
- kDxfViewBackClip = PyDb.DxfCode.kDxfViewBackClip
- kDxfViewBackgroundId = PyDb.DxfCode.kDxfViewBackgroundId
- kDxfViewBrightness = PyDb.DxfCode.kDxfViewBrightness
- kDxfViewContrast = PyDb.DxfCode.kDxfViewContrast
- kDxfViewFrontClip = PyDb.DxfCode.kDxfViewFrontClip
- kDxfViewHeight = PyDb.DxfCode.kDxfViewHeight
- kDxfViewLensLength = PyDb.DxfCode.kDxfViewLensLength
- kDxfViewMode = PyDb.DxfCode.kDxfViewMode
- kDxfViewWidth = PyDb.DxfCode.kDxfViewWidth
- kDxfViewportActive = PyDb.DxfCode.kDxfViewportActive
- kDxfViewportAspect = PyDb.DxfCode.kDxfViewportAspect
- kDxfViewportGrid = PyDb.DxfCode.kDxfViewportGrid
- kDxfViewportGridDisplay = PyDb.DxfCode.kDxfViewportGridDisplay
- kDxfViewportGridMajor = PyDb.DxfCode.kDxfViewportGridMajor
- kDxfViewportHeight = PyDb.DxfCode.kDxfViewportHeight
- kDxfViewportIcon = PyDb.DxfCode.kDxfViewportIcon
- kDxfViewportNumber = PyDb.DxfCode.kDxfViewportNumber
- kDxfViewportSnap = PyDb.DxfCode.kDxfViewportSnap
- kDxfViewportSnapAngle = PyDb.DxfCode.kDxfViewportSnapAngle
- kDxfViewportSnapPair = PyDb.DxfCode.kDxfViewportSnapPair
- kDxfViewportSnapStyle = PyDb.DxfCode.kDxfViewportSnapStyle
- kDxfViewportTwist = PyDb.DxfCode.kDxfViewportTwist
- kDxfViewportVisibility = PyDb.DxfCode.kDxfViewportVisibility
- kDxfViewportZoom = PyDb.DxfCode.kDxfViewportZoom
- kDxfVisibility = PyDb.DxfCode.kDxfVisibility
- kDxfVisualStyleId = PyDb.DxfCode.kDxfVisualStyleId
- kDxfVpVisualStyleId = PyDb.DxfCode.kDxfVpVisualStyleId
- kDxfXCoord = PyDb.DxfCode.kDxfXCoord
- kDxfXDataStart = PyDb.DxfCode.kDxfXDataStart
- kDxfXDictionary = PyDb.DxfCode.kDxfXDictionary
- kDxfXInt16 = PyDb.DxfCode.kDxfXInt16
- kDxfXReal = PyDb.DxfCode.kDxfXReal
- kDxfXRefPath = PyDb.DxfCode.kDxfXRefPath
- kDxfXTextString = PyDb.DxfCode.kDxfXTextString
- kDxfXXInt16 = PyDb.DxfCode.kDxfXXInt16
- kDxfXXXInt16 = PyDb.DxfCode.kDxfXXXInt16
- kDxfXdAsciiString = PyDb.DxfCode.kDxfXdAsciiString
- kDxfXdBinaryChunk = PyDb.DxfCode.kDxfXdBinaryChunk
- kDxfXdControlString = PyDb.DxfCode.kDxfXdControlString
- kDxfXdDist = PyDb.DxfCode.kDxfXdDist
- kDxfXdHandle = PyDb.DxfCode.kDxfXdHandle
- kDxfXdInteger16 = PyDb.DxfCode.kDxfXdInteger16
- kDxfXdInteger32 = PyDb.DxfCode.kDxfXdInteger32
- kDxfXdLayerName = PyDb.DxfCode.kDxfXdLayerName
- kDxfXdMax = PyDb.DxfCode.kDxfXdMax
- kDxfXdReal = PyDb.DxfCode.kDxfXdReal
- kDxfXdScale = PyDb.DxfCode.kDxfXdScale
- kDxfXdWorldXCoord = PyDb.DxfCode.kDxfXdWorldXCoord
- kDxfXdWorldXDir = PyDb.DxfCode.kDxfXdWorldXDir
- kDxfXdWorldXDisp = PyDb.DxfCode.kDxfXdWorldXDisp
- kDxfXdWorldYCoord = PyDb.DxfCode.kDxfXdWorldYCoord
- kDxfXdWorldYDir = PyDb.DxfCode.kDxfXdWorldYDir
- kDxfXdWorldYDisp = PyDb.DxfCode.kDxfXdWorldYDisp
- kDxfXdWorldZCoord = PyDb.DxfCode.kDxfXdWorldZCoord
- kDxfXdWorldZDir = PyDb.DxfCode.kDxfXdWorldZDir
- kDxfXdWorldZDisp = PyDb.DxfCode.kDxfXdWorldZDisp
- kDxfXdXCoord = PyDb.DxfCode.kDxfXdXCoord
- kDxfXdYCoord = PyDb.DxfCode.kDxfXdYCoord
- kDxfXdZCoord = PyDb.DxfCode.kDxfXdZCoord
- kDxfYCoord = PyDb.DxfCode.kDxfYCoord
- kDxfZCoord = PyDb.DxfCode.kDxfZCoord
- names = {'kDxfAlpha': PyDb.DxfCode.kDxfAlpha, 'kDxfAngle': PyDb.DxfCode.kDxfAngle, 'kDxfArbHandle': PyDb.DxfCode.kDxfArbHandle, 'kDxfAttributePrompt': PyDb.DxfCode.kDxfAttributePrompt, 'kDxfAttributeTag': PyDb.DxfCode.kDxfAttributeTag, 'kDxfBinaryChunk': PyDb.DxfCode.kDxfBinaryChunk, 'kDxfBlockName': PyDb.DxfCode.kDxfBlockName, 'kDxfBool': PyDb.DxfCode.kDxfBool, 'kDxfCLShapeName': PyDb.DxfCode.kDxfCLShapeName, 'kDxfCLShapeText': PyDb.DxfCode.kDxfCLShapeText, ...}
- values = {-9999: PyDb.DxfCode.kDxfInvalid, -6: PyDb.DxfCode.kDxfXDictionary, -5: PyDb.DxfCode.kDxfPReactors, -4: PyDb.DxfCode.kDxfOperator, -3: PyDb.DxfCode.kDxfXDataStart, -2: PyDb.DxfCode.kDxfFirstEntId, -1: PyDb.DxfCode.kDxfEnd, 0: PyDb.DxfCode.kDxfStart, 1: PyDb.DxfCode.kDxfXRefPath, 2: PyDb.DxfCode.kDxfSymTableRecName, ...}
Methods inherited from Boost.Python.enum:
- __repr__(self, /)
- Return repr(self).
- __str__(self, /)
- Return str(self).
Data descriptors inherited from Boost.Python.enum:
- name
Methods inherited from builtins.int:
- __abs__(self, /)
- abs(self)
- __add__(self, value, /)
- Return self+value.
- __and__(self, value, /)
- Return self&value.
- __bool__(self, /)
- True if self else False
- __ceil__(...)
- Ceiling of an Integral returns itself.
- __divmod__(self, value, /)
- Return divmod(self, value).
- __eq__(self, value, /)
- Return self==value.
- __float__(self, /)
- float(self)
- __floor__(...)
- Flooring an Integral returns itself.
- __floordiv__(self, value, /)
- Return self//value.
- __format__(self, format_spec, /)
- Default object formatter.
- __ge__(self, value, /)
- Return self>=value.
- __getattribute__(self, name, /)
- Return getattr(self, name).
- __getnewargs__(self, /)
- __gt__(self, value, /)
- Return self>value.
- __hash__(self, /)
- Return hash(self).
- __index__(self, /)
- Return self converted to an integer, if self is suitable for use as an index into a list.
- __int__(self, /)
- int(self)
- __invert__(self, /)
- ~self
- __le__(self, value, /)
- Return self<=value.
- __lshift__(self, value, /)
- Return self<<value.
- __lt__(self, value, /)
- Return self<value.
- __mod__(self, value, /)
- Return self%value.
- __mul__(self, value, /)
- Return self*value.
- __ne__(self, value, /)
- Return self!=value.
- __neg__(self, /)
- -self
- __or__(self, value, /)
- Return self|value.
- __pos__(self, /)
- +self
- __pow__(self, value, mod=None, /)
- Return pow(self, value, mod).
- __radd__(self, value, /)
- Return value+self.
- __rand__(self, value, /)
- Return value&self.
- __rdivmod__(self, value, /)
- Return divmod(value, self).
- __rfloordiv__(self, value, /)
- Return value//self.
- __rlshift__(self, value, /)
- Return value<<self.
- __rmod__(self, value, /)
- Return value%self.
- __rmul__(self, value, /)
- Return value*self.
- __ror__(self, value, /)
- Return value|self.
- __round__(...)
- Rounding an Integral returns itself.
Rounding with an ndigits argument also returns an integer.
- __rpow__(self, value, mod=None, /)
- Return pow(value, self, mod).
- __rrshift__(self, value, /)
- Return value>>self.
- __rshift__(self, value, /)
- Return self>>value.
- __rsub__(self, value, /)
- Return value-self.
- __rtruediv__(self, value, /)
- Return value/self.
- __rxor__(self, value, /)
- Return value^self.
- __sizeof__(self, /)
- Returns size in memory, in bytes.
- __sub__(self, value, /)
- Return self-value.
- __truediv__(self, value, /)
- Return self/value.
- __trunc__(...)
- Truncating an Integral returns itself.
- __xor__(self, value, /)
- Return self^value.
- as_integer_ratio(self, /)
- Return integer ratio.
Return a pair of integers, whose ratio is exactly equal to the original int
and with a positive denominator.
>>> (10).as_integer_ratio()
(10, 1)
>>> (-10).as_integer_ratio()
(-10, 1)
>>> (0).as_integer_ratio()
(0, 1)
- bit_count(self, /)
- Number of ones in the binary representation of the absolute value of self.
Also known as the population count.
>>> bin(13)
'0b1101'
>>> (13).bit_count()
3
- bit_length(self, /)
- Number of bits necessary to represent self in binary.
>>> bin(37)
'0b100101'
>>> (37).bit_length()
6
- conjugate(...)
- Returns self, the complex conjugate of any int.
- to_bytes(self, /, length, byteorder, *, signed=False)
- Return an array of bytes representing an integer.
length
Length of bytes object to use. An OverflowError is raised if the
integer is not representable with the given number of bytes.
byteorder
The byte order used to represent the integer. If byteorder is 'big',
the most significant byte is at the beginning of the byte array. If
byteorder is 'little', the most significant byte is at the end of the
byte array. To request the native byte order of the host system, use
`sys.byteorder' as the byte order value.
signed
Determines whether two's complement is used to represent the integer.
If signed is False and a negative integer is given, an OverflowError
is raised.
Class methods inherited from builtins.int:
- from_bytes(bytes, byteorder, *, signed=False) from builtins.type
- Return the integer represented by the given array of bytes.
bytes
Holds the array of bytes to convert. The argument must either
support the buffer protocol or be an iterable object producing bytes.
Bytes and bytearray are examples of built-in objects that support the
buffer protocol.
byteorder
The byte order used to represent the integer. If byteorder is 'big',
the most significant byte is at the beginning of the byte array. If
byteorder is 'little', the most significant byte is at the end of the
byte array. To request the native byte order of the host system, use
`sys.byteorder' as the byte order value.
signed
Indicates whether two's complement is used to represent the integer.
Static methods inherited from builtins.int:
- __new__(*args, **kwargs) from builtins.type
- Create and return a new object. See help(type) for accurate signature.
Data descriptors inherited from builtins.int:
- denominator
- the denominator of a rational number in lowest terms
- imag
- the imaginary part of a complex number
- numerator
- the numerator of a rational number in lowest terms
- real
- the real part of a complex number
|
class EndCaps(Boost.Python.enum) |
| | |
- Method resolution order:
- EndCaps
- Boost.Python.enum
- builtins.int
- builtins.object
Data and other attributes defined here:
- kEndCapAngle = PyDb.EndCaps.kEndCapAngle
- kEndCapNone = PyDb.EndCaps.kEndCapNone
- kEndCapRound = PyDb.EndCaps.kEndCapRound
- kEndCapSquare = PyDb.EndCaps.kEndCapSquare
- names = {'kEndCapAngle': PyDb.EndCaps.kEndCapAngle, 'kEndCapNone': PyDb.EndCaps.kEndCapNone, 'kEndCapRound': PyDb.EndCaps.kEndCapRound, 'kEndCapSquare': PyDb.EndCaps.kEndCapSquare}
- values = {0: PyDb.EndCaps.kEndCapNone, 1: PyDb.EndCaps.kEndCapRound, 2: PyDb.EndCaps.kEndCapAngle, 3: PyDb.EndCaps.kEndCapSquare}
Methods inherited from Boost.Python.enum:
- __repr__(self, /)
- Return repr(self).
- __str__(self, /)
- Return str(self).
Data descriptors inherited from Boost.Python.enum:
- name
Methods inherited from builtins.int:
- __abs__(self, /)
- abs(self)
- __add__(self, value, /)
- Return self+value.
- __and__(self, value, /)
- Return self&value.
- __bool__(self, /)
- True if self else False
- __ceil__(...)
- Ceiling of an Integral returns itself.
- __divmod__(self, value, /)
- Return divmod(self, value).
- __eq__(self, value, /)
- Return self==value.
- __float__(self, /)
- float(self)
- __floor__(...)
- Flooring an Integral returns itself.
- __floordiv__(self, value, /)
- Return self//value.
- __format__(self, format_spec, /)
- Default object formatter.
- __ge__(self, value, /)
- Return self>=value.
- __getattribute__(self, name, /)
- Return getattr(self, name).
- __getnewargs__(self, /)
- __gt__(self, value, /)
- Return self>value.
- __hash__(self, /)
- Return hash(self).
- __index__(self, /)
- Return self converted to an integer, if self is suitable for use as an index into a list.
- __int__(self, /)
- int(self)
- __invert__(self, /)
- ~self
- __le__(self, value, /)
- Return self<=value.
- __lshift__(self, value, /)
- Return self<<value.
- __lt__(self, value, /)
- Return self<value.
- __mod__(self, value, /)
- Return self%value.
- __mul__(self, value, /)
- Return self*value.
- __ne__(self, value, /)
- Return self!=value.
- __neg__(self, /)
- -self
- __or__(self, value, /)
- Return self|value.
- __pos__(self, /)
- +self
- __pow__(self, value, mod=None, /)
- Return pow(self, value, mod).
- __radd__(self, value, /)
- Return value+self.
- __rand__(self, value, /)
- Return value&self.
- __rdivmod__(self, value, /)
- Return divmod(value, self).
- __rfloordiv__(self, value, /)
- Return value//self.
- __rlshift__(self, value, /)
- Return value<<self.
- __rmod__(self, value, /)
- Return value%self.
- __rmul__(self, value, /)
- Return value*self.
- __ror__(self, value, /)
- Return value|self.
- __round__(...)
- Rounding an Integral returns itself.
Rounding with an ndigits argument also returns an integer.
- __rpow__(self, value, mod=None, /)
- Return pow(value, self, mod).
- __rrshift__(self, value, /)
- Return value>>self.
- __rshift__(self, value, /)
- Return self>>value.
- __rsub__(self, value, /)
- Return value-self.
- __rtruediv__(self, value, /)
- Return value/self.
- __rxor__(self, value, /)
- Return value^self.
- __sizeof__(self, /)
- Returns size in memory, in bytes.
- __sub__(self, value, /)
- Return self-value.
- __truediv__(self, value, /)
- Return self/value.
- __trunc__(...)
- Truncating an Integral returns itself.
- __xor__(self, value, /)
- Return self^value.
- as_integer_ratio(self, /)
- Return integer ratio.
Return a pair of integers, whose ratio is exactly equal to the original int
and with a positive denominator.
>>> (10).as_integer_ratio()
(10, 1)
>>> (-10).as_integer_ratio()
(-10, 1)
>>> (0).as_integer_ratio()
(0, 1)
- bit_count(self, /)
- Number of ones in the binary representation of the absolute value of self.
Also known as the population count.
>>> bin(13)
'0b1101'
>>> (13).bit_count()
3
- bit_length(self, /)
- Number of bits necessary to represent self in binary.
>>> bin(37)
'0b100101'
>>> (37).bit_length()
6
- conjugate(...)
- Returns self, the complex conjugate of any int.
- to_bytes(self, /, length, byteorder, *, signed=False)
- Return an array of bytes representing an integer.
length
Length of bytes object to use. An OverflowError is raised if the
integer is not representable with the given number of bytes.
byteorder
The byte order used to represent the integer. If byteorder is 'big',
the most significant byte is at the beginning of the byte array. If
byteorder is 'little', the most significant byte is at the end of the
byte array. To request the native byte order of the host system, use
`sys.byteorder' as the byte order value.
signed
Determines whether two's complement is used to represent the integer.
If signed is False and a negative integer is given, an OverflowError
is raised.
Class methods inherited from builtins.int:
- from_bytes(bytes, byteorder, *, signed=False) from builtins.type
- Return the integer represented by the given array of bytes.
bytes
Holds the array of bytes to convert. The argument must either
support the buffer protocol or be an iterable object producing bytes.
Bytes and bytearray are examples of built-in objects that support the
buffer protocol.
byteorder
The byte order used to represent the integer. If byteorder is 'big',
the most significant byte is at the beginning of the byte array. If
byteorder is 'little', the most significant byte is at the end of the
byte array. To request the native byte order of the host system, use
`sys.byteorder' as the byte order value.
signed
Indicates whether two's complement is used to represent the integer.
Static methods inherited from builtins.int:
- __new__(*args, **kwargs) from builtins.type
- Create and return a new object. See help(type) for accurate signature.
Data descriptors inherited from builtins.int:
- denominator
- the denominator of a rational number in lowest terms
- imag
- the imaginary part of a complex number
- numerator
- the numerator of a rational number in lowest terms
- real
- the real part of a complex number
|
class Entity(DbObject) |
| | |
- Method resolution order:
- Entity
- DbObject
- PyGi.Drawable
- PyRx.RxObject
- Boost.Python.instance
- builtins.object
Static methods defined here:
- __init__(...)
- __init__( (object)arg1, (ObjectId)arg2, (OpenMode)arg3) -> None :
C++ signature :
void __init__(struct _object * __ptr64,class PyDbObjectId,enum AcDb::OpenMode)
- __reduce__ = (...)
- blockId(...)
- blockId( (Entity)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId blockId(class PyDbEntity {lvalue})
- castShadows(...)
- castShadows( (Entity)arg1) -> bool :
C++ signature :
bool castShadows(class PyDbEntity {lvalue})
- className(...)
- className() -> str :
C++ signature :
class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > className()
- collisionType(...)
- collisionType( (Entity)arg1) -> CollisionType :
C++ signature :
enum AcDb::CollisionType collisionType(class PyDbEntity {lvalue})
- color(...)
- color( (Entity)arg1) -> Color :
C++ signature :
class AcCmColor color(class PyDbEntity {lvalue})
- colorIndex(...)
- colorIndex( (Entity)arg1) -> int :
C++ signature :
unsigned short colorIndex(class PyDbEntity {lvalue})
- desc(...)
- desc() -> RxClass :
C++ signature :
class PyRxClass desc()
- draw(...)
- draw( (Entity)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus draw(class PyDbEntity {lvalue})
- entityColor(...)
- entityColor( (Entity)arg1) -> EntityColor :
C++ signature :
class AcCmEntityColor entityColor(class PyDbEntity {lvalue})
- getCompoundObjectTransform(...)
- getCompoundObjectTransform( (Entity)arg1, (Matrix3d)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus getCompoundObjectTransform(class PyDbEntity {lvalue},class AcGeMatrix3d {lvalue})
- getEcs(...)
- getEcs( (Entity)arg1, (Matrix3d)arg2) -> None :
C++ signature :
void getEcs(class PyDbEntity {lvalue},class AcGeMatrix3d {lvalue})
- getGeomExtents(...)
- getGeomExtents( (Entity)arg1, (Extents)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus getGeomExtents(class PyDbEntity {lvalue},class AcDbExtents {lvalue})
- getPlane(...)
- getPlane( (Entity)arg1) -> Plane :
C++ signature :
class PyGePlane getPlane(class PyDbEntity {lvalue})
- getPlotStyleNameId(...)
- getPlotStyleNameId( (Entity)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId getPlotStyleNameId(class PyDbEntity {lvalue})
- isPlanar(...)
- isPlanar( (Entity)arg1) -> bool :
C++ signature :
bool isPlanar(class PyDbEntity {lvalue})
- layer(...)
- layer( (Entity)arg1) -> str :
C++ signature :
class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > layer(class PyDbEntity {lvalue})
- layerId(...)
- layerId( (Entity)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId layerId(class PyDbEntity {lvalue})
- lineWeight(...)
- lineWeight( (Entity)arg1) -> LineWeight :
C++ signature :
enum AcDb::LineWeight lineWeight(class PyDbEntity {lvalue})
- linetype(...)
- linetype( (Entity)arg1) -> str :
C++ signature :
class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > linetype(class PyDbEntity {lvalue})
- linetypeId(...)
- linetypeId( (Entity)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId linetypeId(class PyDbEntity {lvalue})
- linetypeScale(...)
- linetypeScale( (Entity)arg1) -> float :
C++ signature :
double linetypeScale(class PyDbEntity {lvalue})
- list(...)
- list( (Entity)arg1) -> None :
C++ signature :
void list(class PyDbEntity {lvalue})
- material(...)
- material( (Entity)arg1) -> str :
C++ signature :
class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > material(class PyDbEntity {lvalue})
- materialId(...)
- materialId( (Entity)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId materialId(class PyDbEntity {lvalue})
- plotStyleName(...)
- plotStyleName( (Entity)arg1) -> str :
C++ signature :
class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > plotStyleName(class PyDbEntity {lvalue})
- receiveShadows(...)
- receiveShadows( (Entity)arg1) -> bool :
C++ signature :
bool receiveShadows(class PyDbEntity {lvalue})
- recordGraphicsModified(...)
- recordGraphicsModified( (Entity)arg1) -> None :
C++ signature :
void recordGraphicsModified(class PyDbEntity {lvalue})
recordGraphicsModified( (Entity)arg1) -> None :
C++ signature :
void recordGraphicsModified(class PyDbEntity {lvalue})
- setCastShadows(...)
- setCastShadows( (Entity)arg1, (bool)arg2) -> None :
C++ signature :
void setCastShadows(class PyDbEntity {lvalue},bool)
- setColor(...)
- setColor( (Entity)arg1, (Color)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setColor(class PyDbEntity {lvalue},class AcCmColor)
setColor( (Entity)arg1, (Color)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setColor(class PyDbEntity {lvalue},class AcCmColor,bool)
setColor( (Entity)arg1, (Color)arg2, (bool)arg3, (Database)arg4) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setColor(class PyDbEntity {lvalue},class AcCmColor,bool,class PyDbDatabase {lvalue})
- setColorIndex(...)
- setColorIndex( (Entity)arg1, (int)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setColorIndex(class PyDbEntity {lvalue},unsigned short)
setColorIndex( (Entity)arg1, (int)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setColorIndex(class PyDbEntity {lvalue},unsigned short,bool)
- setDatabaseDefaults(...)
- setDatabaseDefaults( (Entity)arg1) -> None :
C++ signature :
void setDatabaseDefaults(class PyDbEntity {lvalue})
setDatabaseDefaults( (Entity)arg1, (Database)arg2) -> None :
C++ signature :
void setDatabaseDefaults(class PyDbEntity {lvalue},class PyDbDatabase)
- setLayer(...)
- setLayer( (Entity)arg1, (str)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLayer(class PyDbEntity {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
setLayer( (Entity)arg1, (str)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLayer(class PyDbEntity {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,bool)
setLayer( (Entity)arg1, (str)arg2, (bool)arg3, (bool)arg4) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLayer(class PyDbEntity {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,bool,bool)
setLayer( (Entity)arg1, (ObjectId)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLayer(class PyDbEntity {lvalue},class PyDbObjectId)
setLayer( (Entity)arg1, (ObjectId)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLayer(class PyDbEntity {lvalue},class PyDbObjectId,bool)
setLayer( (Entity)arg1, (ObjectId)arg2, (bool)arg3, (bool)arg4) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLayer(class PyDbEntity {lvalue},class PyDbObjectId,bool,bool)
- setLineWeight(...)
- setLineWeight( (Entity)arg1, (LineWeight)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLineWeight(class PyDbEntity {lvalue},enum AcDb::LineWeight)
setLineWeight( (Entity)arg1, (LineWeight)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLineWeight(class PyDbEntity {lvalue},enum AcDb::LineWeight,bool)
- setLinetype(...)
- setLinetype( (Entity)arg1, (str)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLinetype(class PyDbEntity {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
setLinetype( (Entity)arg1, (str)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLinetype(class PyDbEntity {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,bool)
setLinetype( (Entity)arg1, (ObjectId)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLinetype(class PyDbEntity {lvalue},class PyDbObjectId)
setLinetype( (Entity)arg1, (ObjectId)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLinetype(class PyDbEntity {lvalue},class PyDbObjectId,bool)
- setLinetypeScale(...)
- setLinetypeScale( (Entity)arg1, (float)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLinetypeScale(class PyDbEntity {lvalue},double)
setLinetypeScale( (Entity)arg1, (float)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLinetypeScale(class PyDbEntity {lvalue},double,bool)
- setMaterial(...)
- setMaterial( (Entity)arg1, (str)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setMaterial(class PyDbEntity {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
setMaterial( (Entity)arg1, (str)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setMaterial(class PyDbEntity {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,bool)
setMaterial( (Entity)arg1, (ObjectId)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setMaterial(class PyDbEntity {lvalue},class PyDbObjectId)
setMaterial( (Entity)arg1, (ObjectId)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setMaterial(class PyDbEntity {lvalue},class PyDbObjectId,bool)
- setPlotStyleName(...)
- setPlotStyleName( (Entity)arg1, (str)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setPlotStyleName(class PyDbEntity {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,bool)
setPlotStyleName( (Entity)arg1, (PlotStyleNameType)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setPlotStyleName(class PyDbEntity {lvalue},enum AcDb::PlotStyleNameType,bool)
setPlotStyleName( (Entity)arg1, (PlotStyleNameType)arg2, (ObjectId)arg3, (bool)arg4) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setPlotStyleName(class PyDbEntity {lvalue},enum AcDb::PlotStyleNameType,class PyDbObjectId,bool)
- setPropertiesFrom(...)
- setPropertiesFrom( (Entity)arg1, (Entity)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setPropertiesFrom(class PyDbEntity {lvalue},class PyDbEntity)
setPropertiesFrom( (Entity)arg1, (Entity)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setPropertiesFrom(class PyDbEntity {lvalue},class PyDbEntity,bool)
- setReceiveShadows(...)
- setReceiveShadows( (Entity)arg1, (bool)arg2) -> None :
C++ signature :
void setReceiveShadows(class PyDbEntity {lvalue},bool)
- setVisibility(...)
- setVisibility( (Entity)arg1, (Visibility)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setVisibility(class PyDbEntity {lvalue},enum AcDb::Visibility)
setVisibility( (Entity)arg1, (Visibility)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setVisibility(class PyDbEntity {lvalue},enum AcDb::Visibility,bool)
- transformBy(...)
- transformBy( (Entity)arg1, (Matrix3d)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus transformBy(class PyDbEntity {lvalue},class AcGeMatrix3d)
- visibility(...)
- visibility( (Entity)arg1) -> Visibility :
C++ signature :
enum AcDb::Visibility visibility(class PyDbEntity {lvalue})
Static methods inherited from DbObject:
- addPersistentReactor(...)
- addPersistentReactor( (DbObject)arg1, (ObjectId)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus addPersistentReactor(class PyDbObject {lvalue},class PyDbObjectId)
- assertNotifyEnabled(...)
- assertNotifyEnabled( (DbObject)arg1) -> None :
C++ signature :
void assertNotifyEnabled(class PyDbObject {lvalue})
- assertReadEnabled(...)
- assertReadEnabled( (DbObject)arg1) -> None :
C++ signature :
void assertReadEnabled(class PyDbObject {lvalue})
- assertWriteEnabled(...)
- assertWriteEnabled( (DbObject)arg1) -> None :
C++ signature :
void assertWriteEnabled(class PyDbObject {lvalue})
- cancel(...)
- cancel( (DbObject)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus cancel(class PyDbObject {lvalue})
- close(...)
- close( (DbObject)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus close(class PyDbObject {lvalue})
- createExtensionDictionary(...)
- createExtensionDictionary( (DbObject)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus createExtensionDictionary(class PyDbObject {lvalue})
- database(...)
- database( (DbObject)arg1) -> Database :
C++ signature :
class PyDbDatabase database(class PyDbObject {lvalue})
- disableUndoRecording(...)
- disableUndoRecording( (DbObject)arg1, (bool)arg2) -> None :
C++ signature :
void disableUndoRecording(class PyDbObject {lvalue},bool)
- downgradeOpen(...)
- downgradeOpen( (DbObject)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus downgradeOpen(class PyDbObject {lvalue})
- downgradeToNotify(...)
- downgradeToNotify( (DbObject)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus downgradeToNotify(class PyDbObject {lvalue},bool)
- erase(...)
- erase( (DbObject)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus erase(class PyDbObject {lvalue})
- extensionDictionary(...)
- extensionDictionary( (DbObject)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId extensionDictionary(class PyDbObject {lvalue})
- handOverTo(...)
- handOverTo( (DbObject)arg1, (DbObject)arg2, (bool)arg3, (bool)arg4) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus handOverTo(class PyDbObject {lvalue},class PyDbObject {lvalue},bool,bool)
- hasPersistentReactor(...)
- hasPersistentReactor( (DbObject)arg1, (ObjectId)arg2) -> bool :
C++ signature :
bool hasPersistentReactor(class PyDbObject {lvalue},class PyDbObjectId)
- isAProxy(...)
- isAProxy( (DbObject)arg1) -> bool :
C++ signature :
bool isAProxy(class PyDbObject {lvalue})
- isCancelling(...)
- isCancelling( (DbObject)arg1) -> bool :
C++ signature :
bool isCancelling(class PyDbObject {lvalue})
- isEraseStatusToggled(...)
- isEraseStatusToggled( (DbObject)arg1) -> bool :
C++ signature :
bool isEraseStatusToggled(class PyDbObject {lvalue})
- isErased(...)
- isErased( (DbObject)arg1) -> bool :
C++ signature :
bool isErased(class PyDbObject {lvalue})
- isModified(...)
- isModified( (DbObject)arg1) -> bool :
C++ signature :
bool isModified(class PyDbObject {lvalue})
- isModifiedGraphics(...)
- isModifiedGraphics( (DbObject)arg1) -> bool :
C++ signature :
bool isModifiedGraphics(class PyDbObject {lvalue})
- isModifiedXData(...)
- isModifiedXData( (DbObject)arg1) -> bool :
C++ signature :
bool isModifiedXData(class PyDbObject {lvalue})
- isNewObject(...)
- isNewObject( (DbObject)arg1) -> bool :
C++ signature :
bool isNewObject(class PyDbObject {lvalue})
- isNotifyEnabled(...)
- isNotifyEnabled( (DbObject)arg1) -> bool :
C++ signature :
bool isNotifyEnabled(class PyDbObject {lvalue})
- isNotifying(...)
- isNotifying( (DbObject)arg1) -> bool :
C++ signature :
bool isNotifying(class PyDbObject {lvalue})
- isReadEnabled(...)
- isReadEnabled( (DbObject)arg1) -> bool :
C++ signature :
bool isReadEnabled(class PyDbObject {lvalue})
- isReallyClosing(...)
- isReallyClosing( (DbObject)arg1) -> bool :
C++ signature :
bool isReallyClosing(class PyDbObject {lvalue})
- isTransactionResident(...)
- isTransactionResident( (DbObject)arg1) -> bool :
C++ signature :
bool isTransactionResident(class PyDbObject {lvalue})
- isUndoRecordingDisabled(...)
- isUndoRecordingDisabled( (DbObject)arg1) -> bool :
C++ signature :
bool isUndoRecordingDisabled(class PyDbObject {lvalue})
- isUndoing(...)
- isUndoing( (DbObject)arg1) -> bool :
C++ signature :
bool isUndoing(class PyDbObject {lvalue})
- isWriteEnabled(...)
- isWriteEnabled( (DbObject)arg1) -> bool :
C++ signature :
bool isWriteEnabled(class PyDbObject {lvalue})
- objectId(...)
- objectId( (DbObject)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId objectId(class PyDbObject {lvalue})
- ownerId(...)
- ownerId( (DbObject)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId ownerId(class PyDbObject {lvalue})
- releaseExtensionDictionary(...)
- releaseExtensionDictionary( (DbObject)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus releaseExtensionDictionary(class PyDbObject {lvalue})
- removePersistentReactor(...)
- removePersistentReactor( (DbObject)arg1, (ObjectId)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus removePersistentReactor(class PyDbObject {lvalue},class PyDbObjectId)
- setOwnerId(...)
- setOwnerId( (DbObject)arg1, (ObjectId)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setOwnerId(class PyDbObject {lvalue},class PyDbObjectId)
- setXData(...)
- setXData( (DbObject)arg1, (list)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setXData(class PyDbObject {lvalue},class boost::python::list)
- swapIdWith(...)
- swapIdWith( (DbObject)arg1, (ObjectId)arg2, (bool)arg3, (bool)arg4) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus swapIdWith(class PyDbObject {lvalue},class PyDbObjectId {lvalue},bool,bool)
- upgradeFromNotify(...)
- upgradeFromNotify( (DbObject)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus upgradeFromNotify(class PyDbObject {lvalue},bool {lvalue})
- upgradeOpen(...)
- upgradeOpen( (DbObject)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus upgradeOpen(class PyDbObject {lvalue})
- xData(...)
- xData( (DbObject)arg1, (str)arg2) -> list :
C++ signature :
class boost::python::list xData(class PyDbObject {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
- xDataTransformBy(...)
- xDataTransformBy( (DbObject)arg1, (Matrix3d)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus xDataTransformBy(class PyDbObject {lvalue},class AcGeMatrix3d)
Static methods inherited from PyGi.Drawable:
- isA(...)
- isA( (Drawable)arg1) -> RxClass :
C++ signature :
class PyRxClass isA(class PyGiDrawable {lvalue})
Static methods inherited from PyRx.RxObject:
- __eq__(...)
- __eq__( (RxObject)arg1, (RxObject)arg2) -> bool :
C++ signature :
bool __eq__(class PyRxObject {lvalue},class PyRxObject)
- __ne__(...)
- __ne__( (RxObject)arg1, (RxObject)arg2) -> bool :
C++ signature :
bool __ne__(class PyRxObject {lvalue},class PyRxObject)
- isNull(...)
- isNull( (RxObject)arg1) -> bool :
C++ signature :
bool isNull(class PyRxObject {lvalue})
Static methods inherited from Boost.Python.instance:
- __new__(*args, **kwargs) from Boost.Python.class
- Create and return a new object. See help(type) for accurate signature.
Data descriptors inherited from Boost.Python.instance:
- __dict__
- __weakref__
|
class EntityColor(Boost.Python.instance) |
| | |
- Method resolution order:
- EntityColor
- Boost.Python.instance
- builtins.object
Static methods defined here:
- ByBlock(...)
- ByBlock() -> EntityColor :
C++ signature :
class AcCmEntityColor ByBlock()
- ByLayer(...)
- ByLayer() -> EntityColor :
C++ signature :
class AcCmEntityColor ByLayer()
- Foreground(...)
- Foreground() -> EntityColor :
C++ signature :
class AcCmEntityColor Foreground()
- None(...)
- None() -> EntityColor :
C++ signature :
class AcCmEntityColor None()
- __init__(...)
- __init__( (object)arg1) -> None :
C++ signature :
void __init__(struct _object * __ptr64)
__init__( (object)arg1, (int)arg2, (int)arg3, (int)arg4) -> None :
C++ signature :
void __init__(struct _object * __ptr64,unsigned char,unsigned char,unsigned char)
- __reduce__ = (...)
- black(...)
- black() -> EntityColor :
C++ signature :
class AcCmEntityColor black()
- blue(...)
- blue( (EntityColor)arg1) -> int :
C++ signature :
unsigned char blue(class AcCmEntityColor {lvalue})
- canResolveRGB(...)
- canResolveRGB( (EntityColor)arg1) -> bool :
C++ signature :
bool canResolveRGB(class AcCmEntityColor {lvalue})
- colorIndex(...)
- colorIndex( (EntityColor)arg1) -> int :
C++ signature :
short colorIndex(class AcCmEntityColor {lvalue})
- colorMethod(...)
- colorMethod( (EntityColor)arg1) -> ColorMethod :
C++ signature :
enum AcCmEntityColor::ColorMethod colorMethod(class AcCmEntityColor {lvalue})
- getCOLORREF(...)
- getCOLORREF( (EntityColor)arg1) -> int :
C++ signature :
unsigned int getCOLORREF(class AcCmEntityColor {lvalue})
- getRGB(...)
- getRGB( (EntityColor)arg1) -> int :
C++ signature :
unsigned int getRGB(class AcCmEntityColor {lvalue})
- getRGBM(...)
- getRGBM( (EntityColor)arg1) -> int :
C++ signature :
unsigned int getRGBM(class AcCmEntityColor {lvalue})
- green(...)
- green( (EntityColor)arg1) -> int :
C++ signature :
unsigned char green(class AcCmEntityColor {lvalue})
- isByACI(...)
- isByACI( (EntityColor)arg1) -> bool :
C++ signature :
bool isByACI(class AcCmEntityColor {lvalue})
- isByBlock(...)
- isByBlock( (EntityColor)arg1) -> bool :
C++ signature :
bool isByBlock(class AcCmEntityColor {lvalue})
- isByColor(...)
- isByColor( (EntityColor)arg1) -> bool :
C++ signature :
bool isByColor(class AcCmEntityColor {lvalue})
- isByLayer(...)
- isByLayer( (EntityColor)arg1) -> bool :
C++ signature :
bool isByLayer(class AcCmEntityColor {lvalue})
- isByPen(...)
- isByPen( (EntityColor)arg1) -> bool :
C++ signature :
bool isByPen(class AcCmEntityColor {lvalue})
- isForeground(...)
- isForeground( (EntityColor)arg1) -> bool :
C++ signature :
bool isForeground(class AcCmEntityColor {lvalue})
- isLayerFrozen(...)
- isLayerFrozen( (EntityColor)arg1) -> bool :
C++ signature :
bool isLayerFrozen(class AcCmEntityColor {lvalue})
- isLayerFrozenOrOff(...)
- isLayerFrozenOrOff( (EntityColor)arg1) -> bool :
C++ signature :
bool isLayerFrozenOrOff(class AcCmEntityColor {lvalue})
- isLayerOff(...)
- isLayerOff( (EntityColor)arg1) -> bool :
C++ signature :
bool isLayerOff(class AcCmEntityColor {lvalue})
- isNone(...)
- isNone( (EntityColor)arg1) -> bool :
C++ signature :
bool isNone(class AcCmEntityColor {lvalue})
- layerIndex(...)
- layerIndex( (EntityColor)arg1) -> int :
C++ signature :
int layerIndex(class AcCmEntityColor {lvalue})
- makeTrueColor(...)
- makeTrueColor( (EntityColor)arg1) -> EntityColor :
C++ signature :
class AcCmEntityColor makeTrueColor(class AcCmEntityColor {lvalue})
- penIndex(...)
- penIndex( (EntityColor)arg1) -> int :
C++ signature :
unsigned short penIndex(class AcCmEntityColor {lvalue})
- red(...)
- red( (EntityColor)arg1) -> int :
C++ signature :
unsigned char red(class AcCmEntityColor {lvalue})
- setByBlock(...)
- setByBlock( (EntityColor)arg1) -> None :
C++ signature :
void setByBlock(class AcCmEntityColor {lvalue})
- setByLayer(...)
- setByLayer( (EntityColor)arg1) -> None :
C++ signature :
void setByLayer(class AcCmEntityColor {lvalue})
- setCOLORREF(...)
- setCOLORREF( (EntityColor)arg1, (int)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setCOLORREF(class AcCmEntityColor {lvalue},unsigned int)
- setColorIndex(...)
- setColorIndex( (EntityColor)arg1, (DxfCode)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setColorIndex(class AcCmEntityColor {lvalue},short)
- setForeground(...)
- setForeground( (EntityColor)arg1) -> None :
C++ signature :
void setForeground(class AcCmEntityColor {lvalue})
- setLayerIndex(...)
- setLayerIndex( (EntityColor)arg1, (int)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLayerIndex(class AcCmEntityColor {lvalue},int)
- setLayerOff(...)
- setLayerOff( (EntityColor)arg1) -> None :
C++ signature :
void setLayerOff(class AcCmEntityColor {lvalue})
- setNone(...)
- setNone( (EntityColor)arg1) -> None :
C++ signature :
void setNone(class AcCmEntityColor {lvalue})
- setPenIndex(...)
- setPenIndex( (EntityColor)arg1, (int)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setPenIndex(class AcCmEntityColor {lvalue},unsigned short)
- setRGB(...)
- setRGB( (EntityColor)arg1, (int)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setRGB(class AcCmEntityColor {lvalue},unsigned int)
setRGB( (EntityColor)arg1, (int)arg2, (int)arg3, (int)arg4) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setRGB(class AcCmEntityColor {lvalue},unsigned char,unsigned char,unsigned char)
- setRGBM(...)
- setRGBM( (EntityColor)arg1, (int)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setRGBM(class AcCmEntityColor {lvalue},unsigned int)
- white(...)
- white() -> EntityColor :
C++ signature :
class AcCmEntityColor white()
Data and other attributes defined here:
- __instance_size__ = 32
Static methods inherited from Boost.Python.instance:
- __new__(*args, **kwargs) from Boost.Python.class
- Create and return a new object. See help(type) for accurate signature.
Data descriptors inherited from Boost.Python.instance:
- __dict__
- __weakref__
|
class ErrorStatus(Boost.Python.enum) |
| | |
- Method resolution order:
- ErrorStatus
- Boost.Python.enum
- builtins.int
- builtins.object
Data and other attributes defined here:
- Ok = PyDb.ErrorStatus.Ok
- eAbortPreview = PyDb.ErrorStatus.eAbortPreview
- eAllInSameRigidSet = PyDb.ErrorStatus.eAllInSameRigidSet
- eAlreadyActive = PyDb.ErrorStatus.eAlreadyActive
- eAlreadyHasRepresentation = PyDb.ErrorStatus.eAlreadyHasRepresentation
- eAlreadyInDb = PyDb.ErrorStatus.eAlreadyInDb
- eAlreadyInGroup = PyDb.ErrorStatus.eAlreadyInGroup
- eAlreadyInactive = PyDb.ErrorStatus.eAlreadyInactive
- eAlreadyInferred = PyDb.ErrorStatus.eAlreadyInferred
- eAmbiguousInput = PyDb.ErrorStatus.eAmbiguousInput
- eAmbiguousOutput = PyDb.ErrorStatus.eAmbiguousOutput
- eAnonymousEntry = PyDb.ErrorStatus.eAnonymousEntry
- eAtMaxReaders = PyDb.ErrorStatus.eAtMaxReaders
- eBackgroundPlotInProgress = PyDb.ErrorStatus.eBackgroundPlotInProgress
- eBadColor = PyDb.ErrorStatus.eBadColor
- eBadColorIndex = PyDb.ErrorStatus.eBadColorIndex
- eBadDwgHeader = PyDb.ErrorStatus.eBadDwgHeader
- eBadDxfFile = PyDb.ErrorStatus.eBadDxfFile
- eBadDxfSequence = PyDb.ErrorStatus.eBadDxfSequence
- eBadLayerName = PyDb.ErrorStatus.eBadLayerName
- eBadLineWeightValue = PyDb.ErrorStatus.eBadLineWeightValue
- eBadLinetypeName = PyDb.ErrorStatus.eBadLinetypeName
- eBadLinetypeScale = PyDb.ErrorStatus.eBadLinetypeScale
- eBadMaterialName = PyDb.ErrorStatus.eBadMaterialName
- eBadPaperspaceView = PyDb.ErrorStatus.eBadPaperspaceView
- eBadPlotStyleName = PyDb.ErrorStatus.eBadPlotStyleName
- eBadPlotStyleNameHandle = PyDb.ErrorStatus.eBadPlotStyleNameHandle
- eBadPlotStyleType = PyDb.ErrorStatus.eBadPlotStyleType
- eBadUCS = PyDb.ErrorStatus.eBadUCS
- eBadVisibilityValue = PyDb.ErrorStatus.eBadVisibilityValue
- eBadlyNestedAppData = PyDb.ErrorStatus.eBadlyNestedAppData
- eBinaryDataSizeExceeded = PyDb.ErrorStatus.eBinaryDataSizeExceeded
- eBlockDefInEntitySection = PyDb.ErrorStatus.eBlockDefInEntitySection
- eBrokenHandle = PyDb.ErrorStatus.eBrokenHandle
- eBufferTooSmall = PyDb.ErrorStatus.eBufferTooSmall
- eCannotBeErasedByCaller = PyDb.ErrorStatus.eCannotBeErasedByCaller
- eCannotBeResurrected = PyDb.ErrorStatus.eCannotBeResurrected
- eCannotChangeActiveViewport = PyDb.ErrorStatus.eCannotChangeActiveViewport
- eCannotChangeColumnType = PyDb.ErrorStatus.eCannotChangeColumnType
- eCannotExplodeEntity = PyDb.ErrorStatus.eCannotExplodeEntity
- eCannotNestBlockDefs = PyDb.ErrorStatus.eCannotNestBlockDefs
- eCannotPlotToFile = PyDb.ErrorStatus.eCannotPlotToFile
- eCannotRestoreFromAcisFile = PyDb.ErrorStatus.eCannotRestoreFromAcisFile
- eCannotScaleNonUniformly = PyDb.ErrorStatus.eCannotScaleNonUniformly
- eCantOpenFile = PyDb.ErrorStatus.eCantOpenFile
- eChangedAgainstAssociativity = PyDb.ErrorStatus.eChangedAgainstAssociativity
- eCloseFailObjectDamaged = PyDb.ErrorStatus.eCloseFailObjectDamaged
- eCloseModifyAborted = PyDb.ErrorStatus.eCloseModifyAborted
- eClosePartialFailure = PyDb.ErrorStatus.eClosePartialFailure
- eCloseWasNotifying = PyDb.ErrorStatus.eCloseWasNotifying
- eCommandWasInProgress = PyDb.ErrorStatus.eCommandWasInProgress
- eContainerNotEmpty = PyDb.ErrorStatus.eContainerNotEmpty
- eConvertImageFormatFailed = PyDb.ErrorStatus.eConvertImageFormatFailed
- eCopyDoesNotExist = PyDb.ErrorStatus.eCopyDoesNotExist
- eCopyFailed = PyDb.ErrorStatus.eCopyFailed
- eCopyInvalidName = PyDb.ErrorStatus.eCopyInvalidName
- eCopyIsModelSpace = PyDb.ErrorStatus.eCopyIsModelSpace
- eCopyNameExists = PyDb.ErrorStatus.eCopyNameExists
- eCreateFailed = PyDb.ErrorStatus.eCreateFailed
- eCreateInvalidName = PyDb.ErrorStatus.eCreateInvalidName
- eCustomSizeNotPossible = PyDb.ErrorStatus.eCustomSizeNotPossible
- eCyclicDependency = PyDb.ErrorStatus.eCyclicDependency
- eDataLinkAdapterNotFound = PyDb.ErrorStatus.eDataLinkAdapterNotFound
- eDataLinkBadConnectionString = PyDb.ErrorStatus.eDataLinkBadConnectionString
- eDataLinkConnectionFailed = PyDb.ErrorStatus.eDataLinkConnectionFailed
- eDataLinkExcelNotFound = PyDb.ErrorStatus.eDataLinkExcelNotFound
- eDataLinkInvalidAdapterId = PyDb.ErrorStatus.eDataLinkInvalidAdapterId
- eDataLinkNotFound = PyDb.ErrorStatus.eDataLinkNotFound
- eDataLinkNotUpdatedYet = PyDb.ErrorStatus.eDataLinkNotUpdatedYet
- eDataLinkOtherError = PyDb.ErrorStatus.eDataLinkOtherError
- eDataLinkSourceIsWriteProtected = PyDb.ErrorStatus.eDataLinkSourceIsWriteProtected
- eDataLinkSourceNotFound = PyDb.ErrorStatus.eDataLinkSourceNotFound
- eDataLinkSourceUpdateNotAllowed = PyDb.ErrorStatus.eDataLinkSourceUpdateNotAllowed
- eDataTooLarge = PyDb.ErrorStatus.eDataTooLarge
- eDatabaseObjectsOpen = PyDb.ErrorStatus.eDatabaseObjectsOpen
- eDegenerateGeometry = PyDb.ErrorStatus.eDegenerateGeometry
- eDelDoesNotExist = PyDb.ErrorStatus.eDelDoesNotExist
- eDelIsModelSpace = PyDb.ErrorStatus.eDelIsModelSpace
- eDelLastLayout = PyDb.ErrorStatus.eDelLastLayout
- eDelUnableToFind = PyDb.ErrorStatus.eDelUnableToFind
- eDelUnableToSetCurrent = PyDb.ErrorStatus.eDelUnableToSetCurrent
- eDelayMore = PyDb.ErrorStatus.eDelayMore
- eDeleteEntity = PyDb.ErrorStatus.eDeleteEntity
- eDeletedEntry = PyDb.ErrorStatus.eDeletedEntry
- eDependentOnObjectErased = PyDb.ErrorStatus.eDependentOnObjectErased
- eDeviceNotFound = PyDb.ErrorStatus.eDeviceNotFound
- eDocumentSwitchDisabled = PyDb.ErrorStatus.eDocumentSwitchDisabled
- eDuplicateBlockDefinition = PyDb.ErrorStatus.eDuplicateBlockDefinition
- eDuplicateBlockName = PyDb.ErrorStatus.eDuplicateBlockName
- eDuplicateDxfField = PyDb.ErrorStatus.eDuplicateDxfField
- eDuplicateIndex = PyDb.ErrorStatus.eDuplicateIndex
- eDuplicateKey = PyDb.ErrorStatus.eDuplicateKey
- eDuplicateLayerName = PyDb.ErrorStatus.eDuplicateLayerName
- eDuplicateRecordName = PyDb.ErrorStatus.eDuplicateRecordName
- eDwgCRCDoesNotMatch = PyDb.ErrorStatus.eDwgCRCDoesNotMatch
- eDwgNeedsAFullSave = PyDb.ErrorStatus.eDwgNeedsAFullSave
- eDwgNotRecoverable = PyDb.ErrorStatus.eDwgNotRecoverable
- eDwgObjectImproperlyRead = PyDb.ErrorStatus.eDwgObjectImproperlyRead
- eDwgRecoveredOK = PyDb.ErrorStatus.eDwgRecoveredOK
- eDwgSentinelDoesNotMatch = PyDb.ErrorStatus.eDwgSentinelDoesNotMatch
- eDwgShareDemandLoad = PyDb.ErrorStatus.eDwgShareDemandLoad
- eDwgShareReadAccess = PyDb.ErrorStatus.eDwgShareReadAccess
- eDwgShareWriteAccess = PyDb.ErrorStatus.eDwgShareWriteAccess
- eDwkLockFileFound = PyDb.ErrorStatus.eDwkLockFileFound
- eDxbPartiallyRead = PyDb.ErrorStatus.eDxbPartiallyRead
- eDxbReadAborted = PyDb.ErrorStatus.eDxbReadAborted
- eDxfPartiallyRead = PyDb.ErrorStatus.eDxfPartiallyRead
- eDxfReadAborted = PyDb.ErrorStatus.eDxfReadAborted
- eEmbeddedIntersections = PyDb.ErrorStatus.eEmbeddedIntersections
- eEmptyOperand = PyDb.ErrorStatus.eEmptyOperand
- eEndOfFile = PyDb.ErrorStatus.eEndOfFile
- eEndOfObject = PyDb.ErrorStatus.eEndOfObject
- eEndPreview = PyDb.ErrorStatus.eEndPreview
- eEntityInInactiveLayout = PyDb.ErrorStatus.eEntityInInactiveLayout
- eEntityRestricedInDOF = PyDb.ErrorStatus.eEntityRestricedInDOF
- eExcessiveItemCount = PyDb.ErrorStatus.eExcessiveItemCount
- eExplodeBeforeTransform = PyDb.ErrorStatus.eExplodeBeforeTransform
- eFSMError = PyDb.ErrorStatus.eFSMError
- eFailedCurveCheck = PyDb.ErrorStatus.eFailedCurveCheck
- eFailedToBlend = PyDb.ErrorStatus.eFailedToBlend
- eFailedToEvaluate = PyDb.ErrorStatus.eFailedToEvaluate
- eFailedToEvaluateDependents = PyDb.ErrorStatus.eFailedToEvaluateDependents
- eFailedToSetEdgeChamfers = PyDb.ErrorStatus.eFailedToSetEdgeChamfers
- eFailedToSetEdgeRounds = PyDb.ErrorStatus.eFailedToSetEdgeRounds
- eFailedToSetVertexRounds = PyDb.ErrorStatus.eFailedToSetVertexRounds
- eFileAccessErr = PyDb.ErrorStatus.eFileAccessErr
- eFileExists = PyDb.ErrorStatus.eFileExists
- eFileInternalErr = PyDb.ErrorStatus.eFileInternalErr
- eFileLockedByACAD = PyDb.ErrorStatus.eFileLockedByACAD
- eFileMissingSections = PyDb.ErrorStatus.eFileMissingSections
- eFileNotFound = PyDb.ErrorStatus.eFileNotFound
- eFileNotInCloud = PyDb.ErrorStatus.eFileNotInCloud
- eFileSharingViolation = PyDb.ErrorStatus.eFileSharingViolation
- eFileSystemErr = PyDb.ErrorStatus.eFileSystemErr
- eFileTooManyOpen = PyDb.ErrorStatus.eFileTooManyOpen
- eFilerError = PyDb.ErrorStatus.eFilerError
- eFixedAllErrors = PyDb.ErrorStatus.eFixedAllErrors
- eGeneralModelingFailure = PyDb.ErrorStatus.eGeneralModelingFailure
- eGetAdIntImgServicesFailed = PyDb.ErrorStatus.eGetAdIntImgServicesFailed
- eGetImageBytesFailed = PyDb.ErrorStatus.eGetImageBytesFailed
- eGetImageDIBFailed = PyDb.ErrorStatus.eGetImageDIBFailed
- eGetPreviewImageFailed = PyDb.ErrorStatus.eGetPreviewImageFailed
- eGraphContainsProxies = PyDb.ErrorStatus.eGraphContainsProxies
- eGraphCyclesFound = PyDb.ErrorStatus.eGraphCyclesFound
- eGraphEdgeAlreadyExists = PyDb.ErrorStatus.eGraphEdgeAlreadyExists
- eGraphEdgeNotFound = PyDb.ErrorStatus.eGraphEdgeNotFound
- eGraphNodeAlreadyExists = PyDb.ErrorStatus.eGraphNodeAlreadyExists
- eGraphNodeNotFound = PyDb.ErrorStatus.eGraphNodeNotFound
- eGraphicsNotGenerated = PyDb.ErrorStatus.eGraphicsNotGenerated
- eGuidNoAddress = PyDb.ErrorStatus.eGuidNoAddress
- eHadMultipleReaders = PyDb.ErrorStatus.eHadMultipleReaders
- eHandleExists = PyDb.ErrorStatus.eHandleExists
- eHandleInUse = PyDb.ErrorStatus.eHandleInUse
- eHatchTooDense = PyDb.ErrorStatus.eHatchTooDense
- eIgnoredLinetypeRedef = PyDb.ErrorStatus.eIgnoredLinetypeRedef
- eIllegalEntityType = PyDb.ErrorStatus.eIllegalEntityType
- eIllegalReplacement = PyDb.ErrorStatus.eIllegalReplacement
- eInProcessOfCommitting = PyDb.ErrorStatus.eInProcessOfCommitting
- eIncompatiblePlotSettings = PyDb.ErrorStatus.eIncompatiblePlotSettings
- eIncompleteBlockDefinition = PyDb.ErrorStatus.eIncompleteBlockDefinition
- eIncompleteComplexObject = PyDb.ErrorStatus.eIncompleteComplexObject
- eInconsistentConstraint = PyDb.ErrorStatus.eInconsistentConstraint
- eInetBadPath = PyDb.ErrorStatus.eInetBadPath
- eInetBase = PyDb.ErrorStatus.eInetBase
- eInetCreateInternetSessionFailed = PyDb.ErrorStatus.eInetCreateInternetSessionFailed
- eInetDirectoryFull = PyDb.ErrorStatus.eInetDirectoryFull
- eInetDiskFull = PyDb.ErrorStatus.eInetDiskFull
- eInetFileAccessDenied = PyDb.ErrorStatus.eInetFileAccessDenied
- eInetFileGenericError = PyDb.ErrorStatus.eInetFileGenericError
- eInetFileNotFound = PyDb.ErrorStatus.eInetFileNotFound
- eInetFileOpenFailed = PyDb.ErrorStatus.eInetFileOpenFailed
- eInetGenericException = PyDb.ErrorStatus.eInetGenericException
- eInetHardwareError = PyDb.ErrorStatus.eInetHardwareError
- eInetHttpAccessDenied = PyDb.ErrorStatus.eInetHttpAccessDenied
- eInetHttpBadGateway = PyDb.ErrorStatus.eInetHttpBadGateway
- eInetHttpBadMethod = PyDb.ErrorStatus.eInetHttpBadMethod
- eInetHttpBadRequest = PyDb.ErrorStatus.eInetHttpBadRequest
- eInetHttpConflict = PyDb.ErrorStatus.eInetHttpConflict
- eInetHttpGatewayTimeout = PyDb.ErrorStatus.eInetHttpGatewayTimeout
- eInetHttpLengthRequired = PyDb.ErrorStatus.eInetHttpLengthRequired
- eInetHttpNoAcceptableResponse = PyDb.ErrorStatus.eInetHttpNoAcceptableResponse
- eInetHttpNotSupported = PyDb.ErrorStatus.eInetHttpNotSupported
- eInetHttpObjectNotFound = PyDb.ErrorStatus.eInetHttpObjectNotFound
- eInetHttpOpenRequestFailed = PyDb.ErrorStatus.eInetHttpOpenRequestFailed
- eInetHttpPaymentRequired = PyDb.ErrorStatus.eInetHttpPaymentRequired
- eInetHttpPreconditionFailure = PyDb.ErrorStatus.eInetHttpPreconditionFailure
- eInetHttpProxyAuthorizationRequired = PyDb.ErrorStatus.eInetHttpProxyAuthorizationRequired
- eInetHttpRequestForbidden = PyDb.ErrorStatus.eInetHttpRequestForbidden
- eInetHttpRequestTooLarge = PyDb.ErrorStatus.eInetHttpRequestTooLarge
- eInetHttpResourceGone = PyDb.ErrorStatus.eInetHttpResourceGone
- eInetHttpServerError = PyDb.ErrorStatus.eInetHttpServerError
- eInetHttpServiceUnavailable = PyDb.ErrorStatus.eInetHttpServiceUnavailable
- eInetHttpTimedOut = PyDb.ErrorStatus.eInetHttpTimedOut
- eInetHttpUnsupportedMedia = PyDb.ErrorStatus.eInetHttpUnsupportedMedia
- eInetHttpUriTooLong = PyDb.ErrorStatus.eInetHttpUriTooLong
- eInetHttpVersionNotSupported = PyDb.ErrorStatus.eInetHttpVersionNotSupported
- eInetInCache = PyDb.ErrorStatus.eInetInCache
- eInetInternetError = PyDb.ErrorStatus.eInetInternetError
- eInetInternetSessionConnectFailed = PyDb.ErrorStatus.eInetInternetSessionConnectFailed
- eInetInternetSessionOpenFailed = PyDb.ErrorStatus.eInetInternetSessionOpenFailed
- eInetInvalidAccessType = PyDb.ErrorStatus.eInetInvalidAccessType
- eInetInvalidFileHandle = PyDb.ErrorStatus.eInetInvalidFileHandle
- eInetNoAcadInet = PyDb.ErrorStatus.eInetNoAcadInet
- eInetNoWinInet = PyDb.ErrorStatus.eInetNoWinInet
- eInetNotAnURL = PyDb.ErrorStatus.eInetNotAnURL
- eInetNotImplemented = PyDb.ErrorStatus.eInetNotImplemented
- eInetOk = PyDb.ErrorStatus.eInetOk
- eInetOldWinInet = PyDb.ErrorStatus.eInetOldWinInet
- eInetProtocolNotSupported = PyDb.ErrorStatus.eInetProtocolNotSupported
- eInetSharingViolation = PyDb.ErrorStatus.eInetSharingViolation
- eInetTooManyOpenFiles = PyDb.ErrorStatus.eInetTooManyOpenFiles
- eInetUnknownError = PyDb.ErrorStatus.eInetUnknownError
- eInetUserCancelledTransfer = PyDb.ErrorStatus.eInetUserCancelledTransfer
- eInetValidURL = PyDb.ErrorStatus.eInetValidURL
- eInsertAfter = PyDb.ErrorStatus.eInsertAfter
- eInvalidAdsName = PyDb.ErrorStatus.eInvalidAdsName
- eInvalidAxis = PyDb.ErrorStatus.eInvalidAxis
- eInvalidBlockName = PyDb.ErrorStatus.eInvalidBlockName
- eInvalidContext = PyDb.ErrorStatus.eInvalidContext
- eInvalidDimStyle = PyDb.ErrorStatus.eInvalidDimStyle
- eInvalidDwgVersion = PyDb.ErrorStatus.eInvalidDwgVersion
- eInvalidDxf2dPoint = PyDb.ErrorStatus.eInvalidDxf2dPoint
- eInvalidDxf3dPoint = PyDb.ErrorStatus.eInvalidDxf3dPoint
- eInvalidDxfCode = PyDb.ErrorStatus.eInvalidDxfCode
- eInvalidDxfSectionName = PyDb.ErrorStatus.eInvalidDxfSectionName
- eInvalidEngineState = PyDb.ErrorStatus.eInvalidEngineState
- eInvalidExpression = PyDb.ErrorStatus.eInvalidExpression
- eInvalidExtents = PyDb.ErrorStatus.eInvalidExtents
- eInvalidFaceVertexIndex = PyDb.ErrorStatus.eInvalidFaceVertexIndex
- eInvalidFileExtension = PyDb.ErrorStatus.eInvalidFileExtension
- eInvalidFix = PyDb.ErrorStatus.eInvalidFix
- eInvalidIdMap = PyDb.ErrorStatus.eInvalidIdMap
- eInvalidIndex = PyDb.ErrorStatus.eInvalidIndex
- eInvalidInput = PyDb.ErrorStatus.eInvalidInput
- eInvalidKey = PyDb.ErrorStatus.eInvalidKey
- eInvalidLayer = PyDb.ErrorStatus.eInvalidLayer
- eInvalidMeshVertexIndex = PyDb.ErrorStatus.eInvalidMeshVertexIndex
- eInvalidNormal = PyDb.ErrorStatus.eInvalidNormal
- eInvalidObjectId = PyDb.ErrorStatus.eInvalidObjectId
- eInvalidOffset = PyDb.ErrorStatus.eInvalidOffset
- eInvalidOpenState = PyDb.ErrorStatus.eInvalidOpenState
- eInvalidOwnerObject = PyDb.ErrorStatus.eInvalidOwnerObject
- eInvalidParameterName = PyDb.ErrorStatus.eInvalidParameterName
- eInvalidPlotArea = PyDb.ErrorStatus.eInvalidPlotArea
- eInvalidPlotInfo = PyDb.ErrorStatus.eInvalidPlotInfo
- eInvalidPreviewImage = PyDb.ErrorStatus.eInvalidPreviewImage
- eInvalidProfileName = PyDb.ErrorStatus.eInvalidProfileName
- eInvalidREFIID = PyDb.ErrorStatus.eInvalidREFIID
- eInvalidResBuf = PyDb.ErrorStatus.eInvalidResBuf
- eInvalidStyle = PyDb.ErrorStatus.eInvalidStyle
- eInvalidSymTableFlag = PyDb.ErrorStatus.eInvalidSymTableFlag
- eInvalidSymbolTableName = PyDb.ErrorStatus.eInvalidSymbolTableName
- eInvalidTextStyle = PyDb.ErrorStatus.eInvalidTextStyle
- eInvalidView = PyDb.ErrorStatus.eInvalidView
- eInvalidWindowArea = PyDb.ErrorStatus.eInvalidWindowArea
- eInvalidXrefObjectId = PyDb.ErrorStatus.eInvalidXrefObjectId
- eIsAnEntity = PyDb.ErrorStatus.eIsAnEntity
- eIsReading = PyDb.ErrorStatus.eIsReading
- eIsWriteProtected = PyDb.ErrorStatus.eIsWriteProtected
- eIsWriting = PyDb.ErrorStatus.eIsWriting
- eIsXRefObject = PyDb.ErrorStatus.eIsXRefObject
- eItemCountChanged = PyDb.ErrorStatus.eItemCountChanged
- eIteratorDone = PyDb.ErrorStatus.eIteratorDone
- eKeyNotFound = PyDb.ErrorStatus.eKeyNotFound
- eLISPActive = PyDb.ErrorStatus.eLISPActive
- eLayerGroupCodeMissing = PyDb.ErrorStatus.eLayerGroupCodeMissing
- eLayoutNotCurrent = PyDb.ErrorStatus.eLayoutNotCurrent
- eLeftErrorsUnfixed = PyDb.ErrorStatus.eLeftErrorsUnfixed
- eLoadFailed = PyDb.ErrorStatus.eLoadFailed
- eLockChangeInProgress = PyDb.ErrorStatus.eLockChangeInProgress
- eLockConflict = PyDb.ErrorStatus.eLockConflict
- eLockViolation = PyDb.ErrorStatus.eLockViolation
- eLongTransReferenceError = PyDb.ErrorStatus.eLongTransReferenceError
- eMakeMeProxy = PyDb.ErrorStatus.eMakeMeProxy
- eMakeMeProxyAndResurrect = PyDb.ErrorStatus.eMakeMeProxyAndResurrect
- eMaxLayouts = PyDb.ErrorStatus.eMaxLayouts
- eMaxNodes = PyDb.ErrorStatus.eMaxNodes
- eMissingBlockName = PyDb.ErrorStatus.eMissingBlockName
- eMissingDxfField = PyDb.ErrorStatus.eMissingDxfField
- eMissingDxfSection = PyDb.ErrorStatus.eMissingDxfSection
- eMissingSymbolTable = PyDb.ErrorStatus.eMissingSymbolTable
- eMissingSymbolTableRec = PyDb.ErrorStatus.eMissingSymbolTableRec
- eModifyingAssociativeEntity = PyDb.ErrorStatus.eModifyingAssociativeEntity
- eModifyingDimensionWithExpression = PyDb.ErrorStatus.eModifyingDimensionWithExpression
- eMustBe0to2 = PyDb.ErrorStatus.eMustBe0to2
- eMustBe0to3 = PyDb.ErrorStatus.eMustBe0to3
- eMustBe0to4 = PyDb.ErrorStatus.eMustBe0to4
- eMustBe0to5 = PyDb.ErrorStatus.eMustBe0to5
- eMustBe0to8 = PyDb.ErrorStatus.eMustBe0to8
- eMustBe1to15 = PyDb.ErrorStatus.eMustBe1to15
- eMustBe1to6 = PyDb.ErrorStatus.eMustBe1to6
- eMustBe1to8 = PyDb.ErrorStatus.eMustBe1to8
- eMustBeInteger = PyDb.ErrorStatus.eMustBeInteger
- eMustBeNonNegative = PyDb.ErrorStatus.eMustBeNonNegative
- eMustBeNonZero = PyDb.ErrorStatus.eMustBeNonZero
- eMustBePositive = PyDb.ErrorStatus.eMustBePositive
- eMustBePositiveInteger = PyDb.ErrorStatus.eMustBePositiveInteger
- eMustFirstAddBlockToDb = PyDb.ErrorStatus.eMustFirstAddBlockToDb
- eMustOpenThruOwner = PyDb.ErrorStatus.eMustOpenThruOwner
- eMustPlotToFile = PyDb.ErrorStatus.eMustPlotToFile
- eNLSFileNotAvailable = PyDb.ErrorStatus.eNLSFileNotAvailable
- eNearSizeLimit = PyDb.ErrorStatus.eNearSizeLimit
- eNegativeValueNotAllowed = PyDb.ErrorStatus.eNegativeValueNotAllowed
- eNoAcDbHostApplication = PyDb.ErrorStatus.eNoAcDbHostApplication
- eNoActiveTransactions = PyDb.ErrorStatus.eNoActiveTransactions
- eNoBlockBegin = PyDb.ErrorStatus.eNoBlockBegin
- eNoClassId = PyDb.ErrorStatus.eNoClassId
- eNoConnectedBlendSet = PyDb.ErrorStatus.eNoConnectedBlendSet
- eNoCurrentConfig = PyDb.ErrorStatus.eNoCurrentConfig
- eNoDatabase = PyDb.ErrorStatus.eNoDatabase
- eNoDocument = PyDb.ErrorStatus.eNoDocument
- eNoEntitiesFromPersistentIds = PyDb.ErrorStatus.eNoEntitiesFromPersistentIds
- eNoErrorHandler = PyDb.ErrorStatus.eNoErrorHandler
- eNoFileName = PyDb.ErrorStatus.eNoFileName
- eNoInputFiler = PyDb.ErrorStatus.eNoInputFiler
- eNoInputPath = PyDb.ErrorStatus.eNoInputPath
- eNoInternalSpace = PyDb.ErrorStatus.eNoInternalSpace
- eNoIntersections = PyDb.ErrorStatus.eNoIntersections
- eNoLabelBlock = PyDb.ErrorStatus.eNoLabelBlock
- eNoLayout = PyDb.ErrorStatus.eNoLayout
- eNoMatchingMedia = PyDb.ErrorStatus.eNoMatchingMedia
- eNoNodeActive = PyDb.ErrorStatus.eNoNodeActive
- eNoOverride = PyDb.ErrorStatus.eNoOverride
- eNoPlotStyleTranslationTable = PyDb.ErrorStatus.eNoPlotStyleTranslationTable
- eNoPreviewContext = PyDb.ErrorStatus.eNoPreviewContext
- eNoRepresentation = PyDb.ErrorStatus.eNoRepresentation
- eNoStoredOverrides = PyDb.ErrorStatus.eNoStoredOverrides
- eNoStoredReconcileStatus = PyDb.ErrorStatus.eNoStoredReconcileStatus
- eNoThumbnailBitmap = PyDb.ErrorStatus.eNoThumbnailBitmap
- eNoUnderlayHost = PyDb.ErrorStatus.eNoUnderlayHost
- eNoViewAssociation = PyDb.ErrorStatus.eNoViewAssociation
- eNoWorkSet = PyDb.ErrorStatus.eNoWorkSet
- eNonCoplanarGeometry = PyDb.ErrorStatus.eNonCoplanarGeometry
- eNonPlanarEntity = PyDb.ErrorStatus.eNonPlanarEntity
- eNonePlotDevice = PyDb.ErrorStatus.eNonePlotDevice
- eNotAllowedForThisProxy = PyDb.ErrorStatus.eNotAllowedForThisProxy
- eNotAnEntity = PyDb.ErrorStatus.eNotAnEntity
- eNotApplicable = PyDb.ErrorStatus.eNotApplicable
- eNotAssociative = PyDb.ErrorStatus.eNotAssociative
- eNotClonedPrimaryProxy = PyDb.ErrorStatus.eNotClonedPrimaryProxy
- eNotConnected = PyDb.ErrorStatus.eNotConnected
- eNotCurrentDatabase = PyDb.ErrorStatus.eNotCurrentDatabase
- eNotDxfHeaderGroupCode = PyDb.ErrorStatus.eNotDxfHeaderGroupCode
- eNotFromThisDocument = PyDb.ErrorStatus.eNotFromThisDocument
- eNotG1Continuous = PyDb.ErrorStatus.eNotG1Continuous
- eNotHandled = PyDb.ErrorStatus.eNotHandled
- eNotImplementedYet = PyDb.ErrorStatus.eNotImplementedYet
- eNotInBlock = PyDb.ErrorStatus.eNotInBlock
- eNotInDatabase = PyDb.ErrorStatus.eNotInDatabase
- eNotInGroup = PyDb.ErrorStatus.eNotInGroup
- eNotInPaperspace = PyDb.ErrorStatus.eNotInPaperspace
- eNotInitializedYet = PyDb.ErrorStatus.eNotInitializedYet
- eNotMultiPageCapable = PyDb.ErrorStatus.eNotMultiPageCapable
- eNotNewlyCreated = PyDb.ErrorStatus.eNotNewlyCreated
- eNotOnBoundary = PyDb.ErrorStatus.eNotOnBoundary
- eNotOpenForRead = PyDb.ErrorStatus.eNotOpenForRead
- eNotOpenForWrite = PyDb.ErrorStatus.eNotOpenForWrite
- eNotShownInPropertyPalette = PyDb.ErrorStatus.eNotShownInPropertyPalette
- eNotSupportedInDwgApi = PyDb.ErrorStatus.eNotSupportedInDwgApi
- eNotThatKindOfClass = PyDb.ErrorStatus.eNotThatKindOfClass
- eNotTopTransaction = PyDb.ErrorStatus.eNotTopTransaction
- eNullBlockName = PyDb.ErrorStatus.eNullBlockName
- eNullEntityPointer = PyDb.ErrorStatus.eNullEntityPointer
- eNullExtents = PyDb.ErrorStatus.eNullExtents
- eNullHandle = PyDb.ErrorStatus.eNullHandle
- eNullIterator = PyDb.ErrorStatus.eNullIterator
- eNullNodeId = PyDb.ErrorStatus.eNullNodeId
- eNullObjectId = PyDb.ErrorStatus.eNullObjectId
- eNullObjectPointer = PyDb.ErrorStatus.eNullObjectPointer
- eNullPtr = PyDb.ErrorStatus.eNullPtr
- eNumberOfCopiesNotSupported = PyDb.ErrorStatus.eNumberOfCopiesNotSupported
- eObjectIsReferenced = PyDb.ErrorStatus.eObjectIsReferenced
- eObjectToBeDeleted = PyDb.ErrorStatus.eObjectToBeDeleted
- eObsoleteFileFormat = PyDb.ErrorStatus.eObsoleteFileFormat
- eOk = PyDb.ErrorStatus.eOk
- eOnLockedLayer = PyDb.ErrorStatus.eOnLockedLayer
- eOpenFileCancelled = PyDb.ErrorStatus.eOpenFileCancelled
- eOtherObjectsBusy = PyDb.ErrorStatus.eOtherObjectsBusy
- eOutOfDisk = PyDb.ErrorStatus.eOutOfDisk
- eOutOfMemory = PyDb.ErrorStatus.eOutOfMemory
- eOutOfPagerMemory = PyDb.ErrorStatus.eOutOfPagerMemory
- eOutOfRange = PyDb.ErrorStatus.eOutOfRange
- eOverDefinedConstraint = PyDb.ErrorStatus.eOverDefinedConstraint
- eOwnerNotInDatabase = PyDb.ErrorStatus.eOwnerNotInDatabase
- eOwnerNotOpenForRead = PyDb.ErrorStatus.eOwnerNotOpenForRead
- eOwnerNotOpenForWrite = PyDb.ErrorStatus.eOwnerNotOpenForWrite
- eOwnerNotSet = PyDb.ErrorStatus.eOwnerNotSet
- eOwnerToBeTransformed = PyDb.ErrorStatus.eOwnerToBeTransformed
- ePCCoordSysAssignFail = PyDb.ErrorStatus.ePCCoordSysAssignFail
- ePCCoordSysReprojectFail = PyDb.ErrorStatus.ePCCoordSysReprojectFail
- ePCDiskSpaceTooSmall = PyDb.ErrorStatus.ePCDiskSpaceTooSmall
- ePCFileDataSelectorInvalid = PyDb.ErrorStatus.ePCFileDataSelectorInvalid
- ePCFileNotClosed = PyDb.ErrorStatus.ePCFileNotClosed
- ePCFileNotCreated = PyDb.ErrorStatus.ePCFileNotCreated
- ePCFileNotErased = PyDb.ErrorStatus.ePCFileNotErased
- ePCFileNotFound = PyDb.ErrorStatus.ePCFileNotFound
- ePCFileNotOpened = PyDb.ErrorStatus.ePCFileNotOpened
- ePCFileNotWritten = PyDb.ErrorStatus.ePCFileNotWritten
- ePCFileWrongFormat = PyDb.ErrorStatus.ePCFileWrongFormat
- ePCInProgress = PyDb.ErrorStatus.ePCInProgress
- ePCLargeData = PyDb.ErrorStatus.ePCLargeData
- ePCLastImporterUnfinished = PyDb.ErrorStatus.ePCLastImporterUnfinished
- ePCNoEngineInfo = PyDb.ErrorStatus.ePCNoEngineInfo
- ePCThreadTerminated = PyDb.ErrorStatus.ePCThreadTerminated
- ePCUnknown = PyDb.ErrorStatus.ePCUnknown
- ePCUnknownFileType = PyDb.ErrorStatus.ePCUnknownFileType
- ePageCancelled = PyDb.ErrorStatus.ePageCancelled
- ePagerError = PyDb.ErrorStatus.ePagerError
- ePagerWriteError = PyDb.ErrorStatus.ePagerWriteError
- ePermanentlyErased = PyDb.ErrorStatus.ePermanentlyErased
- ePlotAlreadyStarted = PyDb.ErrorStatus.ePlotAlreadyStarted
- ePlotCancelled = PyDb.ErrorStatus.ePlotCancelled
- ePlotStyleInColorDependentMode = PyDb.ErrorStatus.ePlotStyleInColorDependentMode
- ePointNotOnEntity = PyDb.ErrorStatus.ePointNotOnEntity
- ePolyWidthLost = PyDb.ErrorStatus.ePolyWidthLost
- ePreviewFailed = PyDb.ErrorStatus.ePreviewFailed
- eProfileDoesNotExist = PyDb.ErrorStatus.eProfileDoesNotExist
- eProfileIsInUse = PyDb.ErrorStatus.eProfileIsInUse
- eProperClassSeparatorExpected = PyDb.ErrorStatus.eProperClassSeparatorExpected
- eReadImageBufferFailed = PyDb.ErrorStatus.eReadImageBufferFailed
- eRecordNotInTable = PyDb.ErrorStatus.eRecordNotInTable
- eReferencedInEquation = PyDb.ErrorStatus.eReferencedInEquation
- eRegappIdNotFound = PyDb.ErrorStatus.eRegappIdNotFound
- eRegistryAccessError = PyDb.ErrorStatus.eRegistryAccessError
- eRegistryCreateError = PyDb.ErrorStatus.eRegistryCreateError
- eRenameDoesNotExist = PyDb.ErrorStatus.eRenameDoesNotExist
- eRenameInvalidLayoutName = PyDb.ErrorStatus.eRenameInvalidLayoutName
- eRenameInvalidName = PyDb.ErrorStatus.eRenameInvalidName
- eRenameIsModelSpace = PyDb.ErrorStatus.eRenameIsModelSpace
- eRenameLayoutAlreadyExists = PyDb.ErrorStatus.eRenameLayoutAlreadyExists
- eRepeatEntity = PyDb.ErrorStatus.eRepeatEntity
- eRepeatedDwgRead = PyDb.ErrorStatus.eRepeatedDwgRead
- eRowsMustMatchColumns = PyDb.ErrorStatus.eRowsMustMatchColumns
- eSecErrorCipherNotSupported = PyDb.ErrorStatus.eSecErrorCipherNotSupported
- eSecErrorComputingSignature = PyDb.ErrorStatus.eSecErrorComputingSignature
- eSecErrorDecryptingData = PyDb.ErrorStatus.eSecErrorDecryptingData
- eSecErrorEncryptingData = PyDb.ErrorStatus.eSecErrorEncryptingData
- eSecErrorGeneratingTimestamp = PyDb.ErrorStatus.eSecErrorGeneratingTimestamp
- eSecErrorReadingFile = PyDb.ErrorStatus.eSecErrorReadingFile
- eSecErrorWritingFile = PyDb.ErrorStatus.eSecErrorWritingFile
- eSecErrorWritingSignature = PyDb.ErrorStatus.eSecErrorWritingSignature
- eSecInitializationFailure = PyDb.ErrorStatus.eSecInitializationFailure
- eSecInvalidDigitalID = PyDb.ErrorStatus.eSecInvalidDigitalID
- eSelfIntersecting = PyDb.ErrorStatus.eSelfIntersecting
- eSelfReference = PyDb.ErrorStatus.eSelfReference
- eSetFailed = PyDb.ErrorStatus.eSetFailed
- eSilentOpenFileCancelled = PyDb.ErrorStatus.eSilentOpenFileCancelled
- eSingularPoint = PyDb.ErrorStatus.eSingularPoint
- eSomeInputDataLeftUnread = PyDb.ErrorStatus.eSomeInputDataLeftUnread
- eStringNotAllowedInExpression = PyDb.ErrorStatus.eStringNotAllowedInExpression
- eStringTooLong = PyDb.ErrorStatus.eStringTooLong
- eSubSelectionSetEmpty = PyDb.ErrorStatus.eSubSelectionSetEmpty
- eSubentitiesStillOpen = PyDb.ErrorStatus.eSubentitiesStillOpen
- eTargetDocNotQuiescent = PyDb.ErrorStatus.eTargetDocNotQuiescent
- eTooFewLineTypeElements = PyDb.ErrorStatus.eTooFewLineTypeElements
- eTooFewVertices = PyDb.ErrorStatus.eTooFewVertices
- eTooManyActiveCommands = PyDb.ErrorStatus.eTooManyActiveCommands
- eTooManyLineTypeElements = PyDb.ErrorStatus.eTooManyLineTypeElements
- eTooManyVertices = PyDb.ErrorStatus.eTooManyVertices
- eTransactionOpenWhileCommandEnded = PyDb.ErrorStatus.eTransactionOpenWhileCommandEnded
- eUnableToGetLabelBlock = PyDb.ErrorStatus.eUnableToGetLabelBlock
- eUnableToGetViewAssociation = PyDb.ErrorStatus.eUnableToGetViewAssociation
- eUnableToRemoveAssociation = PyDb.ErrorStatus.eUnableToRemoveAssociation
- eUnableToRemoveOverrides = PyDb.ErrorStatus.eUnableToRemoveOverrides
- eUnableToRetrieveOverrides = PyDb.ErrorStatus.eUnableToRetrieveOverrides
- eUnableToSetLabelBlock = PyDb.ErrorStatus.eUnableToSetLabelBlock
- eUnableToSetViewAssociation = PyDb.ErrorStatus.eUnableToSetViewAssociation
- eUnableToStoreOverrides = PyDb.ErrorStatus.eUnableToStoreOverrides
- eUnableToStoreReconcileStatus = PyDb.ErrorStatus.eUnableToStoreReconcileStatus
- eUnableToSyncModelView = PyDb.ErrorStatus.eUnableToSyncModelView
- eUnableToTrimLastPiece = PyDb.ErrorStatus.eUnableToTrimLastPiece
- eUnableToTrimSurface = PyDb.ErrorStatus.eUnableToTrimSurface
- eUndefineShapeName = PyDb.ErrorStatus.eUndefineShapeName
- eUndefinedDxfGroupCode = PyDb.ErrorStatus.eUndefinedDxfGroupCode
- eUndefinedLineType = PyDb.ErrorStatus.eUndefinedLineType
- eUndoNoGroupBegin = PyDb.ErrorStatus.eUndoNoGroupBegin
- eUndoOperationNotAvailable = PyDb.ErrorStatus.eUndoOperationNotAvailable
- eUnknownDxfFileFormat = PyDb.ErrorStatus.eUnknownDxfFileFormat
- eUnknownHandle = PyDb.ErrorStatus.eUnknownHandle
- eUnrecoverableErrors = PyDb.ErrorStatus.eUnrecoverableErrors
- eUnsupportedFileFormat = PyDb.ErrorStatus.eUnsupportedFileFormat
- eUserBreak = PyDb.ErrorStatus.eUserBreak
- eUserUnloaded = PyDb.ErrorStatus.eUserUnloaded
- eVSAPIOnlyValues = PyDb.ErrorStatus.eVSAPIOnlyValues
- eVSAlreadyExists = PyDb.ErrorStatus.eVSAlreadyExists
- eVSFalse = PyDb.ErrorStatus.eVSFalse
- eVSIsAcadDefault = PyDb.ErrorStatus.eVSIsAcadDefault
- eVSIsInUse = PyDb.ErrorStatus.eVSIsInUse
- eVSNotFound = PyDb.ErrorStatus.eVSNotFound
- eVSOneOffCreated = PyDb.ErrorStatus.eVSOneOffCreated
- eVSTrue = PyDb.ErrorStatus.eVSTrue
- eVertexAfterFace = PyDb.ErrorStatus.eVertexAfterFace
- eVetoed = PyDb.ErrorStatus.eVetoed
- eWasErased = PyDb.ErrorStatus.eWasErased
- eWasNotErased = PyDb.ErrorStatus.eWasNotErased
- eWasNotForwarding = PyDb.ErrorStatus.eWasNotForwarding
- eWasNotOpenForWrite = PyDb.ErrorStatus.eWasNotOpenForWrite
- eWasNotifying = PyDb.ErrorStatus.eWasNotifying
- eWasOpenForNotify = PyDb.ErrorStatus.eWasOpenForNotify
- eWasOpenForRead = PyDb.ErrorStatus.eWasOpenForRead
- eWasOpenForUndo = PyDb.ErrorStatus.eWasOpenForUndo
- eWasOpenForWrite = PyDb.ErrorStatus.eWasOpenForWrite
- eWriteImageBufferFailed = PyDb.ErrorStatus.eWriteImageBufferFailed
- eWrongCellType = PyDb.ErrorStatus.eWrongCellType
- eWrongDatabase = PyDb.ErrorStatus.eWrongDatabase
- eWrongObjectType = PyDb.ErrorStatus.eWrongObjectType
- eWrongSubentityType = PyDb.ErrorStatus.eWrongSubentityType
- eXRefDependent = PyDb.ErrorStatus.eXRefDependent
- eXdataSizeExceeded = PyDb.ErrorStatus.eXdataSizeExceeded
- eXrefReloadImpossibleAtThisTime = PyDb.ErrorStatus.eXrefReloadImpossibleAtThisTime
- eXrefReloaded = PyDb.ErrorStatus.eXrefReloaded
- names = {'Ok': PyDb.ErrorStatus.Ok, 'eAbortPreview': PyDb.ErrorStatus.eAbortPreview, 'eAllInSameRigidSet': PyDb.ErrorStatus.eAllInSameRigidSet, 'eAlreadyActive': PyDb.ErrorStatus.eAlreadyActive, 'eAlreadyHasRepresentation': PyDb.ErrorStatus.eAlreadyHasRepresentation, 'eAlreadyInDb': PyDb.ErrorStatus.eAlreadyInDb, 'eAlreadyInGroup': PyDb.ErrorStatus.eAlreadyInGroup, 'eAlreadyInactive': PyDb.ErrorStatus.eAlreadyInactive, 'eAlreadyInferred': PyDb.ErrorStatus.eAlreadyInferred, 'eAmbiguousInput': PyDb.ErrorStatus.eAmbiguousInput, ...}
- values = {0: PyDb.ErrorStatus.eOk, 1: PyDb.ErrorStatus.eNotImplementedYet, 2: PyDb.ErrorStatus.eNotApplicable, 3: PyDb.ErrorStatus.eInvalidInput, 4: PyDb.ErrorStatus.eAmbiguousInput, 5: PyDb.ErrorStatus.eAmbiguousOutput, 6: PyDb.ErrorStatus.eOutOfMemory, 7: PyDb.ErrorStatus.eBufferTooSmall, 8: PyDb.ErrorStatus.eInvalidOpenState , 9: PyDb.ErrorStatus.eEntityInInactiveLayout, ...}
Methods inherited from Boost.Python.enum:
- __repr__(self, /)
- Return repr(self).
- __str__(self, /)
- Return str(self).
Data descriptors inherited from Boost.Python.enum:
- name
Methods inherited from builtins.int:
- __abs__(self, /)
- abs(self)
- __add__(self, value, /)
- Return self+value.
- __and__(self, value, /)
- Return self&value.
- __bool__(self, /)
- True if self else False
- __ceil__(...)
- Ceiling of an Integral returns itself.
- __divmod__(self, value, /)
- Return divmod(self, value).
- __eq__(self, value, /)
- Return self==value.
- __float__(self, /)
- float(self)
- __floor__(...)
- Flooring an Integral returns itself.
- __floordiv__(self, value, /)
- Return self//value.
- __format__(self, format_spec, /)
- Default object formatter.
- __ge__(self, value, /)
- Return self>=value.
- __getattribute__(self, name, /)
- Return getattr(self, name).
- __getnewargs__(self, /)
- __gt__(self, value, /)
- Return self>value.
- __hash__(self, /)
- Return hash(self).
- __index__(self, /)
- Return self converted to an integer, if self is suitable for use as an index into a list.
- __int__(self, /)
- int(self)
- __invert__(self, /)
- ~self
- __le__(self, value, /)
- Return self<=value.
- __lshift__(self, value, /)
- Return self<<value.
- __lt__(self, value, /)
- Return self<value.
- __mod__(self, value, /)
- Return self%value.
- __mul__(self, value, /)
- Return self*value.
- __ne__(self, value, /)
- Return self!=value.
- __neg__(self, /)
- -self
- __or__(self, value, /)
- Return self|value.
- __pos__(self, /)
- +self
- __pow__(self, value, mod=None, /)
- Return pow(self, value, mod).
- __radd__(self, value, /)
- Return value+self.
- __rand__(self, value, /)
- Return value&self.
- __rdivmod__(self, value, /)
- Return divmod(value, self).
- __rfloordiv__(self, value, /)
- Return value//self.
- __rlshift__(self, value, /)
- Return value<<self.
- __rmod__(self, value, /)
- Return value%self.
- __rmul__(self, value, /)
- Return value*self.
- __ror__(self, value, /)
- Return value|self.
- __round__(...)
- Rounding an Integral returns itself.
Rounding with an ndigits argument also returns an integer.
- __rpow__(self, value, mod=None, /)
- Return pow(value, self, mod).
- __rrshift__(self, value, /)
- Return value>>self.
- __rshift__(self, value, /)
- Return self>>value.
- __rsub__(self, value, /)
- Return value-self.
- __rtruediv__(self, value, /)
- Return value/self.
- __rxor__(self, value, /)
- Return value^self.
- __sizeof__(self, /)
- Returns size in memory, in bytes.
- __sub__(self, value, /)
- Return self-value.
- __truediv__(self, value, /)
- Return self/value.
- __trunc__(...)
- Truncating an Integral returns itself.
- __xor__(self, value, /)
- Return self^value.
- as_integer_ratio(self, /)
- Return integer ratio.
Return a pair of integers, whose ratio is exactly equal to the original int
and with a positive denominator.
>>> (10).as_integer_ratio()
(10, 1)
>>> (-10).as_integer_ratio()
(-10, 1)
>>> (0).as_integer_ratio()
(0, 1)
- bit_count(self, /)
- Number of ones in the binary representation of the absolute value of self.
Also known as the population count.
>>> bin(13)
'0b1101'
>>> (13).bit_count()
3
- bit_length(self, /)
- Number of bits necessary to represent self in binary.
>>> bin(37)
'0b100101'
>>> (37).bit_length()
6
- conjugate(...)
- Returns self, the complex conjugate of any int.
- to_bytes(self, /, length, byteorder, *, signed=False)
- Return an array of bytes representing an integer.
length
Length of bytes object to use. An OverflowError is raised if the
integer is not representable with the given number of bytes.
byteorder
The byte order used to represent the integer. If byteorder is 'big',
the most significant byte is at the beginning of the byte array. If
byteorder is 'little', the most significant byte is at the end of the
byte array. To request the native byte order of the host system, use
`sys.byteorder' as the byte order value.
signed
Determines whether two's complement is used to represent the integer.
If signed is False and a negative integer is given, an OverflowError
is raised.
Class methods inherited from builtins.int:
- from_bytes(bytes, byteorder, *, signed=False) from builtins.type
- Return the integer represented by the given array of bytes.
bytes
Holds the array of bytes to convert. The argument must either
support the buffer protocol or be an iterable object producing bytes.
Bytes and bytearray are examples of built-in objects that support the
buffer protocol.
byteorder
The byte order used to represent the integer. If byteorder is 'big',
the most significant byte is at the beginning of the byte array. If
byteorder is 'little', the most significant byte is at the end of the
byte array. To request the native byte order of the host system, use
`sys.byteorder' as the byte order value.
signed
Indicates whether two's complement is used to represent the integer.
Static methods inherited from builtins.int:
- __new__(*args, **kwargs) from builtins.type
- Create and return a new object. See help(type) for accurate signature.
Data descriptors inherited from builtins.int:
- denominator
- the denominator of a rational number in lowest terms
- imag
- the imaginary part of a complex number
- numerator
- the numerator of a rational number in lowest terms
- real
- the real part of a complex number
|
class Extents(Boost.Python.instance) |
| | |
- Method resolution order:
- Extents
- Boost.Python.instance
- builtins.object
Static methods defined here:
- __init__(...)
- __init__( (object)arg1) -> None :
C++ signature :
void __init__(struct _object * __ptr64)
__init__( (object)arg1) -> None :
C++ signature :
void __init__(struct _object * __ptr64)
__init__( (object)arg1, (Extents)arg2) -> None :
C++ signature :
void __init__(struct _object * __ptr64,class AcDbExtents)
__init__( (object)arg1, (Point3d)arg2, (Point3d)arg3) -> None :
C++ signature :
void __init__(struct _object * __ptr64,class AcGePoint3d,class AcGePoint3d)
- __reduce__ = (...)
- addExt(...)
- addExt( (Extents)arg1, (Extents)arg2) -> None :
C++ signature :
void addExt(class AcDbExtents {lvalue},class AcDbExtents)
- addPoint(...)
- addPoint( (Extents)arg1, (Point3d)arg2) -> None :
C++ signature :
void addPoint(class AcDbExtents {lvalue},class AcGePoint3d)
- expandBy(...)
- expandBy( (Extents)arg1, (Vector3d)arg2) -> None :
C++ signature :
void expandBy(class AcDbExtents {lvalue},class AcGeVector3d)
- maxPoint(...)
- maxPoint( (Extents)arg1) -> Point3d :
C++ signature :
class AcGePoint3d maxPoint(class AcDbExtents {lvalue})
- minPoint(...)
- minPoint( (Extents)arg1) -> Point3d :
C++ signature :
class AcGePoint3d minPoint(class AcDbExtents {lvalue})
- set(...)
- set( (Extents)arg1, (Point3d)arg2, (Point3d)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus set(class AcDbExtents {lvalue},class AcGePoint3d,class AcGePoint3d)
- transformBy(...)
- transformBy( (Extents)arg1, (Matrix3d)arg2) -> None :
C++ signature :
void transformBy(class AcDbExtents {lvalue},class AcGeMatrix3d)
Data and other attributes defined here:
- __instance_size__ = 72
Static methods inherited from Boost.Python.instance:
- __new__(*args, **kwargs) from Boost.Python.class
- Create and return a new object. See help(type) for accurate signature.
Data descriptors inherited from Boost.Python.instance:
- __dict__
- __weakref__
|
class Extents2d(Boost.Python.instance) |
| | |
- Method resolution order:
- Extents2d
- Boost.Python.instance
- builtins.object
Static methods defined here:
- __init__(...)
- __init__( (object)arg1) -> None :
C++ signature :
void __init__(struct _object * __ptr64)
__init__( (object)arg1) -> None :
C++ signature :
void __init__(struct _object * __ptr64)
__init__( (object)arg1, (Extents2d)arg2) -> None :
C++ signature :
void __init__(struct _object * __ptr64,class AcDbExtents2d)
__init__( (object)arg1, (Point2d)arg2, (Point2d)arg3) -> None :
C++ signature :
void __init__(struct _object * __ptr64,class AcGePoint2d,class AcGePoint2d)
- __reduce__ = (...)
- addExt(...)
- addExt( (Extents2d)arg1, (Extents2d)arg2) -> None :
C++ signature :
void addExt(class AcDbExtents2d {lvalue},class AcDbExtents2d)
- addPoint(...)
- addPoint( (Extents2d)arg1, (Point2d)arg2) -> None :
C++ signature :
void addPoint(class AcDbExtents2d {lvalue},class AcGePoint2d)
- expandBy(...)
- expandBy( (Extents2d)arg1, (Vector2d)arg2) -> None :
C++ signature :
void expandBy(class AcDbExtents2d {lvalue},class AcGeVector2d)
- maxPoint(...)
- maxPoint( (Extents2d)arg1) -> Point2d :
C++ signature :
class AcGePoint2d maxPoint(class AcDbExtents2d {lvalue})
- minPoint(...)
- minPoint( (Extents2d)arg1) -> Point2d :
C++ signature :
class AcGePoint2d minPoint(class AcDbExtents2d {lvalue})
- set(...)
- set( (Extents2d)arg1, (Point2d)arg2, (Point2d)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus set(class AcDbExtents2d {lvalue},class AcGePoint2d,class AcGePoint2d)
- transformBy(...)
- transformBy( (Extents2d)arg1, (Matrix2d)arg2) -> None :
C++ signature :
void transformBy(class AcDbExtents2d {lvalue},class AcGeMatrix2d)
Data and other attributes defined here:
- __instance_size__ = 56
Static methods inherited from Boost.Python.instance:
- __new__(*args, **kwargs) from Boost.Python.class
- Create and return a new object. See help(type) for accurate signature.
Data descriptors inherited from Boost.Python.instance:
- __dict__
- __weakref__
|
class ExtrudedSurface(Surface) |
| | |
- Method resolution order:
- ExtrudedSurface
- Surface
- Entity
- DbObject
- PyGi.Drawable
- PyRx.RxObject
- Boost.Python.instance
- builtins.object
Static methods defined here:
- __init__(...)
- __init__( (object)arg1) -> None :
C++ signature :
void __init__(struct _object * __ptr64)
__init__( (object)arg1) -> None :
C++ signature :
void __init__(struct _object * __ptr64)
__init__( (object)arg1, (ObjectId)arg2, (OpenMode)arg3) -> None :
C++ signature :
void __init__(struct _object * __ptr64,class PyDbObjectId,enum AcDb::OpenMode)
- __reduce__ = (...)
- className(...)
- className() -> str :
C++ signature :
class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > className()
- desc(...)
- desc() -> RxClass :
C++ signature :
class PyRxClass desc()
Data and other attributes defined here:
- __instance_size__ = 48
Static methods inherited from Entity:
- blockId(...)
- blockId( (Entity)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId blockId(class PyDbEntity {lvalue})
- castShadows(...)
- castShadows( (Entity)arg1) -> bool :
C++ signature :
bool castShadows(class PyDbEntity {lvalue})
- collisionType(...)
- collisionType( (Entity)arg1) -> CollisionType :
C++ signature :
enum AcDb::CollisionType collisionType(class PyDbEntity {lvalue})
- color(...)
- color( (Entity)arg1) -> Color :
C++ signature :
class AcCmColor color(class PyDbEntity {lvalue})
- colorIndex(...)
- colorIndex( (Entity)arg1) -> int :
C++ signature :
unsigned short colorIndex(class PyDbEntity {lvalue})
- draw(...)
- draw( (Entity)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus draw(class PyDbEntity {lvalue})
- entityColor(...)
- entityColor( (Entity)arg1) -> EntityColor :
C++ signature :
class AcCmEntityColor entityColor(class PyDbEntity {lvalue})
- getCompoundObjectTransform(...)
- getCompoundObjectTransform( (Entity)arg1, (Matrix3d)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus getCompoundObjectTransform(class PyDbEntity {lvalue},class AcGeMatrix3d {lvalue})
- getEcs(...)
- getEcs( (Entity)arg1, (Matrix3d)arg2) -> None :
C++ signature :
void getEcs(class PyDbEntity {lvalue},class AcGeMatrix3d {lvalue})
- getGeomExtents(...)
- getGeomExtents( (Entity)arg1, (Extents)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus getGeomExtents(class PyDbEntity {lvalue},class AcDbExtents {lvalue})
- getPlane(...)
- getPlane( (Entity)arg1) -> Plane :
C++ signature :
class PyGePlane getPlane(class PyDbEntity {lvalue})
- getPlotStyleNameId(...)
- getPlotStyleNameId( (Entity)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId getPlotStyleNameId(class PyDbEntity {lvalue})
- isPlanar(...)
- isPlanar( (Entity)arg1) -> bool :
C++ signature :
bool isPlanar(class PyDbEntity {lvalue})
- layer(...)
- layer( (Entity)arg1) -> str :
C++ signature :
class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > layer(class PyDbEntity {lvalue})
- layerId(...)
- layerId( (Entity)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId layerId(class PyDbEntity {lvalue})
- lineWeight(...)
- lineWeight( (Entity)arg1) -> LineWeight :
C++ signature :
enum AcDb::LineWeight lineWeight(class PyDbEntity {lvalue})
- linetype(...)
- linetype( (Entity)arg1) -> str :
C++ signature :
class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > linetype(class PyDbEntity {lvalue})
- linetypeId(...)
- linetypeId( (Entity)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId linetypeId(class PyDbEntity {lvalue})
- linetypeScale(...)
- linetypeScale( (Entity)arg1) -> float :
C++ signature :
double linetypeScale(class PyDbEntity {lvalue})
- list(...)
- list( (Entity)arg1) -> None :
C++ signature :
void list(class PyDbEntity {lvalue})
- material(...)
- material( (Entity)arg1) -> str :
C++ signature :
class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > material(class PyDbEntity {lvalue})
- materialId(...)
- materialId( (Entity)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId materialId(class PyDbEntity {lvalue})
- plotStyleName(...)
- plotStyleName( (Entity)arg1) -> str :
C++ signature :
class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > plotStyleName(class PyDbEntity {lvalue})
- receiveShadows(...)
- receiveShadows( (Entity)arg1) -> bool :
C++ signature :
bool receiveShadows(class PyDbEntity {lvalue})
- recordGraphicsModified(...)
- recordGraphicsModified( (Entity)arg1) -> None :
C++ signature :
void recordGraphicsModified(class PyDbEntity {lvalue})
recordGraphicsModified( (Entity)arg1) -> None :
C++ signature :
void recordGraphicsModified(class PyDbEntity {lvalue})
- setCastShadows(...)
- setCastShadows( (Entity)arg1, (bool)arg2) -> None :
C++ signature :
void setCastShadows(class PyDbEntity {lvalue},bool)
- setColor(...)
- setColor( (Entity)arg1, (Color)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setColor(class PyDbEntity {lvalue},class AcCmColor)
setColor( (Entity)arg1, (Color)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setColor(class PyDbEntity {lvalue},class AcCmColor,bool)
setColor( (Entity)arg1, (Color)arg2, (bool)arg3, (Database)arg4) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setColor(class PyDbEntity {lvalue},class AcCmColor,bool,class PyDbDatabase {lvalue})
- setColorIndex(...)
- setColorIndex( (Entity)arg1, (int)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setColorIndex(class PyDbEntity {lvalue},unsigned short)
setColorIndex( (Entity)arg1, (int)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setColorIndex(class PyDbEntity {lvalue},unsigned short,bool)
- setDatabaseDefaults(...)
- setDatabaseDefaults( (Entity)arg1) -> None :
C++ signature :
void setDatabaseDefaults(class PyDbEntity {lvalue})
setDatabaseDefaults( (Entity)arg1, (Database)arg2) -> None :
C++ signature :
void setDatabaseDefaults(class PyDbEntity {lvalue},class PyDbDatabase)
- setLayer(...)
- setLayer( (Entity)arg1, (str)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLayer(class PyDbEntity {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
setLayer( (Entity)arg1, (str)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLayer(class PyDbEntity {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,bool)
setLayer( (Entity)arg1, (str)arg2, (bool)arg3, (bool)arg4) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLayer(class PyDbEntity {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,bool,bool)
setLayer( (Entity)arg1, (ObjectId)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLayer(class PyDbEntity {lvalue},class PyDbObjectId)
setLayer( (Entity)arg1, (ObjectId)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLayer(class PyDbEntity {lvalue},class PyDbObjectId,bool)
setLayer( (Entity)arg1, (ObjectId)arg2, (bool)arg3, (bool)arg4) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLayer(class PyDbEntity {lvalue},class PyDbObjectId,bool,bool)
- setLineWeight(...)
- setLineWeight( (Entity)arg1, (LineWeight)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLineWeight(class PyDbEntity {lvalue},enum AcDb::LineWeight)
setLineWeight( (Entity)arg1, (LineWeight)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLineWeight(class PyDbEntity {lvalue},enum AcDb::LineWeight,bool)
- setLinetype(...)
- setLinetype( (Entity)arg1, (str)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLinetype(class PyDbEntity {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
setLinetype( (Entity)arg1, (str)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLinetype(class PyDbEntity {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,bool)
setLinetype( (Entity)arg1, (ObjectId)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLinetype(class PyDbEntity {lvalue},class PyDbObjectId)
setLinetype( (Entity)arg1, (ObjectId)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLinetype(class PyDbEntity {lvalue},class PyDbObjectId,bool)
- setLinetypeScale(...)
- setLinetypeScale( (Entity)arg1, (float)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLinetypeScale(class PyDbEntity {lvalue},double)
setLinetypeScale( (Entity)arg1, (float)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLinetypeScale(class PyDbEntity {lvalue},double,bool)
- setMaterial(...)
- setMaterial( (Entity)arg1, (str)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setMaterial(class PyDbEntity {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
setMaterial( (Entity)arg1, (str)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setMaterial(class PyDbEntity {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,bool)
setMaterial( (Entity)arg1, (ObjectId)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setMaterial(class PyDbEntity {lvalue},class PyDbObjectId)
setMaterial( (Entity)arg1, (ObjectId)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setMaterial(class PyDbEntity {lvalue},class PyDbObjectId,bool)
- setPlotStyleName(...)
- setPlotStyleName( (Entity)arg1, (str)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setPlotStyleName(class PyDbEntity {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,bool)
setPlotStyleName( (Entity)arg1, (PlotStyleNameType)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setPlotStyleName(class PyDbEntity {lvalue},enum AcDb::PlotStyleNameType,bool)
setPlotStyleName( (Entity)arg1, (PlotStyleNameType)arg2, (ObjectId)arg3, (bool)arg4) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setPlotStyleName(class PyDbEntity {lvalue},enum AcDb::PlotStyleNameType,class PyDbObjectId,bool)
- setPropertiesFrom(...)
- setPropertiesFrom( (Entity)arg1, (Entity)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setPropertiesFrom(class PyDbEntity {lvalue},class PyDbEntity)
setPropertiesFrom( (Entity)arg1, (Entity)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setPropertiesFrom(class PyDbEntity {lvalue},class PyDbEntity,bool)
- setReceiveShadows(...)
- setReceiveShadows( (Entity)arg1, (bool)arg2) -> None :
C++ signature :
void setReceiveShadows(class PyDbEntity {lvalue},bool)
- setVisibility(...)
- setVisibility( (Entity)arg1, (Visibility)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setVisibility(class PyDbEntity {lvalue},enum AcDb::Visibility)
setVisibility( (Entity)arg1, (Visibility)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setVisibility(class PyDbEntity {lvalue},enum AcDb::Visibility,bool)
- transformBy(...)
- transformBy( (Entity)arg1, (Matrix3d)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus transformBy(class PyDbEntity {lvalue},class AcGeMatrix3d)
- visibility(...)
- visibility( (Entity)arg1) -> Visibility :
C++ signature :
enum AcDb::Visibility visibility(class PyDbEntity {lvalue})
Static methods inherited from DbObject:
- addPersistentReactor(...)
- addPersistentReactor( (DbObject)arg1, (ObjectId)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus addPersistentReactor(class PyDbObject {lvalue},class PyDbObjectId)
- assertNotifyEnabled(...)
- assertNotifyEnabled( (DbObject)arg1) -> None :
C++ signature :
void assertNotifyEnabled(class PyDbObject {lvalue})
- assertReadEnabled(...)
- assertReadEnabled( (DbObject)arg1) -> None :
C++ signature :
void assertReadEnabled(class PyDbObject {lvalue})
- assertWriteEnabled(...)
- assertWriteEnabled( (DbObject)arg1) -> None :
C++ signature :
void assertWriteEnabled(class PyDbObject {lvalue})
- cancel(...)
- cancel( (DbObject)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus cancel(class PyDbObject {lvalue})
- close(...)
- close( (DbObject)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus close(class PyDbObject {lvalue})
- createExtensionDictionary(...)
- createExtensionDictionary( (DbObject)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus createExtensionDictionary(class PyDbObject {lvalue})
- database(...)
- database( (DbObject)arg1) -> Database :
C++ signature :
class PyDbDatabase database(class PyDbObject {lvalue})
- disableUndoRecording(...)
- disableUndoRecording( (DbObject)arg1, (bool)arg2) -> None :
C++ signature :
void disableUndoRecording(class PyDbObject {lvalue},bool)
- downgradeOpen(...)
- downgradeOpen( (DbObject)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus downgradeOpen(class PyDbObject {lvalue})
- downgradeToNotify(...)
- downgradeToNotify( (DbObject)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus downgradeToNotify(class PyDbObject {lvalue},bool)
- erase(...)
- erase( (DbObject)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus erase(class PyDbObject {lvalue})
- extensionDictionary(...)
- extensionDictionary( (DbObject)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId extensionDictionary(class PyDbObject {lvalue})
- handOverTo(...)
- handOverTo( (DbObject)arg1, (DbObject)arg2, (bool)arg3, (bool)arg4) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus handOverTo(class PyDbObject {lvalue},class PyDbObject {lvalue},bool,bool)
- hasPersistentReactor(...)
- hasPersistentReactor( (DbObject)arg1, (ObjectId)arg2) -> bool :
C++ signature :
bool hasPersistentReactor(class PyDbObject {lvalue},class PyDbObjectId)
- isAProxy(...)
- isAProxy( (DbObject)arg1) -> bool :
C++ signature :
bool isAProxy(class PyDbObject {lvalue})
- isCancelling(...)
- isCancelling( (DbObject)arg1) -> bool :
C++ signature :
bool isCancelling(class PyDbObject {lvalue})
- isEraseStatusToggled(...)
- isEraseStatusToggled( (DbObject)arg1) -> bool :
C++ signature :
bool isEraseStatusToggled(class PyDbObject {lvalue})
- isErased(...)
- isErased( (DbObject)arg1) -> bool :
C++ signature :
bool isErased(class PyDbObject {lvalue})
- isModified(...)
- isModified( (DbObject)arg1) -> bool :
C++ signature :
bool isModified(class PyDbObject {lvalue})
- isModifiedGraphics(...)
- isModifiedGraphics( (DbObject)arg1) -> bool :
C++ signature :
bool isModifiedGraphics(class PyDbObject {lvalue})
- isModifiedXData(...)
- isModifiedXData( (DbObject)arg1) -> bool :
C++ signature :
bool isModifiedXData(class PyDbObject {lvalue})
- isNewObject(...)
- isNewObject( (DbObject)arg1) -> bool :
C++ signature :
bool isNewObject(class PyDbObject {lvalue})
- isNotifyEnabled(...)
- isNotifyEnabled( (DbObject)arg1) -> bool :
C++ signature :
bool isNotifyEnabled(class PyDbObject {lvalue})
- isNotifying(...)
- isNotifying( (DbObject)arg1) -> bool :
C++ signature :
bool isNotifying(class PyDbObject {lvalue})
- isReadEnabled(...)
- isReadEnabled( (DbObject)arg1) -> bool :
C++ signature :
bool isReadEnabled(class PyDbObject {lvalue})
- isReallyClosing(...)
- isReallyClosing( (DbObject)arg1) -> bool :
C++ signature :
bool isReallyClosing(class PyDbObject {lvalue})
- isTransactionResident(...)
- isTransactionResident( (DbObject)arg1) -> bool :
C++ signature :
bool isTransactionResident(class PyDbObject {lvalue})
- isUndoRecordingDisabled(...)
- isUndoRecordingDisabled( (DbObject)arg1) -> bool :
C++ signature :
bool isUndoRecordingDisabled(class PyDbObject {lvalue})
- isUndoing(...)
- isUndoing( (DbObject)arg1) -> bool :
C++ signature :
bool isUndoing(class PyDbObject {lvalue})
- isWriteEnabled(...)
- isWriteEnabled( (DbObject)arg1) -> bool :
C++ signature :
bool isWriteEnabled(class PyDbObject {lvalue})
- objectId(...)
- objectId( (DbObject)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId objectId(class PyDbObject {lvalue})
- ownerId(...)
- ownerId( (DbObject)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId ownerId(class PyDbObject {lvalue})
- releaseExtensionDictionary(...)
- releaseExtensionDictionary( (DbObject)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus releaseExtensionDictionary(class PyDbObject {lvalue})
- removePersistentReactor(...)
- removePersistentReactor( (DbObject)arg1, (ObjectId)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus removePersistentReactor(class PyDbObject {lvalue},class PyDbObjectId)
- setOwnerId(...)
- setOwnerId( (DbObject)arg1, (ObjectId)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setOwnerId(class PyDbObject {lvalue},class PyDbObjectId)
- setXData(...)
- setXData( (DbObject)arg1, (list)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setXData(class PyDbObject {lvalue},class boost::python::list)
- swapIdWith(...)
- swapIdWith( (DbObject)arg1, (ObjectId)arg2, (bool)arg3, (bool)arg4) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus swapIdWith(class PyDbObject {lvalue},class PyDbObjectId {lvalue},bool,bool)
- upgradeFromNotify(...)
- upgradeFromNotify( (DbObject)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus upgradeFromNotify(class PyDbObject {lvalue},bool {lvalue})
- upgradeOpen(...)
- upgradeOpen( (DbObject)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus upgradeOpen(class PyDbObject {lvalue})
- xData(...)
- xData( (DbObject)arg1, (str)arg2) -> list :
C++ signature :
class boost::python::list xData(class PyDbObject {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
- xDataTransformBy(...)
- xDataTransformBy( (DbObject)arg1, (Matrix3d)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus xDataTransformBy(class PyDbObject {lvalue},class AcGeMatrix3d)
Static methods inherited from PyGi.Drawable:
- isA(...)
- isA( (Drawable)arg1) -> RxClass :
C++ signature :
class PyRxClass isA(class PyGiDrawable {lvalue})
Static methods inherited from PyRx.RxObject:
- __eq__(...)
- __eq__( (RxObject)arg1, (RxObject)arg2) -> bool :
C++ signature :
bool __eq__(class PyRxObject {lvalue},class PyRxObject)
- __ne__(...)
- __ne__( (RxObject)arg1, (RxObject)arg2) -> bool :
C++ signature :
bool __ne__(class PyRxObject {lvalue},class PyRxObject)
- isNull(...)
- isNull( (RxObject)arg1) -> bool :
C++ signature :
bool isNull(class PyRxObject {lvalue})
Static methods inherited from Boost.Python.instance:
- __new__(*args, **kwargs) from Boost.Python.class
- Create and return a new object. See help(type) for accurate signature.
Data descriptors inherited from Boost.Python.instance:
- __dict__
- __weakref__
|
class Face(Entity) |
| | |
- Method resolution order:
- Face
- Entity
- DbObject
- PyGi.Drawable
- PyRx.RxObject
- Boost.Python.instance
- builtins.object
Static methods defined here:
- __init__(...)
- __init__( (object)arg1) -> None :
C++ signature :
void __init__(struct _object * __ptr64)
__init__( (object)arg1) -> None :
C++ signature :
void __init__(struct _object * __ptr64)
__init__( (object)arg1, (Point3d)arg2, (Point3d)arg3, (Point3d)arg4) -> None :
C++ signature :
void __init__(struct _object * __ptr64,class AcGePoint3d,class AcGePoint3d,class AcGePoint3d)
__init__( (object)arg1, (Point3d)arg2, (Point3d)arg3, (Point3d)arg4, (Point3d)arg5) -> None :
C++ signature :
void __init__(struct _object * __ptr64,class AcGePoint3d,class AcGePoint3d,class AcGePoint3d,class AcGePoint3d)
__init__( (object)arg1, (Point3d)arg2, (Point3d)arg3, (Point3d)arg4, (bool)arg5, (bool)arg6, (bool)arg7, (bool)arg8) -> None :
C++ signature :
void __init__(struct _object * __ptr64,class AcGePoint3d,class AcGePoint3d,class AcGePoint3d,bool,bool,bool,bool)
__init__( (object)arg1, (Point3d)arg2, (Point3d)arg3, (Point3d)arg4, (Point3d)arg5, (bool)arg6, (bool)arg7, (bool)arg8, (bool)arg9) -> None :
C++ signature :
void __init__(struct _object * __ptr64,class AcGePoint3d,class AcGePoint3d,class AcGePoint3d,class AcGePoint3d,bool,bool,bool,bool)
__init__( (object)arg1, (ObjectId)arg2, (OpenMode)arg3) -> None :
C++ signature :
void __init__(struct _object * __ptr64,class PyDbObjectId,enum AcDb::OpenMode)
- __reduce__ = (...)
- className(...)
- className() -> str :
C++ signature :
class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > className()
- desc(...)
- desc() -> RxClass :
C++ signature :
class PyRxClass desc()
- getVertexAt(...)
- getVertexAt( (Face)arg1, (int)arg2) -> Point3d :
C++ signature :
class AcGePoint3d getVertexAt(class PyDbFace {lvalue},unsigned short)
- isEdgeVisibleAt(...)
- isEdgeVisibleAt( (Face)arg1, (int)arg2) -> bool :
C++ signature :
bool isEdgeVisibleAt(class PyDbFace {lvalue},unsigned short)
- makeEdgeInvisibleAt(...)
- makeEdgeInvisibleAt( (Face)arg1, (int)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus makeEdgeInvisibleAt(class PyDbFace {lvalue},unsigned short)
- makeEdgeVisibleAt(...)
- makeEdgeVisibleAt( (Face)arg1, (int)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus makeEdgeVisibleAt(class PyDbFace {lvalue},unsigned short)
- setVertexAt(...)
- setVertexAt( (Face)arg1, (int)arg2, (Point3d)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setVertexAt(class PyDbFace {lvalue},unsigned short,class AcGePoint3d)
setVertexAt( (Face)arg1, (int)arg2, (Point3d)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setVertexAt(class PyDbFace {lvalue},unsigned short,class AcGePoint3d)
Data and other attributes defined here:
- __instance_size__ = 48
Static methods inherited from Entity:
- blockId(...)
- blockId( (Entity)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId blockId(class PyDbEntity {lvalue})
- castShadows(...)
- castShadows( (Entity)arg1) -> bool :
C++ signature :
bool castShadows(class PyDbEntity {lvalue})
- collisionType(...)
- collisionType( (Entity)arg1) -> CollisionType :
C++ signature :
enum AcDb::CollisionType collisionType(class PyDbEntity {lvalue})
- color(...)
- color( (Entity)arg1) -> Color :
C++ signature :
class AcCmColor color(class PyDbEntity {lvalue})
- colorIndex(...)
- colorIndex( (Entity)arg1) -> int :
C++ signature :
unsigned short colorIndex(class PyDbEntity {lvalue})
- draw(...)
- draw( (Entity)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus draw(class PyDbEntity {lvalue})
- entityColor(...)
- entityColor( (Entity)arg1) -> EntityColor :
C++ signature :
class AcCmEntityColor entityColor(class PyDbEntity {lvalue})
- getCompoundObjectTransform(...)
- getCompoundObjectTransform( (Entity)arg1, (Matrix3d)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus getCompoundObjectTransform(class PyDbEntity {lvalue},class AcGeMatrix3d {lvalue})
- getEcs(...)
- getEcs( (Entity)arg1, (Matrix3d)arg2) -> None :
C++ signature :
void getEcs(class PyDbEntity {lvalue},class AcGeMatrix3d {lvalue})
- getGeomExtents(...)
- getGeomExtents( (Entity)arg1, (Extents)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus getGeomExtents(class PyDbEntity {lvalue},class AcDbExtents {lvalue})
- getPlane(...)
- getPlane( (Entity)arg1) -> Plane :
C++ signature :
class PyGePlane getPlane(class PyDbEntity {lvalue})
- getPlotStyleNameId(...)
- getPlotStyleNameId( (Entity)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId getPlotStyleNameId(class PyDbEntity {lvalue})
- isPlanar(...)
- isPlanar( (Entity)arg1) -> bool :
C++ signature :
bool isPlanar(class PyDbEntity {lvalue})
- layer(...)
- layer( (Entity)arg1) -> str :
C++ signature :
class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > layer(class PyDbEntity {lvalue})
- layerId(...)
- layerId( (Entity)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId layerId(class PyDbEntity {lvalue})
- lineWeight(...)
- lineWeight( (Entity)arg1) -> LineWeight :
C++ signature :
enum AcDb::LineWeight lineWeight(class PyDbEntity {lvalue})
- linetype(...)
- linetype( (Entity)arg1) -> str :
C++ signature :
class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > linetype(class PyDbEntity {lvalue})
- linetypeId(...)
- linetypeId( (Entity)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId linetypeId(class PyDbEntity {lvalue})
- linetypeScale(...)
- linetypeScale( (Entity)arg1) -> float :
C++ signature :
double linetypeScale(class PyDbEntity {lvalue})
- list(...)
- list( (Entity)arg1) -> None :
C++ signature :
void list(class PyDbEntity {lvalue})
- material(...)
- material( (Entity)arg1) -> str :
C++ signature :
class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > material(class PyDbEntity {lvalue})
- materialId(...)
- materialId( (Entity)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId materialId(class PyDbEntity {lvalue})
- plotStyleName(...)
- plotStyleName( (Entity)arg1) -> str :
C++ signature :
class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > plotStyleName(class PyDbEntity {lvalue})
- receiveShadows(...)
- receiveShadows( (Entity)arg1) -> bool :
C++ signature :
bool receiveShadows(class PyDbEntity {lvalue})
- recordGraphicsModified(...)
- recordGraphicsModified( (Entity)arg1) -> None :
C++ signature :
void recordGraphicsModified(class PyDbEntity {lvalue})
recordGraphicsModified( (Entity)arg1) -> None :
C++ signature :
void recordGraphicsModified(class PyDbEntity {lvalue})
- setCastShadows(...)
- setCastShadows( (Entity)arg1, (bool)arg2) -> None :
C++ signature :
void setCastShadows(class PyDbEntity {lvalue},bool)
- setColor(...)
- setColor( (Entity)arg1, (Color)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setColor(class PyDbEntity {lvalue},class AcCmColor)
setColor( (Entity)arg1, (Color)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setColor(class PyDbEntity {lvalue},class AcCmColor,bool)
setColor( (Entity)arg1, (Color)arg2, (bool)arg3, (Database)arg4) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setColor(class PyDbEntity {lvalue},class AcCmColor,bool,class PyDbDatabase {lvalue})
- setColorIndex(...)
- setColorIndex( (Entity)arg1, (int)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setColorIndex(class PyDbEntity {lvalue},unsigned short)
setColorIndex( (Entity)arg1, (int)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setColorIndex(class PyDbEntity {lvalue},unsigned short,bool)
- setDatabaseDefaults(...)
- setDatabaseDefaults( (Entity)arg1) -> None :
C++ signature :
void setDatabaseDefaults(class PyDbEntity {lvalue})
setDatabaseDefaults( (Entity)arg1, (Database)arg2) -> None :
C++ signature :
void setDatabaseDefaults(class PyDbEntity {lvalue},class PyDbDatabase)
- setLayer(...)
- setLayer( (Entity)arg1, (str)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLayer(class PyDbEntity {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
setLayer( (Entity)arg1, (str)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLayer(class PyDbEntity {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,bool)
setLayer( (Entity)arg1, (str)arg2, (bool)arg3, (bool)arg4) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLayer(class PyDbEntity {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,bool,bool)
setLayer( (Entity)arg1, (ObjectId)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLayer(class PyDbEntity {lvalue},class PyDbObjectId)
setLayer( (Entity)arg1, (ObjectId)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLayer(class PyDbEntity {lvalue},class PyDbObjectId,bool)
setLayer( (Entity)arg1, (ObjectId)arg2, (bool)arg3, (bool)arg4) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLayer(class PyDbEntity {lvalue},class PyDbObjectId,bool,bool)
- setLineWeight(...)
- setLineWeight( (Entity)arg1, (LineWeight)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLineWeight(class PyDbEntity {lvalue},enum AcDb::LineWeight)
setLineWeight( (Entity)arg1, (LineWeight)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLineWeight(class PyDbEntity {lvalue},enum AcDb::LineWeight,bool)
- setLinetype(...)
- setLinetype( (Entity)arg1, (str)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLinetype(class PyDbEntity {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
setLinetype( (Entity)arg1, (str)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLinetype(class PyDbEntity {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,bool)
setLinetype( (Entity)arg1, (ObjectId)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLinetype(class PyDbEntity {lvalue},class PyDbObjectId)
setLinetype( (Entity)arg1, (ObjectId)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLinetype(class PyDbEntity {lvalue},class PyDbObjectId,bool)
- setLinetypeScale(...)
- setLinetypeScale( (Entity)arg1, (float)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLinetypeScale(class PyDbEntity {lvalue},double)
setLinetypeScale( (Entity)arg1, (float)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLinetypeScale(class PyDbEntity {lvalue},double,bool)
- setMaterial(...)
- setMaterial( (Entity)arg1, (str)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setMaterial(class PyDbEntity {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
setMaterial( (Entity)arg1, (str)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setMaterial(class PyDbEntity {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,bool)
setMaterial( (Entity)arg1, (ObjectId)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setMaterial(class PyDbEntity {lvalue},class PyDbObjectId)
setMaterial( (Entity)arg1, (ObjectId)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setMaterial(class PyDbEntity {lvalue},class PyDbObjectId,bool)
- setPlotStyleName(...)
- setPlotStyleName( (Entity)arg1, (str)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setPlotStyleName(class PyDbEntity {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,bool)
setPlotStyleName( (Entity)arg1, (PlotStyleNameType)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setPlotStyleName(class PyDbEntity {lvalue},enum AcDb::PlotStyleNameType,bool)
setPlotStyleName( (Entity)arg1, (PlotStyleNameType)arg2, (ObjectId)arg3, (bool)arg4) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setPlotStyleName(class PyDbEntity {lvalue},enum AcDb::PlotStyleNameType,class PyDbObjectId,bool)
- setPropertiesFrom(...)
- setPropertiesFrom( (Entity)arg1, (Entity)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setPropertiesFrom(class PyDbEntity {lvalue},class PyDbEntity)
setPropertiesFrom( (Entity)arg1, (Entity)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setPropertiesFrom(class PyDbEntity {lvalue},class PyDbEntity,bool)
- setReceiveShadows(...)
- setReceiveShadows( (Entity)arg1, (bool)arg2) -> None :
C++ signature :
void setReceiveShadows(class PyDbEntity {lvalue},bool)
- setVisibility(...)
- setVisibility( (Entity)arg1, (Visibility)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setVisibility(class PyDbEntity {lvalue},enum AcDb::Visibility)
setVisibility( (Entity)arg1, (Visibility)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setVisibility(class PyDbEntity {lvalue},enum AcDb::Visibility,bool)
- transformBy(...)
- transformBy( (Entity)arg1, (Matrix3d)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus transformBy(class PyDbEntity {lvalue},class AcGeMatrix3d)
- visibility(...)
- visibility( (Entity)arg1) -> Visibility :
C++ signature :
enum AcDb::Visibility visibility(class PyDbEntity {lvalue})
Static methods inherited from DbObject:
- addPersistentReactor(...)
- addPersistentReactor( (DbObject)arg1, (ObjectId)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus addPersistentReactor(class PyDbObject {lvalue},class PyDbObjectId)
- assertNotifyEnabled(...)
- assertNotifyEnabled( (DbObject)arg1) -> None :
C++ signature :
void assertNotifyEnabled(class PyDbObject {lvalue})
- assertReadEnabled(...)
- assertReadEnabled( (DbObject)arg1) -> None :
C++ signature :
void assertReadEnabled(class PyDbObject {lvalue})
- assertWriteEnabled(...)
- assertWriteEnabled( (DbObject)arg1) -> None :
C++ signature :
void assertWriteEnabled(class PyDbObject {lvalue})
- cancel(...)
- cancel( (DbObject)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus cancel(class PyDbObject {lvalue})
- close(...)
- close( (DbObject)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus close(class PyDbObject {lvalue})
- createExtensionDictionary(...)
- createExtensionDictionary( (DbObject)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus createExtensionDictionary(class PyDbObject {lvalue})
- database(...)
- database( (DbObject)arg1) -> Database :
C++ signature :
class PyDbDatabase database(class PyDbObject {lvalue})
- disableUndoRecording(...)
- disableUndoRecording( (DbObject)arg1, (bool)arg2) -> None :
C++ signature :
void disableUndoRecording(class PyDbObject {lvalue},bool)
- downgradeOpen(...)
- downgradeOpen( (DbObject)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus downgradeOpen(class PyDbObject {lvalue})
- downgradeToNotify(...)
- downgradeToNotify( (DbObject)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus downgradeToNotify(class PyDbObject {lvalue},bool)
- erase(...)
- erase( (DbObject)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus erase(class PyDbObject {lvalue})
- extensionDictionary(...)
- extensionDictionary( (DbObject)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId extensionDictionary(class PyDbObject {lvalue})
- handOverTo(...)
- handOverTo( (DbObject)arg1, (DbObject)arg2, (bool)arg3, (bool)arg4) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus handOverTo(class PyDbObject {lvalue},class PyDbObject {lvalue},bool,bool)
- hasPersistentReactor(...)
- hasPersistentReactor( (DbObject)arg1, (ObjectId)arg2) -> bool :
C++ signature :
bool hasPersistentReactor(class PyDbObject {lvalue},class PyDbObjectId)
- isAProxy(...)
- isAProxy( (DbObject)arg1) -> bool :
C++ signature :
bool isAProxy(class PyDbObject {lvalue})
- isCancelling(...)
- isCancelling( (DbObject)arg1) -> bool :
C++ signature :
bool isCancelling(class PyDbObject {lvalue})
- isEraseStatusToggled(...)
- isEraseStatusToggled( (DbObject)arg1) -> bool :
C++ signature :
bool isEraseStatusToggled(class PyDbObject {lvalue})
- isErased(...)
- isErased( (DbObject)arg1) -> bool :
C++ signature :
bool isErased(class PyDbObject {lvalue})
- isModified(...)
- isModified( (DbObject)arg1) -> bool :
C++ signature :
bool isModified(class PyDbObject {lvalue})
- isModifiedGraphics(...)
- isModifiedGraphics( (DbObject)arg1) -> bool :
C++ signature :
bool isModifiedGraphics(class PyDbObject {lvalue})
- isModifiedXData(...)
- isModifiedXData( (DbObject)arg1) -> bool :
C++ signature :
bool isModifiedXData(class PyDbObject {lvalue})
- isNewObject(...)
- isNewObject( (DbObject)arg1) -> bool :
C++ signature :
bool isNewObject(class PyDbObject {lvalue})
- isNotifyEnabled(...)
- isNotifyEnabled( (DbObject)arg1) -> bool :
C++ signature :
bool isNotifyEnabled(class PyDbObject {lvalue})
- isNotifying(...)
- isNotifying( (DbObject)arg1) -> bool :
C++ signature :
bool isNotifying(class PyDbObject {lvalue})
- isReadEnabled(...)
- isReadEnabled( (DbObject)arg1) -> bool :
C++ signature :
bool isReadEnabled(class PyDbObject {lvalue})
- isReallyClosing(...)
- isReallyClosing( (DbObject)arg1) -> bool :
C++ signature :
bool isReallyClosing(class PyDbObject {lvalue})
- isTransactionResident(...)
- isTransactionResident( (DbObject)arg1) -> bool :
C++ signature :
bool isTransactionResident(class PyDbObject {lvalue})
- isUndoRecordingDisabled(...)
- isUndoRecordingDisabled( (DbObject)arg1) -> bool :
C++ signature :
bool isUndoRecordingDisabled(class PyDbObject {lvalue})
- isUndoing(...)
- isUndoing( (DbObject)arg1) -> bool :
C++ signature :
bool isUndoing(class PyDbObject {lvalue})
- isWriteEnabled(...)
- isWriteEnabled( (DbObject)arg1) -> bool :
C++ signature :
bool isWriteEnabled(class PyDbObject {lvalue})
- objectId(...)
- objectId( (DbObject)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId objectId(class PyDbObject {lvalue})
- ownerId(...)
- ownerId( (DbObject)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId ownerId(class PyDbObject {lvalue})
- releaseExtensionDictionary(...)
- releaseExtensionDictionary( (DbObject)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus releaseExtensionDictionary(class PyDbObject {lvalue})
- removePersistentReactor(...)
- removePersistentReactor( (DbObject)arg1, (ObjectId)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus removePersistentReactor(class PyDbObject {lvalue},class PyDbObjectId)
- setOwnerId(...)
- setOwnerId( (DbObject)arg1, (ObjectId)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setOwnerId(class PyDbObject {lvalue},class PyDbObjectId)
- setXData(...)
- setXData( (DbObject)arg1, (list)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setXData(class PyDbObject {lvalue},class boost::python::list)
- swapIdWith(...)
- swapIdWith( (DbObject)arg1, (ObjectId)arg2, (bool)arg3, (bool)arg4) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus swapIdWith(class PyDbObject {lvalue},class PyDbObjectId {lvalue},bool,bool)
- upgradeFromNotify(...)
- upgradeFromNotify( (DbObject)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus upgradeFromNotify(class PyDbObject {lvalue},bool {lvalue})
- upgradeOpen(...)
- upgradeOpen( (DbObject)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus upgradeOpen(class PyDbObject {lvalue})
- xData(...)
- xData( (DbObject)arg1, (str)arg2) -> list :
C++ signature :
class boost::python::list xData(class PyDbObject {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
- xDataTransformBy(...)
- xDataTransformBy( (DbObject)arg1, (Matrix3d)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus xDataTransformBy(class PyDbObject {lvalue},class AcGeMatrix3d)
Static methods inherited from PyGi.Drawable:
- isA(...)
- isA( (Drawable)arg1) -> RxClass :
C++ signature :
class PyRxClass isA(class PyGiDrawable {lvalue})
Static methods inherited from PyRx.RxObject:
- __eq__(...)
- __eq__( (RxObject)arg1, (RxObject)arg2) -> bool :
C++ signature :
bool __eq__(class PyRxObject {lvalue},class PyRxObject)
- __ne__(...)
- __ne__( (RxObject)arg1, (RxObject)arg2) -> bool :
C++ signature :
bool __ne__(class PyRxObject {lvalue},class PyRxObject)
- isNull(...)
- isNull( (RxObject)arg1) -> bool :
C++ signature :
bool isNull(class PyRxObject {lvalue})
Static methods inherited from Boost.Python.instance:
- __new__(*args, **kwargs) from Boost.Python.class
- Create and return a new object. See help(type) for accurate signature.
Data descriptors inherited from Boost.Python.instance:
- __dict__
- __weakref__
|
class FaceRecord(Vertex) |
| | |
- Method resolution order:
- FaceRecord
- Vertex
- Entity
- DbObject
- PyGi.Drawable
- PyRx.RxObject
- Boost.Python.instance
- builtins.object
Static methods defined here:
- __init__(...)
- __init__( (object)arg1) -> None :
C++ signature :
void __init__(struct _object * __ptr64)
__init__( (object)arg1) -> None :
C++ signature :
void __init__(struct _object * __ptr64)
__init__( (object)arg1, (DxfCode)arg2, (DxfCode)arg3, (DxfCode)arg4, (DxfCode)arg5) -> None :
C++ signature :
void __init__(struct _object * __ptr64,short,short,short,short)
__init__( (object)arg1, (ObjectId)arg2, (OpenMode)arg3) -> None :
C++ signature :
void __init__(struct _object * __ptr64,class PyDbObjectId,enum AcDb::OpenMode)
- __reduce__ = (...)
- className(...)
- className() -> str :
C++ signature :
class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > className()
- desc(...)
- desc() -> RxClass :
C++ signature :
class PyRxClass desc()
- getVertexAt(...)
- getVertexAt( (FaceRecord)arg1, (int)arg2) -> int :
C++ signature :
short getVertexAt(class PyDbFaceRecord {lvalue},unsigned short)
- isEdgeVisibleAt(...)
- isEdgeVisibleAt( (FaceRecord)arg1, (int)arg2) -> bool :
C++ signature :
bool isEdgeVisibleAt(class PyDbFaceRecord {lvalue},unsigned short)
- makeEdgeInvisibleAt(...)
- makeEdgeInvisibleAt( (FaceRecord)arg1, (int)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus makeEdgeInvisibleAt(class PyDbFaceRecord {lvalue},unsigned short)
- makeEdgeVisibleAt(...)
- makeEdgeVisibleAt( (FaceRecord)arg1, (int)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus makeEdgeVisibleAt(class PyDbFaceRecord {lvalue},unsigned short)
- setVertexAt(...)
- setVertexAt( (FaceRecord)arg1, (int)arg2, (DxfCode)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setVertexAt(class PyDbFaceRecord {lvalue},unsigned short,short)
Data and other attributes defined here:
- __instance_size__ = 48
Static methods inherited from Entity:
- blockId(...)
- blockId( (Entity)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId blockId(class PyDbEntity {lvalue})
- castShadows(...)
- castShadows( (Entity)arg1) -> bool :
C++ signature :
bool castShadows(class PyDbEntity {lvalue})
- collisionType(...)
- collisionType( (Entity)arg1) -> CollisionType :
C++ signature :
enum AcDb::CollisionType collisionType(class PyDbEntity {lvalue})
- color(...)
- color( (Entity)arg1) -> Color :
C++ signature :
class AcCmColor color(class PyDbEntity {lvalue})
- colorIndex(...)
- colorIndex( (Entity)arg1) -> int :
C++ signature :
unsigned short colorIndex(class PyDbEntity {lvalue})
- draw(...)
- draw( (Entity)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus draw(class PyDbEntity {lvalue})
- entityColor(...)
- entityColor( (Entity)arg1) -> EntityColor :
C++ signature :
class AcCmEntityColor entityColor(class PyDbEntity {lvalue})
- getCompoundObjectTransform(...)
- getCompoundObjectTransform( (Entity)arg1, (Matrix3d)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus getCompoundObjectTransform(class PyDbEntity {lvalue},class AcGeMatrix3d {lvalue})
- getEcs(...)
- getEcs( (Entity)arg1, (Matrix3d)arg2) -> None :
C++ signature :
void getEcs(class PyDbEntity {lvalue},class AcGeMatrix3d {lvalue})
- getGeomExtents(...)
- getGeomExtents( (Entity)arg1, (Extents)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus getGeomExtents(class PyDbEntity {lvalue},class AcDbExtents {lvalue})
- getPlane(...)
- getPlane( (Entity)arg1) -> Plane :
C++ signature :
class PyGePlane getPlane(class PyDbEntity {lvalue})
- getPlotStyleNameId(...)
- getPlotStyleNameId( (Entity)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId getPlotStyleNameId(class PyDbEntity {lvalue})
- isPlanar(...)
- isPlanar( (Entity)arg1) -> bool :
C++ signature :
bool isPlanar(class PyDbEntity {lvalue})
- layer(...)
- layer( (Entity)arg1) -> str :
C++ signature :
class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > layer(class PyDbEntity {lvalue})
- layerId(...)
- layerId( (Entity)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId layerId(class PyDbEntity {lvalue})
- lineWeight(...)
- lineWeight( (Entity)arg1) -> LineWeight :
C++ signature :
enum AcDb::LineWeight lineWeight(class PyDbEntity {lvalue})
- linetype(...)
- linetype( (Entity)arg1) -> str :
C++ signature :
class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > linetype(class PyDbEntity {lvalue})
- linetypeId(...)
- linetypeId( (Entity)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId linetypeId(class PyDbEntity {lvalue})
- linetypeScale(...)
- linetypeScale( (Entity)arg1) -> float :
C++ signature :
double linetypeScale(class PyDbEntity {lvalue})
- list(...)
- list( (Entity)arg1) -> None :
C++ signature :
void list(class PyDbEntity {lvalue})
- material(...)
- material( (Entity)arg1) -> str :
C++ signature :
class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > material(class PyDbEntity {lvalue})
- materialId(...)
- materialId( (Entity)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId materialId(class PyDbEntity {lvalue})
- plotStyleName(...)
- plotStyleName( (Entity)arg1) -> str :
C++ signature :
class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > plotStyleName(class PyDbEntity {lvalue})
- receiveShadows(...)
- receiveShadows( (Entity)arg1) -> bool :
C++ signature :
bool receiveShadows(class PyDbEntity {lvalue})
- recordGraphicsModified(...)
- recordGraphicsModified( (Entity)arg1) -> None :
C++ signature :
void recordGraphicsModified(class PyDbEntity {lvalue})
recordGraphicsModified( (Entity)arg1) -> None :
C++ signature :
void recordGraphicsModified(class PyDbEntity {lvalue})
- setCastShadows(...)
- setCastShadows( (Entity)arg1, (bool)arg2) -> None :
C++ signature :
void setCastShadows(class PyDbEntity {lvalue},bool)
- setColor(...)
- setColor( (Entity)arg1, (Color)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setColor(class PyDbEntity {lvalue},class AcCmColor)
setColor( (Entity)arg1, (Color)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setColor(class PyDbEntity {lvalue},class AcCmColor,bool)
setColor( (Entity)arg1, (Color)arg2, (bool)arg3, (Database)arg4) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setColor(class PyDbEntity {lvalue},class AcCmColor,bool,class PyDbDatabase {lvalue})
- setColorIndex(...)
- setColorIndex( (Entity)arg1, (int)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setColorIndex(class PyDbEntity {lvalue},unsigned short)
setColorIndex( (Entity)arg1, (int)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setColorIndex(class PyDbEntity {lvalue},unsigned short,bool)
- setDatabaseDefaults(...)
- setDatabaseDefaults( (Entity)arg1) -> None :
C++ signature :
void setDatabaseDefaults(class PyDbEntity {lvalue})
setDatabaseDefaults( (Entity)arg1, (Database)arg2) -> None :
C++ signature :
void setDatabaseDefaults(class PyDbEntity {lvalue},class PyDbDatabase)
- setLayer(...)
- setLayer( (Entity)arg1, (str)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLayer(class PyDbEntity {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
setLayer( (Entity)arg1, (str)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLayer(class PyDbEntity {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,bool)
setLayer( (Entity)arg1, (str)arg2, (bool)arg3, (bool)arg4) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLayer(class PyDbEntity {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,bool,bool)
setLayer( (Entity)arg1, (ObjectId)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLayer(class PyDbEntity {lvalue},class PyDbObjectId)
setLayer( (Entity)arg1, (ObjectId)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLayer(class PyDbEntity {lvalue},class PyDbObjectId,bool)
setLayer( (Entity)arg1, (ObjectId)arg2, (bool)arg3, (bool)arg4) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLayer(class PyDbEntity {lvalue},class PyDbObjectId,bool,bool)
- setLineWeight(...)
- setLineWeight( (Entity)arg1, (LineWeight)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLineWeight(class PyDbEntity {lvalue},enum AcDb::LineWeight)
setLineWeight( (Entity)arg1, (LineWeight)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLineWeight(class PyDbEntity {lvalue},enum AcDb::LineWeight,bool)
- setLinetype(...)
- setLinetype( (Entity)arg1, (str)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLinetype(class PyDbEntity {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
setLinetype( (Entity)arg1, (str)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLinetype(class PyDbEntity {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,bool)
setLinetype( (Entity)arg1, (ObjectId)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLinetype(class PyDbEntity {lvalue},class PyDbObjectId)
setLinetype( (Entity)arg1, (ObjectId)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLinetype(class PyDbEntity {lvalue},class PyDbObjectId,bool)
- setLinetypeScale(...)
- setLinetypeScale( (Entity)arg1, (float)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLinetypeScale(class PyDbEntity {lvalue},double)
setLinetypeScale( (Entity)arg1, (float)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLinetypeScale(class PyDbEntity {lvalue},double,bool)
- setMaterial(...)
- setMaterial( (Entity)arg1, (str)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setMaterial(class PyDbEntity {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
setMaterial( (Entity)arg1, (str)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setMaterial(class PyDbEntity {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,bool)
setMaterial( (Entity)arg1, (ObjectId)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setMaterial(class PyDbEntity {lvalue},class PyDbObjectId)
setMaterial( (Entity)arg1, (ObjectId)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setMaterial(class PyDbEntity {lvalue},class PyDbObjectId,bool)
- setPlotStyleName(...)
- setPlotStyleName( (Entity)arg1, (str)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setPlotStyleName(class PyDbEntity {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,bool)
setPlotStyleName( (Entity)arg1, (PlotStyleNameType)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setPlotStyleName(class PyDbEntity {lvalue},enum AcDb::PlotStyleNameType,bool)
setPlotStyleName( (Entity)arg1, (PlotStyleNameType)arg2, (ObjectId)arg3, (bool)arg4) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setPlotStyleName(class PyDbEntity {lvalue},enum AcDb::PlotStyleNameType,class PyDbObjectId,bool)
- setPropertiesFrom(...)
- setPropertiesFrom( (Entity)arg1, (Entity)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setPropertiesFrom(class PyDbEntity {lvalue},class PyDbEntity)
setPropertiesFrom( (Entity)arg1, (Entity)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setPropertiesFrom(class PyDbEntity {lvalue},class PyDbEntity,bool)
- setReceiveShadows(...)
- setReceiveShadows( (Entity)arg1, (bool)arg2) -> None :
C++ signature :
void setReceiveShadows(class PyDbEntity {lvalue},bool)
- setVisibility(...)
- setVisibility( (Entity)arg1, (Visibility)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setVisibility(class PyDbEntity {lvalue},enum AcDb::Visibility)
setVisibility( (Entity)arg1, (Visibility)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setVisibility(class PyDbEntity {lvalue},enum AcDb::Visibility,bool)
- transformBy(...)
- transformBy( (Entity)arg1, (Matrix3d)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus transformBy(class PyDbEntity {lvalue},class AcGeMatrix3d)
- visibility(...)
- visibility( (Entity)arg1) -> Visibility :
C++ signature :
enum AcDb::Visibility visibility(class PyDbEntity {lvalue})
Static methods inherited from DbObject:
- addPersistentReactor(...)
- addPersistentReactor( (DbObject)arg1, (ObjectId)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus addPersistentReactor(class PyDbObject {lvalue},class PyDbObjectId)
- assertNotifyEnabled(...)
- assertNotifyEnabled( (DbObject)arg1) -> None :
C++ signature :
void assertNotifyEnabled(class PyDbObject {lvalue})
- assertReadEnabled(...)
- assertReadEnabled( (DbObject)arg1) -> None :
C++ signature :
void assertReadEnabled(class PyDbObject {lvalue})
- assertWriteEnabled(...)
- assertWriteEnabled( (DbObject)arg1) -> None :
C++ signature :
void assertWriteEnabled(class PyDbObject {lvalue})
- cancel(...)
- cancel( (DbObject)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus cancel(class PyDbObject {lvalue})
- close(...)
- close( (DbObject)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus close(class PyDbObject {lvalue})
- createExtensionDictionary(...)
- createExtensionDictionary( (DbObject)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus createExtensionDictionary(class PyDbObject {lvalue})
- database(...)
- database( (DbObject)arg1) -> Database :
C++ signature :
class PyDbDatabase database(class PyDbObject {lvalue})
- disableUndoRecording(...)
- disableUndoRecording( (DbObject)arg1, (bool)arg2) -> None :
C++ signature :
void disableUndoRecording(class PyDbObject {lvalue},bool)
- downgradeOpen(...)
- downgradeOpen( (DbObject)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus downgradeOpen(class PyDbObject {lvalue})
- downgradeToNotify(...)
- downgradeToNotify( (DbObject)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus downgradeToNotify(class PyDbObject {lvalue},bool)
- erase(...)
- erase( (DbObject)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus erase(class PyDbObject {lvalue})
- extensionDictionary(...)
- extensionDictionary( (DbObject)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId extensionDictionary(class PyDbObject {lvalue})
- handOverTo(...)
- handOverTo( (DbObject)arg1, (DbObject)arg2, (bool)arg3, (bool)arg4) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus handOverTo(class PyDbObject {lvalue},class PyDbObject {lvalue},bool,bool)
- hasPersistentReactor(...)
- hasPersistentReactor( (DbObject)arg1, (ObjectId)arg2) -> bool :
C++ signature :
bool hasPersistentReactor(class PyDbObject {lvalue},class PyDbObjectId)
- isAProxy(...)
- isAProxy( (DbObject)arg1) -> bool :
C++ signature :
bool isAProxy(class PyDbObject {lvalue})
- isCancelling(...)
- isCancelling( (DbObject)arg1) -> bool :
C++ signature :
bool isCancelling(class PyDbObject {lvalue})
- isEraseStatusToggled(...)
- isEraseStatusToggled( (DbObject)arg1) -> bool :
C++ signature :
bool isEraseStatusToggled(class PyDbObject {lvalue})
- isErased(...)
- isErased( (DbObject)arg1) -> bool :
C++ signature :
bool isErased(class PyDbObject {lvalue})
- isModified(...)
- isModified( (DbObject)arg1) -> bool :
C++ signature :
bool isModified(class PyDbObject {lvalue})
- isModifiedGraphics(...)
- isModifiedGraphics( (DbObject)arg1) -> bool :
C++ signature :
bool isModifiedGraphics(class PyDbObject {lvalue})
- isModifiedXData(...)
- isModifiedXData( (DbObject)arg1) -> bool :
C++ signature :
bool isModifiedXData(class PyDbObject {lvalue})
- isNewObject(...)
- isNewObject( (DbObject)arg1) -> bool :
C++ signature :
bool isNewObject(class PyDbObject {lvalue})
- isNotifyEnabled(...)
- isNotifyEnabled( (DbObject)arg1) -> bool :
C++ signature :
bool isNotifyEnabled(class PyDbObject {lvalue})
- isNotifying(...)
- isNotifying( (DbObject)arg1) -> bool :
C++ signature :
bool isNotifying(class PyDbObject {lvalue})
- isReadEnabled(...)
- isReadEnabled( (DbObject)arg1) -> bool :
C++ signature :
bool isReadEnabled(class PyDbObject {lvalue})
- isReallyClosing(...)
- isReallyClosing( (DbObject)arg1) -> bool :
C++ signature :
bool isReallyClosing(class PyDbObject {lvalue})
- isTransactionResident(...)
- isTransactionResident( (DbObject)arg1) -> bool :
C++ signature :
bool isTransactionResident(class PyDbObject {lvalue})
- isUndoRecordingDisabled(...)
- isUndoRecordingDisabled( (DbObject)arg1) -> bool :
C++ signature :
bool isUndoRecordingDisabled(class PyDbObject {lvalue})
- isUndoing(...)
- isUndoing( (DbObject)arg1) -> bool :
C++ signature :
bool isUndoing(class PyDbObject {lvalue})
- isWriteEnabled(...)
- isWriteEnabled( (DbObject)arg1) -> bool :
C++ signature :
bool isWriteEnabled(class PyDbObject {lvalue})
- objectId(...)
- objectId( (DbObject)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId objectId(class PyDbObject {lvalue})
- ownerId(...)
- ownerId( (DbObject)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId ownerId(class PyDbObject {lvalue})
- releaseExtensionDictionary(...)
- releaseExtensionDictionary( (DbObject)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus releaseExtensionDictionary(class PyDbObject {lvalue})
- removePersistentReactor(...)
- removePersistentReactor( (DbObject)arg1, (ObjectId)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus removePersistentReactor(class PyDbObject {lvalue},class PyDbObjectId)
- setOwnerId(...)
- setOwnerId( (DbObject)arg1, (ObjectId)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setOwnerId(class PyDbObject {lvalue},class PyDbObjectId)
- setXData(...)
- setXData( (DbObject)arg1, (list)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setXData(class PyDbObject {lvalue},class boost::python::list)
- swapIdWith(...)
- swapIdWith( (DbObject)arg1, (ObjectId)arg2, (bool)arg3, (bool)arg4) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus swapIdWith(class PyDbObject {lvalue},class PyDbObjectId {lvalue},bool,bool)
- upgradeFromNotify(...)
- upgradeFromNotify( (DbObject)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus upgradeFromNotify(class PyDbObject {lvalue},bool {lvalue})
- upgradeOpen(...)
- upgradeOpen( (DbObject)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus upgradeOpen(class PyDbObject {lvalue})
- xData(...)
- xData( (DbObject)arg1, (str)arg2) -> list :
C++ signature :
class boost::python::list xData(class PyDbObject {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
- xDataTransformBy(...)
- xDataTransformBy( (DbObject)arg1, (Matrix3d)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus xDataTransformBy(class PyDbObject {lvalue},class AcGeMatrix3d)
Static methods inherited from PyGi.Drawable:
- isA(...)
- isA( (Drawable)arg1) -> RxClass :
C++ signature :
class PyRxClass isA(class PyGiDrawable {lvalue})
Static methods inherited from PyRx.RxObject:
- __eq__(...)
- __eq__( (RxObject)arg1, (RxObject)arg2) -> bool :
C++ signature :
bool __eq__(class PyRxObject {lvalue},class PyRxObject)
- __ne__(...)
- __ne__( (RxObject)arg1, (RxObject)arg2) -> bool :
C++ signature :
bool __ne__(class PyRxObject {lvalue},class PyRxObject)
- isNull(...)
- isNull( (RxObject)arg1) -> bool :
C++ signature :
bool isNull(class PyRxObject {lvalue})
Static methods inherited from Boost.Python.instance:
- __new__(*args, **kwargs) from Boost.Python.class
- Create and return a new object. See help(type) for accurate signature.
Data descriptors inherited from Boost.Python.instance:
- __dict__
- __weakref__
|
class Fcf(Entity) |
| | |
- Method resolution order:
- Fcf
- Entity
- DbObject
- PyGi.Drawable
- PyRx.RxObject
- Boost.Python.instance
- builtins.object
Static methods defined here:
- __init__(...)
- __init__( (object)arg1) -> None :
C++ signature :
void __init__(struct _object * __ptr64)
__init__( (object)arg1) -> None :
C++ signature :
void __init__(struct _object * __ptr64)
__init__( (object)arg1, (ObjectId)arg2, (OpenMode)arg3) -> None :
C++ signature :
void __init__(struct _object * __ptr64,class PyDbObjectId,enum AcDb::OpenMode)
__init__( (object)arg1, (str)arg2, (Point3d)arg3, (Vector3d)arg4, (Vector3d)arg5) -> None :
C++ signature :
void __init__(struct _object * __ptr64,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,class AcGePoint3d,class AcGeVector3d,class AcGeVector3d)
- __reduce__ = (...)
- className(...)
- className() -> str :
C++ signature :
class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > className()
- desc(...)
- desc() -> RxClass :
C++ signature :
class PyRxClass desc()
- dimclrd(...)
- dimclrd( (Fcf)arg1) -> Color :
C++ signature :
class AcCmColor dimclrd(class PyDbFcf {lvalue})
- dimclrt(...)
- dimclrt( (Fcf)arg1) -> Color :
C++ signature :
class AcCmColor dimclrt(class PyDbFcf {lvalue})
- dimensionStyle(...)
- dimensionStyle( (Fcf)arg1) -> object :
C++ signature :
class PyDbHardPointerId dimensionStyle(class PyDbFcf {lvalue})
- dimgap(...)
- dimgap( (Fcf)arg1) -> float :
C++ signature :
double dimgap(class PyDbFcf {lvalue})
- dimscale(...)
- dimscale( (Fcf)arg1) -> float :
C++ signature :
double dimscale(class PyDbFcf {lvalue})
- dimtxsty(...)
- dimtxsty( (Fcf)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId dimtxsty(class PyDbFcf {lvalue})
- dimtxt(...)
- dimtxt( (Fcf)arg1) -> float :
C++ signature :
double dimtxt(class PyDbFcf {lvalue})
- direction(...)
- direction( (Fcf)arg1) -> Vector3d :
C++ signature :
class AcGeVector3d direction(class PyDbFcf {lvalue})
- getBoundingPline(...)
- getBoundingPline( (Fcf)arg1) -> list :
C++ signature :
class boost::python::list getBoundingPline(class PyDbFcf {lvalue})
- getBoundingPoints(...)
- getBoundingPoints( (Fcf)arg1) -> list :
C++ signature :
class boost::python::list getBoundingPoints(class PyDbFcf {lvalue})
- getDimstyleData(...)
- getDimstyleData( (Fcf)arg1) -> DimStyleTableRecord :
C++ signature :
class PyDbDimStyleTableRecord getDimstyleData(class PyDbFcf {lvalue})
- location(...)
- location( (Fcf)arg1) -> Point3d :
C++ signature :
class AcGePoint3d location(class PyDbFcf {lvalue})
- normal(...)
- normal( (Fcf)arg1) -> Vector3d :
C++ signature :
class AcGeVector3d normal(class PyDbFcf {lvalue})
- setDimVars(...)
- setDimVars( (Fcf)arg1) -> None :
C++ signature :
void setDimVars(class PyDbFcf {lvalue})
- setDimclrd(...)
- setDimclrd( (Fcf)arg1, (Color)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setDimclrd(class PyDbFcf {lvalue},class AcCmColor {lvalue})
- setDimclrt(...)
- setDimclrt( (Fcf)arg1, (Color)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setDimclrt(class PyDbFcf {lvalue},class AcCmColor {lvalue})
- setDimensionStyle(...)
- setDimensionStyle( (Fcf)arg1, (object)arg2) -> None :
C++ signature :
void setDimensionStyle(class PyDbFcf {lvalue},class PyDbHardPointerId)
- setDimgap(...)
- setDimgap( (Fcf)arg1, (float)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setDimgap(class PyDbFcf {lvalue},double)
- setDimscale(...)
- setDimscale( (Fcf)arg1, (float)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setDimscale(class PyDbFcf {lvalue},double)
- setDimstyleData(...)
- setDimstyleData( (Fcf)arg1, (DimStyleTableRecord)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setDimstyleData(class PyDbFcf {lvalue},class PyDbDimStyleTableRecord)
setDimstyleData( (Fcf)arg1, (ObjectId)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setDimstyleData(class PyDbFcf {lvalue},class PyDbObjectId)
- setDimtxsty(...)
- setDimtxsty( (Fcf)arg1, (ObjectId)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setDimtxsty(class PyDbFcf {lvalue},class PyDbObjectId {lvalue})
- setDimtxt(...)
- setDimtxt( (Fcf)arg1, (float)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setDimtxt(class PyDbFcf {lvalue},double)
- setLocation(...)
- setLocation( (Fcf)arg1, (Point3d)arg2) -> None :
C++ signature :
void setLocation(class PyDbFcf {lvalue},class AcGePoint3d)
- setOrientation(...)
- setOrientation( (Fcf)arg1, (Vector3d)arg2, (Vector3d)arg3) -> None :
C++ signature :
void setOrientation(class PyDbFcf {lvalue},class AcGeVector3d,class AcGeVector3d)
- setText(...)
- setText( (Fcf)arg1, (str)arg2) -> None :
C++ signature :
void setText(class PyDbFcf {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
- text(...)
- text( (Fcf)arg1, (int)arg2) -> str :
C++ signature :
class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > text(class PyDbFcf {lvalue},int)
- textAll(...)
- textAll( (Fcf)arg1) -> str :
C++ signature :
class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > textAll(class PyDbFcf {lvalue})
Data and other attributes defined here:
- __instance_size__ = 48
Static methods inherited from Entity:
- blockId(...)
- blockId( (Entity)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId blockId(class PyDbEntity {lvalue})
- castShadows(...)
- castShadows( (Entity)arg1) -> bool :
C++ signature :
bool castShadows(class PyDbEntity {lvalue})
- collisionType(...)
- collisionType( (Entity)arg1) -> CollisionType :
C++ signature :
enum AcDb::CollisionType collisionType(class PyDbEntity {lvalue})
- color(...)
- color( (Entity)arg1) -> Color :
C++ signature :
class AcCmColor color(class PyDbEntity {lvalue})
- colorIndex(...)
- colorIndex( (Entity)arg1) -> int :
C++ signature :
unsigned short colorIndex(class PyDbEntity {lvalue})
- draw(...)
- draw( (Entity)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus draw(class PyDbEntity {lvalue})
- entityColor(...)
- entityColor( (Entity)arg1) -> EntityColor :
C++ signature :
class AcCmEntityColor entityColor(class PyDbEntity {lvalue})
- getCompoundObjectTransform(...)
- getCompoundObjectTransform( (Entity)arg1, (Matrix3d)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus getCompoundObjectTransform(class PyDbEntity {lvalue},class AcGeMatrix3d {lvalue})
- getEcs(...)
- getEcs( (Entity)arg1, (Matrix3d)arg2) -> None :
C++ signature :
void getEcs(class PyDbEntity {lvalue},class AcGeMatrix3d {lvalue})
- getGeomExtents(...)
- getGeomExtents( (Entity)arg1, (Extents)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus getGeomExtents(class PyDbEntity {lvalue},class AcDbExtents {lvalue})
- getPlane(...)
- getPlane( (Entity)arg1) -> Plane :
C++ signature :
class PyGePlane getPlane(class PyDbEntity {lvalue})
- getPlotStyleNameId(...)
- getPlotStyleNameId( (Entity)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId getPlotStyleNameId(class PyDbEntity {lvalue})
- isPlanar(...)
- isPlanar( (Entity)arg1) -> bool :
C++ signature :
bool isPlanar(class PyDbEntity {lvalue})
- layer(...)
- layer( (Entity)arg1) -> str :
C++ signature :
class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > layer(class PyDbEntity {lvalue})
- layerId(...)
- layerId( (Entity)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId layerId(class PyDbEntity {lvalue})
- lineWeight(...)
- lineWeight( (Entity)arg1) -> LineWeight :
C++ signature :
enum AcDb::LineWeight lineWeight(class PyDbEntity {lvalue})
- linetype(...)
- linetype( (Entity)arg1) -> str :
C++ signature :
class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > linetype(class PyDbEntity {lvalue})
- linetypeId(...)
- linetypeId( (Entity)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId linetypeId(class PyDbEntity {lvalue})
- linetypeScale(...)
- linetypeScale( (Entity)arg1) -> float :
C++ signature :
double linetypeScale(class PyDbEntity {lvalue})
- list(...)
- list( (Entity)arg1) -> None :
C++ signature :
void list(class PyDbEntity {lvalue})
- material(...)
- material( (Entity)arg1) -> str :
C++ signature :
class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > material(class PyDbEntity {lvalue})
- materialId(...)
- materialId( (Entity)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId materialId(class PyDbEntity {lvalue})
- plotStyleName(...)
- plotStyleName( (Entity)arg1) -> str :
C++ signature :
class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > plotStyleName(class PyDbEntity {lvalue})
- receiveShadows(...)
- receiveShadows( (Entity)arg1) -> bool :
C++ signature :
bool receiveShadows(class PyDbEntity {lvalue})
- recordGraphicsModified(...)
- recordGraphicsModified( (Entity)arg1) -> None :
C++ signature :
void recordGraphicsModified(class PyDbEntity {lvalue})
recordGraphicsModified( (Entity)arg1) -> None :
C++ signature :
void recordGraphicsModified(class PyDbEntity {lvalue})
- setCastShadows(...)
- setCastShadows( (Entity)arg1, (bool)arg2) -> None :
C++ signature :
void setCastShadows(class PyDbEntity {lvalue},bool)
- setColor(...)
- setColor( (Entity)arg1, (Color)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setColor(class PyDbEntity {lvalue},class AcCmColor)
setColor( (Entity)arg1, (Color)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setColor(class PyDbEntity {lvalue},class AcCmColor,bool)
setColor( (Entity)arg1, (Color)arg2, (bool)arg3, (Database)arg4) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setColor(class PyDbEntity {lvalue},class AcCmColor,bool,class PyDbDatabase {lvalue})
- setColorIndex(...)
- setColorIndex( (Entity)arg1, (int)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setColorIndex(class PyDbEntity {lvalue},unsigned short)
setColorIndex( (Entity)arg1, (int)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setColorIndex(class PyDbEntity {lvalue},unsigned short,bool)
- setDatabaseDefaults(...)
- setDatabaseDefaults( (Entity)arg1) -> None :
C++ signature :
void setDatabaseDefaults(class PyDbEntity {lvalue})
setDatabaseDefaults( (Entity)arg1, (Database)arg2) -> None :
C++ signature :
void setDatabaseDefaults(class PyDbEntity {lvalue},class PyDbDatabase)
- setLayer(...)
- setLayer( (Entity)arg1, (str)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLayer(class PyDbEntity {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
setLayer( (Entity)arg1, (str)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLayer(class PyDbEntity {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,bool)
setLayer( (Entity)arg1, (str)arg2, (bool)arg3, (bool)arg4) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLayer(class PyDbEntity {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,bool,bool)
setLayer( (Entity)arg1, (ObjectId)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLayer(class PyDbEntity {lvalue},class PyDbObjectId)
setLayer( (Entity)arg1, (ObjectId)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLayer(class PyDbEntity {lvalue},class PyDbObjectId,bool)
setLayer( (Entity)arg1, (ObjectId)arg2, (bool)arg3, (bool)arg4) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLayer(class PyDbEntity {lvalue},class PyDbObjectId,bool,bool)
- setLineWeight(...)
- setLineWeight( (Entity)arg1, (LineWeight)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLineWeight(class PyDbEntity {lvalue},enum AcDb::LineWeight)
setLineWeight( (Entity)arg1, (LineWeight)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLineWeight(class PyDbEntity {lvalue},enum AcDb::LineWeight,bool)
- setLinetype(...)
- setLinetype( (Entity)arg1, (str)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLinetype(class PyDbEntity {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
setLinetype( (Entity)arg1, (str)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLinetype(class PyDbEntity {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,bool)
setLinetype( (Entity)arg1, (ObjectId)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLinetype(class PyDbEntity {lvalue},class PyDbObjectId)
setLinetype( (Entity)arg1, (ObjectId)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLinetype(class PyDbEntity {lvalue},class PyDbObjectId,bool)
- setLinetypeScale(...)
- setLinetypeScale( (Entity)arg1, (float)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLinetypeScale(class PyDbEntity {lvalue},double)
setLinetypeScale( (Entity)arg1, (float)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLinetypeScale(class PyDbEntity {lvalue},double,bool)
- setMaterial(...)
- setMaterial( (Entity)arg1, (str)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setMaterial(class PyDbEntity {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
setMaterial( (Entity)arg1, (str)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setMaterial(class PyDbEntity {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,bool)
setMaterial( (Entity)arg1, (ObjectId)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setMaterial(class PyDbEntity {lvalue},class PyDbObjectId)
setMaterial( (Entity)arg1, (ObjectId)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setMaterial(class PyDbEntity {lvalue},class PyDbObjectId,bool)
- setPlotStyleName(...)
- setPlotStyleName( (Entity)arg1, (str)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setPlotStyleName(class PyDbEntity {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,bool)
setPlotStyleName( (Entity)arg1, (PlotStyleNameType)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setPlotStyleName(class PyDbEntity {lvalue},enum AcDb::PlotStyleNameType,bool)
setPlotStyleName( (Entity)arg1, (PlotStyleNameType)arg2, (ObjectId)arg3, (bool)arg4) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setPlotStyleName(class PyDbEntity {lvalue},enum AcDb::PlotStyleNameType,class PyDbObjectId,bool)
- setPropertiesFrom(...)
- setPropertiesFrom( (Entity)arg1, (Entity)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setPropertiesFrom(class PyDbEntity {lvalue},class PyDbEntity)
setPropertiesFrom( (Entity)arg1, (Entity)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setPropertiesFrom(class PyDbEntity {lvalue},class PyDbEntity,bool)
- setReceiveShadows(...)
- setReceiveShadows( (Entity)arg1, (bool)arg2) -> None :
C++ signature :
void setReceiveShadows(class PyDbEntity {lvalue},bool)
- setVisibility(...)
- setVisibility( (Entity)arg1, (Visibility)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setVisibility(class PyDbEntity {lvalue},enum AcDb::Visibility)
setVisibility( (Entity)arg1, (Visibility)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setVisibility(class PyDbEntity {lvalue},enum AcDb::Visibility,bool)
- transformBy(...)
- transformBy( (Entity)arg1, (Matrix3d)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus transformBy(class PyDbEntity {lvalue},class AcGeMatrix3d)
- visibility(...)
- visibility( (Entity)arg1) -> Visibility :
C++ signature :
enum AcDb::Visibility visibility(class PyDbEntity {lvalue})
Static methods inherited from DbObject:
- addPersistentReactor(...)
- addPersistentReactor( (DbObject)arg1, (ObjectId)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus addPersistentReactor(class PyDbObject {lvalue},class PyDbObjectId)
- assertNotifyEnabled(...)
- assertNotifyEnabled( (DbObject)arg1) -> None :
C++ signature :
void assertNotifyEnabled(class PyDbObject {lvalue})
- assertReadEnabled(...)
- assertReadEnabled( (DbObject)arg1) -> None :
C++ signature :
void assertReadEnabled(class PyDbObject {lvalue})
- assertWriteEnabled(...)
- assertWriteEnabled( (DbObject)arg1) -> None :
C++ signature :
void assertWriteEnabled(class PyDbObject {lvalue})
- cancel(...)
- cancel( (DbObject)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus cancel(class PyDbObject {lvalue})
- close(...)
- close( (DbObject)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus close(class PyDbObject {lvalue})
- createExtensionDictionary(...)
- createExtensionDictionary( (DbObject)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus createExtensionDictionary(class PyDbObject {lvalue})
- database(...)
- database( (DbObject)arg1) -> Database :
C++ signature :
class PyDbDatabase database(class PyDbObject {lvalue})
- disableUndoRecording(...)
- disableUndoRecording( (DbObject)arg1, (bool)arg2) -> None :
C++ signature :
void disableUndoRecording(class PyDbObject {lvalue},bool)
- downgradeOpen(...)
- downgradeOpen( (DbObject)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus downgradeOpen(class PyDbObject {lvalue})
- downgradeToNotify(...)
- downgradeToNotify( (DbObject)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus downgradeToNotify(class PyDbObject {lvalue},bool)
- erase(...)
- erase( (DbObject)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus erase(class PyDbObject {lvalue})
- extensionDictionary(...)
- extensionDictionary( (DbObject)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId extensionDictionary(class PyDbObject {lvalue})
- handOverTo(...)
- handOverTo( (DbObject)arg1, (DbObject)arg2, (bool)arg3, (bool)arg4) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus handOverTo(class PyDbObject {lvalue},class PyDbObject {lvalue},bool,bool)
- hasPersistentReactor(...)
- hasPersistentReactor( (DbObject)arg1, (ObjectId)arg2) -> bool :
C++ signature :
bool hasPersistentReactor(class PyDbObject {lvalue},class PyDbObjectId)
- isAProxy(...)
- isAProxy( (DbObject)arg1) -> bool :
C++ signature :
bool isAProxy(class PyDbObject {lvalue})
- isCancelling(...)
- isCancelling( (DbObject)arg1) -> bool :
C++ signature :
bool isCancelling(class PyDbObject {lvalue})
- isEraseStatusToggled(...)
- isEraseStatusToggled( (DbObject)arg1) -> bool :
C++ signature :
bool isEraseStatusToggled(class PyDbObject {lvalue})
- isErased(...)
- isErased( (DbObject)arg1) -> bool :
C++ signature :
bool isErased(class PyDbObject {lvalue})
- isModified(...)
- isModified( (DbObject)arg1) -> bool :
C++ signature :
bool isModified(class PyDbObject {lvalue})
- isModifiedGraphics(...)
- isModifiedGraphics( (DbObject)arg1) -> bool :
C++ signature :
bool isModifiedGraphics(class PyDbObject {lvalue})
- isModifiedXData(...)
- isModifiedXData( (DbObject)arg1) -> bool :
C++ signature :
bool isModifiedXData(class PyDbObject {lvalue})
- isNewObject(...)
- isNewObject( (DbObject)arg1) -> bool :
C++ signature :
bool isNewObject(class PyDbObject {lvalue})
- isNotifyEnabled(...)
- isNotifyEnabled( (DbObject)arg1) -> bool :
C++ signature :
bool isNotifyEnabled(class PyDbObject {lvalue})
- isNotifying(...)
- isNotifying( (DbObject)arg1) -> bool :
C++ signature :
bool isNotifying(class PyDbObject {lvalue})
- isReadEnabled(...)
- isReadEnabled( (DbObject)arg1) -> bool :
C++ signature :
bool isReadEnabled(class PyDbObject {lvalue})
- isReallyClosing(...)
- isReallyClosing( (DbObject)arg1) -> bool :
C++ signature :
bool isReallyClosing(class PyDbObject {lvalue})
- isTransactionResident(...)
- isTransactionResident( (DbObject)arg1) -> bool :
C++ signature :
bool isTransactionResident(class PyDbObject {lvalue})
- isUndoRecordingDisabled(...)
- isUndoRecordingDisabled( (DbObject)arg1) -> bool :
C++ signature :
bool isUndoRecordingDisabled(class PyDbObject {lvalue})
- isUndoing(...)
- isUndoing( (DbObject)arg1) -> bool :
C++ signature :
bool isUndoing(class PyDbObject {lvalue})
- isWriteEnabled(...)
- isWriteEnabled( (DbObject)arg1) -> bool :
C++ signature :
bool isWriteEnabled(class PyDbObject {lvalue})
- objectId(...)
- objectId( (DbObject)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId objectId(class PyDbObject {lvalue})
- ownerId(...)
- ownerId( (DbObject)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId ownerId(class PyDbObject {lvalue})
- releaseExtensionDictionary(...)
- releaseExtensionDictionary( (DbObject)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus releaseExtensionDictionary(class PyDbObject {lvalue})
- removePersistentReactor(...)
- removePersistentReactor( (DbObject)arg1, (ObjectId)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus removePersistentReactor(class PyDbObject {lvalue},class PyDbObjectId)
- setOwnerId(...)
- setOwnerId( (DbObject)arg1, (ObjectId)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setOwnerId(class PyDbObject {lvalue},class PyDbObjectId)
- setXData(...)
- setXData( (DbObject)arg1, (list)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setXData(class PyDbObject {lvalue},class boost::python::list)
- swapIdWith(...)
- swapIdWith( (DbObject)arg1, (ObjectId)arg2, (bool)arg3, (bool)arg4) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus swapIdWith(class PyDbObject {lvalue},class PyDbObjectId {lvalue},bool,bool)
- upgradeFromNotify(...)
- upgradeFromNotify( (DbObject)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus upgradeFromNotify(class PyDbObject {lvalue},bool {lvalue})
- upgradeOpen(...)
- upgradeOpen( (DbObject)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus upgradeOpen(class PyDbObject {lvalue})
- xData(...)
- xData( (DbObject)arg1, (str)arg2) -> list :
C++ signature :
class boost::python::list xData(class PyDbObject {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
- xDataTransformBy(...)
- xDataTransformBy( (DbObject)arg1, (Matrix3d)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus xDataTransformBy(class PyDbObject {lvalue},class AcGeMatrix3d)
Static methods inherited from PyGi.Drawable:
- isA(...)
- isA( (Drawable)arg1) -> RxClass :
C++ signature :
class PyRxClass isA(class PyGiDrawable {lvalue})
Static methods inherited from PyRx.RxObject:
- __eq__(...)
- __eq__( (RxObject)arg1, (RxObject)arg2) -> bool :
C++ signature :
bool __eq__(class PyRxObject {lvalue},class PyRxObject)
- __ne__(...)
- __ne__( (RxObject)arg1, (RxObject)arg2) -> bool :
C++ signature :
bool __ne__(class PyRxObject {lvalue},class PyRxObject)
- isNull(...)
- isNull( (RxObject)arg1) -> bool :
C++ signature :
bool isNull(class PyRxObject {lvalue})
Static methods inherited from Boost.Python.instance:
- __new__(*args, **kwargs) from Boost.Python.class
- Create and return a new object. See help(type) for accurate signature.
Data descriptors inherited from Boost.Python.instance:
- __dict__
- __weakref__
|
class Field(DbObject) |
| | |
- Method resolution order:
- Field
- DbObject
- PyGi.Drawable
- PyRx.RxObject
- Boost.Python.instance
- builtins.object
Static methods defined here:
- __init__(...)
- __init__( (object)arg1) -> None :
C++ signature :
void __init__(struct _object * __ptr64)
__init__( (object)arg1) -> None :
C++ signature :
void __init__(struct _object * __ptr64)
__init__( (object)arg1, (str)arg2, (bool)arg3) -> None :
C++ signature :
void __init__(struct _object * __ptr64,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > {lvalue},bool)
__init__( (object)arg1, (ObjectId)arg2, (OpenMode)arg3) -> None :
C++ signature :
void __init__(struct _object * __ptr64,class PyDbObjectId,enum AcDb::OpenMode)
- __reduce__ = (...)
- childCount(...)
- childCount( (Field)arg1) -> int :
C++ signature :
int childCount(class PyDbField {lvalue})
- className(...)
- className() -> str :
C++ signature :
class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > className()
- convertToTextField(...)
- convertToTextField( (Field)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus convertToTextField(class PyDbField {lvalue})
- desc(...)
- desc() -> RxClass :
C++ signature :
class PyRxClass desc()
- evaluationOption(...)
- evaluationOption( (Field)arg1) -> FieldEvalOption :
C++ signature :
enum AcDbField::EvalOption evaluationOption(class PyDbField {lvalue})
- evaluationStatus(...)
- evaluationStatus( (Field)arg1) -> FieldEvalStatus :
C++ signature :
enum AcDbField::EvalStatus evaluationStatus(class PyDbField {lvalue})
- evaluatorId(...)
- evaluatorId( (Field)arg1) -> str :
C++ signature :
class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > evaluatorId(class PyDbField {lvalue})
- getFormat(...)
- getFormat( (Field)arg1) -> str :
C++ signature :
class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > getFormat(class PyDbField {lvalue})
- getValue(...)
- getValue( (Field)arg1) -> str :
C++ signature :
class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > getValue(class PyDbField {lvalue})
- isTextField(...)
- isTextField( (Field)arg1) -> bool :
C++ signature :
bool isTextField(class PyDbField {lvalue})
- postInDatabase(...)
- postInDatabase( (Field)arg1, (Database)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus postInDatabase(class PyDbField {lvalue},class PyDbDatabase {lvalue})
- setEvaluationOption(...)
- setEvaluationOption( (Field)arg1, (FieldEvalOption)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setEvaluationOption(class PyDbField {lvalue},enum AcDbField::EvalOption)
- setEvaluatorId(...)
- setEvaluatorId( (Field)arg1, (str)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setEvaluatorId(class PyDbField {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
- setFormat(...)
- setFormat( (Field)arg1, (str)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setFormat(class PyDbField {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
- setInObject(...)
- setInObject( (Field)arg1, (DbObject)arg2, (str)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setInObject(class PyDbField {lvalue},class PyDbObject {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
- state(...)
- state( (Field)arg1) -> FieldState :
C++ signature :
enum AcDbField::State state(class PyDbField {lvalue})
Data and other attributes defined here:
- __instance_size__ = 48
Static methods inherited from DbObject:
- addPersistentReactor(...)
- addPersistentReactor( (DbObject)arg1, (ObjectId)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus addPersistentReactor(class PyDbObject {lvalue},class PyDbObjectId)
- assertNotifyEnabled(...)
- assertNotifyEnabled( (DbObject)arg1) -> None :
C++ signature :
void assertNotifyEnabled(class PyDbObject {lvalue})
- assertReadEnabled(...)
- assertReadEnabled( (DbObject)arg1) -> None :
C++ signature :
void assertReadEnabled(class PyDbObject {lvalue})
- assertWriteEnabled(...)
- assertWriteEnabled( (DbObject)arg1) -> None :
C++ signature :
void assertWriteEnabled(class PyDbObject {lvalue})
- cancel(...)
- cancel( (DbObject)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus cancel(class PyDbObject {lvalue})
- close(...)
- close( (DbObject)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus close(class PyDbObject {lvalue})
- createExtensionDictionary(...)
- createExtensionDictionary( (DbObject)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus createExtensionDictionary(class PyDbObject {lvalue})
- database(...)
- database( (DbObject)arg1) -> Database :
C++ signature :
class PyDbDatabase database(class PyDbObject {lvalue})
- disableUndoRecording(...)
- disableUndoRecording( (DbObject)arg1, (bool)arg2) -> None :
C++ signature :
void disableUndoRecording(class PyDbObject {lvalue},bool)
- downgradeOpen(...)
- downgradeOpen( (DbObject)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus downgradeOpen(class PyDbObject {lvalue})
- downgradeToNotify(...)
- downgradeToNotify( (DbObject)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus downgradeToNotify(class PyDbObject {lvalue},bool)
- erase(...)
- erase( (DbObject)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus erase(class PyDbObject {lvalue})
- extensionDictionary(...)
- extensionDictionary( (DbObject)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId extensionDictionary(class PyDbObject {lvalue})
- handOverTo(...)
- handOverTo( (DbObject)arg1, (DbObject)arg2, (bool)arg3, (bool)arg4) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus handOverTo(class PyDbObject {lvalue},class PyDbObject {lvalue},bool,bool)
- hasPersistentReactor(...)
- hasPersistentReactor( (DbObject)arg1, (ObjectId)arg2) -> bool :
C++ signature :
bool hasPersistentReactor(class PyDbObject {lvalue},class PyDbObjectId)
- isAProxy(...)
- isAProxy( (DbObject)arg1) -> bool :
C++ signature :
bool isAProxy(class PyDbObject {lvalue})
- isCancelling(...)
- isCancelling( (DbObject)arg1) -> bool :
C++ signature :
bool isCancelling(class PyDbObject {lvalue})
- isEraseStatusToggled(...)
- isEraseStatusToggled( (DbObject)arg1) -> bool :
C++ signature :
bool isEraseStatusToggled(class PyDbObject {lvalue})
- isErased(...)
- isErased( (DbObject)arg1) -> bool :
C++ signature :
bool isErased(class PyDbObject {lvalue})
- isModified(...)
- isModified( (DbObject)arg1) -> bool :
C++ signature :
bool isModified(class PyDbObject {lvalue})
- isModifiedGraphics(...)
- isModifiedGraphics( (DbObject)arg1) -> bool :
C++ signature :
bool isModifiedGraphics(class PyDbObject {lvalue})
- isModifiedXData(...)
- isModifiedXData( (DbObject)arg1) -> bool :
C++ signature :
bool isModifiedXData(class PyDbObject {lvalue})
- isNewObject(...)
- isNewObject( (DbObject)arg1) -> bool :
C++ signature :
bool isNewObject(class PyDbObject {lvalue})
- isNotifyEnabled(...)
- isNotifyEnabled( (DbObject)arg1) -> bool :
C++ signature :
bool isNotifyEnabled(class PyDbObject {lvalue})
- isNotifying(...)
- isNotifying( (DbObject)arg1) -> bool :
C++ signature :
bool isNotifying(class PyDbObject {lvalue})
- isReadEnabled(...)
- isReadEnabled( (DbObject)arg1) -> bool :
C++ signature :
bool isReadEnabled(class PyDbObject {lvalue})
- isReallyClosing(...)
- isReallyClosing( (DbObject)arg1) -> bool :
C++ signature :
bool isReallyClosing(class PyDbObject {lvalue})
- isTransactionResident(...)
- isTransactionResident( (DbObject)arg1) -> bool :
C++ signature :
bool isTransactionResident(class PyDbObject {lvalue})
- isUndoRecordingDisabled(...)
- isUndoRecordingDisabled( (DbObject)arg1) -> bool :
C++ signature :
bool isUndoRecordingDisabled(class PyDbObject {lvalue})
- isUndoing(...)
- isUndoing( (DbObject)arg1) -> bool :
C++ signature :
bool isUndoing(class PyDbObject {lvalue})
- isWriteEnabled(...)
- isWriteEnabled( (DbObject)arg1) -> bool :
C++ signature :
bool isWriteEnabled(class PyDbObject {lvalue})
- objectId(...)
- objectId( (DbObject)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId objectId(class PyDbObject {lvalue})
- ownerId(...)
- ownerId( (DbObject)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId ownerId(class PyDbObject {lvalue})
- releaseExtensionDictionary(...)
- releaseExtensionDictionary( (DbObject)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus releaseExtensionDictionary(class PyDbObject {lvalue})
- removePersistentReactor(...)
- removePersistentReactor( (DbObject)arg1, (ObjectId)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus removePersistentReactor(class PyDbObject {lvalue},class PyDbObjectId)
- setOwnerId(...)
- setOwnerId( (DbObject)arg1, (ObjectId)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setOwnerId(class PyDbObject {lvalue},class PyDbObjectId)
- setXData(...)
- setXData( (DbObject)arg1, (list)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setXData(class PyDbObject {lvalue},class boost::python::list)
- swapIdWith(...)
- swapIdWith( (DbObject)arg1, (ObjectId)arg2, (bool)arg3, (bool)arg4) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus swapIdWith(class PyDbObject {lvalue},class PyDbObjectId {lvalue},bool,bool)
- upgradeFromNotify(...)
- upgradeFromNotify( (DbObject)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus upgradeFromNotify(class PyDbObject {lvalue},bool {lvalue})
- upgradeOpen(...)
- upgradeOpen( (DbObject)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus upgradeOpen(class PyDbObject {lvalue})
- xData(...)
- xData( (DbObject)arg1, (str)arg2) -> list :
C++ signature :
class boost::python::list xData(class PyDbObject {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
- xDataTransformBy(...)
- xDataTransformBy( (DbObject)arg1, (Matrix3d)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus xDataTransformBy(class PyDbObject {lvalue},class AcGeMatrix3d)
Static methods inherited from PyGi.Drawable:
- isA(...)
- isA( (Drawable)arg1) -> RxClass :
C++ signature :
class PyRxClass isA(class PyGiDrawable {lvalue})
Static methods inherited from PyRx.RxObject:
- __eq__(...)
- __eq__( (RxObject)arg1, (RxObject)arg2) -> bool :
C++ signature :
bool __eq__(class PyRxObject {lvalue},class PyRxObject)
- __ne__(...)
- __ne__( (RxObject)arg1, (RxObject)arg2) -> bool :
C++ signature :
bool __ne__(class PyRxObject {lvalue},class PyRxObject)
- isNull(...)
- isNull( (RxObject)arg1) -> bool :
C++ signature :
bool isNull(class PyRxObject {lvalue})
Static methods inherited from Boost.Python.instance:
- __new__(*args, **kwargs) from Boost.Python.class
- Create and return a new object. See help(type) for accurate signature.
Data descriptors inherited from Boost.Python.instance:
- __dict__
- __weakref__
|
class FieldCodeFlag(Boost.Python.enum) |
| | |
- Method resolution order:
- FieldCodeFlag
- Boost.Python.enum
- builtins.int
- builtins.object
Data and other attributes defined here:
- kAddMarkers = PyDb.FieldCodeFlag.kAddMarkers
- kChildObjectReference = PyDb.FieldCodeFlag.kChildObjectReference
- kDetachChildren = PyDb.FieldCodeFlag.kDetachChildren
- kEscapeBackslash = PyDb.FieldCodeFlag.kEscapeBackslash
- kEvaluatedChildren = PyDb.FieldCodeFlag.kEvaluatedChildren
- kEvaluatedText = PyDb.FieldCodeFlag.kEvaluatedText
- kFieldCode = PyDb.FieldCodeFlag.kFieldCode
- kForExpression = PyDb.FieldCodeFlag.kForExpression
- kObjectReference = PyDb.FieldCodeFlag.kObjectReference
- kPreserveFields = PyDb.FieldCodeFlag.kPreserveFields
- kPreserveOptions = PyDb.FieldCodeFlag.kPreserveOptions
- kStripOptions = PyDb.FieldCodeFlag.kStripOptions
- kTextField = PyDb.FieldCodeFlag.kTextField
- names = {'kAddMarkers': PyDb.FieldCodeFlag.kAddMarkers, 'kChildObjectReference': PyDb.FieldCodeFlag.kChildObjectReference, 'kDetachChildren': PyDb.FieldCodeFlag.kDetachChildren, 'kEscapeBackslash': PyDb.FieldCodeFlag.kEscapeBackslash, 'kEvaluatedChildren': PyDb.FieldCodeFlag.kEvaluatedChildren, 'kEvaluatedText': PyDb.FieldCodeFlag.kEvaluatedText, 'kFieldCode': PyDb.FieldCodeFlag.kFieldCode, 'kForExpression': PyDb.FieldCodeFlag.kForExpression, 'kObjectReference': PyDb.FieldCodeFlag.kObjectReference, 'kPreserveFields': PyDb.FieldCodeFlag.kPreserveFields, ...}
- values = {1: PyDb.FieldCodeFlag.kFieldCode, 2: PyDb.FieldCodeFlag.kEvaluatedText, 4: PyDb.FieldCodeFlag.kEvaluatedChildren, 8: PyDb.FieldCodeFlag.kObjectReference, 16: PyDb.FieldCodeFlag.kAddMarkers, 32: PyDb.FieldCodeFlag.kEscapeBackslash, 64: PyDb.FieldCodeFlag.kStripOptions, 128: PyDb.FieldCodeFlag.kPreserveFields, 256: PyDb.FieldCodeFlag.kTextField, 512: PyDb.FieldCodeFlag.kPreserveOptions, ...}
Methods inherited from Boost.Python.enum:
- __repr__(self, /)
- Return repr(self).
- __str__(self, /)
- Return str(self).
Data descriptors inherited from Boost.Python.enum:
- name
Methods inherited from builtins.int:
- __abs__(self, /)
- abs(self)
- __add__(self, value, /)
- Return self+value.
- __and__(self, value, /)
- Return self&value.
- __bool__(self, /)
- True if self else False
- __ceil__(...)
- Ceiling of an Integral returns itself.
- __divmod__(self, value, /)
- Return divmod(self, value).
- __eq__(self, value, /)
- Return self==value.
- __float__(self, /)
- float(self)
- __floor__(...)
- Flooring an Integral returns itself.
- __floordiv__(self, value, /)
- Return self//value.
- __format__(self, format_spec, /)
- Default object formatter.
- __ge__(self, value, /)
- Return self>=value.
- __getattribute__(self, name, /)
- Return getattr(self, name).
- __getnewargs__(self, /)
- __gt__(self, value, /)
- Return self>value.
- __hash__(self, /)
- Return hash(self).
- __index__(self, /)
- Return self converted to an integer, if self is suitable for use as an index into a list.
- __int__(self, /)
- int(self)
- __invert__(self, /)
- ~self
- __le__(self, value, /)
- Return self<=value.
- __lshift__(self, value, /)
- Return self<<value.
- __lt__(self, value, /)
- Return self<value.
- __mod__(self, value, /)
- Return self%value.
- __mul__(self, value, /)
- Return self*value.
- __ne__(self, value, /)
- Return self!=value.
- __neg__(self, /)
- -self
- __or__(self, value, /)
- Return self|value.
- __pos__(self, /)
- +self
- __pow__(self, value, mod=None, /)
- Return pow(self, value, mod).
- __radd__(self, value, /)
- Return value+self.
- __rand__(self, value, /)
- Return value&self.
- __rdivmod__(self, value, /)
- Return divmod(value, self).
- __rfloordiv__(self, value, /)
- Return value//self.
- __rlshift__(self, value, /)
- Return value<<self.
- __rmod__(self, value, /)
- Return value%self.
- __rmul__(self, value, /)
- Return value*self.
- __ror__(self, value, /)
- Return value|self.
- __round__(...)
- Rounding an Integral returns itself.
Rounding with an ndigits argument also returns an integer.
- __rpow__(self, value, mod=None, /)
- Return pow(value, self, mod).
- __rrshift__(self, value, /)
- Return value>>self.
- __rshift__(self, value, /)
- Return self>>value.
- __rsub__(self, value, /)
- Return value-self.
- __rtruediv__(self, value, /)
- Return value/self.
- __rxor__(self, value, /)
- Return value^self.
- __sizeof__(self, /)
- Returns size in memory, in bytes.
- __sub__(self, value, /)
- Return self-value.
- __truediv__(self, value, /)
- Return self/value.
- __trunc__(...)
- Truncating an Integral returns itself.
- __xor__(self, value, /)
- Return self^value.
- as_integer_ratio(self, /)
- Return integer ratio.
Return a pair of integers, whose ratio is exactly equal to the original int
and with a positive denominator.
>>> (10).as_integer_ratio()
(10, 1)
>>> (-10).as_integer_ratio()
(-10, 1)
>>> (0).as_integer_ratio()
(0, 1)
- bit_count(self, /)
- Number of ones in the binary representation of the absolute value of self.
Also known as the population count.
>>> bin(13)
'0b1101'
>>> (13).bit_count()
3
- bit_length(self, /)
- Number of bits necessary to represent self in binary.
>>> bin(37)
'0b100101'
>>> (37).bit_length()
6
- conjugate(...)
- Returns self, the complex conjugate of any int.
- to_bytes(self, /, length, byteorder, *, signed=False)
- Return an array of bytes representing an integer.
length
Length of bytes object to use. An OverflowError is raised if the
integer is not representable with the given number of bytes.
byteorder
The byte order used to represent the integer. If byteorder is 'big',
the most significant byte is at the beginning of the byte array. If
byteorder is 'little', the most significant byte is at the end of the
byte array. To request the native byte order of the host system, use
`sys.byteorder' as the byte order value.
signed
Determines whether two's complement is used to represent the integer.
If signed is False and a negative integer is given, an OverflowError
is raised.
Class methods inherited from builtins.int:
- from_bytes(bytes, byteorder, *, signed=False) from builtins.type
- Return the integer represented by the given array of bytes.
bytes
Holds the array of bytes to convert. The argument must either
support the buffer protocol or be an iterable object producing bytes.
Bytes and bytearray are examples of built-in objects that support the
buffer protocol.
byteorder
The byte order used to represent the integer. If byteorder is 'big',
the most significant byte is at the beginning of the byte array. If
byteorder is 'little', the most significant byte is at the end of the
byte array. To request the native byte order of the host system, use
`sys.byteorder' as the byte order value.
signed
Indicates whether two's complement is used to represent the integer.
Static methods inherited from builtins.int:
- __new__(*args, **kwargs) from builtins.type
- Create and return a new object. See help(type) for accurate signature.
Data descriptors inherited from builtins.int:
- denominator
- the denominator of a rational number in lowest terms
- imag
- the imaginary part of a complex number
- numerator
- the numerator of a rational number in lowest terms
- real
- the real part of a complex number
|
class FieldEvalContext(Boost.Python.enum) |
| | |
- Method resolution order:
- FieldEvalContext
- Boost.Python.enum
- builtins.int
- builtins.object
Data and other attributes defined here:
- kDemand = PyDb.FieldEvalContext.kDemand
- kEtransmit = PyDb.FieldEvalContext.kEtransmit
- kOpen = PyDb.FieldEvalContext.kOpen
- kPlot = PyDb.FieldEvalContext.kPlot
- kPlotPreview = PyDb.FieldEvalContext.kPlotPreview
- kPreview = PyDb.FieldEvalContext.kPreview
- kRegen = PyDb.FieldEvalContext.kRegen
- kSave = PyDb.FieldEvalContext.kSave
- names = {'kDemand': PyDb.FieldEvalContext.kDemand, 'kEtransmit': PyDb.FieldEvalContext.kEtransmit, 'kOpen': PyDb.FieldEvalContext.kOpen, 'kPlot': PyDb.FieldEvalContext.kPlot, 'kPlotPreview': PyDb.FieldEvalContext.kPlotPreview, 'kPreview': PyDb.FieldEvalContext.kPreview, 'kRegen': PyDb.FieldEvalContext.kRegen, 'kSave': PyDb.FieldEvalContext.kSave}
- values = {1: PyDb.FieldEvalContext.kOpen, 2: PyDb.FieldEvalContext.kSave, 4: PyDb.FieldEvalContext.kPlot, 8: PyDb.FieldEvalContext.kEtransmit, 16: PyDb.FieldEvalContext.kRegen, 32: PyDb.FieldEvalContext.kDemand, 64: PyDb.FieldEvalContext.kPreview, 128: PyDb.FieldEvalContext.kPlotPreview}
Methods inherited from Boost.Python.enum:
- __repr__(self, /)
- Return repr(self).
- __str__(self, /)
- Return str(self).
Data descriptors inherited from Boost.Python.enum:
- name
Methods inherited from builtins.int:
- __abs__(self, /)
- abs(self)
- __add__(self, value, /)
- Return self+value.
- __and__(self, value, /)
- Return self&value.
- __bool__(self, /)
- True if self else False
- __ceil__(...)
- Ceiling of an Integral returns itself.
- __divmod__(self, value, /)
- Return divmod(self, value).
- __eq__(self, value, /)
- Return self==value.
- __float__(self, /)
- float(self)
- __floor__(...)
- Flooring an Integral returns itself.
- __floordiv__(self, value, /)
- Return self//value.
- __format__(self, format_spec, /)
- Default object formatter.
- __ge__(self, value, /)
- Return self>=value.
- __getattribute__(self, name, /)
- Return getattr(self, name).
- __getnewargs__(self, /)
- __gt__(self, value, /)
- Return self>value.
- __hash__(self, /)
- Return hash(self).
- __index__(self, /)
- Return self converted to an integer, if self is suitable for use as an index into a list.
- __int__(self, /)
- int(self)
- __invert__(self, /)
- ~self
- __le__(self, value, /)
- Return self<=value.
- __lshift__(self, value, /)
- Return self<<value.
- __lt__(self, value, /)
- Return self<value.
- __mod__(self, value, /)
- Return self%value.
- __mul__(self, value, /)
- Return self*value.
- __ne__(self, value, /)
- Return self!=value.
- __neg__(self, /)
- -self
- __or__(self, value, /)
- Return self|value.
- __pos__(self, /)
- +self
- __pow__(self, value, mod=None, /)
- Return pow(self, value, mod).
- __radd__(self, value, /)
- Return value+self.
- __rand__(self, value, /)
- Return value&self.
- __rdivmod__(self, value, /)
- Return divmod(value, self).
- __rfloordiv__(self, value, /)
- Return value//self.
- __rlshift__(self, value, /)
- Return value<<self.
- __rmod__(self, value, /)
- Return value%self.
- __rmul__(self, value, /)
- Return value*self.
- __ror__(self, value, /)
- Return value|self.
- __round__(...)
- Rounding an Integral returns itself.
Rounding with an ndigits argument also returns an integer.
- __rpow__(self, value, mod=None, /)
- Return pow(value, self, mod).
- __rrshift__(self, value, /)
- Return value>>self.
- __rshift__(self, value, /)
- Return self>>value.
- __rsub__(self, value, /)
- Return value-self.
- __rtruediv__(self, value, /)
- Return value/self.
- __rxor__(self, value, /)
- Return value^self.
- __sizeof__(self, /)
- Returns size in memory, in bytes.
- __sub__(self, value, /)
- Return self-value.
- __truediv__(self, value, /)
- Return self/value.
- __trunc__(...)
- Truncating an Integral returns itself.
- __xor__(self, value, /)
- Return self^value.
- as_integer_ratio(self, /)
- Return integer ratio.
Return a pair of integers, whose ratio is exactly equal to the original int
and with a positive denominator.
>>> (10).as_integer_ratio()
(10, 1)
>>> (-10).as_integer_ratio()
(-10, 1)
>>> (0).as_integer_ratio()
(0, 1)
- bit_count(self, /)
- Number of ones in the binary representation of the absolute value of self.
Also known as the population count.
>>> bin(13)
'0b1101'
>>> (13).bit_count()
3
- bit_length(self, /)
- Number of bits necessary to represent self in binary.
>>> bin(37)
'0b100101'
>>> (37).bit_length()
6
- conjugate(...)
- Returns self, the complex conjugate of any int.
- to_bytes(self, /, length, byteorder, *, signed=False)
- Return an array of bytes representing an integer.
length
Length of bytes object to use. An OverflowError is raised if the
integer is not representable with the given number of bytes.
byteorder
The byte order used to represent the integer. If byteorder is 'big',
the most significant byte is at the beginning of the byte array. If
byteorder is 'little', the most significant byte is at the end of the
byte array. To request the native byte order of the host system, use
`sys.byteorder' as the byte order value.
signed
Determines whether two's complement is used to represent the integer.
If signed is False and a negative integer is given, an OverflowError
is raised.
Class methods inherited from builtins.int:
- from_bytes(bytes, byteorder, *, signed=False) from builtins.type
- Return the integer represented by the given array of bytes.
bytes
Holds the array of bytes to convert. The argument must either
support the buffer protocol or be an iterable object producing bytes.
Bytes and bytearray are examples of built-in objects that support the
buffer protocol.
byteorder
The byte order used to represent the integer. If byteorder is 'big',
the most significant byte is at the beginning of the byte array. If
byteorder is 'little', the most significant byte is at the end of the
byte array. To request the native byte order of the host system, use
`sys.byteorder' as the byte order value.
signed
Indicates whether two's complement is used to represent the integer.
Static methods inherited from builtins.int:
- __new__(*args, **kwargs) from builtins.type
- Create and return a new object. See help(type) for accurate signature.
Data descriptors inherited from builtins.int:
- denominator
- the denominator of a rational number in lowest terms
- imag
- the imaginary part of a complex number
- numerator
- the numerator of a rational number in lowest terms
- real
- the real part of a complex number
|
class FieldEvalOption(Boost.Python.enum) |
| | |
- Method resolution order:
- FieldEvalOption
- Boost.Python.enum
- builtins.int
- builtins.object
Data and other attributes defined here:
- kAutomatic = PyDb.FieldEvalOption.kAutomatic
- kDisable = PyDb.FieldEvalOption.kDisable
- kOnDemand = PyDb.FieldEvalOption.kOnDemand
- kOnEtransmit = PyDb.FieldEvalOption.kOnEtransmit
- kOnOpen = PyDb.FieldEvalOption.kOnOpen
- kOnPlot = PyDb.FieldEvalOption.kOnPlot
- kOnRegen = PyDb.FieldEvalOption.kOnRegen
- kOnSave = PyDb.FieldEvalOption.kOnSave
- names = {'kAutomatic': PyDb.FieldEvalOption.kAutomatic, 'kDisable': PyDb.FieldEvalOption.kDisable, 'kOnDemand': PyDb.FieldEvalOption.kOnDemand, 'kOnEtransmit': PyDb.FieldEvalOption.kOnEtransmit, 'kOnOpen': PyDb.FieldEvalOption.kOnOpen, 'kOnPlot': PyDb.FieldEvalOption.kOnPlot, 'kOnRegen': PyDb.FieldEvalOption.kOnRegen, 'kOnSave': PyDb.FieldEvalOption.kOnSave}
- values = {0: PyDb.FieldEvalOption.kDisable, 1: PyDb.FieldEvalOption.kOnOpen, 2: PyDb.FieldEvalOption.kOnSave, 4: PyDb.FieldEvalOption.kOnPlot, 8: PyDb.FieldEvalOption.kOnEtransmit, 16: PyDb.FieldEvalOption.kOnRegen, 32: PyDb.FieldEvalOption.kOnDemand, 63: PyDb.FieldEvalOption.kAutomatic}
Methods inherited from Boost.Python.enum:
- __repr__(self, /)
- Return repr(self).
- __str__(self, /)
- Return str(self).
Data descriptors inherited from Boost.Python.enum:
- name
Methods inherited from builtins.int:
- __abs__(self, /)
- abs(self)
- __add__(self, value, /)
- Return self+value.
- __and__(self, value, /)
- Return self&value.
- __bool__(self, /)
- True if self else False
- __ceil__(...)
- Ceiling of an Integral returns itself.
- __divmod__(self, value, /)
- Return divmod(self, value).
- __eq__(self, value, /)
- Return self==value.
- __float__(self, /)
- float(self)
- __floor__(...)
- Flooring an Integral returns itself.
- __floordiv__(self, value, /)
- Return self//value.
- __format__(self, format_spec, /)
- Default object formatter.
- __ge__(self, value, /)
- Return self>=value.
- __getattribute__(self, name, /)
- Return getattr(self, name).
- __getnewargs__(self, /)
- __gt__(self, value, /)
- Return self>value.
- __hash__(self, /)
- Return hash(self).
- __index__(self, /)
- Return self converted to an integer, if self is suitable for use as an index into a list.
- __int__(self, /)
- int(self)
- __invert__(self, /)
- ~self
- __le__(self, value, /)
- Return self<=value.
- __lshift__(self, value, /)
- Return self<<value.
- __lt__(self, value, /)
- Return self<value.
- __mod__(self, value, /)
- Return self%value.
- __mul__(self, value, /)
- Return self*value.
- __ne__(self, value, /)
- Return self!=value.
- __neg__(self, /)
- -self
- __or__(self, value, /)
- Return self|value.
- __pos__(self, /)
- +self
- __pow__(self, value, mod=None, /)
- Return pow(self, value, mod).
- __radd__(self, value, /)
- Return value+self.
- __rand__(self, value, /)
- Return value&self.
- __rdivmod__(self, value, /)
- Return divmod(value, self).
- __rfloordiv__(self, value, /)
- Return value//self.
- __rlshift__(self, value, /)
- Return value<<self.
- __rmod__(self, value, /)
- Return value%self.
- __rmul__(self, value, /)
- Return value*self.
- __ror__(self, value, /)
- Return value|self.
- __round__(...)
- Rounding an Integral returns itself.
Rounding with an ndigits argument also returns an integer.
- __rpow__(self, value, mod=None, /)
- Return pow(value, self, mod).
- __rrshift__(self, value, /)
- Return value>>self.
- __rshift__(self, value, /)
- Return self>>value.
- __rsub__(self, value, /)
- Return value-self.
- __rtruediv__(self, value, /)
- Return value/self.
- __rxor__(self, value, /)
- Return value^self.
- __sizeof__(self, /)
- Returns size in memory, in bytes.
- __sub__(self, value, /)
- Return self-value.
- __truediv__(self, value, /)
- Return self/value.
- __trunc__(...)
- Truncating an Integral returns itself.
- __xor__(self, value, /)
- Return self^value.
- as_integer_ratio(self, /)
- Return integer ratio.
Return a pair of integers, whose ratio is exactly equal to the original int
and with a positive denominator.
>>> (10).as_integer_ratio()
(10, 1)
>>> (-10).as_integer_ratio()
(-10, 1)
>>> (0).as_integer_ratio()
(0, 1)
- bit_count(self, /)
- Number of ones in the binary representation of the absolute value of self.
Also known as the population count.
>>> bin(13)
'0b1101'
>>> (13).bit_count()
3
- bit_length(self, /)
- Number of bits necessary to represent self in binary.
>>> bin(37)
'0b100101'
>>> (37).bit_length()
6
- conjugate(...)
- Returns self, the complex conjugate of any int.
- to_bytes(self, /, length, byteorder, *, signed=False)
- Return an array of bytes representing an integer.
length
Length of bytes object to use. An OverflowError is raised if the
integer is not representable with the given number of bytes.
byteorder
The byte order used to represent the integer. If byteorder is 'big',
the most significant byte is at the beginning of the byte array. If
byteorder is 'little', the most significant byte is at the end of the
byte array. To request the native byte order of the host system, use
`sys.byteorder' as the byte order value.
signed
Determines whether two's complement is used to represent the integer.
If signed is False and a negative integer is given, an OverflowError
is raised.
Class methods inherited from builtins.int:
- from_bytes(bytes, byteorder, *, signed=False) from builtins.type
- Return the integer represented by the given array of bytes.
bytes
Holds the array of bytes to convert. The argument must either
support the buffer protocol or be an iterable object producing bytes.
Bytes and bytearray are examples of built-in objects that support the
buffer protocol.
byteorder
The byte order used to represent the integer. If byteorder is 'big',
the most significant byte is at the beginning of the byte array. If
byteorder is 'little', the most significant byte is at the end of the
byte array. To request the native byte order of the host system, use
`sys.byteorder' as the byte order value.
signed
Indicates whether two's complement is used to represent the integer.
Static methods inherited from builtins.int:
- __new__(*args, **kwargs) from builtins.type
- Create and return a new object. See help(type) for accurate signature.
Data descriptors inherited from builtins.int:
- denominator
- the denominator of a rational number in lowest terms
- imag
- the imaginary part of a complex number
- numerator
- the numerator of a rational number in lowest terms
- real
- the real part of a complex number
|
class FieldEvalStatus(Boost.Python.enum) |
| | |
- Method resolution order:
- FieldEvalStatus
- Boost.Python.enum
- builtins.int
- builtins.object
Data and other attributes defined here:
- kEvaluatorNotFound = PyDb.FieldEvalStatus.kEvaluatorNotFound
- kInvalidCode = PyDb.FieldEvalStatus.kInvalidCode
- kInvalidContext = PyDb.FieldEvalStatus.kInvalidContext
- kNotYetEvaluated = PyDb.FieldEvalStatus.kNotYetEvaluated
- kOtherError = PyDb.FieldEvalStatus.kOtherError
- kSuccess = PyDb.FieldEvalStatus.kSuccess
- kSyntaxError = PyDb.FieldEvalStatus.kSyntaxError
- names = {'kEvaluatorNotFound': PyDb.FieldEvalStatus.kEvaluatorNotFound, 'kInvalidCode': PyDb.FieldEvalStatus.kInvalidCode, 'kInvalidContext': PyDb.FieldEvalStatus.kInvalidContext, 'kNotYetEvaluated': PyDb.FieldEvalStatus.kNotYetEvaluated, 'kOtherError': PyDb.FieldEvalStatus.kOtherError, 'kSuccess': PyDb.FieldEvalStatus.kSuccess, 'kSyntaxError': PyDb.FieldEvalStatus.kSyntaxError}
- values = {1: PyDb.FieldEvalStatus.kNotYetEvaluated, 2: PyDb.FieldEvalStatus.kSuccess, 4: PyDb.FieldEvalStatus.kEvaluatorNotFound, 8: PyDb.FieldEvalStatus.kSyntaxError, 16: PyDb.FieldEvalStatus.kInvalidCode, 32: PyDb.FieldEvalStatus.kInvalidContext, 64: PyDb.FieldEvalStatus.kOtherError}
Methods inherited from Boost.Python.enum:
- __repr__(self, /)
- Return repr(self).
- __str__(self, /)
- Return str(self).
Data descriptors inherited from Boost.Python.enum:
- name
Methods inherited from builtins.int:
- __abs__(self, /)
- abs(self)
- __add__(self, value, /)
- Return self+value.
- __and__(self, value, /)
- Return self&value.
- __bool__(self, /)
- True if self else False
- __ceil__(...)
- Ceiling of an Integral returns itself.
- __divmod__(self, value, /)
- Return divmod(self, value).
- __eq__(self, value, /)
- Return self==value.
- __float__(self, /)
- float(self)
- __floor__(...)
- Flooring an Integral returns itself.
- __floordiv__(self, value, /)
- Return self//value.
- __format__(self, format_spec, /)
- Default object formatter.
- __ge__(self, value, /)
- Return self>=value.
- __getattribute__(self, name, /)
- Return getattr(self, name).
- __getnewargs__(self, /)
- __gt__(self, value, /)
- Return self>value.
- __hash__(self, /)
- Return hash(self).
- __index__(self, /)
- Return self converted to an integer, if self is suitable for use as an index into a list.
- __int__(self, /)
- int(self)
- __invert__(self, /)
- ~self
- __le__(self, value, /)
- Return self<=value.
- __lshift__(self, value, /)
- Return self<<value.
- __lt__(self, value, /)
- Return self<value.
- __mod__(self, value, /)
- Return self%value.
- __mul__(self, value, /)
- Return self*value.
- __ne__(self, value, /)
- Return self!=value.
- __neg__(self, /)
- -self
- __or__(self, value, /)
- Return self|value.
- __pos__(self, /)
- +self
- __pow__(self, value, mod=None, /)
- Return pow(self, value, mod).
- __radd__(self, value, /)
- Return value+self.
- __rand__(self, value, /)
- Return value&self.
- __rdivmod__(self, value, /)
- Return divmod(value, self).
- __rfloordiv__(self, value, /)
- Return value//self.
- __rlshift__(self, value, /)
- Return value<<self.
- __rmod__(self, value, /)
- Return value%self.
- __rmul__(self, value, /)
- Return value*self.
- __ror__(self, value, /)
- Return value|self.
- __round__(...)
- Rounding an Integral returns itself.
Rounding with an ndigits argument also returns an integer.
- __rpow__(self, value, mod=None, /)
- Return pow(value, self, mod).
- __rrshift__(self, value, /)
- Return value>>self.
- __rshift__(self, value, /)
- Return self>>value.
- __rsub__(self, value, /)
- Return value-self.
- __rtruediv__(self, value, /)
- Return value/self.
- __rxor__(self, value, /)
- Return value^self.
- __sizeof__(self, /)
- Returns size in memory, in bytes.
- __sub__(self, value, /)
- Return self-value.
- __truediv__(self, value, /)
- Return self/value.
- __trunc__(...)
- Truncating an Integral returns itself.
- __xor__(self, value, /)
- Return self^value.
- as_integer_ratio(self, /)
- Return integer ratio.
Return a pair of integers, whose ratio is exactly equal to the original int
and with a positive denominator.
>>> (10).as_integer_ratio()
(10, 1)
>>> (-10).as_integer_ratio()
(-10, 1)
>>> (0).as_integer_ratio()
(0, 1)
- bit_count(self, /)
- Number of ones in the binary representation of the absolute value of self.
Also known as the population count.
>>> bin(13)
'0b1101'
>>> (13).bit_count()
3
- bit_length(self, /)
- Number of bits necessary to represent self in binary.
>>> bin(37)
'0b100101'
>>> (37).bit_length()
6
- conjugate(...)
- Returns self, the complex conjugate of any int.
- to_bytes(self, /, length, byteorder, *, signed=False)
- Return an array of bytes representing an integer.
length
Length of bytes object to use. An OverflowError is raised if the
integer is not representable with the given number of bytes.
byteorder
The byte order used to represent the integer. If byteorder is 'big',
the most significant byte is at the beginning of the byte array. If
byteorder is 'little', the most significant byte is at the end of the
byte array. To request the native byte order of the host system, use
`sys.byteorder' as the byte order value.
signed
Determines whether two's complement is used to represent the integer.
If signed is False and a negative integer is given, an OverflowError
is raised.
Class methods inherited from builtins.int:
- from_bytes(bytes, byteorder, *, signed=False) from builtins.type
- Return the integer represented by the given array of bytes.
bytes
Holds the array of bytes to convert. The argument must either
support the buffer protocol or be an iterable object producing bytes.
Bytes and bytearray are examples of built-in objects that support the
buffer protocol.
byteorder
The byte order used to represent the integer. If byteorder is 'big',
the most significant byte is at the beginning of the byte array. If
byteorder is 'little', the most significant byte is at the end of the
byte array. To request the native byte order of the host system, use
`sys.byteorder' as the byte order value.
signed
Indicates whether two's complement is used to represent the integer.
Static methods inherited from builtins.int:
- __new__(*args, **kwargs) from builtins.type
- Create and return a new object. See help(type) for accurate signature.
Data descriptors inherited from builtins.int:
- denominator
- the denominator of a rational number in lowest terms
- imag
- the imaginary part of a complex number
- numerator
- the numerator of a rational number in lowest terms
- real
- the real part of a complex number
|
class FieldState(Boost.Python.enum) |
| | |
- Method resolution order:
- FieldState
- Boost.Python.enum
- builtins.int
- builtins.object
Data and other attributes defined here:
- kCompiled = PyDb.FieldState.kCompiled
- kEvaluated = PyDb.FieldState.kEvaluated
- kHasCache = PyDb.FieldState.kHasCache
- kHasFormattedString = PyDb.FieldState.kHasFormattedString
- kInitialized = PyDb.FieldState.kInitialized
- kModified = PyDb.FieldState.kModified
- names = {'kCompiled': PyDb.FieldState.kCompiled, 'kEvaluated': PyDb.FieldState.kEvaluated, 'kHasCache': PyDb.FieldState.kHasCache, 'kHasFormattedString': PyDb.FieldState.kHasFormattedString, 'kInitialized': PyDb.FieldState.kInitialized, 'kModified': PyDb.FieldState.kModified}
- values = {1: PyDb.FieldState.kInitialized, 2: PyDb.FieldState.kCompiled, 4: PyDb.FieldState.kModified, 8: PyDb.FieldState.kEvaluated, 16: PyDb.FieldState.kHasCache, 32: PyDb.FieldState.kHasFormattedString}
Methods inherited from Boost.Python.enum:
- __repr__(self, /)
- Return repr(self).
- __str__(self, /)
- Return str(self).
Data descriptors inherited from Boost.Python.enum:
- name
Methods inherited from builtins.int:
- __abs__(self, /)
- abs(self)
- __add__(self, value, /)
- Return self+value.
- __and__(self, value, /)
- Return self&value.
- __bool__(self, /)
- True if self else False
- __ceil__(...)
- Ceiling of an Integral returns itself.
- __divmod__(self, value, /)
- Return divmod(self, value).
- __eq__(self, value, /)
- Return self==value.
- __float__(self, /)
- float(self)
- __floor__(...)
- Flooring an Integral returns itself.
- __floordiv__(self, value, /)
- Return self//value.
- __format__(self, format_spec, /)
- Default object formatter.
- __ge__(self, value, /)
- Return self>=value.
- __getattribute__(self, name, /)
- Return getattr(self, name).
- __getnewargs__(self, /)
- __gt__(self, value, /)
- Return self>value.
- __hash__(self, /)
- Return hash(self).
- __index__(self, /)
- Return self converted to an integer, if self is suitable for use as an index into a list.
- __int__(self, /)
- int(self)
- __invert__(self, /)
- ~self
- __le__(self, value, /)
- Return self<=value.
- __lshift__(self, value, /)
- Return self<<value.
- __lt__(self, value, /)
- Return self<value.
- __mod__(self, value, /)
- Return self%value.
- __mul__(self, value, /)
- Return self*value.
- __ne__(self, value, /)
- Return self!=value.
- __neg__(self, /)
- -self
- __or__(self, value, /)
- Return self|value.
- __pos__(self, /)
- +self
- __pow__(self, value, mod=None, /)
- Return pow(self, value, mod).
- __radd__(self, value, /)
- Return value+self.
- __rand__(self, value, /)
- Return value&self.
- __rdivmod__(self, value, /)
- Return divmod(value, self).
- __rfloordiv__(self, value, /)
- Return value//self.
- __rlshift__(self, value, /)
- Return value<<self.
- __rmod__(self, value, /)
- Return value%self.
- __rmul__(self, value, /)
- Return value*self.
- __ror__(self, value, /)
- Return value|self.
- __round__(...)
- Rounding an Integral returns itself.
Rounding with an ndigits argument also returns an integer.
- __rpow__(self, value, mod=None, /)
- Return pow(value, self, mod).
- __rrshift__(self, value, /)
- Return value>>self.
- __rshift__(self, value, /)
- Return self>>value.
- __rsub__(self, value, /)
- Return value-self.
- __rtruediv__(self, value, /)
- Return value/self.
- __rxor__(self, value, /)
- Return value^self.
- __sizeof__(self, /)
- Returns size in memory, in bytes.
- __sub__(self, value, /)
- Return self-value.
- __truediv__(self, value, /)
- Return self/value.
- __trunc__(...)
- Truncating an Integral returns itself.
- __xor__(self, value, /)
- Return self^value.
- as_integer_ratio(self, /)
- Return integer ratio.
Return a pair of integers, whose ratio is exactly equal to the original int
and with a positive denominator.
>>> (10).as_integer_ratio()
(10, 1)
>>> (-10).as_integer_ratio()
(-10, 1)
>>> (0).as_integer_ratio()
(0, 1)
- bit_count(self, /)
- Number of ones in the binary representation of the absolute value of self.
Also known as the population count.
>>> bin(13)
'0b1101'
>>> (13).bit_count()
3
- bit_length(self, /)
- Number of bits necessary to represent self in binary.
>>> bin(37)
'0b100101'
>>> (37).bit_length()
6
- conjugate(...)
- Returns self, the complex conjugate of any int.
- to_bytes(self, /, length, byteorder, *, signed=False)
- Return an array of bytes representing an integer.
length
Length of bytes object to use. An OverflowError is raised if the
integer is not representable with the given number of bytes.
byteorder
The byte order used to represent the integer. If byteorder is 'big',
the most significant byte is at the beginning of the byte array. If
byteorder is 'little', the most significant byte is at the end of the
byte array. To request the native byte order of the host system, use
`sys.byteorder' as the byte order value.
signed
Determines whether two's complement is used to represent the integer.
If signed is False and a negative integer is given, an OverflowError
is raised.
Class methods inherited from builtins.int:
- from_bytes(bytes, byteorder, *, signed=False) from builtins.type
- Return the integer represented by the given array of bytes.
bytes
Holds the array of bytes to convert. The argument must either
support the buffer protocol or be an iterable object producing bytes.
Bytes and bytearray are examples of built-in objects that support the
buffer protocol.
byteorder
The byte order used to represent the integer. If byteorder is 'big',
the most significant byte is at the beginning of the byte array. If
byteorder is 'little', the most significant byte is at the end of the
byte array. To request the native byte order of the host system, use
`sys.byteorder' as the byte order value.
signed
Indicates whether two's complement is used to represent the integer.
Static methods inherited from builtins.int:
- __new__(*args, **kwargs) from builtins.type
- Create and return a new object. See help(type) for accurate signature.
Data descriptors inherited from builtins.int:
- denominator
- the denominator of a rational number in lowest terms
- imag
- the imaginary part of a complex number
- numerator
- the numerator of a rational number in lowest terms
- real
- the real part of a complex number
|
class GridLineStyle(Boost.Python.enum) |
| | |
- Method resolution order:
- GridLineStyle
- Boost.Python.enum
- builtins.int
- builtins.object
Data and other attributes defined here:
- kGridLineStyleDouble = PyDb.GridLineStyle.kGridLineStyleDouble
- kGridLineStyleSingle = PyDb.GridLineStyle.kGridLineStyleSingle
- names = {'kGridLineStyleDouble': PyDb.GridLineStyle.kGridLineStyleDouble, 'kGridLineStyleSingle': PyDb.GridLineStyle.kGridLineStyleSingle}
- values = {1: PyDb.GridLineStyle.kGridLineStyleSingle, 2: PyDb.GridLineStyle.kGridLineStyleDouble}
Methods inherited from Boost.Python.enum:
- __repr__(self, /)
- Return repr(self).
- __str__(self, /)
- Return str(self).
Data descriptors inherited from Boost.Python.enum:
- name
Methods inherited from builtins.int:
- __abs__(self, /)
- abs(self)
- __add__(self, value, /)
- Return self+value.
- __and__(self, value, /)
- Return self&value.
- __bool__(self, /)
- True if self else False
- __ceil__(...)
- Ceiling of an Integral returns itself.
- __divmod__(self, value, /)
- Return divmod(self, value).
- __eq__(self, value, /)
- Return self==value.
- __float__(self, /)
- float(self)
- __floor__(...)
- Flooring an Integral returns itself.
- __floordiv__(self, value, /)
- Return self//value.
- __format__(self, format_spec, /)
- Default object formatter.
- __ge__(self, value, /)
- Return self>=value.
- __getattribute__(self, name, /)
- Return getattr(self, name).
- __getnewargs__(self, /)
- __gt__(self, value, /)
- Return self>value.
- __hash__(self, /)
- Return hash(self).
- __index__(self, /)
- Return self converted to an integer, if self is suitable for use as an index into a list.
- __int__(self, /)
- int(self)
- __invert__(self, /)
- ~self
- __le__(self, value, /)
- Return self<=value.
- __lshift__(self, value, /)
- Return self<<value.
- __lt__(self, value, /)
- Return self<value.
- __mod__(self, value, /)
- Return self%value.
- __mul__(self, value, /)
- Return self*value.
- __ne__(self, value, /)
- Return self!=value.
- __neg__(self, /)
- -self
- __or__(self, value, /)
- Return self|value.
- __pos__(self, /)
- +self
- __pow__(self, value, mod=None, /)
- Return pow(self, value, mod).
- __radd__(self, value, /)
- Return value+self.
- __rand__(self, value, /)
- Return value&self.
- __rdivmod__(self, value, /)
- Return divmod(value, self).
- __rfloordiv__(self, value, /)
- Return value//self.
- __rlshift__(self, value, /)
- Return value<<self.
- __rmod__(self, value, /)
- Return value%self.
- __rmul__(self, value, /)
- Return value*self.
- __ror__(self, value, /)
- Return value|self.
- __round__(...)
- Rounding an Integral returns itself.
Rounding with an ndigits argument also returns an integer.
- __rpow__(self, value, mod=None, /)
- Return pow(value, self, mod).
- __rrshift__(self, value, /)
- Return value>>self.
- __rshift__(self, value, /)
- Return self>>value.
- __rsub__(self, value, /)
- Return value-self.
- __rtruediv__(self, value, /)
- Return value/self.
- __rxor__(self, value, /)
- Return value^self.
- __sizeof__(self, /)
- Returns size in memory, in bytes.
- __sub__(self, value, /)
- Return self-value.
- __truediv__(self, value, /)
- Return self/value.
- __trunc__(...)
- Truncating an Integral returns itself.
- __xor__(self, value, /)
- Return self^value.
- as_integer_ratio(self, /)
- Return integer ratio.
Return a pair of integers, whose ratio is exactly equal to the original int
and with a positive denominator.
>>> (10).as_integer_ratio()
(10, 1)
>>> (-10).as_integer_ratio()
(-10, 1)
>>> (0).as_integer_ratio()
(0, 1)
- bit_count(self, /)
- Number of ones in the binary representation of the absolute value of self.
Also known as the population count.
>>> bin(13)
'0b1101'
>>> (13).bit_count()
3
- bit_length(self, /)
- Number of bits necessary to represent self in binary.
>>> bin(37)
'0b100101'
>>> (37).bit_length()
6
- conjugate(...)
- Returns self, the complex conjugate of any int.
- to_bytes(self, /, length, byteorder, *, signed=False)
- Return an array of bytes representing an integer.
length
Length of bytes object to use. An OverflowError is raised if the
integer is not representable with the given number of bytes.
byteorder
The byte order used to represent the integer. If byteorder is 'big',
the most significant byte is at the beginning of the byte array. If
byteorder is 'little', the most significant byte is at the end of the
byte array. To request the native byte order of the host system, use
`sys.byteorder' as the byte order value.
signed
Determines whether two's complement is used to represent the integer.
If signed is False and a negative integer is given, an OverflowError
is raised.
Class methods inherited from builtins.int:
- from_bytes(bytes, byteorder, *, signed=False) from builtins.type
- Return the integer represented by the given array of bytes.
bytes
Holds the array of bytes to convert. The argument must either
support the buffer protocol or be an iterable object producing bytes.
Bytes and bytearray are examples of built-in objects that support the
buffer protocol.
byteorder
The byte order used to represent the integer. If byteorder is 'big',
the most significant byte is at the beginning of the byte array. If
byteorder is 'little', the most significant byte is at the end of the
byte array. To request the native byte order of the host system, use
`sys.byteorder' as the byte order value.
signed
Indicates whether two's complement is used to represent the integer.
Static methods inherited from builtins.int:
- __new__(*args, **kwargs) from builtins.type
- Create and return a new object. See help(type) for accurate signature.
Data descriptors inherited from builtins.int:
- denominator
- the denominator of a rational number in lowest terms
- imag
- the imaginary part of a complex number
- numerator
- the numerator of a rational number in lowest terms
- real
- the real part of a complex number
|
class GridLineType(Boost.Python.enum) |
| | |
- Method resolution order:
- GridLineType
- Boost.Python.enum
- builtins.int
- builtins.object
Data and other attributes defined here:
- kAllGridLineTypes = PyDb.GridLineType.kAllGridLineTypes
- kHorzBottom = PyDb.GridLineType.kHorzBottom
- kHorzGridLineTypes = PyDb.GridLineType.kHorzGridLineTypes
- kHorzInside = PyDb.GridLineType.kHorzInside
- kHorzTop = PyDb.GridLineType.kHorzTop
- kInnerGridLineTypes = PyDb.GridLineType.kInnerGridLineTypes
- kInvalidGridLine = PyDb.GridLineType.kInvalidGridLine
- kOuterGridLineTypes = PyDb.GridLineType.kOuterGridLineTypes
- kVertGridLineTypes = PyDb.GridLineType.kVertGridLineTypes
- kVertInside = PyDb.GridLineType.kVertInside
- kVertLeft = PyDb.GridLineType.kVertLeft
- kVertRight = PyDb.GridLineType.kVertRight
- names = {'kAllGridLineTypes': PyDb.GridLineType.kAllGridLineTypes, 'kHorzBottom': PyDb.GridLineType.kHorzBottom, 'kHorzGridLineTypes': PyDb.GridLineType.kHorzGridLineTypes, 'kHorzInside': PyDb.GridLineType.kHorzInside, 'kHorzTop': PyDb.GridLineType.kHorzTop, 'kInnerGridLineTypes': PyDb.GridLineType.kInnerGridLineTypes, 'kInvalidGridLine': PyDb.GridLineType.kInvalidGridLine, 'kOuterGridLineTypes': PyDb.GridLineType.kOuterGridLineTypes, 'kVertGridLineTypes': PyDb.GridLineType.kVertGridLineTypes, 'kVertInside': PyDb.GridLineType.kVertInside, ...}
- values = {0: PyDb.GridLineType.kInvalidGridLine, 1: PyDb.GridLineType.kHorzTop, 2: PyDb.GridLineType.kHorzInside, 4: PyDb.GridLineType.kHorzBottom, 7: PyDb.GridLineType.kHorzGridLineTypes, 8: PyDb.GridLineType.kVertLeft, 16: PyDb.GridLineType.kVertInside, 18: PyDb.GridLineType.kInnerGridLineTypes, 32: PyDb.GridLineType.kVertRight, 45: PyDb.GridLineType.kOuterGridLineTypes, ...}
Methods inherited from Boost.Python.enum:
- __repr__(self, /)
- Return repr(self).
- __str__(self, /)
- Return str(self).
Data descriptors inherited from Boost.Python.enum:
- name
Methods inherited from builtins.int:
- __abs__(self, /)
- abs(self)
- __add__(self, value, /)
- Return self+value.
- __and__(self, value, /)
- Return self&value.
- __bool__(self, /)
- True if self else False
- __ceil__(...)
- Ceiling of an Integral returns itself.
- __divmod__(self, value, /)
- Return divmod(self, value).
- __eq__(self, value, /)
- Return self==value.
- __float__(self, /)
- float(self)
- __floor__(...)
- Flooring an Integral returns itself.
- __floordiv__(self, value, /)
- Return self//value.
- __format__(self, format_spec, /)
- Default object formatter.
- __ge__(self, value, /)
- Return self>=value.
- __getattribute__(self, name, /)
- Return getattr(self, name).
- __getnewargs__(self, /)
- __gt__(self, value, /)
- Return self>value.
- __hash__(self, /)
- Return hash(self).
- __index__(self, /)
- Return self converted to an integer, if self is suitable for use as an index into a list.
- __int__(self, /)
- int(self)
- __invert__(self, /)
- ~self
- __le__(self, value, /)
- Return self<=value.
- __lshift__(self, value, /)
- Return self<<value.
- __lt__(self, value, /)
- Return self<value.
- __mod__(self, value, /)
- Return self%value.
- __mul__(self, value, /)
- Return self*value.
- __ne__(self, value, /)
- Return self!=value.
- __neg__(self, /)
- -self
- __or__(self, value, /)
- Return self|value.
- __pos__(self, /)
- +self
- __pow__(self, value, mod=None, /)
- Return pow(self, value, mod).
- __radd__(self, value, /)
- Return value+self.
- __rand__(self, value, /)
- Return value&self.
- __rdivmod__(self, value, /)
- Return divmod(value, self).
- __rfloordiv__(self, value, /)
- Return value//self.
- __rlshift__(self, value, /)
- Return value<<self.
- __rmod__(self, value, /)
- Return value%self.
- __rmul__(self, value, /)
- Return value*self.
- __ror__(self, value, /)
- Return value|self.
- __round__(...)
- Rounding an Integral returns itself.
Rounding with an ndigits argument also returns an integer.
- __rpow__(self, value, mod=None, /)
- Return pow(value, self, mod).
- __rrshift__(self, value, /)
- Return value>>self.
- __rshift__(self, value, /)
- Return self>>value.
- __rsub__(self, value, /)
- Return value-self.
- __rtruediv__(self, value, /)
- Return value/self.
- __rxor__(self, value, /)
- Return value^self.
- __sizeof__(self, /)
- Returns size in memory, in bytes.
- __sub__(self, value, /)
- Return self-value.
- __truediv__(self, value, /)
- Return self/value.
- __trunc__(...)
- Truncating an Integral returns itself.
- __xor__(self, value, /)
- Return self^value.
- as_integer_ratio(self, /)
- Return integer ratio.
Return a pair of integers, whose ratio is exactly equal to the original int
and with a positive denominator.
>>> (10).as_integer_ratio()
(10, 1)
>>> (-10).as_integer_ratio()
(-10, 1)
>>> (0).as_integer_ratio()
(0, 1)
- bit_count(self, /)
- Number of ones in the binary representation of the absolute value of self.
Also known as the population count.
>>> bin(13)
'0b1101'
>>> (13).bit_count()
3
- bit_length(self, /)
- Number of bits necessary to represent self in binary.
>>> bin(37)
'0b100101'
>>> (37).bit_length()
6
- conjugate(...)
- Returns self, the complex conjugate of any int.
- to_bytes(self, /, length, byteorder, *, signed=False)
- Return an array of bytes representing an integer.
length
Length of bytes object to use. An OverflowError is raised if the
integer is not representable with the given number of bytes.
byteorder
The byte order used to represent the integer. If byteorder is 'big',
the most significant byte is at the beginning of the byte array. If
byteorder is 'little', the most significant byte is at the end of the
byte array. To request the native byte order of the host system, use
`sys.byteorder' as the byte order value.
signed
Determines whether two's complement is used to represent the integer.
If signed is False and a negative integer is given, an OverflowError
is raised.
Class methods inherited from builtins.int:
- from_bytes(bytes, byteorder, *, signed=False) from builtins.type
- Return the integer represented by the given array of bytes.
bytes
Holds the array of bytes to convert. The argument must either
support the buffer protocol or be an iterable object producing bytes.
Bytes and bytearray are examples of built-in objects that support the
buffer protocol.
byteorder
The byte order used to represent the integer. If byteorder is 'big',
the most significant byte is at the beginning of the byte array. If
byteorder is 'little', the most significant byte is at the end of the
byte array. To request the native byte order of the host system, use
`sys.byteorder' as the byte order value.
signed
Indicates whether two's complement is used to represent the integer.
Static methods inherited from builtins.int:
- __new__(*args, **kwargs) from builtins.type
- Create and return a new object. See help(type) for accurate signature.
Data descriptors inherited from builtins.int:
- denominator
- the denominator of a rational number in lowest terms
- imag
- the imaginary part of a complex number
- numerator
- the numerator of a rational number in lowest terms
- real
- the real part of a complex number
|
class GridProperty(Boost.Python.enum) |
| | |
- Method resolution order:
- GridProperty
- Boost.Python.enum
- builtins.int
- builtins.object
Data and other attributes defined here:
- kGridPropAll = PyDb.GridProperty.kGridPropAll
- kGridPropColor = PyDb.GridProperty.kGridPropColor
- kGridPropDoubleLineSpacing = PyDb.GridProperty.kGridPropDoubleLineSpacing
- kGridPropInvalid = PyDb.GridProperty.kGridPropInvalid
- kGridPropLineStyle = PyDb.GridProperty.kGridPropLineStyle
- kGridPropLineWeight = PyDb.GridProperty.kGridPropLineWeight
- kGridPropLinetype = PyDb.GridProperty.kGridPropLinetype
- kGridPropVisibility = PyDb.GridProperty.kGridPropVisibility
- names = {'kGridPropAll': PyDb.GridProperty.kGridPropAll, 'kGridPropColor': PyDb.GridProperty.kGridPropColor, 'kGridPropDoubleLineSpacing': PyDb.GridProperty.kGridPropDoubleLineSpacing, 'kGridPropInvalid': PyDb.GridProperty.kGridPropInvalid, 'kGridPropLineStyle': PyDb.GridProperty.kGridPropLineStyle, 'kGridPropLineWeight': PyDb.GridProperty.kGridPropLineWeight, 'kGridPropLinetype': PyDb.GridProperty.kGridPropLinetype, 'kGridPropVisibility': PyDb.GridProperty.kGridPropVisibility}
- values = {0: PyDb.GridProperty.kGridPropInvalid, 1: PyDb.GridProperty.kGridPropLineStyle, 2: PyDb.GridProperty.kGridPropLineWeight, 4: PyDb.GridProperty.kGridPropLinetype, 8: PyDb.GridProperty.kGridPropColor, 16: PyDb.GridProperty.kGridPropVisibility, 32: PyDb.GridProperty.kGridPropDoubleLineSpacing, 63: PyDb.GridProperty.kGridPropAll}
Methods inherited from Boost.Python.enum:
- __repr__(self, /)
- Return repr(self).
- __str__(self, /)
- Return str(self).
Data descriptors inherited from Boost.Python.enum:
- name
Methods inherited from builtins.int:
- __abs__(self, /)
- abs(self)
- __add__(self, value, /)
- Return self+value.
- __and__(self, value, /)
- Return self&value.
- __bool__(self, /)
- True if self else False
- __ceil__(...)
- Ceiling of an Integral returns itself.
- __divmod__(self, value, /)
- Return divmod(self, value).
- __eq__(self, value, /)
- Return self==value.
- __float__(self, /)
- float(self)
- __floor__(...)
- Flooring an Integral returns itself.
- __floordiv__(self, value, /)
- Return self//value.
- __format__(self, format_spec, /)
- Default object formatter.
- __ge__(self, value, /)
- Return self>=value.
- __getattribute__(self, name, /)
- Return getattr(self, name).
- __getnewargs__(self, /)
- __gt__(self, value, /)
- Return self>value.
- __hash__(self, /)
- Return hash(self).
- __index__(self, /)
- Return self converted to an integer, if self is suitable for use as an index into a list.
- __int__(self, /)
- int(self)
- __invert__(self, /)
- ~self
- __le__(self, value, /)
- Return self<=value.
- __lshift__(self, value, /)
- Return self<<value.
- __lt__(self, value, /)
- Return self<value.
- __mod__(self, value, /)
- Return self%value.
- __mul__(self, value, /)
- Return self*value.
- __ne__(self, value, /)
- Return self!=value.
- __neg__(self, /)
- -self
- __or__(self, value, /)
- Return self|value.
- __pos__(self, /)
- +self
- __pow__(self, value, mod=None, /)
- Return pow(self, value, mod).
- __radd__(self, value, /)
- Return value+self.
- __rand__(self, value, /)
- Return value&self.
- __rdivmod__(self, value, /)
- Return divmod(value, self).
- __rfloordiv__(self, value, /)
- Return value//self.
- __rlshift__(self, value, /)
- Return value<<self.
- __rmod__(self, value, /)
- Return value%self.
- __rmul__(self, value, /)
- Return value*self.
- __ror__(self, value, /)
- Return value|self.
- __round__(...)
- Rounding an Integral returns itself.
Rounding with an ndigits argument also returns an integer.
- __rpow__(self, value, mod=None, /)
- Return pow(value, self, mod).
- __rrshift__(self, value, /)
- Return value>>self.
- __rshift__(self, value, /)
- Return self>>value.
- __rsub__(self, value, /)
- Return value-self.
- __rtruediv__(self, value, /)
- Return value/self.
- __rxor__(self, value, /)
- Return value^self.
- __sizeof__(self, /)
- Returns size in memory, in bytes.
- __sub__(self, value, /)
- Return self-value.
- __truediv__(self, value, /)
- Return self/value.
- __trunc__(...)
- Truncating an Integral returns itself.
- __xor__(self, value, /)
- Return self^value.
- as_integer_ratio(self, /)
- Return integer ratio.
Return a pair of integers, whose ratio is exactly equal to the original int
and with a positive denominator.
>>> (10).as_integer_ratio()
(10, 1)
>>> (-10).as_integer_ratio()
(-10, 1)
>>> (0).as_integer_ratio()
(0, 1)
- bit_count(self, /)
- Number of ones in the binary representation of the absolute value of self.
Also known as the population count.
>>> bin(13)
'0b1101'
>>> (13).bit_count()
3
- bit_length(self, /)
- Number of bits necessary to represent self in binary.
>>> bin(37)
'0b100101'
>>> (37).bit_length()
6
- conjugate(...)
- Returns self, the complex conjugate of any int.
- to_bytes(self, /, length, byteorder, *, signed=False)
- Return an array of bytes representing an integer.
length
Length of bytes object to use. An OverflowError is raised if the
integer is not representable with the given number of bytes.
byteorder
The byte order used to represent the integer. If byteorder is 'big',
the most significant byte is at the beginning of the byte array. If
byteorder is 'little', the most significant byte is at the end of the
byte array. To request the native byte order of the host system, use
`sys.byteorder' as the byte order value.
signed
Determines whether two's complement is used to represent the integer.
If signed is False and a negative integer is given, an OverflowError
is raised.
Class methods inherited from builtins.int:
- from_bytes(bytes, byteorder, *, signed=False) from builtins.type
- Return the integer represented by the given array of bytes.
bytes
Holds the array of bytes to convert. The argument must either
support the buffer protocol or be an iterable object producing bytes.
Bytes and bytearray are examples of built-in objects that support the
buffer protocol.
byteorder
The byte order used to represent the integer. If byteorder is 'big',
the most significant byte is at the beginning of the byte array. If
byteorder is 'little', the most significant byte is at the end of the
byte array. To request the native byte order of the host system, use
`sys.byteorder' as the byte order value.
signed
Indicates whether two's complement is used to represent the integer.
Static methods inherited from builtins.int:
- __new__(*args, **kwargs) from builtins.type
- Create and return a new object. See help(type) for accurate signature.
Data descriptors inherited from builtins.int:
- denominator
- the denominator of a rational number in lowest terms
- imag
- the imaginary part of a complex number
- numerator
- the numerator of a rational number in lowest terms
- real
- the real part of a complex number
|
class IdMapping(Boost.Python.instance) |
| | |
- Method resolution order:
- IdMapping
- Boost.Python.instance
- builtins.object
Static methods defined here:
- __init__(...)
- __init__( (object)arg1) -> None :
C++ signature :
void __init__(struct _object * __ptr64)
__init__( (object)arg1) -> None :
C++ signature :
void __init__(struct _object * __ptr64)
- __reduce__ = (...)
Data and other attributes defined here:
- __instance_size__ = 32
Static methods inherited from Boost.Python.instance:
- __new__(*args, **kwargs) from Boost.Python.class
- Create and return a new object. See help(type) for accurate signature.
Data descriptors inherited from Boost.Python.instance:
- __dict__
- __weakref__
|
class JoinStyle(Boost.Python.enum) |
| | |
- Method resolution order:
- JoinStyle
- Boost.Python.enum
- builtins.int
- builtins.object
Data and other attributes defined here:
- kJnStylAngle = PyDb.JoinStyle.kJnStylAngle
- kJnStylFlat = PyDb.JoinStyle.kJnStylFlat
- kJnStylNone = PyDb.JoinStyle.kJnStylNone
- kJnStylRound = PyDb.JoinStyle.kJnStylRound
- names = {'kJnStylAngle': PyDb.JoinStyle.kJnStylAngle, 'kJnStylFlat': PyDb.JoinStyle.kJnStylFlat, 'kJnStylNone': PyDb.JoinStyle.kJnStylNone, 'kJnStylRound': PyDb.JoinStyle.kJnStylRound}
- values = {0: PyDb.JoinStyle.kJnStylNone, 1: PyDb.JoinStyle.kJnStylRound, 2: PyDb.JoinStyle.kJnStylAngle, 3: PyDb.JoinStyle.kJnStylFlat}
Methods inherited from Boost.Python.enum:
- __repr__(self, /)
- Return repr(self).
- __str__(self, /)
- Return str(self).
Data descriptors inherited from Boost.Python.enum:
- name
Methods inherited from builtins.int:
- __abs__(self, /)
- abs(self)
- __add__(self, value, /)
- Return self+value.
- __and__(self, value, /)
- Return self&value.
- __bool__(self, /)
- True if self else False
- __ceil__(...)
- Ceiling of an Integral returns itself.
- __divmod__(self, value, /)
- Return divmod(self, value).
- __eq__(self, value, /)
- Return self==value.
- __float__(self, /)
- float(self)
- __floor__(...)
- Flooring an Integral returns itself.
- __floordiv__(self, value, /)
- Return self//value.
- __format__(self, format_spec, /)
- Default object formatter.
- __ge__(self, value, /)
- Return self>=value.
- __getattribute__(self, name, /)
- Return getattr(self, name).
- __getnewargs__(self, /)
- __gt__(self, value, /)
- Return self>value.
- __hash__(self, /)
- Return hash(self).
- __index__(self, /)
- Return self converted to an integer, if self is suitable for use as an index into a list.
- __int__(self, /)
- int(self)
- __invert__(self, /)
- ~self
- __le__(self, value, /)
- Return self<=value.
- __lshift__(self, value, /)
- Return self<<value.
- __lt__(self, value, /)
- Return self<value.
- __mod__(self, value, /)
- Return self%value.
- __mul__(self, value, /)
- Return self*value.
- __ne__(self, value, /)
- Return self!=value.
- __neg__(self, /)
- -self
- __or__(self, value, /)
- Return self|value.
- __pos__(self, /)
- +self
- __pow__(self, value, mod=None, /)
- Return pow(self, value, mod).
- __radd__(self, value, /)
- Return value+self.
- __rand__(self, value, /)
- Return value&self.
- __rdivmod__(self, value, /)
- Return divmod(value, self).
- __rfloordiv__(self, value, /)
- Return value//self.
- __rlshift__(self, value, /)
- Return value<<self.
- __rmod__(self, value, /)
- Return value%self.
- __rmul__(self, value, /)
- Return value*self.
- __ror__(self, value, /)
- Return value|self.
- __round__(...)
- Rounding an Integral returns itself.
Rounding with an ndigits argument also returns an integer.
- __rpow__(self, value, mod=None, /)
- Return pow(value, self, mod).
- __rrshift__(self, value, /)
- Return value>>self.
- __rshift__(self, value, /)
- Return self>>value.
- __rsub__(self, value, /)
- Return value-self.
- __rtruediv__(self, value, /)
- Return value/self.
- __rxor__(self, value, /)
- Return value^self.
- __sizeof__(self, /)
- Returns size in memory, in bytes.
- __sub__(self, value, /)
- Return self-value.
- __truediv__(self, value, /)
- Return self/value.
- __trunc__(...)
- Truncating an Integral returns itself.
- __xor__(self, value, /)
- Return self^value.
- as_integer_ratio(self, /)
- Return integer ratio.
Return a pair of integers, whose ratio is exactly equal to the original int
and with a positive denominator.
>>> (10).as_integer_ratio()
(10, 1)
>>> (-10).as_integer_ratio()
(-10, 1)
>>> (0).as_integer_ratio()
(0, 1)
- bit_count(self, /)
- Number of ones in the binary representation of the absolute value of self.
Also known as the population count.
>>> bin(13)
'0b1101'
>>> (13).bit_count()
3
- bit_length(self, /)
- Number of bits necessary to represent self in binary.
>>> bin(37)
'0b100101'
>>> (37).bit_length()
6
- conjugate(...)
- Returns self, the complex conjugate of any int.
- to_bytes(self, /, length, byteorder, *, signed=False)
- Return an array of bytes representing an integer.
length
Length of bytes object to use. An OverflowError is raised if the
integer is not representable with the given number of bytes.
byteorder
The byte order used to represent the integer. If byteorder is 'big',
the most significant byte is at the beginning of the byte array. If
byteorder is 'little', the most significant byte is at the end of the
byte array. To request the native byte order of the host system, use
`sys.byteorder' as the byte order value.
signed
Determines whether two's complement is used to represent the integer.
If signed is False and a negative integer is given, an OverflowError
is raised.
Class methods inherited from builtins.int:
- from_bytes(bytes, byteorder, *, signed=False) from builtins.type
- Return the integer represented by the given array of bytes.
bytes
Holds the array of bytes to convert. The argument must either
support the buffer protocol or be an iterable object producing bytes.
Bytes and bytearray are examples of built-in objects that support the
buffer protocol.
byteorder
The byte order used to represent the integer. If byteorder is 'big',
the most significant byte is at the beginning of the byte array. If
byteorder is 'little', the most significant byte is at the end of the
byte array. To request the native byte order of the host system, use
`sys.byteorder' as the byte order value.
signed
Indicates whether two's complement is used to represent the integer.
Static methods inherited from builtins.int:
- __new__(*args, **kwargs) from builtins.type
- Create and return a new object. See help(type) for accurate signature.
Data descriptors inherited from builtins.int:
- denominator
- the denominator of a rational number in lowest terms
- imag
- the imaginary part of a complex number
- numerator
- the numerator of a rational number in lowest terms
- real
- the real part of a complex number
|
class LayerTableRecord(SymbolTableRecord) |
| | |
- Method resolution order:
- LayerTableRecord
- SymbolTableRecord
- DbObject
- PyGi.Drawable
- PyRx.RxObject
- Boost.Python.instance
- builtins.object
Static methods defined here:
- VPDFLT(...)
- VPDFLT( (LayerTableRecord)arg1) -> bool :
C++ signature :
bool VPDFLT(class PyDbLayerTableRecord {lvalue})
- __init__(...)
- __init__( (object)arg1, (ObjectId)arg2, (OpenMode)arg3) -> None :
C++ signature :
void __init__(struct _object * __ptr64,class PyDbObjectId,enum AcDb::OpenMode)
- __reduce__ = (...)
- className(...)
- className() -> str :
C++ signature :
class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > className()
- color(...)
- color( (LayerTableRecord)arg1) -> Color :
C++ signature :
class AcCmColor color(class PyDbLayerTableRecord {lvalue})
color( (LayerTableRecord)arg1, (ObjectId)arg2) -> Color :
C++ signature :
class AcCmColor color(class PyDbLayerTableRecord {lvalue},class PyDbObjectId)
- desc(...)
- desc() -> RxClass :
C++ signature :
class PyRxClass desc()
- description(...)
- description( (LayerTableRecord)arg1) -> str :
C++ signature :
class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > description(class PyDbLayerTableRecord {lvalue})
- entityColor(...)
- entityColor( (LayerTableRecord)arg1) -> EntityColor :
C++ signature :
class AcCmEntityColor entityColor(class PyDbLayerTableRecord {lvalue})
- hasAnyOverrides(...)
- hasAnyOverrides( (LayerTableRecord)arg1) -> bool :
C++ signature :
bool hasAnyOverrides(class PyDbLayerTableRecord {lvalue})
- hasOverrides(...)
- hasOverrides( (LayerTableRecord)arg1, (ObjectId)arg2) -> bool :
C++ signature :
bool hasOverrides(class PyDbLayerTableRecord {lvalue},class PyDbObjectId)
- isFrozen(...)
- isFrozen( (LayerTableRecord)arg1) -> bool :
C++ signature :
bool isFrozen(class PyDbLayerTableRecord {lvalue})
- isHidden(...)
- isHidden( (LayerTableRecord)arg1) -> bool :
C++ signature :
bool isHidden(class PyDbLayerTableRecord {lvalue})
isHidden( (ObjectId)arg1) -> bool :
C++ signature :
bool isHidden(class PyDbObjectId)
- isInUse(...)
- isInUse( (LayerTableRecord)arg1) -> bool :
C++ signature :
bool isInUse(class PyDbLayerTableRecord {lvalue})
- isLocked(...)
- isLocked( (LayerTableRecord)arg1) -> bool :
C++ signature :
bool isLocked(class PyDbLayerTableRecord {lvalue})
- isOff(...)
- isOff( (LayerTableRecord)arg1) -> bool :
C++ signature :
bool isOff(class PyDbLayerTableRecord {lvalue})
- isPlottable(...)
- isPlottable( (LayerTableRecord)arg1) -> bool :
C++ signature :
bool isPlottable(class PyDbLayerTableRecord {lvalue})
- isReconciled(...)
- isReconciled( (LayerTableRecord)arg1) -> bool :
C++ signature :
bool isReconciled(class PyDbLayerTableRecord {lvalue})
isReconciled( (ObjectId)arg1) -> bool :
C++ signature :
bool isReconciled(class PyDbObjectId)
- lineWeight(...)
- lineWeight( (LayerTableRecord)arg1) -> LineWeight :
C++ signature :
enum AcDb::LineWeight lineWeight(class PyDbLayerTableRecord {lvalue})
lineWeight( (LayerTableRecord)arg1, (ObjectId)arg2) -> LineWeight :
C++ signature :
enum AcDb::LineWeight lineWeight(class PyDbLayerTableRecord {lvalue},class PyDbObjectId)
- linetypeObjectId(...)
- linetypeObjectId( (LayerTableRecord)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId linetypeObjectId(class PyDbLayerTableRecord {lvalue})
- materialId(...)
- materialId( (LayerTableRecord)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId materialId(class PyDbLayerTableRecord {lvalue})
- plotStyleName(...)
- plotStyleName( (LayerTableRecord)arg1) -> str :
C++ signature :
class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > plotStyleName(class PyDbLayerTableRecord {lvalue})
plotStyleName( (LayerTableRecord)arg1, (ObjectId)arg2) -> str :
C++ signature :
class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > plotStyleName(class PyDbLayerTableRecord {lvalue},class PyDbObjectId)
- plotStyleNameId(...)
- plotStyleNameId( (LayerTableRecord)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId plotStyleNameId(class PyDbLayerTableRecord {lvalue})
plotStyleNameId( (LayerTableRecord)arg1, (ObjectId)arg2) -> ObjectId :
C++ signature :
class PyDbObjectId plotStyleNameId(class PyDbLayerTableRecord {lvalue},class PyDbObjectId)
- removeAllOverrides(...)
- removeAllOverrides( (LayerTableRecord)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus removeAllOverrides(class PyDbLayerTableRecord {lvalue})
removeAllOverrides( (LayerTableRecord)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus removeAllOverrides(class PyDbLayerTableRecord {lvalue})
- removeColorOverride(...)
- removeColorOverride( (LayerTableRecord)arg1, (ObjectId)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus removeColorOverride(class PyDbLayerTableRecord {lvalue},class PyDbObjectId)
- removeLineWeightOverride(...)
- removeLineWeightOverride( (LayerTableRecord)arg1, (ObjectId)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus removeLineWeightOverride(class PyDbLayerTableRecord {lvalue},class PyDbObjectId)
- removeLinetypeOverride(...)
- removeLinetypeOverride( (LayerTableRecord)arg1, (ObjectId)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus removeLinetypeOverride(class PyDbLayerTableRecord {lvalue},class PyDbObjectId)
- removePlotStyleOverride(...)
- removePlotStyleOverride( (LayerTableRecord)arg1, (ObjectId)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus removePlotStyleOverride(class PyDbLayerTableRecord {lvalue},class PyDbObjectId)
- removeTransparencyOverride(...)
- removeTransparencyOverride( (LayerTableRecord)arg1, (ObjectId)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus removeTransparencyOverride(class PyDbLayerTableRecord {lvalue},class PyDbObjectId)
- removeViewportOverrides(...)
- removeViewportOverrides( (LayerTableRecord)arg1, (ObjectId)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus removeViewportOverrides(class PyDbLayerTableRecord {lvalue},class PyDbObjectId)
- setColor(...)
- setColor( (LayerTableRecord)arg1, (Color)arg2) -> None :
C++ signature :
void setColor(class PyDbLayerTableRecord {lvalue},class AcCmColor)
setColor( (LayerTableRecord)arg1, (Color)arg2, (ObjectId)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setColor(class PyDbLayerTableRecord {lvalue},class AcCmColor,class PyDbObjectId)
- setDescription(...)
- setDescription( (LayerTableRecord)arg1, (str)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setDescription(class PyDbLayerTableRecord {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
- setIsFrozen(...)
- setIsFrozen( (LayerTableRecord)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setIsFrozen(class PyDbLayerTableRecord {lvalue},bool)
- setIsHidden(...)
- setIsHidden( (LayerTableRecord)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setIsHidden(class PyDbLayerTableRecord {lvalue},bool)
- setIsLocked(...)
- setIsLocked( (LayerTableRecord)arg1, (bool)arg2) -> None :
C++ signature :
void setIsLocked(class PyDbLayerTableRecord {lvalue},bool)
- setIsOff(...)
- setIsOff( (LayerTableRecord)arg1, (bool)arg2) -> None :
C++ signature :
void setIsOff(class PyDbLayerTableRecord {lvalue},bool)
- setIsPlottable(...)
- setIsPlottable( (LayerTableRecord)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setIsPlottable(class PyDbLayerTableRecord {lvalue},bool)
- setLineWeight(...)
- setLineWeight( (LayerTableRecord)arg1, (LineWeight)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLineWeight(class PyDbLayerTableRecord {lvalue},enum AcDb::LineWeight)
setLineWeight( (LayerTableRecord)arg1, (LineWeight)arg2, (ObjectId)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLineWeight(class PyDbLayerTableRecord {lvalue},enum AcDb::LineWeight,class PyDbObjectId)
- setLinetypeObjectId(...)
- setLinetypeObjectId( (LayerTableRecord)arg1, (ObjectId)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLinetypeObjectId(class PyDbLayerTableRecord {lvalue},class PyDbObjectId)
- setMaterialId(...)
- setMaterialId( (LayerTableRecord)arg1, (ObjectId)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setMaterialId(class PyDbLayerTableRecord {lvalue},class PyDbObjectId)
- setPlotStyleName(...)
- setPlotStyleName( (LayerTableRecord)arg1, (str)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setPlotStyleName(class PyDbLayerTableRecord {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
setPlotStyleName( (LayerTableRecord)arg1, (ObjectId)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setPlotStyleName(class PyDbLayerTableRecord {lvalue},class PyDbObjectId)
setPlotStyleName( (LayerTableRecord)arg1, (ObjectId)arg2, (ObjectId)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setPlotStyleName(class PyDbLayerTableRecord {lvalue},class PyDbObjectId,class PyDbObjectId)
setPlotStyleName( (LayerTableRecord)arg1, (str)arg2, (ObjectId)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setPlotStyleName(class PyDbLayerTableRecord {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,class PyDbObjectId)
- setTransparency(...)
- setTransparency( (LayerTableRecord)arg1, (Transparency)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setTransparency(class PyDbLayerTableRecord {lvalue},class AcCmTransparency)
setTransparency( (LayerTableRecord)arg1, (Transparency)arg2, (ObjectId)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setTransparency(class PyDbLayerTableRecord {lvalue},class AcCmTransparency,class PyDbObjectId)
- setVPDFLT(...)
- setVPDFLT( (LayerTableRecord)arg1, (bool)arg2) -> None :
C++ signature :
void setVPDFLT(class PyDbLayerTableRecord {lvalue},bool)
- transparency(...)
- transparency( (LayerTableRecord)arg1) -> Transparency :
C++ signature :
class AcCmTransparency transparency(class PyDbLayerTableRecord {lvalue})
transparency( (LayerTableRecord)arg1, (ObjectId)arg2) -> Transparency :
C++ signature :
class AcCmTransparency transparency(class PyDbLayerTableRecord {lvalue},class PyDbObjectId)
Static methods inherited from SymbolTableRecord:
- getName(...)
- getName( (SymbolTableRecord)arg1) -> str :
C++ signature :
class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > getName(class PyDbSymbolTableRecord {lvalue})
- isDependent(...)
- isDependent( (SymbolTableRecord)arg1) -> bool :
C++ signature :
bool isDependent(class PyDbSymbolTableRecord {lvalue})
- isRenamable(...)
- isRenamable( (SymbolTableRecord)arg1) -> bool :
C++ signature :
bool isRenamable(class PyDbSymbolTableRecord {lvalue})
- isResolved(...)
- isResolved( (SymbolTableRecord)arg1) -> bool :
C++ signature :
bool isResolved(class PyDbSymbolTableRecord {lvalue})
- setName(...)
- setName( (SymbolTableRecord)arg1, (str)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setName(class PyDbSymbolTableRecord {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
Static methods inherited from DbObject:
- addPersistentReactor(...)
- addPersistentReactor( (DbObject)arg1, (ObjectId)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus addPersistentReactor(class PyDbObject {lvalue},class PyDbObjectId)
- assertNotifyEnabled(...)
- assertNotifyEnabled( (DbObject)arg1) -> None :
C++ signature :
void assertNotifyEnabled(class PyDbObject {lvalue})
- assertReadEnabled(...)
- assertReadEnabled( (DbObject)arg1) -> None :
C++ signature :
void assertReadEnabled(class PyDbObject {lvalue})
- assertWriteEnabled(...)
- assertWriteEnabled( (DbObject)arg1) -> None :
C++ signature :
void assertWriteEnabled(class PyDbObject {lvalue})
- cancel(...)
- cancel( (DbObject)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus cancel(class PyDbObject {lvalue})
- close(...)
- close( (DbObject)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus close(class PyDbObject {lvalue})
- createExtensionDictionary(...)
- createExtensionDictionary( (DbObject)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus createExtensionDictionary(class PyDbObject {lvalue})
- database(...)
- database( (DbObject)arg1) -> Database :
C++ signature :
class PyDbDatabase database(class PyDbObject {lvalue})
- disableUndoRecording(...)
- disableUndoRecording( (DbObject)arg1, (bool)arg2) -> None :
C++ signature :
void disableUndoRecording(class PyDbObject {lvalue},bool)
- downgradeOpen(...)
- downgradeOpen( (DbObject)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus downgradeOpen(class PyDbObject {lvalue})
- downgradeToNotify(...)
- downgradeToNotify( (DbObject)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus downgradeToNotify(class PyDbObject {lvalue},bool)
- erase(...)
- erase( (DbObject)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus erase(class PyDbObject {lvalue})
- extensionDictionary(...)
- extensionDictionary( (DbObject)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId extensionDictionary(class PyDbObject {lvalue})
- handOverTo(...)
- handOverTo( (DbObject)arg1, (DbObject)arg2, (bool)arg3, (bool)arg4) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus handOverTo(class PyDbObject {lvalue},class PyDbObject {lvalue},bool,bool)
- hasPersistentReactor(...)
- hasPersistentReactor( (DbObject)arg1, (ObjectId)arg2) -> bool :
C++ signature :
bool hasPersistentReactor(class PyDbObject {lvalue},class PyDbObjectId)
- isAProxy(...)
- isAProxy( (DbObject)arg1) -> bool :
C++ signature :
bool isAProxy(class PyDbObject {lvalue})
- isCancelling(...)
- isCancelling( (DbObject)arg1) -> bool :
C++ signature :
bool isCancelling(class PyDbObject {lvalue})
- isEraseStatusToggled(...)
- isEraseStatusToggled( (DbObject)arg1) -> bool :
C++ signature :
bool isEraseStatusToggled(class PyDbObject {lvalue})
- isErased(...)
- isErased( (DbObject)arg1) -> bool :
C++ signature :
bool isErased(class PyDbObject {lvalue})
- isModified(...)
- isModified( (DbObject)arg1) -> bool :
C++ signature :
bool isModified(class PyDbObject {lvalue})
- isModifiedGraphics(...)
- isModifiedGraphics( (DbObject)arg1) -> bool :
C++ signature :
bool isModifiedGraphics(class PyDbObject {lvalue})
- isModifiedXData(...)
- isModifiedXData( (DbObject)arg1) -> bool :
C++ signature :
bool isModifiedXData(class PyDbObject {lvalue})
- isNewObject(...)
- isNewObject( (DbObject)arg1) -> bool :
C++ signature :
bool isNewObject(class PyDbObject {lvalue})
- isNotifyEnabled(...)
- isNotifyEnabled( (DbObject)arg1) -> bool :
C++ signature :
bool isNotifyEnabled(class PyDbObject {lvalue})
- isNotifying(...)
- isNotifying( (DbObject)arg1) -> bool :
C++ signature :
bool isNotifying(class PyDbObject {lvalue})
- isReadEnabled(...)
- isReadEnabled( (DbObject)arg1) -> bool :
C++ signature :
bool isReadEnabled(class PyDbObject {lvalue})
- isReallyClosing(...)
- isReallyClosing( (DbObject)arg1) -> bool :
C++ signature :
bool isReallyClosing(class PyDbObject {lvalue})
- isTransactionResident(...)
- isTransactionResident( (DbObject)arg1) -> bool :
C++ signature :
bool isTransactionResident(class PyDbObject {lvalue})
- isUndoRecordingDisabled(...)
- isUndoRecordingDisabled( (DbObject)arg1) -> bool :
C++ signature :
bool isUndoRecordingDisabled(class PyDbObject {lvalue})
- isUndoing(...)
- isUndoing( (DbObject)arg1) -> bool :
C++ signature :
bool isUndoing(class PyDbObject {lvalue})
- isWriteEnabled(...)
- isWriteEnabled( (DbObject)arg1) -> bool :
C++ signature :
bool isWriteEnabled(class PyDbObject {lvalue})
- objectId(...)
- objectId( (DbObject)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId objectId(class PyDbObject {lvalue})
- ownerId(...)
- ownerId( (DbObject)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId ownerId(class PyDbObject {lvalue})
- releaseExtensionDictionary(...)
- releaseExtensionDictionary( (DbObject)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus releaseExtensionDictionary(class PyDbObject {lvalue})
- removePersistentReactor(...)
- removePersistentReactor( (DbObject)arg1, (ObjectId)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus removePersistentReactor(class PyDbObject {lvalue},class PyDbObjectId)
- setOwnerId(...)
- setOwnerId( (DbObject)arg1, (ObjectId)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setOwnerId(class PyDbObject {lvalue},class PyDbObjectId)
- setXData(...)
- setXData( (DbObject)arg1, (list)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setXData(class PyDbObject {lvalue},class boost::python::list)
- swapIdWith(...)
- swapIdWith( (DbObject)arg1, (ObjectId)arg2, (bool)arg3, (bool)arg4) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus swapIdWith(class PyDbObject {lvalue},class PyDbObjectId {lvalue},bool,bool)
- upgradeFromNotify(...)
- upgradeFromNotify( (DbObject)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus upgradeFromNotify(class PyDbObject {lvalue},bool {lvalue})
- upgradeOpen(...)
- upgradeOpen( (DbObject)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus upgradeOpen(class PyDbObject {lvalue})
- xData(...)
- xData( (DbObject)arg1, (str)arg2) -> list :
C++ signature :
class boost::python::list xData(class PyDbObject {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
- xDataTransformBy(...)
- xDataTransformBy( (DbObject)arg1, (Matrix3d)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus xDataTransformBy(class PyDbObject {lvalue},class AcGeMatrix3d)
Static methods inherited from PyGi.Drawable:
- isA(...)
- isA( (Drawable)arg1) -> RxClass :
C++ signature :
class PyRxClass isA(class PyGiDrawable {lvalue})
Static methods inherited from PyRx.RxObject:
- __eq__(...)
- __eq__( (RxObject)arg1, (RxObject)arg2) -> bool :
C++ signature :
bool __eq__(class PyRxObject {lvalue},class PyRxObject)
- __ne__(...)
- __ne__( (RxObject)arg1, (RxObject)arg2) -> bool :
C++ signature :
bool __ne__(class PyRxObject {lvalue},class PyRxObject)
- isNull(...)
- isNull( (RxObject)arg1) -> bool :
C++ signature :
bool isNull(class PyRxObject {lvalue})
Static methods inherited from Boost.Python.instance:
- __new__(*args, **kwargs) from Boost.Python.class
- Create and return a new object. See help(type) for accurate signature.
Data descriptors inherited from Boost.Python.instance:
- __dict__
- __weakref__
|
class Leader(Curve) |
| | |
- Method resolution order:
- Leader
- Curve
- Entity
- DbObject
- PyGi.Drawable
- PyRx.RxObject
- Boost.Python.instance
- builtins.object
Static methods defined here:
- __init__(...)
- __init__( (object)arg1) -> None :
C++ signature :
void __init__(struct _object * __ptr64)
__init__( (object)arg1) -> None :
C++ signature :
void __init__(struct _object * __ptr64)
__init__( (object)arg1, (ObjectId)arg2, (OpenMode)arg3) -> None :
C++ signature :
void __init__(struct _object * __ptr64,class PyDbObjectId,enum AcDb::OpenMode)
- __reduce__ = (...)
- annoHeight(...)
- annoHeight( (Leader)arg1) -> float :
C++ signature :
double annoHeight(class PyDbLeader {lvalue})
- annoType(...)
- annoType( (Leader)arg1) -> AnnoType :
C++ signature :
enum AcDbLeader::AnnoType annoType(class PyDbLeader {lvalue})
- annoWidth(...)
- annoWidth( (Leader)arg1) -> float :
C++ signature :
double annoWidth(class PyDbLeader {lvalue})
- annotationObjId(...)
- annotationObjId( (Leader)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId annotationObjId(class PyDbLeader {lvalue})
- annotationOffset(...)
- annotationOffset( (Leader)arg1) -> Vector3d :
C++ signature :
class AcGeVector3d annotationOffset(class PyDbLeader {lvalue})
- appendVertex(...)
- appendVertex( (Leader)arg1, (Point3d)arg2) -> bool :
C++ signature :
bool appendVertex(class PyDbLeader {lvalue},class AcGePoint3d)
- attachAnnotation(...)
- attachAnnotation( (Leader)arg1, (ObjectId)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus attachAnnotation(class PyDbLeader {lvalue},class PyDbObjectId)
- className(...)
- className() -> str :
C++ signature :
class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > className()
- copied(...)
- copied( (Leader)arg1, (DbObject)arg2, (DbObject)arg3) -> None :
C++ signature :
void copied(class PyDbLeader {lvalue},class PyDbObject,class PyDbObject)
- desc(...)
- desc() -> RxClass :
C++ signature :
class PyRxClass desc()
- detachAnnotation(...)
- detachAnnotation( (Leader)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus detachAnnotation(class PyDbLeader {lvalue})
- dimasz(...)
- dimasz( (Leader)arg1) -> float :
C++ signature :
double dimasz(class PyDbLeader {lvalue})
- dimclrd(...)
- dimclrd( (Leader)arg1) -> Color :
C++ signature :
class AcCmColor dimclrd(class PyDbLeader {lvalue})
- dimensionStyle(...)
- dimensionStyle( (Leader)arg1) -> object :
C++ signature :
class PyDbHardPointerId dimensionStyle(class PyDbLeader {lvalue})
- dimgap(...)
- dimgap( (Leader)arg1) -> float :
C++ signature :
double dimgap(class PyDbLeader {lvalue})
- dimlwd(...)
- dimlwd( (Leader)arg1) -> LineWeight :
C++ signature :
enum AcDb::LineWeight dimlwd(class PyDbLeader {lvalue})
- dimsah(...)
- dimsah( (Leader)arg1) -> bool :
C++ signature :
bool dimsah(class PyDbLeader {lvalue})
- dimscale(...)
- dimscale( (Leader)arg1) -> float :
C++ signature :
double dimscale(class PyDbLeader {lvalue})
- dimtad(...)
- dimtad( (Leader)arg1) -> int :
C++ signature :
int dimtad(class PyDbLeader {lvalue})
- dimtxsty(...)
- dimtxsty( (Leader)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId dimtxsty(class PyDbLeader {lvalue})
- dimtxt(...)
- dimtxt( (Leader)arg1) -> float :
C++ signature :
double dimtxt(class PyDbLeader {lvalue})
- disableArrowHead(...)
- disableArrowHead( (Leader)arg1) -> None :
C++ signature :
void disableArrowHead(class PyDbLeader {lvalue})
- erased(...)
- erased( (Leader)arg1, (DbObject)arg2) -> None :
C++ signature :
void erased(class PyDbLeader {lvalue},class PyDbObject)
erased( (Leader)arg1, (DbObject)arg2, (bool)arg3) -> None :
C++ signature :
void erased(class PyDbLeader {lvalue},class PyDbObject,bool)
- evaluateLeader(...)
- evaluateLeader( (Leader)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus evaluateLeader(class PyDbLeader {lvalue})
- firstVertex(...)
- firstVertex( (Leader)arg1) -> Point3d :
C++ signature :
class AcGePoint3d firstVertex(class PyDbLeader {lvalue})
- goodbye(...)
- goodbye( (Leader)arg1, (DbObject)arg2) -> None :
C++ signature :
void goodbye(class PyDbLeader {lvalue},class PyDbObject)
- hasArrowHead(...)
- hasArrowHead( (Leader)arg1) -> bool :
C++ signature :
bool hasArrowHead(class PyDbLeader {lvalue})
- hasHookLine(...)
- hasHookLine( (Leader)arg1) -> bool :
C++ signature :
bool hasHookLine(class PyDbLeader {lvalue})
- isSplined(...)
- isSplined( (Leader)arg1) -> bool :
C++ signature :
bool isSplined(class PyDbLeader {lvalue})
- lastVertex(...)
- lastVertex( (Leader)arg1) -> Point3d :
C++ signature :
class AcGePoint3d lastVertex(class PyDbLeader {lvalue})
- modified(...)
- modified( (Leader)arg1, (DbObject)arg2) -> None :
C++ signature :
void modified(class PyDbLeader {lvalue},class PyDbObject)
- normal(...)
- normal( (Leader)arg1) -> Vector3d :
C++ signature :
class AcGeVector3d normal(class PyDbLeader {lvalue})
- numVertices(...)
- numVertices( (Leader)arg1) -> int :
C++ signature :
int numVertices(class PyDbLeader {lvalue})
- removeLastVertex(...)
- removeLastVertex( (Leader)arg1) -> None :
C++ signature :
void removeLastVertex(class PyDbLeader {lvalue})
- setAnnotationObjId(...)
- setAnnotationObjId( (Leader)arg1, (ObjectId)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setAnnotationObjId(class PyDbLeader {lvalue},class PyDbObjectId)
- setAnnotationOffset(...)
- setAnnotationOffset( (Leader)arg1, (Vector3d)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setAnnotationOffset(class PyDbLeader {lvalue},class AcGeVector3d)
- setColorIndex(...)
- setColorIndex( (Leader)arg1, (int)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setColorIndex(class PyDbLeader {lvalue},unsigned short)
setColorIndex( (Leader)arg1, (int)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setColorIndex(class PyDbLeader {lvalue},unsigned short,bool)
- setDimasz(...)
- setDimasz( (Leader)arg1, (float)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setDimasz(class PyDbLeader {lvalue},double)
- setDimclrd(...)
- setDimclrd( (Leader)arg1, (Color)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setDimclrd(class PyDbLeader {lvalue},class AcCmColor {lvalue})
- setDimensionStyle(...)
- setDimensionStyle( (Leader)arg1, (object)arg2) -> None :
C++ signature :
void setDimensionStyle(class PyDbLeader {lvalue},class PyDbHardPointerId)
- setDimgap(...)
- setDimgap( (Leader)arg1, (float)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setDimgap(class PyDbLeader {lvalue},double)
- setDimldrblk(...)
- setDimldrblk( (Leader)arg1, (ObjectId)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setDimldrblk(class PyDbLeader {lvalue},class PyDbObjectId)
setDimldrblk( (Leader)arg1, (str)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setDimldrblk(class PyDbLeader {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
- setDimlwd(...)
- setDimlwd( (Leader)arg1, (LineWeight)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setDimlwd(class PyDbLeader {lvalue},enum AcDb::LineWeight)
- setDimsah(...)
- setDimsah( (Leader)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setDimsah(class PyDbLeader {lvalue},bool)
- setDimscale(...)
- setDimscale( (Leader)arg1, (float)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setDimscale(class PyDbLeader {lvalue},double)
- setDimstyleData(...)
- setDimstyleData( (Leader)arg1, (ObjectId)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setDimstyleData(class PyDbLeader {lvalue},class PyDbObjectId)
- setDimtad(...)
- setDimtad( (Leader)arg1, (int)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setDimtad(class PyDbLeader {lvalue},int)
- setDimtxsty(...)
- setDimtxsty( (Leader)arg1, (ObjectId)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setDimtxsty(class PyDbLeader {lvalue},class PyDbObjectId)
- setDimtxt(...)
- setDimtxt( (Leader)arg1, (float)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setDimtxt(class PyDbLeader {lvalue},double)
- setHasArrowHead(...)
- setHasArrowHead( (Leader)arg1, (bool)arg2) -> None :
C++ signature :
void setHasArrowHead(class PyDbLeader {lvalue},bool)
- setPlane(...)
- setPlane( (Leader)arg1, (Plane)arg2) -> None :
C++ signature :
void setPlane(class PyDbLeader {lvalue},class PyGePlane)
- setSplined(...)
- setSplined( (Leader)arg1, (bool)arg2) -> None :
C++ signature :
void setSplined(class PyDbLeader {lvalue},bool)
- setToSplineLeader(...)
- setToSplineLeader( (Leader)arg1) -> None :
C++ signature :
void setToSplineLeader(class PyDbLeader {lvalue})
- setToStraightLeader(...)
- setToStraightLeader( (Leader)arg1) -> None :
C++ signature :
void setToStraightLeader(class PyDbLeader {lvalue})
- setVertexAt(...)
- setVertexAt( (Leader)arg1, (int)arg2, (Point3d)arg3) -> bool :
C++ signature :
bool setVertexAt(class PyDbLeader {lvalue},int,class AcGePoint3d)
- vertexAt(...)
- vertexAt( (Leader)arg1, (int)arg2) -> Point3d :
C++ signature :
class AcGePoint3d vertexAt(class PyDbLeader {lvalue},int)
Data and other attributes defined here:
- __instance_size__ = 48
Static methods inherited from Curve:
- extend(...)
- extend( (Curve)arg1, (float)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus extend(class PyDbCurve {lvalue},double)
extend( (Curve)arg1, (bool)arg2, (Point3d)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus extend(class PyDbCurve {lvalue},bool,class AcGePoint3d)
- getArea(...)
- getArea( (Curve)arg1) -> float :
C++ signature :
double getArea(class PyDbCurve {lvalue})
- getClosestPointTo(...)
- getClosestPointTo( (Curve)arg1, (Point3d)arg2, (bool)arg3) -> Point3d :
C++ signature :
class AcGePoint3d getClosestPointTo(class PyDbCurve {lvalue},class AcGePoint3d,bool)
getClosestPointTo( (Curve)arg1, (Point3d)arg2, (Vector3d)arg3, (bool)arg4) -> Point3d :
C++ signature :
class AcGePoint3d getClosestPointTo(class PyDbCurve {lvalue},class AcGePoint3d,class AcGeVector3d,bool)
- getDistAtParam(...)
- getDistAtParam( (Curve)arg1, (float)arg2) -> float :
C++ signature :
double getDistAtParam(class PyDbCurve {lvalue},double)
- getDistAtPoint(...)
- getDistAtPoint( (Curve)arg1, (Point3d)arg2) -> float :
C++ signature :
double getDistAtPoint(class PyDbCurve {lvalue},class AcGePoint3d)
- getEndParam(...)
- getEndParam( (Curve)arg1) -> float :
C++ signature :
double getEndParam(class PyDbCurve {lvalue})
- getEndPoint(...)
- getEndPoint( (Curve)arg1) -> Point3d :
C++ signature :
class AcGePoint3d getEndPoint(class PyDbCurve {lvalue})
- getFirstDeriv(...)
- getFirstDeriv( (Curve)arg1, (float)arg2) -> Vector3d :
C++ signature :
class AcGeVector3d getFirstDeriv(class PyDbCurve {lvalue},double)
getFirstDeriv( (Curve)arg1, (Point3d)arg2) -> Vector3d :
C++ signature :
class AcGeVector3d getFirstDeriv(class PyDbCurve {lvalue},class AcGePoint3d)
- getOffsetCurves(...)
- getOffsetCurves( (Curve)arg1, (float)arg2) -> list :
C++ signature :
class boost::python::list getOffsetCurves(class PyDbCurve {lvalue},double)
- getOffsetCurvesGivenPlaneNormal(...)
- getOffsetCurvesGivenPlaneNormal( (Curve)arg1, (Vector3d)arg2, (float)arg3) -> list :
C++ signature :
class boost::python::list getOffsetCurvesGivenPlaneNormal(class PyDbCurve {lvalue},class AcGeVector3d,double)
- getParamAtDist(...)
- getParamAtDist( (Curve)arg1, (float)arg2) -> float :
C++ signature :
double getParamAtDist(class PyDbCurve {lvalue},double)
- getParamAtPoint(...)
- getParamAtPoint( (Curve)arg1, (Point3d)arg2) -> float :
C++ signature :
double getParamAtPoint(class PyDbCurve {lvalue},class AcGePoint3d)
- getPointAtDist(...)
- getPointAtDist( (Curve)arg1, (float)arg2) -> Point3d :
C++ signature :
class AcGePoint3d getPointAtDist(class PyDbCurve {lvalue},double)
- getPointAtParam(...)
- getPointAtParam( (Curve)arg1, (float)arg2) -> Point3d :
C++ signature :
class AcGePoint3d getPointAtParam(class PyDbCurve {lvalue},double)
- getSecondDeriv(...)
- getSecondDeriv( (Curve)arg1, (float)arg2) -> Vector3d :
C++ signature :
class AcGeVector3d getSecondDeriv(class PyDbCurve {lvalue},double)
getSecondDeriv( (Curve)arg1, (Point3d)arg2) -> Vector3d :
C++ signature :
class AcGeVector3d getSecondDeriv(class PyDbCurve {lvalue},class AcGePoint3d)
- getSplitCurves(...)
- getSplitCurves( (Curve)arg1, (list)arg2) -> list :
C++ signature :
class boost::python::list getSplitCurves(class PyDbCurve {lvalue},class boost::python::list)
- getSplitCurvesAtParams(...)
- getSplitCurvesAtParams( (Curve)arg1, (list)arg2) -> list :
C++ signature :
class boost::python::list getSplitCurvesAtParams(class PyDbCurve {lvalue},class boost::python::list)
- getSplitCurvesAtPoints(...)
- getSplitCurvesAtPoints( (Curve)arg1, (list)arg2) -> list :
C++ signature :
class boost::python::list getSplitCurvesAtPoints(class PyDbCurve {lvalue},class boost::python::list)
- getStartParam(...)
- getStartParam( (Curve)arg1) -> float :
C++ signature :
double getStartParam(class PyDbCurve {lvalue})
- getStartPoint(...)
- getStartPoint( (Curve)arg1) -> Point3d :
C++ signature :
class AcGePoint3d getStartPoint(class PyDbCurve {lvalue})
- isClosed(...)
- isClosed( (Curve)arg1) -> bool :
C++ signature :
bool isClosed(class PyDbCurve {lvalue})
- isPeriodic(...)
- isPeriodic( (Curve)arg1) -> bool :
C++ signature :
bool isPeriodic(class PyDbCurve {lvalue})
- reverseCurve(...)
- reverseCurve( (Curve)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus reverseCurve(class PyDbCurve {lvalue})
Static methods inherited from Entity:
- blockId(...)
- blockId( (Entity)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId blockId(class PyDbEntity {lvalue})
- castShadows(...)
- castShadows( (Entity)arg1) -> bool :
C++ signature :
bool castShadows(class PyDbEntity {lvalue})
- collisionType(...)
- collisionType( (Entity)arg1) -> CollisionType :
C++ signature :
enum AcDb::CollisionType collisionType(class PyDbEntity {lvalue})
- color(...)
- color( (Entity)arg1) -> Color :
C++ signature :
class AcCmColor color(class PyDbEntity {lvalue})
- colorIndex(...)
- colorIndex( (Entity)arg1) -> int :
C++ signature :
unsigned short colorIndex(class PyDbEntity {lvalue})
- draw(...)
- draw( (Entity)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus draw(class PyDbEntity {lvalue})
- entityColor(...)
- entityColor( (Entity)arg1) -> EntityColor :
C++ signature :
class AcCmEntityColor entityColor(class PyDbEntity {lvalue})
- getCompoundObjectTransform(...)
- getCompoundObjectTransform( (Entity)arg1, (Matrix3d)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus getCompoundObjectTransform(class PyDbEntity {lvalue},class AcGeMatrix3d {lvalue})
- getEcs(...)
- getEcs( (Entity)arg1, (Matrix3d)arg2) -> None :
C++ signature :
void getEcs(class PyDbEntity {lvalue},class AcGeMatrix3d {lvalue})
- getGeomExtents(...)
- getGeomExtents( (Entity)arg1, (Extents)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus getGeomExtents(class PyDbEntity {lvalue},class AcDbExtents {lvalue})
- getPlane(...)
- getPlane( (Entity)arg1) -> Plane :
C++ signature :
class PyGePlane getPlane(class PyDbEntity {lvalue})
- getPlotStyleNameId(...)
- getPlotStyleNameId( (Entity)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId getPlotStyleNameId(class PyDbEntity {lvalue})
- isPlanar(...)
- isPlanar( (Entity)arg1) -> bool :
C++ signature :
bool isPlanar(class PyDbEntity {lvalue})
- layer(...)
- layer( (Entity)arg1) -> str :
C++ signature :
class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > layer(class PyDbEntity {lvalue})
- layerId(...)
- layerId( (Entity)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId layerId(class PyDbEntity {lvalue})
- lineWeight(...)
- lineWeight( (Entity)arg1) -> LineWeight :
C++ signature :
enum AcDb::LineWeight lineWeight(class PyDbEntity {lvalue})
- linetype(...)
- linetype( (Entity)arg1) -> str :
C++ signature :
class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > linetype(class PyDbEntity {lvalue})
- linetypeId(...)
- linetypeId( (Entity)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId linetypeId(class PyDbEntity {lvalue})
- linetypeScale(...)
- linetypeScale( (Entity)arg1) -> float :
C++ signature :
double linetypeScale(class PyDbEntity {lvalue})
- list(...)
- list( (Entity)arg1) -> None :
C++ signature :
void list(class PyDbEntity {lvalue})
- material(...)
- material( (Entity)arg1) -> str :
C++ signature :
class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > material(class PyDbEntity {lvalue})
- materialId(...)
- materialId( (Entity)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId materialId(class PyDbEntity {lvalue})
- plotStyleName(...)
- plotStyleName( (Entity)arg1) -> str :
C++ signature :
class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > plotStyleName(class PyDbEntity {lvalue})
- receiveShadows(...)
- receiveShadows( (Entity)arg1) -> bool :
C++ signature :
bool receiveShadows(class PyDbEntity {lvalue})
- recordGraphicsModified(...)
- recordGraphicsModified( (Entity)arg1) -> None :
C++ signature :
void recordGraphicsModified(class PyDbEntity {lvalue})
recordGraphicsModified( (Entity)arg1) -> None :
C++ signature :
void recordGraphicsModified(class PyDbEntity {lvalue})
- setCastShadows(...)
- setCastShadows( (Entity)arg1, (bool)arg2) -> None :
C++ signature :
void setCastShadows(class PyDbEntity {lvalue},bool)
- setColor(...)
- setColor( (Entity)arg1, (Color)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setColor(class PyDbEntity {lvalue},class AcCmColor)
setColor( (Entity)arg1, (Color)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setColor(class PyDbEntity {lvalue},class AcCmColor,bool)
setColor( (Entity)arg1, (Color)arg2, (bool)arg3, (Database)arg4) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setColor(class PyDbEntity {lvalue},class AcCmColor,bool,class PyDbDatabase {lvalue})
- setDatabaseDefaults(...)
- setDatabaseDefaults( (Entity)arg1) -> None :
C++ signature :
void setDatabaseDefaults(class PyDbEntity {lvalue})
setDatabaseDefaults( (Entity)arg1, (Database)arg2) -> None :
C++ signature :
void setDatabaseDefaults(class PyDbEntity {lvalue},class PyDbDatabase)
- setLayer(...)
- setLayer( (Entity)arg1, (str)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLayer(class PyDbEntity {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
setLayer( (Entity)arg1, (str)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLayer(class PyDbEntity {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,bool)
setLayer( (Entity)arg1, (str)arg2, (bool)arg3, (bool)arg4) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLayer(class PyDbEntity {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,bool,bool)
setLayer( (Entity)arg1, (ObjectId)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLayer(class PyDbEntity {lvalue},class PyDbObjectId)
setLayer( (Entity)arg1, (ObjectId)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLayer(class PyDbEntity {lvalue},class PyDbObjectId,bool)
setLayer( (Entity)arg1, (ObjectId)arg2, (bool)arg3, (bool)arg4) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLayer(class PyDbEntity {lvalue},class PyDbObjectId,bool,bool)
- setLineWeight(...)
- setLineWeight( (Entity)arg1, (LineWeight)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLineWeight(class PyDbEntity {lvalue},enum AcDb::LineWeight)
setLineWeight( (Entity)arg1, (LineWeight)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLineWeight(class PyDbEntity {lvalue},enum AcDb::LineWeight,bool)
- setLinetype(...)
- setLinetype( (Entity)arg1, (str)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLinetype(class PyDbEntity {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
setLinetype( (Entity)arg1, (str)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLinetype(class PyDbEntity {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,bool)
setLinetype( (Entity)arg1, (ObjectId)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLinetype(class PyDbEntity {lvalue},class PyDbObjectId)
setLinetype( (Entity)arg1, (ObjectId)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLinetype(class PyDbEntity {lvalue},class PyDbObjectId,bool)
- setLinetypeScale(...)
- setLinetypeScale( (Entity)arg1, (float)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLinetypeScale(class PyDbEntity {lvalue},double)
setLinetypeScale( (Entity)arg1, (float)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLinetypeScale(class PyDbEntity {lvalue},double,bool)
- setMaterial(...)
- setMaterial( (Entity)arg1, (str)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setMaterial(class PyDbEntity {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
setMaterial( (Entity)arg1, (str)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setMaterial(class PyDbEntity {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,bool)
setMaterial( (Entity)arg1, (ObjectId)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setMaterial(class PyDbEntity {lvalue},class PyDbObjectId)
setMaterial( (Entity)arg1, (ObjectId)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setMaterial(class PyDbEntity {lvalue},class PyDbObjectId,bool)
- setPlotStyleName(...)
- setPlotStyleName( (Entity)arg1, (str)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setPlotStyleName(class PyDbEntity {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,bool)
setPlotStyleName( (Entity)arg1, (PlotStyleNameType)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setPlotStyleName(class PyDbEntity {lvalue},enum AcDb::PlotStyleNameType,bool)
setPlotStyleName( (Entity)arg1, (PlotStyleNameType)arg2, (ObjectId)arg3, (bool)arg4) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setPlotStyleName(class PyDbEntity {lvalue},enum AcDb::PlotStyleNameType,class PyDbObjectId,bool)
- setPropertiesFrom(...)
- setPropertiesFrom( (Entity)arg1, (Entity)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setPropertiesFrom(class PyDbEntity {lvalue},class PyDbEntity)
setPropertiesFrom( (Entity)arg1, (Entity)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setPropertiesFrom(class PyDbEntity {lvalue},class PyDbEntity,bool)
- setReceiveShadows(...)
- setReceiveShadows( (Entity)arg1, (bool)arg2) -> None :
C++ signature :
void setReceiveShadows(class PyDbEntity {lvalue},bool)
- setVisibility(...)
- setVisibility( (Entity)arg1, (Visibility)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setVisibility(class PyDbEntity {lvalue},enum AcDb::Visibility)
setVisibility( (Entity)arg1, (Visibility)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setVisibility(class PyDbEntity {lvalue},enum AcDb::Visibility,bool)
- transformBy(...)
- transformBy( (Entity)arg1, (Matrix3d)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus transformBy(class PyDbEntity {lvalue},class AcGeMatrix3d)
- visibility(...)
- visibility( (Entity)arg1) -> Visibility :
C++ signature :
enum AcDb::Visibility visibility(class PyDbEntity {lvalue})
Static methods inherited from DbObject:
- addPersistentReactor(...)
- addPersistentReactor( (DbObject)arg1, (ObjectId)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus addPersistentReactor(class PyDbObject {lvalue},class PyDbObjectId)
- assertNotifyEnabled(...)
- assertNotifyEnabled( (DbObject)arg1) -> None :
C++ signature :
void assertNotifyEnabled(class PyDbObject {lvalue})
- assertReadEnabled(...)
- assertReadEnabled( (DbObject)arg1) -> None :
C++ signature :
void assertReadEnabled(class PyDbObject {lvalue})
- assertWriteEnabled(...)
- assertWriteEnabled( (DbObject)arg1) -> None :
C++ signature :
void assertWriteEnabled(class PyDbObject {lvalue})
- cancel(...)
- cancel( (DbObject)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus cancel(class PyDbObject {lvalue})
- close(...)
- close( (DbObject)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus close(class PyDbObject {lvalue})
- createExtensionDictionary(...)
- createExtensionDictionary( (DbObject)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus createExtensionDictionary(class PyDbObject {lvalue})
- database(...)
- database( (DbObject)arg1) -> Database :
C++ signature :
class PyDbDatabase database(class PyDbObject {lvalue})
- disableUndoRecording(...)
- disableUndoRecording( (DbObject)arg1, (bool)arg2) -> None :
C++ signature :
void disableUndoRecording(class PyDbObject {lvalue},bool)
- downgradeOpen(...)
- downgradeOpen( (DbObject)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus downgradeOpen(class PyDbObject {lvalue})
- downgradeToNotify(...)
- downgradeToNotify( (DbObject)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus downgradeToNotify(class PyDbObject {lvalue},bool)
- erase(...)
- erase( (DbObject)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus erase(class PyDbObject {lvalue})
- extensionDictionary(...)
- extensionDictionary( (DbObject)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId extensionDictionary(class PyDbObject {lvalue})
- handOverTo(...)
- handOverTo( (DbObject)arg1, (DbObject)arg2, (bool)arg3, (bool)arg4) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus handOverTo(class PyDbObject {lvalue},class PyDbObject {lvalue},bool,bool)
- hasPersistentReactor(...)
- hasPersistentReactor( (DbObject)arg1, (ObjectId)arg2) -> bool :
C++ signature :
bool hasPersistentReactor(class PyDbObject {lvalue},class PyDbObjectId)
- isAProxy(...)
- isAProxy( (DbObject)arg1) -> bool :
C++ signature :
bool isAProxy(class PyDbObject {lvalue})
- isCancelling(...)
- isCancelling( (DbObject)arg1) -> bool :
C++ signature :
bool isCancelling(class PyDbObject {lvalue})
- isEraseStatusToggled(...)
- isEraseStatusToggled( (DbObject)arg1) -> bool :
C++ signature :
bool isEraseStatusToggled(class PyDbObject {lvalue})
- isErased(...)
- isErased( (DbObject)arg1) -> bool :
C++ signature :
bool isErased(class PyDbObject {lvalue})
- isModified(...)
- isModified( (DbObject)arg1) -> bool :
C++ signature :
bool isModified(class PyDbObject {lvalue})
- isModifiedGraphics(...)
- isModifiedGraphics( (DbObject)arg1) -> bool :
C++ signature :
bool isModifiedGraphics(class PyDbObject {lvalue})
- isModifiedXData(...)
- isModifiedXData( (DbObject)arg1) -> bool :
C++ signature :
bool isModifiedXData(class PyDbObject {lvalue})
- isNewObject(...)
- isNewObject( (DbObject)arg1) -> bool :
C++ signature :
bool isNewObject(class PyDbObject {lvalue})
- isNotifyEnabled(...)
- isNotifyEnabled( (DbObject)arg1) -> bool :
C++ signature :
bool isNotifyEnabled(class PyDbObject {lvalue})
- isNotifying(...)
- isNotifying( (DbObject)arg1) -> bool :
C++ signature :
bool isNotifying(class PyDbObject {lvalue})
- isReadEnabled(...)
- isReadEnabled( (DbObject)arg1) -> bool :
C++ signature :
bool isReadEnabled(class PyDbObject {lvalue})
- isReallyClosing(...)
- isReallyClosing( (DbObject)arg1) -> bool :
C++ signature :
bool isReallyClosing(class PyDbObject {lvalue})
- isTransactionResident(...)
- isTransactionResident( (DbObject)arg1) -> bool :
C++ signature :
bool isTransactionResident(class PyDbObject {lvalue})
- isUndoRecordingDisabled(...)
- isUndoRecordingDisabled( (DbObject)arg1) -> bool :
C++ signature :
bool isUndoRecordingDisabled(class PyDbObject {lvalue})
- isUndoing(...)
- isUndoing( (DbObject)arg1) -> bool :
C++ signature :
bool isUndoing(class PyDbObject {lvalue})
- isWriteEnabled(...)
- isWriteEnabled( (DbObject)arg1) -> bool :
C++ signature :
bool isWriteEnabled(class PyDbObject {lvalue})
- objectId(...)
- objectId( (DbObject)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId objectId(class PyDbObject {lvalue})
- ownerId(...)
- ownerId( (DbObject)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId ownerId(class PyDbObject {lvalue})
- releaseExtensionDictionary(...)
- releaseExtensionDictionary( (DbObject)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus releaseExtensionDictionary(class PyDbObject {lvalue})
- removePersistentReactor(...)
- removePersistentReactor( (DbObject)arg1, (ObjectId)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus removePersistentReactor(class PyDbObject {lvalue},class PyDbObjectId)
- setOwnerId(...)
- setOwnerId( (DbObject)arg1, (ObjectId)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setOwnerId(class PyDbObject {lvalue},class PyDbObjectId)
- setXData(...)
- setXData( (DbObject)arg1, (list)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setXData(class PyDbObject {lvalue},class boost::python::list)
- swapIdWith(...)
- swapIdWith( (DbObject)arg1, (ObjectId)arg2, (bool)arg3, (bool)arg4) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus swapIdWith(class PyDbObject {lvalue},class PyDbObjectId {lvalue},bool,bool)
- upgradeFromNotify(...)
- upgradeFromNotify( (DbObject)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus upgradeFromNotify(class PyDbObject {lvalue},bool {lvalue})
- upgradeOpen(...)
- upgradeOpen( (DbObject)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus upgradeOpen(class PyDbObject {lvalue})
- xData(...)
- xData( (DbObject)arg1, (str)arg2) -> list :
C++ signature :
class boost::python::list xData(class PyDbObject {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
- xDataTransformBy(...)
- xDataTransformBy( (DbObject)arg1, (Matrix3d)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus xDataTransformBy(class PyDbObject {lvalue},class AcGeMatrix3d)
Static methods inherited from PyGi.Drawable:
- isA(...)
- isA( (Drawable)arg1) -> RxClass :
C++ signature :
class PyRxClass isA(class PyGiDrawable {lvalue})
Static methods inherited from PyRx.RxObject:
- __eq__(...)
- __eq__( (RxObject)arg1, (RxObject)arg2) -> bool :
C++ signature :
bool __eq__(class PyRxObject {lvalue},class PyRxObject)
- __ne__(...)
- __ne__( (RxObject)arg1, (RxObject)arg2) -> bool :
C++ signature :
bool __ne__(class PyRxObject {lvalue},class PyRxObject)
- isNull(...)
- isNull( (RxObject)arg1) -> bool :
C++ signature :
bool isNull(class PyRxObject {lvalue})
Static methods inherited from Boost.Python.instance:
- __new__(*args, **kwargs) from Boost.Python.class
- Create and return a new object. See help(type) for accurate signature.
Data descriptors inherited from Boost.Python.instance:
- __dict__
- __weakref__
|
class Line(Curve) |
| | |
- Method resolution order:
- Line
- Curve
- Entity
- DbObject
- PyGi.Drawable
- PyRx.RxObject
- Boost.Python.instance
- builtins.object
Static methods defined here:
- __init__(...)
- __init__( (object)arg1) -> None :
C++ signature :
void __init__(struct _object * __ptr64)
__init__( (object)arg1) -> None :
C++ signature :
void __init__(struct _object * __ptr64)
__init__( (object)arg1, (ObjectId)arg2, (OpenMode)arg3) -> None :
C++ signature :
void __init__(struct _object * __ptr64,class PyDbObjectId,enum AcDb::OpenMode)
__init__( (object)arg1, (Point3d)arg2, (Point3d)arg3) -> None :
C++ signature :
void __init__(struct _object * __ptr64,class AcGePoint3d,class AcGePoint3d)
- __reduce__ = (...)
- className(...)
- className() -> str :
C++ signature :
class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > className()
- desc(...)
- desc() -> RxClass :
C++ signature :
class PyRxClass desc()
- endPoint(...)
- endPoint( (Line)arg1) -> Point3d :
C++ signature :
class AcGePoint3d endPoint(class PyDbLine {lvalue})
- getOffsetCurvesGivenPlaneNormal(...)
- getOffsetCurvesGivenPlaneNormal( (Line)arg1, (Vector3d)arg2, (float)arg3) -> list :
C++ signature :
class boost::python::list getOffsetCurvesGivenPlaneNormal(class PyDbLine {lvalue},class AcGeVector3d,double)
- normal(...)
- normal( (Line)arg1) -> Vector3d :
C++ signature :
class AcGeVector3d normal(class PyDbLine {lvalue})
- setEndPoint(...)
- setEndPoint( (Line)arg1, (Point3d)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setEndPoint(class PyDbLine {lvalue},class AcGePoint3d)
- setNormal(...)
- setNormal( (Line)arg1, (Vector3d)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setNormal(class PyDbLine {lvalue},class AcGeVector3d)
- setStartPoint(...)
- setStartPoint( (Line)arg1, (Point3d)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setStartPoint(class PyDbLine {lvalue},class AcGePoint3d)
- setThickness(...)
- setThickness( (Line)arg1, (float)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setThickness(class PyDbLine {lvalue},double)
- startPoint(...)
- startPoint( (Line)arg1) -> Point3d :
C++ signature :
class AcGePoint3d startPoint(class PyDbLine {lvalue})
- thickness(...)
- thickness( (Line)arg1) -> float :
C++ signature :
double thickness(class PyDbLine {lvalue})
Data and other attributes defined here:
- __instance_size__ = 48
Static methods inherited from Curve:
- extend(...)
- extend( (Curve)arg1, (float)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus extend(class PyDbCurve {lvalue},double)
extend( (Curve)arg1, (bool)arg2, (Point3d)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus extend(class PyDbCurve {lvalue},bool,class AcGePoint3d)
- getArea(...)
- getArea( (Curve)arg1) -> float :
C++ signature :
double getArea(class PyDbCurve {lvalue})
- getClosestPointTo(...)
- getClosestPointTo( (Curve)arg1, (Point3d)arg2, (bool)arg3) -> Point3d :
C++ signature :
class AcGePoint3d getClosestPointTo(class PyDbCurve {lvalue},class AcGePoint3d,bool)
getClosestPointTo( (Curve)arg1, (Point3d)arg2, (Vector3d)arg3, (bool)arg4) -> Point3d :
C++ signature :
class AcGePoint3d getClosestPointTo(class PyDbCurve {lvalue},class AcGePoint3d,class AcGeVector3d,bool)
- getDistAtParam(...)
- getDistAtParam( (Curve)arg1, (float)arg2) -> float :
C++ signature :
double getDistAtParam(class PyDbCurve {lvalue},double)
- getDistAtPoint(...)
- getDistAtPoint( (Curve)arg1, (Point3d)arg2) -> float :
C++ signature :
double getDistAtPoint(class PyDbCurve {lvalue},class AcGePoint3d)
- getEndParam(...)
- getEndParam( (Curve)arg1) -> float :
C++ signature :
double getEndParam(class PyDbCurve {lvalue})
- getEndPoint(...)
- getEndPoint( (Curve)arg1) -> Point3d :
C++ signature :
class AcGePoint3d getEndPoint(class PyDbCurve {lvalue})
- getFirstDeriv(...)
- getFirstDeriv( (Curve)arg1, (float)arg2) -> Vector3d :
C++ signature :
class AcGeVector3d getFirstDeriv(class PyDbCurve {lvalue},double)
getFirstDeriv( (Curve)arg1, (Point3d)arg2) -> Vector3d :
C++ signature :
class AcGeVector3d getFirstDeriv(class PyDbCurve {lvalue},class AcGePoint3d)
- getOffsetCurves(...)
- getOffsetCurves( (Curve)arg1, (float)arg2) -> list :
C++ signature :
class boost::python::list getOffsetCurves(class PyDbCurve {lvalue},double)
- getParamAtDist(...)
- getParamAtDist( (Curve)arg1, (float)arg2) -> float :
C++ signature :
double getParamAtDist(class PyDbCurve {lvalue},double)
- getParamAtPoint(...)
- getParamAtPoint( (Curve)arg1, (Point3d)arg2) -> float :
C++ signature :
double getParamAtPoint(class PyDbCurve {lvalue},class AcGePoint3d)
- getPointAtDist(...)
- getPointAtDist( (Curve)arg1, (float)arg2) -> Point3d :
C++ signature :
class AcGePoint3d getPointAtDist(class PyDbCurve {lvalue},double)
- getPointAtParam(...)
- getPointAtParam( (Curve)arg1, (float)arg2) -> Point3d :
C++ signature :
class AcGePoint3d getPointAtParam(class PyDbCurve {lvalue},double)
- getSecondDeriv(...)
- getSecondDeriv( (Curve)arg1, (float)arg2) -> Vector3d :
C++ signature :
class AcGeVector3d getSecondDeriv(class PyDbCurve {lvalue},double)
getSecondDeriv( (Curve)arg1, (Point3d)arg2) -> Vector3d :
C++ signature :
class AcGeVector3d getSecondDeriv(class PyDbCurve {lvalue},class AcGePoint3d)
- getSplitCurves(...)
- getSplitCurves( (Curve)arg1, (list)arg2) -> list :
C++ signature :
class boost::python::list getSplitCurves(class PyDbCurve {lvalue},class boost::python::list)
- getSplitCurvesAtParams(...)
- getSplitCurvesAtParams( (Curve)arg1, (list)arg2) -> list :
C++ signature :
class boost::python::list getSplitCurvesAtParams(class PyDbCurve {lvalue},class boost::python::list)
- getSplitCurvesAtPoints(...)
- getSplitCurvesAtPoints( (Curve)arg1, (list)arg2) -> list :
C++ signature :
class boost::python::list getSplitCurvesAtPoints(class PyDbCurve {lvalue},class boost::python::list)
- getStartParam(...)
- getStartParam( (Curve)arg1) -> float :
C++ signature :
double getStartParam(class PyDbCurve {lvalue})
- getStartPoint(...)
- getStartPoint( (Curve)arg1) -> Point3d :
C++ signature :
class AcGePoint3d getStartPoint(class PyDbCurve {lvalue})
- isClosed(...)
- isClosed( (Curve)arg1) -> bool :
C++ signature :
bool isClosed(class PyDbCurve {lvalue})
- isPeriodic(...)
- isPeriodic( (Curve)arg1) -> bool :
C++ signature :
bool isPeriodic(class PyDbCurve {lvalue})
- reverseCurve(...)
- reverseCurve( (Curve)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus reverseCurve(class PyDbCurve {lvalue})
Static methods inherited from Entity:
- blockId(...)
- blockId( (Entity)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId blockId(class PyDbEntity {lvalue})
- castShadows(...)
- castShadows( (Entity)arg1) -> bool :
C++ signature :
bool castShadows(class PyDbEntity {lvalue})
- collisionType(...)
- collisionType( (Entity)arg1) -> CollisionType :
C++ signature :
enum AcDb::CollisionType collisionType(class PyDbEntity {lvalue})
- color(...)
- color( (Entity)arg1) -> Color :
C++ signature :
class AcCmColor color(class PyDbEntity {lvalue})
- colorIndex(...)
- colorIndex( (Entity)arg1) -> int :
C++ signature :
unsigned short colorIndex(class PyDbEntity {lvalue})
- draw(...)
- draw( (Entity)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus draw(class PyDbEntity {lvalue})
- entityColor(...)
- entityColor( (Entity)arg1) -> EntityColor :
C++ signature :
class AcCmEntityColor entityColor(class PyDbEntity {lvalue})
- getCompoundObjectTransform(...)
- getCompoundObjectTransform( (Entity)arg1, (Matrix3d)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus getCompoundObjectTransform(class PyDbEntity {lvalue},class AcGeMatrix3d {lvalue})
- getEcs(...)
- getEcs( (Entity)arg1, (Matrix3d)arg2) -> None :
C++ signature :
void getEcs(class PyDbEntity {lvalue},class AcGeMatrix3d {lvalue})
- getGeomExtents(...)
- getGeomExtents( (Entity)arg1, (Extents)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus getGeomExtents(class PyDbEntity {lvalue},class AcDbExtents {lvalue})
- getPlane(...)
- getPlane( (Entity)arg1) -> Plane :
C++ signature :
class PyGePlane getPlane(class PyDbEntity {lvalue})
- getPlotStyleNameId(...)
- getPlotStyleNameId( (Entity)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId getPlotStyleNameId(class PyDbEntity {lvalue})
- isPlanar(...)
- isPlanar( (Entity)arg1) -> bool :
C++ signature :
bool isPlanar(class PyDbEntity {lvalue})
- layer(...)
- layer( (Entity)arg1) -> str :
C++ signature :
class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > layer(class PyDbEntity {lvalue})
- layerId(...)
- layerId( (Entity)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId layerId(class PyDbEntity {lvalue})
- lineWeight(...)
- lineWeight( (Entity)arg1) -> LineWeight :
C++ signature :
enum AcDb::LineWeight lineWeight(class PyDbEntity {lvalue})
- linetype(...)
- linetype( (Entity)arg1) -> str :
C++ signature :
class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > linetype(class PyDbEntity {lvalue})
- linetypeId(...)
- linetypeId( (Entity)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId linetypeId(class PyDbEntity {lvalue})
- linetypeScale(...)
- linetypeScale( (Entity)arg1) -> float :
C++ signature :
double linetypeScale(class PyDbEntity {lvalue})
- list(...)
- list( (Entity)arg1) -> None :
C++ signature :
void list(class PyDbEntity {lvalue})
- material(...)
- material( (Entity)arg1) -> str :
C++ signature :
class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > material(class PyDbEntity {lvalue})
- materialId(...)
- materialId( (Entity)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId materialId(class PyDbEntity {lvalue})
- plotStyleName(...)
- plotStyleName( (Entity)arg1) -> str :
C++ signature :
class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > plotStyleName(class PyDbEntity {lvalue})
- receiveShadows(...)
- receiveShadows( (Entity)arg1) -> bool :
C++ signature :
bool receiveShadows(class PyDbEntity {lvalue})
- recordGraphicsModified(...)
- recordGraphicsModified( (Entity)arg1) -> None :
C++ signature :
void recordGraphicsModified(class PyDbEntity {lvalue})
recordGraphicsModified( (Entity)arg1) -> None :
C++ signature :
void recordGraphicsModified(class PyDbEntity {lvalue})
- setCastShadows(...)
- setCastShadows( (Entity)arg1, (bool)arg2) -> None :
C++ signature :
void setCastShadows(class PyDbEntity {lvalue},bool)
- setColor(...)
- setColor( (Entity)arg1, (Color)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setColor(class PyDbEntity {lvalue},class AcCmColor)
setColor( (Entity)arg1, (Color)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setColor(class PyDbEntity {lvalue},class AcCmColor,bool)
setColor( (Entity)arg1, (Color)arg2, (bool)arg3, (Database)arg4) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setColor(class PyDbEntity {lvalue},class AcCmColor,bool,class PyDbDatabase {lvalue})
- setColorIndex(...)
- setColorIndex( (Entity)arg1, (int)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setColorIndex(class PyDbEntity {lvalue},unsigned short)
setColorIndex( (Entity)arg1, (int)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setColorIndex(class PyDbEntity {lvalue},unsigned short,bool)
- setDatabaseDefaults(...)
- setDatabaseDefaults( (Entity)arg1) -> None :
C++ signature :
void setDatabaseDefaults(class PyDbEntity {lvalue})
setDatabaseDefaults( (Entity)arg1, (Database)arg2) -> None :
C++ signature :
void setDatabaseDefaults(class PyDbEntity {lvalue},class PyDbDatabase)
- setLayer(...)
- setLayer( (Entity)arg1, (str)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLayer(class PyDbEntity {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
setLayer( (Entity)arg1, (str)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLayer(class PyDbEntity {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,bool)
setLayer( (Entity)arg1, (str)arg2, (bool)arg3, (bool)arg4) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLayer(class PyDbEntity {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,bool,bool)
setLayer( (Entity)arg1, (ObjectId)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLayer(class PyDbEntity {lvalue},class PyDbObjectId)
setLayer( (Entity)arg1, (ObjectId)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLayer(class PyDbEntity {lvalue},class PyDbObjectId,bool)
setLayer( (Entity)arg1, (ObjectId)arg2, (bool)arg3, (bool)arg4) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLayer(class PyDbEntity {lvalue},class PyDbObjectId,bool,bool)
- setLineWeight(...)
- setLineWeight( (Entity)arg1, (LineWeight)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLineWeight(class PyDbEntity {lvalue},enum AcDb::LineWeight)
setLineWeight( (Entity)arg1, (LineWeight)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLineWeight(class PyDbEntity {lvalue},enum AcDb::LineWeight,bool)
- setLinetype(...)
- setLinetype( (Entity)arg1, (str)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLinetype(class PyDbEntity {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
setLinetype( (Entity)arg1, (str)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLinetype(class PyDbEntity {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,bool)
setLinetype( (Entity)arg1, (ObjectId)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLinetype(class PyDbEntity {lvalue},class PyDbObjectId)
setLinetype( (Entity)arg1, (ObjectId)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLinetype(class PyDbEntity {lvalue},class PyDbObjectId,bool)
- setLinetypeScale(...)
- setLinetypeScale( (Entity)arg1, (float)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLinetypeScale(class PyDbEntity {lvalue},double)
setLinetypeScale( (Entity)arg1, (float)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLinetypeScale(class PyDbEntity {lvalue},double,bool)
- setMaterial(...)
- setMaterial( (Entity)arg1, (str)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setMaterial(class PyDbEntity {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
setMaterial( (Entity)arg1, (str)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setMaterial(class PyDbEntity {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,bool)
setMaterial( (Entity)arg1, (ObjectId)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setMaterial(class PyDbEntity {lvalue},class PyDbObjectId)
setMaterial( (Entity)arg1, (ObjectId)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setMaterial(class PyDbEntity {lvalue},class PyDbObjectId,bool)
- setPlotStyleName(...)
- setPlotStyleName( (Entity)arg1, (str)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setPlotStyleName(class PyDbEntity {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,bool)
setPlotStyleName( (Entity)arg1, (PlotStyleNameType)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setPlotStyleName(class PyDbEntity {lvalue},enum AcDb::PlotStyleNameType,bool)
setPlotStyleName( (Entity)arg1, (PlotStyleNameType)arg2, (ObjectId)arg3, (bool)arg4) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setPlotStyleName(class PyDbEntity {lvalue},enum AcDb::PlotStyleNameType,class PyDbObjectId,bool)
- setPropertiesFrom(...)
- setPropertiesFrom( (Entity)arg1, (Entity)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setPropertiesFrom(class PyDbEntity {lvalue},class PyDbEntity)
setPropertiesFrom( (Entity)arg1, (Entity)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setPropertiesFrom(class PyDbEntity {lvalue},class PyDbEntity,bool)
- setReceiveShadows(...)
- setReceiveShadows( (Entity)arg1, (bool)arg2) -> None :
C++ signature :
void setReceiveShadows(class PyDbEntity {lvalue},bool)
- setVisibility(...)
- setVisibility( (Entity)arg1, (Visibility)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setVisibility(class PyDbEntity {lvalue},enum AcDb::Visibility)
setVisibility( (Entity)arg1, (Visibility)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setVisibility(class PyDbEntity {lvalue},enum AcDb::Visibility,bool)
- transformBy(...)
- transformBy( (Entity)arg1, (Matrix3d)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus transformBy(class PyDbEntity {lvalue},class AcGeMatrix3d)
- visibility(...)
- visibility( (Entity)arg1) -> Visibility :
C++ signature :
enum AcDb::Visibility visibility(class PyDbEntity {lvalue})
Static methods inherited from DbObject:
- addPersistentReactor(...)
- addPersistentReactor( (DbObject)arg1, (ObjectId)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus addPersistentReactor(class PyDbObject {lvalue},class PyDbObjectId)
- assertNotifyEnabled(...)
- assertNotifyEnabled( (DbObject)arg1) -> None :
C++ signature :
void assertNotifyEnabled(class PyDbObject {lvalue})
- assertReadEnabled(...)
- assertReadEnabled( (DbObject)arg1) -> None :
C++ signature :
void assertReadEnabled(class PyDbObject {lvalue})
- assertWriteEnabled(...)
- assertWriteEnabled( (DbObject)arg1) -> None :
C++ signature :
void assertWriteEnabled(class PyDbObject {lvalue})
- cancel(...)
- cancel( (DbObject)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus cancel(class PyDbObject {lvalue})
- close(...)
- close( (DbObject)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus close(class PyDbObject {lvalue})
- createExtensionDictionary(...)
- createExtensionDictionary( (DbObject)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus createExtensionDictionary(class PyDbObject {lvalue})
- database(...)
- database( (DbObject)arg1) -> Database :
C++ signature :
class PyDbDatabase database(class PyDbObject {lvalue})
- disableUndoRecording(...)
- disableUndoRecording( (DbObject)arg1, (bool)arg2) -> None :
C++ signature :
void disableUndoRecording(class PyDbObject {lvalue},bool)
- downgradeOpen(...)
- downgradeOpen( (DbObject)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus downgradeOpen(class PyDbObject {lvalue})
- downgradeToNotify(...)
- downgradeToNotify( (DbObject)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus downgradeToNotify(class PyDbObject {lvalue},bool)
- erase(...)
- erase( (DbObject)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus erase(class PyDbObject {lvalue})
- extensionDictionary(...)
- extensionDictionary( (DbObject)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId extensionDictionary(class PyDbObject {lvalue})
- handOverTo(...)
- handOverTo( (DbObject)arg1, (DbObject)arg2, (bool)arg3, (bool)arg4) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus handOverTo(class PyDbObject {lvalue},class PyDbObject {lvalue},bool,bool)
- hasPersistentReactor(...)
- hasPersistentReactor( (DbObject)arg1, (ObjectId)arg2) -> bool :
C++ signature :
bool hasPersistentReactor(class PyDbObject {lvalue},class PyDbObjectId)
- isAProxy(...)
- isAProxy( (DbObject)arg1) -> bool :
C++ signature :
bool isAProxy(class PyDbObject {lvalue})
- isCancelling(...)
- isCancelling( (DbObject)arg1) -> bool :
C++ signature :
bool isCancelling(class PyDbObject {lvalue})
- isEraseStatusToggled(...)
- isEraseStatusToggled( (DbObject)arg1) -> bool :
C++ signature :
bool isEraseStatusToggled(class PyDbObject {lvalue})
- isErased(...)
- isErased( (DbObject)arg1) -> bool :
C++ signature :
bool isErased(class PyDbObject {lvalue})
- isModified(...)
- isModified( (DbObject)arg1) -> bool :
C++ signature :
bool isModified(class PyDbObject {lvalue})
- isModifiedGraphics(...)
- isModifiedGraphics( (DbObject)arg1) -> bool :
C++ signature :
bool isModifiedGraphics(class PyDbObject {lvalue})
- isModifiedXData(...)
- isModifiedXData( (DbObject)arg1) -> bool :
C++ signature :
bool isModifiedXData(class PyDbObject {lvalue})
- isNewObject(...)
- isNewObject( (DbObject)arg1) -> bool :
C++ signature :
bool isNewObject(class PyDbObject {lvalue})
- isNotifyEnabled(...)
- isNotifyEnabled( (DbObject)arg1) -> bool :
C++ signature :
bool isNotifyEnabled(class PyDbObject {lvalue})
- isNotifying(...)
- isNotifying( (DbObject)arg1) -> bool :
C++ signature :
bool isNotifying(class PyDbObject {lvalue})
- isReadEnabled(...)
- isReadEnabled( (DbObject)arg1) -> bool :
C++ signature :
bool isReadEnabled(class PyDbObject {lvalue})
- isReallyClosing(...)
- isReallyClosing( (DbObject)arg1) -> bool :
C++ signature :
bool isReallyClosing(class PyDbObject {lvalue})
- isTransactionResident(...)
- isTransactionResident( (DbObject)arg1) -> bool :
C++ signature :
bool isTransactionResident(class PyDbObject {lvalue})
- isUndoRecordingDisabled(...)
- isUndoRecordingDisabled( (DbObject)arg1) -> bool :
C++ signature :
bool isUndoRecordingDisabled(class PyDbObject {lvalue})
- isUndoing(...)
- isUndoing( (DbObject)arg1) -> bool :
C++ signature :
bool isUndoing(class PyDbObject {lvalue})
- isWriteEnabled(...)
- isWriteEnabled( (DbObject)arg1) -> bool :
C++ signature :
bool isWriteEnabled(class PyDbObject {lvalue})
- objectId(...)
- objectId( (DbObject)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId objectId(class PyDbObject {lvalue})
- ownerId(...)
- ownerId( (DbObject)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId ownerId(class PyDbObject {lvalue})
- releaseExtensionDictionary(...)
- releaseExtensionDictionary( (DbObject)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus releaseExtensionDictionary(class PyDbObject {lvalue})
- removePersistentReactor(...)
- removePersistentReactor( (DbObject)arg1, (ObjectId)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus removePersistentReactor(class PyDbObject {lvalue},class PyDbObjectId)
- setOwnerId(...)
- setOwnerId( (DbObject)arg1, (ObjectId)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setOwnerId(class PyDbObject {lvalue},class PyDbObjectId)
- setXData(...)
- setXData( (DbObject)arg1, (list)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setXData(class PyDbObject {lvalue},class boost::python::list)
- swapIdWith(...)
- swapIdWith( (DbObject)arg1, (ObjectId)arg2, (bool)arg3, (bool)arg4) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus swapIdWith(class PyDbObject {lvalue},class PyDbObjectId {lvalue},bool,bool)
- upgradeFromNotify(...)
- upgradeFromNotify( (DbObject)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus upgradeFromNotify(class PyDbObject {lvalue},bool {lvalue})
- upgradeOpen(...)
- upgradeOpen( (DbObject)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus upgradeOpen(class PyDbObject {lvalue})
- xData(...)
- xData( (DbObject)arg1, (str)arg2) -> list :
C++ signature :
class boost::python::list xData(class PyDbObject {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
- xDataTransformBy(...)
- xDataTransformBy( (DbObject)arg1, (Matrix3d)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus xDataTransformBy(class PyDbObject {lvalue},class AcGeMatrix3d)
Static methods inherited from PyGi.Drawable:
- isA(...)
- isA( (Drawable)arg1) -> RxClass :
C++ signature :
class PyRxClass isA(class PyGiDrawable {lvalue})
Static methods inherited from PyRx.RxObject:
- __eq__(...)
- __eq__( (RxObject)arg1, (RxObject)arg2) -> bool :
C++ signature :
bool __eq__(class PyRxObject {lvalue},class PyRxObject)
- __ne__(...)
- __ne__( (RxObject)arg1, (RxObject)arg2) -> bool :
C++ signature :
bool __ne__(class PyRxObject {lvalue},class PyRxObject)
- isNull(...)
- isNull( (RxObject)arg1) -> bool :
C++ signature :
bool isNull(class PyRxObject {lvalue})
Static methods inherited from Boost.Python.instance:
- __new__(*args, **kwargs) from Boost.Python.class
- Create and return a new object. See help(type) for accurate signature.
Data descriptors inherited from Boost.Python.instance:
- __dict__
- __weakref__
|
class LineAngularDimension2(Dimension) |
| | |
- Method resolution order:
- LineAngularDimension2
- Dimension
- Entity
- DbObject
- PyGi.Drawable
- PyRx.RxObject
- Boost.Python.instance
- builtins.object
Static methods defined here:
- __init__(...)
- __init__( (object)arg1) -> None :
C++ signature :
void __init__(struct _object * __ptr64)
__init__( (object)arg1) -> None :
C++ signature :
void __init__(struct _object * __ptr64)
__init__( (object)arg1, (ObjectId)arg2, (OpenMode)arg3) -> None :
C++ signature :
void __init__(struct _object * __ptr64,class PyDbObjectId,enum AcDb::OpenMode)
__init__( (object)arg1, (Point3d)arg2, (Point3d)arg3, (Point3d)arg4, (Point3d)arg5, (Point3d)arg6) -> None :
C++ signature :
void __init__(struct _object * __ptr64,class AcGePoint3d,class AcGePoint3d,class AcGePoint3d,class AcGePoint3d,class AcGePoint3d)
__init__( (object)arg1, (Point3d)arg2, (Point3d)arg3, (Point3d)arg4, (Point3d)arg5, (Point3d)arg6, (str)arg7) -> None :
C++ signature :
void __init__(struct _object * __ptr64,class AcGePoint3d,class AcGePoint3d,class AcGePoint3d,class AcGePoint3d,class AcGePoint3d,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
__init__( (object)arg1, (Point3d)arg2, (Point3d)arg3, (Point3d)arg4, (Point3d)arg5, (Point3d)arg6, (str)arg7, (ObjectId)arg8) -> None :
C++ signature :
void __init__(struct _object * __ptr64,class AcGePoint3d,class AcGePoint3d,class AcGePoint3d,class AcGePoint3d,class AcGePoint3d,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,class PyDbObjectId)
- __reduce__ = (...)
- arcPoint(...)
- arcPoint( (LineAngularDimension2)arg1) -> Point3d :
C++ signature :
class AcGePoint3d arcPoint(class PyDb2LineAngularDimension {lvalue})
- className(...)
- className() -> str :
C++ signature :
class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > className()
- desc(...)
- desc() -> RxClass :
C++ signature :
class PyRxClass desc()
- extArcOn(...)
- extArcOn( (LineAngularDimension2)arg1) -> bool :
C++ signature :
bool extArcOn(class PyDb2LineAngularDimension {lvalue})
- setArcPoint(...)
- setArcPoint( (LineAngularDimension2)arg1, (Point3d)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setArcPoint(class PyDb2LineAngularDimension {lvalue},class AcGePoint3d)
- setExtArcOn(...)
- setExtArcOn( (LineAngularDimension2)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setExtArcOn(class PyDb2LineAngularDimension {lvalue},bool)
- setXLine1End(...)
- setXLine1End( (LineAngularDimension2)arg1, (Point3d)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setXLine1End(class PyDb2LineAngularDimension {lvalue},class AcGePoint3d)
- setXLine1Start(...)
- setXLine1Start( (LineAngularDimension2)arg1, (Point3d)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setXLine1Start(class PyDb2LineAngularDimension {lvalue},class AcGePoint3d)
- setXLine2End(...)
- setXLine2End( (LineAngularDimension2)arg1, (Point3d)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setXLine2End(class PyDb2LineAngularDimension {lvalue},class AcGePoint3d)
- setXLine2Start(...)
- setXLine2Start( (LineAngularDimension2)arg1, (Point3d)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setXLine2Start(class PyDb2LineAngularDimension {lvalue},class AcGePoint3d)
- xLine1End(...)
- xLine1End( (LineAngularDimension2)arg1) -> Point3d :
C++ signature :
class AcGePoint3d xLine1End(class PyDb2LineAngularDimension {lvalue})
- xLine1Start(...)
- xLine1Start( (LineAngularDimension2)arg1) -> Point3d :
C++ signature :
class AcGePoint3d xLine1Start(class PyDb2LineAngularDimension {lvalue})
- xLine2End(...)
- xLine2End( (LineAngularDimension2)arg1) -> Point3d :
C++ signature :
class AcGePoint3d xLine2End(class PyDb2LineAngularDimension {lvalue})
- xLine2Start(...)
- xLine2Start( (LineAngularDimension2)arg1) -> Point3d :
C++ signature :
class AcGePoint3d xLine2Start(class PyDb2LineAngularDimension {lvalue})
Data and other attributes defined here:
- __instance_size__ = 48
Static methods inherited from Dimension:
- altSuppressLeadingZeros(...)
- altSuppressLeadingZeros( (Dimension)arg1) -> bool :
C++ signature :
bool altSuppressLeadingZeros(class PyDbDimension {lvalue})
- altSuppressTrailingZeros(...)
- altSuppressTrailingZeros( (Dimension)arg1) -> bool :
C++ signature :
bool altSuppressTrailingZeros(class PyDbDimension {lvalue})
- altSuppressZeroFeet(...)
- altSuppressZeroFeet( (Dimension)arg1) -> bool :
C++ signature :
bool altSuppressZeroFeet(class PyDbDimension {lvalue})
- altSuppressZeroInches(...)
- altSuppressZeroInches( (Dimension)arg1) -> bool :
C++ signature :
bool altSuppressZeroInches(class PyDbDimension {lvalue})
- altToleranceSuppressLeadingZeros(...)
- altToleranceSuppressLeadingZeros( (Dimension)arg1) -> bool :
C++ signature :
bool altToleranceSuppressLeadingZeros(class PyDbDimension {lvalue})
- altToleranceSuppressTrailingZeros(...)
- altToleranceSuppressTrailingZeros( (Dimension)arg1) -> bool :
C++ signature :
bool altToleranceSuppressTrailingZeros(class PyDbDimension {lvalue})
- altToleranceSuppressZeroFeet(...)
- altToleranceSuppressZeroFeet( (Dimension)arg1) -> bool :
C++ signature :
bool altToleranceSuppressZeroFeet(class PyDbDimension {lvalue})
- altToleranceSuppressZeroInches(...)
- altToleranceSuppressZeroInches( (Dimension)arg1) -> bool :
C++ signature :
bool altToleranceSuppressZeroInches(class PyDbDimension {lvalue})
- alternatePrefix(...)
- alternatePrefix( (Dimension)arg1) -> str :
C++ signature :
class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > alternatePrefix(class PyDbDimension {lvalue})
- alternateSuffix(...)
- alternateSuffix( (Dimension)arg1) -> str :
C++ signature :
class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > alternateSuffix(class PyDbDimension {lvalue})
- blockTransform(...)
- blockTransform( (Dimension)arg1) -> Matrix3d :
C++ signature :
class AcGeMatrix3d blockTransform(class PyDbDimension {lvalue})
- centerMarkSize(...)
- centerMarkSize( (Dimension)arg1) -> float :
C++ signature :
double centerMarkSize(class PyDbDimension {lvalue})
- dimBlockId(...)
- dimBlockId( (Dimension)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId dimBlockId(class PyDbDimension {lvalue})
- dimBlockPosition(...)
- dimBlockPosition( (Dimension)arg1) -> Point3d :
C++ signature :
class AcGePoint3d dimBlockPosition(class PyDbDimension {lvalue})
- dimExt1Linetype(...)
- dimExt1Linetype( (Dimension)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId dimExt1Linetype(class PyDbDimension {lvalue})
- dimExt2Linetype(...)
- dimExt2Linetype( (Dimension)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId dimExt2Linetype(class PyDbDimension {lvalue})
- dimLineLinetype(...)
- dimLineLinetype( (Dimension)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId dimLineLinetype(class PyDbDimension {lvalue})
- dimensionStyle(...)
- dimensionStyle( (Dimension)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId dimensionStyle(class PyDbDimension {lvalue})
- dimensionText(...)
- dimensionText( (Dimension)arg1) -> str :
C++ signature :
class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > dimensionText(class PyDbDimension {lvalue})
- elevation(...)
- elevation( (Dimension)arg1) -> float :
C++ signature :
double elevation(class PyDbDimension {lvalue})
- fieldFromMText(...)
- fieldFromMText( (Dimension)arg1, (MText)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus fieldFromMText(class PyDbDimension {lvalue},class PyDbMText {lvalue})
- fieldToMText(...)
- fieldToMText( (Dimension)arg1, (MText)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus fieldToMText(class PyDbDimension {lvalue},class PyDbMText {lvalue})
- formatMeasurement(...)
- formatMeasurement( (Dimension)arg1, (float)arg2) -> str :
C++ signature :
class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > formatMeasurement(class PyDbDimension {lvalue},double)
formatMeasurement( (Dimension)arg1, (float)arg2, (str)arg3) -> str :
C++ signature :
class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > formatMeasurement(class PyDbDimension {lvalue},double,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
- generateLayout(...)
- generateLayout( (Dimension)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus generateLayout(class PyDbDimension {lvalue})
- getArrowFirstIsFlipped(...)
- getArrowFirstIsFlipped( (Dimension)arg1) -> bool :
C++ signature :
bool getArrowFirstIsFlipped(class PyDbDimension {lvalue})
- getArrowSecondIsFlipped(...)
- getArrowSecondIsFlipped( (Dimension)arg1) -> bool :
C++ signature :
bool getArrowSecondIsFlipped(class PyDbDimension {lvalue})
- getDimstyleData(...)
- getDimstyleData( (Dimension)arg1) -> DimStyleTableRecord :
C++ signature :
class PyDbDimStyleTableRecord getDimstyleData(class PyDbDimension {lvalue})
- horizontalRotation(...)
- horizontalRotation( (Dimension)arg1) -> float :
C++ signature :
double horizontalRotation(class PyDbDimension {lvalue})
- inspection(...)
- inspection( (Dimension)arg1) -> bool :
C++ signature :
bool inspection(class PyDbDimension {lvalue})
- inspectionFrame(...)
- inspectionFrame( (Dimension)arg1) -> int :
C++ signature :
int inspectionFrame(class PyDbDimension {lvalue})
- inspectionLabel(...)
- inspectionLabel( (Dimension)arg1) -> str :
C++ signature :
class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > inspectionLabel(class PyDbDimension {lvalue})
- isConstraintDynamic(...)
- isConstraintDynamic( (Dimension)arg1) -> bool :
C++ signature :
bool isConstraintDynamic(class PyDbDimension {lvalue})
- isConstraintObject(...)
- isConstraintObject( (Dimension)arg1) -> tuple :
C++ signature :
class boost::python::tuple isConstraintObject(class PyDbDimension {lvalue})
- isDynamicDimension(...)
- isDynamicDimension( (Dimension)arg1) -> bool :
C++ signature :
bool isDynamicDimension(class PyDbDimension {lvalue})
- isHorizontalRefTextRotation(...)
- isHorizontalRefTextRotation( (Dimension)arg1) -> bool :
C++ signature :
bool isHorizontalRefTextRotation(class PyDbDimension {lvalue})
- isUsingDefaultTextPosition(...)
- isUsingDefaultTextPosition( (Dimension)arg1) -> bool :
C++ signature :
bool isUsingDefaultTextPosition(class PyDbDimension {lvalue})
- measurement(...)
- measurement( (Dimension)arg1) -> float :
C++ signature :
double measurement(class PyDbDimension {lvalue})
- normal(...)
- normal( (Dimension)arg1) -> Vector3d :
C++ signature :
class AcGeVector3d normal(class PyDbDimension {lvalue})
- prefix(...)
- prefix( (Dimension)arg1) -> str :
C++ signature :
class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > prefix(class PyDbDimension {lvalue})
- recomputeDimBlock(...)
- recomputeDimBlock( (Dimension)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus recomputeDimBlock(class PyDbDimension {lvalue})
recomputeDimBlock( (Dimension)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus recomputeDimBlock(class PyDbDimension {lvalue},bool)
- removeTextField(...)
- removeTextField( (Dimension)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus removeTextField(class PyDbDimension {lvalue})
- resetTextDefinedSize(...)
- resetTextDefinedSize( (Dimension)arg1) -> None :
C++ signature :
void resetTextDefinedSize(class PyDbDimension {lvalue})
- setAltSuppressLeadingZeros(...)
- setAltSuppressLeadingZeros( (Dimension)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setAltSuppressLeadingZeros(class PyDbDimension {lvalue},bool)
- setAltSuppressTrailingZeros(...)
- setAltSuppressTrailingZeros( (Dimension)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setAltSuppressTrailingZeros(class PyDbDimension {lvalue},bool)
- setAltSuppressZeroFeet(...)
- setAltSuppressZeroFeet( (Dimension)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setAltSuppressZeroFeet(class PyDbDimension {lvalue},bool)
- setAltSuppressZeroInches(...)
- setAltSuppressZeroInches( (Dimension)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setAltSuppressZeroInches(class PyDbDimension {lvalue},bool)
- setAltToleranceSuppressLeadingZeros(...)
- setAltToleranceSuppressLeadingZeros( (Dimension)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setAltToleranceSuppressLeadingZeros(class PyDbDimension {lvalue},bool)
- setAltToleranceSuppressTrailingZeros(...)
- setAltToleranceSuppressTrailingZeros( (Dimension)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setAltToleranceSuppressTrailingZeros(class PyDbDimension {lvalue},bool)
- setAltToleranceSuppressZeroFeet(...)
- setAltToleranceSuppressZeroFeet( (Dimension)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setAltToleranceSuppressZeroFeet(class PyDbDimension {lvalue},bool)
- setAltToleranceSuppressZeroInches(...)
- setAltToleranceSuppressZeroInches( (Dimension)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setAltToleranceSuppressZeroInches(class PyDbDimension {lvalue},bool)
- setAlternatePrefix(...)
- setAlternatePrefix( (Dimension)arg1, (str)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setAlternatePrefix(class PyDbDimension {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
- setAlternateSuffix(...)
- setAlternateSuffix( (Dimension)arg1, (str)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setAlternateSuffix(class PyDbDimension {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
- setArrowFirstIsFlipped(...)
- setArrowFirstIsFlipped( (Dimension)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setArrowFirstIsFlipped(class PyDbDimension {lvalue},bool)
- setArrowSecondIsFlipped(...)
- setArrowSecondIsFlipped( (Dimension)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setArrowSecondIsFlipped(class PyDbDimension {lvalue},bool)
- setConstraintDynamic(...)
- setConstraintDynamic( (Dimension)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setConstraintDynamic(class PyDbDimension {lvalue},bool)
- setDimBlockId(...)
- setDimBlockId( (Dimension)arg1, (ObjectId)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setDimBlockId(class PyDbDimension {lvalue},class PyDbObjectId)
- setDimBlockPosition(...)
- setDimBlockPosition( (Dimension)arg1, (Point3d)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setDimBlockPosition(class PyDbDimension {lvalue},class AcGePoint3d)
- setDimExt1Linetype(...)
- setDimExt1Linetype( (Dimension)arg1, (ObjectId)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setDimExt1Linetype(class PyDbDimension {lvalue},class PyDbObjectId)
- setDimExt2Linetype(...)
- setDimExt2Linetype( (Dimension)arg1, (ObjectId)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setDimExt2Linetype(class PyDbDimension {lvalue},class PyDbObjectId)
- setDimLineLinetype(...)
- setDimLineLinetype( (Dimension)arg1, (ObjectId)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setDimLineLinetype(class PyDbDimension {lvalue},class PyDbObjectId)
- setDimensionStyle(...)
- setDimensionStyle( (Dimension)arg1, (ObjectId)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setDimensionStyle(class PyDbDimension {lvalue},class PyDbObjectId)
- setDimensionText(...)
- setDimensionText( (Dimension)arg1, (str)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setDimensionText(class PyDbDimension {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
- setDimstyleData(...)
- setDimstyleData( (Dimension)arg1, (ObjectId)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setDimstyleData(class PyDbDimension {lvalue},class PyDbObjectId)
setDimstyleData( (Dimension)arg1, (DimStyleTableRecord)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setDimstyleData(class PyDbDimension {lvalue},class PyDbDimStyleTableRecord)
- setDynamicDimension(...)
- setDynamicDimension( (Dimension)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setDynamicDimension(class PyDbDimension {lvalue},bool)
- setElevation(...)
- setElevation( (Dimension)arg1, (float)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setElevation(class PyDbDimension {lvalue},double)
- setHorizontalRefTextRotation(...)
- setHorizontalRefTextRotation( (Dimension)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setHorizontalRefTextRotation(class PyDbDimension {lvalue},bool)
- setHorizontalRotation(...)
- setHorizontalRotation( (Dimension)arg1, (float)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setHorizontalRotation(class PyDbDimension {lvalue},double)
- setInspection(...)
- setInspection( (Dimension)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setInspection(class PyDbDimension {lvalue},bool)
- setInspectionFrame(...)
- setInspectionFrame( (Dimension)arg1, (int)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setInspectionFrame(class PyDbDimension {lvalue},int)
- setInspectionLabel(...)
- setInspectionLabel( (Dimension)arg1, (str)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setInspectionLabel(class PyDbDimension {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
- setNormal(...)
- setNormal( (Dimension)arg1, (Vector3d)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setNormal(class PyDbDimension {lvalue},class AcGeVector3d)
- setPrefix(...)
- setPrefix( (Dimension)arg1, (str)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setPrefix(class PyDbDimension {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
- setShouldParticipateInOPM(...)
- setShouldParticipateInOPM( (Dimension)arg1, (bool)arg2) -> None :
C++ signature :
void setShouldParticipateInOPM(class PyDbDimension {lvalue},bool)
- setSuffix(...)
- setSuffix( (Dimension)arg1, (str)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setSuffix(class PyDbDimension {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
- setSuppressAngularTrailingZeros(...)
- setSuppressAngularTrailingZeros( (Dimension)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setSuppressAngularTrailingZeros(class PyDbDimension {lvalue},bool)
- setSuppressLeadingZeros(...)
- setSuppressLeadingZeros( (Dimension)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setSuppressLeadingZeros(class PyDbDimension {lvalue},bool)
- setSuppressTrailingZeros(...)
- setSuppressTrailingZeros( (Dimension)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setSuppressTrailingZeros(class PyDbDimension {lvalue},bool)
- setSuppressZeroFeet(...)
- setSuppressZeroFeet( (Dimension)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setSuppressZeroFeet(class PyDbDimension {lvalue},bool)
- setSuppressZeroInches(...)
- setSuppressZeroInches( (Dimension)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setSuppressZeroInches(class PyDbDimension {lvalue},bool)
- setTextAttachment(...)
- setTextAttachment( (Dimension)arg1, (MTextAttachmentPoint)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setTextAttachment(class PyDbDimension {lvalue},enum AcDbMText::AttachmentPoint)
- setTextDefinedSize(...)
- setTextDefinedSize( (Dimension)arg1, (float)arg2, (float)arg3) -> None :
C++ signature :
void setTextDefinedSize(class PyDbDimension {lvalue},double,double)
- setTextLineSpacingFactor(...)
- setTextLineSpacingFactor( (Dimension)arg1, (float)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setTextLineSpacingFactor(class PyDbDimension {lvalue},double)
- setTextLineSpacingStyle(...)
- setTextLineSpacingStyle( (Dimension)arg1, (LineSpacingStyle)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setTextLineSpacingStyle(class PyDbDimension {lvalue},enum AcDb::LineSpacingStyle)
- setTextPosition(...)
- setTextPosition( (Dimension)arg1, (Point3d)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setTextPosition(class PyDbDimension {lvalue},class AcGePoint3d)
- setTextRotation(...)
- setTextRotation( (Dimension)arg1, (float)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setTextRotation(class PyDbDimension {lvalue},double)
- setToleranceSuppressLeadingZeros(...)
- setToleranceSuppressLeadingZeros( (Dimension)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setToleranceSuppressLeadingZeros(class PyDbDimension {lvalue},bool)
- setToleranceSuppressTrailingZeros(...)
- setToleranceSuppressTrailingZeros( (Dimension)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setToleranceSuppressTrailingZeros(class PyDbDimension {lvalue},bool)
- setToleranceSuppressZeroFeet(...)
- setToleranceSuppressZeroFeet( (Dimension)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setToleranceSuppressZeroFeet(class PyDbDimension {lvalue},bool)
- setToleranceSuppressZeroInches(...)
- setToleranceSuppressZeroInches( (Dimension)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setToleranceSuppressZeroInches(class PyDbDimension {lvalue},bool)
- setUsingDefaultTextPosition(...)
- setUsingDefaultTextPosition( (Dimension)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setUsingDefaultTextPosition(class PyDbDimension {lvalue},bool)
- shouldParticipateInOPM(...)
- shouldParticipateInOPM( (Dimension)arg1) -> bool :
C++ signature :
bool shouldParticipateInOPM(class PyDbDimension {lvalue})
- suffix(...)
- suffix( (Dimension)arg1) -> str :
C++ signature :
class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > suffix(class PyDbDimension {lvalue})
- suppressAngularLeadingZeros(...)
- suppressAngularLeadingZeros( (Dimension)arg1) -> bool :
C++ signature :
bool suppressAngularLeadingZeros(class PyDbDimension {lvalue})
- suppressAngularTrailingZeros(...)
- suppressAngularTrailingZeros( (Dimension)arg1) -> bool :
C++ signature :
bool suppressAngularTrailingZeros(class PyDbDimension {lvalue})
- suppressLeadingZeros(...)
- suppressLeadingZeros( (Dimension)arg1) -> bool :
C++ signature :
bool suppressLeadingZeros(class PyDbDimension {lvalue})
- suppressTrailingZeros(...)
- suppressTrailingZeros( (Dimension)arg1) -> bool :
C++ signature :
bool suppressTrailingZeros(class PyDbDimension {lvalue})
- suppressZeroFeet(...)
- suppressZeroFeet( (Dimension)arg1) -> bool :
C++ signature :
bool suppressZeroFeet(class PyDbDimension {lvalue})
- suppressZeroInches(...)
- suppressZeroInches( (Dimension)arg1) -> bool :
C++ signature :
bool suppressZeroInches(class PyDbDimension {lvalue})
- textAttachment(...)
- textAttachment( (Dimension)arg1) -> MTextAttachmentPoint :
C++ signature :
enum AcDbMText::AttachmentPoint textAttachment(class PyDbDimension {lvalue})
- textDefinedSize(...)
- textDefinedSize( (Dimension)arg1) -> tuple :
C++ signature :
class boost::python::tuple textDefinedSize(class PyDbDimension {lvalue})
- textLineSpacingFactor(...)
- textLineSpacingFactor( (Dimension)arg1) -> float :
C++ signature :
double textLineSpacingFactor(class PyDbDimension {lvalue})
- textLineSpacingStyle(...)
- textLineSpacingStyle( (Dimension)arg1) -> LineSpacingStyle :
C++ signature :
enum AcDb::LineSpacingStyle textLineSpacingStyle(class PyDbDimension {lvalue})
- textPosition(...)
- textPosition( (Dimension)arg1) -> Point3d :
C++ signature :
class AcGePoint3d textPosition(class PyDbDimension {lvalue})
- textRotation(...)
- textRotation( (Dimension)arg1) -> float :
C++ signature :
double textRotation(class PyDbDimension {lvalue})
- toleranceSuppressLeadingZeros(...)
- toleranceSuppressLeadingZeros( (Dimension)arg1) -> bool :
C++ signature :
bool toleranceSuppressLeadingZeros(class PyDbDimension {lvalue})
- toleranceSuppressTrailingZeros(...)
- toleranceSuppressTrailingZeros( (Dimension)arg1) -> bool :
C++ signature :
bool toleranceSuppressTrailingZeros(class PyDbDimension {lvalue})
- toleranceSuppressZeroFeet(...)
- toleranceSuppressZeroFeet( (Dimension)arg1) -> bool :
C++ signature :
bool toleranceSuppressZeroFeet(class PyDbDimension {lvalue})
- toleranceSuppressZeroInches(...)
- toleranceSuppressZeroInches( (Dimension)arg1) -> bool :
C++ signature :
bool toleranceSuppressZeroInches(class PyDbDimension {lvalue})
- useDefaultTextPosition(...)
- useDefaultTextPosition( (Dimension)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus useDefaultTextPosition(class PyDbDimension {lvalue})
- useSetTextPosition(...)
- useSetTextPosition( (Dimension)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus useSetTextPosition(class PyDbDimension {lvalue})
Static methods inherited from Entity:
- blockId(...)
- blockId( (Entity)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId blockId(class PyDbEntity {lvalue})
- castShadows(...)
- castShadows( (Entity)arg1) -> bool :
C++ signature :
bool castShadows(class PyDbEntity {lvalue})
- collisionType(...)
- collisionType( (Entity)arg1) -> CollisionType :
C++ signature :
enum AcDb::CollisionType collisionType(class PyDbEntity {lvalue})
- color(...)
- color( (Entity)arg1) -> Color :
C++ signature :
class AcCmColor color(class PyDbEntity {lvalue})
- colorIndex(...)
- colorIndex( (Entity)arg1) -> int :
C++ signature :
unsigned short colorIndex(class PyDbEntity {lvalue})
- draw(...)
- draw( (Entity)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus draw(class PyDbEntity {lvalue})
- entityColor(...)
- entityColor( (Entity)arg1) -> EntityColor :
C++ signature :
class AcCmEntityColor entityColor(class PyDbEntity {lvalue})
- getCompoundObjectTransform(...)
- getCompoundObjectTransform( (Entity)arg1, (Matrix3d)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus getCompoundObjectTransform(class PyDbEntity {lvalue},class AcGeMatrix3d {lvalue})
- getEcs(...)
- getEcs( (Entity)arg1, (Matrix3d)arg2) -> None :
C++ signature :
void getEcs(class PyDbEntity {lvalue},class AcGeMatrix3d {lvalue})
- getGeomExtents(...)
- getGeomExtents( (Entity)arg1, (Extents)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus getGeomExtents(class PyDbEntity {lvalue},class AcDbExtents {lvalue})
- getPlane(...)
- getPlane( (Entity)arg1) -> Plane :
C++ signature :
class PyGePlane getPlane(class PyDbEntity {lvalue})
- getPlotStyleNameId(...)
- getPlotStyleNameId( (Entity)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId getPlotStyleNameId(class PyDbEntity {lvalue})
- isPlanar(...)
- isPlanar( (Entity)arg1) -> bool :
C++ signature :
bool isPlanar(class PyDbEntity {lvalue})
- layer(...)
- layer( (Entity)arg1) -> str :
C++ signature :
class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > layer(class PyDbEntity {lvalue})
- layerId(...)
- layerId( (Entity)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId layerId(class PyDbEntity {lvalue})
- lineWeight(...)
- lineWeight( (Entity)arg1) -> LineWeight :
C++ signature :
enum AcDb::LineWeight lineWeight(class PyDbEntity {lvalue})
- linetype(...)
- linetype( (Entity)arg1) -> str :
C++ signature :
class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > linetype(class PyDbEntity {lvalue})
- linetypeId(...)
- linetypeId( (Entity)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId linetypeId(class PyDbEntity {lvalue})
- linetypeScale(...)
- linetypeScale( (Entity)arg1) -> float :
C++ signature :
double linetypeScale(class PyDbEntity {lvalue})
- list(...)
- list( (Entity)arg1) -> None :
C++ signature :
void list(class PyDbEntity {lvalue})
- material(...)
- material( (Entity)arg1) -> str :
C++ signature :
class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > material(class PyDbEntity {lvalue})
- materialId(...)
- materialId( (Entity)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId materialId(class PyDbEntity {lvalue})
- plotStyleName(...)
- plotStyleName( (Entity)arg1) -> str :
C++ signature :
class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > plotStyleName(class PyDbEntity {lvalue})
- receiveShadows(...)
- receiveShadows( (Entity)arg1) -> bool :
C++ signature :
bool receiveShadows(class PyDbEntity {lvalue})
- recordGraphicsModified(...)
- recordGraphicsModified( (Entity)arg1) -> None :
C++ signature :
void recordGraphicsModified(class PyDbEntity {lvalue})
recordGraphicsModified( (Entity)arg1) -> None :
C++ signature :
void recordGraphicsModified(class PyDbEntity {lvalue})
- setCastShadows(...)
- setCastShadows( (Entity)arg1, (bool)arg2) -> None :
C++ signature :
void setCastShadows(class PyDbEntity {lvalue},bool)
- setColor(...)
- setColor( (Entity)arg1, (Color)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setColor(class PyDbEntity {lvalue},class AcCmColor)
setColor( (Entity)arg1, (Color)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setColor(class PyDbEntity {lvalue},class AcCmColor,bool)
setColor( (Entity)arg1, (Color)arg2, (bool)arg3, (Database)arg4) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setColor(class PyDbEntity {lvalue},class AcCmColor,bool,class PyDbDatabase {lvalue})
- setColorIndex(...)
- setColorIndex( (Entity)arg1, (int)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setColorIndex(class PyDbEntity {lvalue},unsigned short)
setColorIndex( (Entity)arg1, (int)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setColorIndex(class PyDbEntity {lvalue},unsigned short,bool)
- setDatabaseDefaults(...)
- setDatabaseDefaults( (Entity)arg1) -> None :
C++ signature :
void setDatabaseDefaults(class PyDbEntity {lvalue})
setDatabaseDefaults( (Entity)arg1, (Database)arg2) -> None :
C++ signature :
void setDatabaseDefaults(class PyDbEntity {lvalue},class PyDbDatabase)
- setLayer(...)
- setLayer( (Entity)arg1, (str)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLayer(class PyDbEntity {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
setLayer( (Entity)arg1, (str)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLayer(class PyDbEntity {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,bool)
setLayer( (Entity)arg1, (str)arg2, (bool)arg3, (bool)arg4) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLayer(class PyDbEntity {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,bool,bool)
setLayer( (Entity)arg1, (ObjectId)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLayer(class PyDbEntity {lvalue},class PyDbObjectId)
setLayer( (Entity)arg1, (ObjectId)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLayer(class PyDbEntity {lvalue},class PyDbObjectId,bool)
setLayer( (Entity)arg1, (ObjectId)arg2, (bool)arg3, (bool)arg4) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLayer(class PyDbEntity {lvalue},class PyDbObjectId,bool,bool)
- setLineWeight(...)
- setLineWeight( (Entity)arg1, (LineWeight)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLineWeight(class PyDbEntity {lvalue},enum AcDb::LineWeight)
setLineWeight( (Entity)arg1, (LineWeight)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLineWeight(class PyDbEntity {lvalue},enum AcDb::LineWeight,bool)
- setLinetype(...)
- setLinetype( (Entity)arg1, (str)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLinetype(class PyDbEntity {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
setLinetype( (Entity)arg1, (str)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLinetype(class PyDbEntity {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,bool)
setLinetype( (Entity)arg1, (ObjectId)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLinetype(class PyDbEntity {lvalue},class PyDbObjectId)
setLinetype( (Entity)arg1, (ObjectId)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLinetype(class PyDbEntity {lvalue},class PyDbObjectId,bool)
- setLinetypeScale(...)
- setLinetypeScale( (Entity)arg1, (float)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLinetypeScale(class PyDbEntity {lvalue},double)
setLinetypeScale( (Entity)arg1, (float)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLinetypeScale(class PyDbEntity {lvalue},double,bool)
- setMaterial(...)
- setMaterial( (Entity)arg1, (str)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setMaterial(class PyDbEntity {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
setMaterial( (Entity)arg1, (str)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setMaterial(class PyDbEntity {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,bool)
setMaterial( (Entity)arg1, (ObjectId)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setMaterial(class PyDbEntity {lvalue},class PyDbObjectId)
setMaterial( (Entity)arg1, (ObjectId)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setMaterial(class PyDbEntity {lvalue},class PyDbObjectId,bool)
- setPlotStyleName(...)
- setPlotStyleName( (Entity)arg1, (str)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setPlotStyleName(class PyDbEntity {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,bool)
setPlotStyleName( (Entity)arg1, (PlotStyleNameType)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setPlotStyleName(class PyDbEntity {lvalue},enum AcDb::PlotStyleNameType,bool)
setPlotStyleName( (Entity)arg1, (PlotStyleNameType)arg2, (ObjectId)arg3, (bool)arg4) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setPlotStyleName(class PyDbEntity {lvalue},enum AcDb::PlotStyleNameType,class PyDbObjectId,bool)
- setPropertiesFrom(...)
- setPropertiesFrom( (Entity)arg1, (Entity)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setPropertiesFrom(class PyDbEntity {lvalue},class PyDbEntity)
setPropertiesFrom( (Entity)arg1, (Entity)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setPropertiesFrom(class PyDbEntity {lvalue},class PyDbEntity,bool)
- setReceiveShadows(...)
- setReceiveShadows( (Entity)arg1, (bool)arg2) -> None :
C++ signature :
void setReceiveShadows(class PyDbEntity {lvalue},bool)
- setVisibility(...)
- setVisibility( (Entity)arg1, (Visibility)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setVisibility(class PyDbEntity {lvalue},enum AcDb::Visibility)
setVisibility( (Entity)arg1, (Visibility)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setVisibility(class PyDbEntity {lvalue},enum AcDb::Visibility,bool)
- transformBy(...)
- transformBy( (Entity)arg1, (Matrix3d)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus transformBy(class PyDbEntity {lvalue},class AcGeMatrix3d)
- visibility(...)
- visibility( (Entity)arg1) -> Visibility :
C++ signature :
enum AcDb::Visibility visibility(class PyDbEntity {lvalue})
Static methods inherited from DbObject:
- addPersistentReactor(...)
- addPersistentReactor( (DbObject)arg1, (ObjectId)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus addPersistentReactor(class PyDbObject {lvalue},class PyDbObjectId)
- assertNotifyEnabled(...)
- assertNotifyEnabled( (DbObject)arg1) -> None :
C++ signature :
void assertNotifyEnabled(class PyDbObject {lvalue})
- assertReadEnabled(...)
- assertReadEnabled( (DbObject)arg1) -> None :
C++ signature :
void assertReadEnabled(class PyDbObject {lvalue})
- assertWriteEnabled(...)
- assertWriteEnabled( (DbObject)arg1) -> None :
C++ signature :
void assertWriteEnabled(class PyDbObject {lvalue})
- cancel(...)
- cancel( (DbObject)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus cancel(class PyDbObject {lvalue})
- close(...)
- close( (DbObject)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus close(class PyDbObject {lvalue})
- createExtensionDictionary(...)
- createExtensionDictionary( (DbObject)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus createExtensionDictionary(class PyDbObject {lvalue})
- database(...)
- database( (DbObject)arg1) -> Database :
C++ signature :
class PyDbDatabase database(class PyDbObject {lvalue})
- disableUndoRecording(...)
- disableUndoRecording( (DbObject)arg1, (bool)arg2) -> None :
C++ signature :
void disableUndoRecording(class PyDbObject {lvalue},bool)
- downgradeOpen(...)
- downgradeOpen( (DbObject)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus downgradeOpen(class PyDbObject {lvalue})
- downgradeToNotify(...)
- downgradeToNotify( (DbObject)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus downgradeToNotify(class PyDbObject {lvalue},bool)
- erase(...)
- erase( (DbObject)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus erase(class PyDbObject {lvalue})
- extensionDictionary(...)
- extensionDictionary( (DbObject)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId extensionDictionary(class PyDbObject {lvalue})
- handOverTo(...)
- handOverTo( (DbObject)arg1, (DbObject)arg2, (bool)arg3, (bool)arg4) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus handOverTo(class PyDbObject {lvalue},class PyDbObject {lvalue},bool,bool)
- hasPersistentReactor(...)
- hasPersistentReactor( (DbObject)arg1, (ObjectId)arg2) -> bool :
C++ signature :
bool hasPersistentReactor(class PyDbObject {lvalue},class PyDbObjectId)
- isAProxy(...)
- isAProxy( (DbObject)arg1) -> bool :
C++ signature :
bool isAProxy(class PyDbObject {lvalue})
- isCancelling(...)
- isCancelling( (DbObject)arg1) -> bool :
C++ signature :
bool isCancelling(class PyDbObject {lvalue})
- isEraseStatusToggled(...)
- isEraseStatusToggled( (DbObject)arg1) -> bool :
C++ signature :
bool isEraseStatusToggled(class PyDbObject {lvalue})
- isErased(...)
- isErased( (DbObject)arg1) -> bool :
C++ signature :
bool isErased(class PyDbObject {lvalue})
- isModified(...)
- isModified( (DbObject)arg1) -> bool :
C++ signature :
bool isModified(class PyDbObject {lvalue})
- isModifiedGraphics(...)
- isModifiedGraphics( (DbObject)arg1) -> bool :
C++ signature :
bool isModifiedGraphics(class PyDbObject {lvalue})
- isModifiedXData(...)
- isModifiedXData( (DbObject)arg1) -> bool :
C++ signature :
bool isModifiedXData(class PyDbObject {lvalue})
- isNewObject(...)
- isNewObject( (DbObject)arg1) -> bool :
C++ signature :
bool isNewObject(class PyDbObject {lvalue})
- isNotifyEnabled(...)
- isNotifyEnabled( (DbObject)arg1) -> bool :
C++ signature :
bool isNotifyEnabled(class PyDbObject {lvalue})
- isNotifying(...)
- isNotifying( (DbObject)arg1) -> bool :
C++ signature :
bool isNotifying(class PyDbObject {lvalue})
- isReadEnabled(...)
- isReadEnabled( (DbObject)arg1) -> bool :
C++ signature :
bool isReadEnabled(class PyDbObject {lvalue})
- isReallyClosing(...)
- isReallyClosing( (DbObject)arg1) -> bool :
C++ signature :
bool isReallyClosing(class PyDbObject {lvalue})
- isTransactionResident(...)
- isTransactionResident( (DbObject)arg1) -> bool :
C++ signature :
bool isTransactionResident(class PyDbObject {lvalue})
- isUndoRecordingDisabled(...)
- isUndoRecordingDisabled( (DbObject)arg1) -> bool :
C++ signature :
bool isUndoRecordingDisabled(class PyDbObject {lvalue})
- isUndoing(...)
- isUndoing( (DbObject)arg1) -> bool :
C++ signature :
bool isUndoing(class PyDbObject {lvalue})
- isWriteEnabled(...)
- isWriteEnabled( (DbObject)arg1) -> bool :
C++ signature :
bool isWriteEnabled(class PyDbObject {lvalue})
- objectId(...)
- objectId( (DbObject)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId objectId(class PyDbObject {lvalue})
- ownerId(...)
- ownerId( (DbObject)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId ownerId(class PyDbObject {lvalue})
- releaseExtensionDictionary(...)
- releaseExtensionDictionary( (DbObject)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus releaseExtensionDictionary(class PyDbObject {lvalue})
- removePersistentReactor(...)
- removePersistentReactor( (DbObject)arg1, (ObjectId)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus removePersistentReactor(class PyDbObject {lvalue},class PyDbObjectId)
- setOwnerId(...)
- setOwnerId( (DbObject)arg1, (ObjectId)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setOwnerId(class PyDbObject {lvalue},class PyDbObjectId)
- setXData(...)
- setXData( (DbObject)arg1, (list)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setXData(class PyDbObject {lvalue},class boost::python::list)
- swapIdWith(...)
- swapIdWith( (DbObject)arg1, (ObjectId)arg2, (bool)arg3, (bool)arg4) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus swapIdWith(class PyDbObject {lvalue},class PyDbObjectId {lvalue},bool,bool)
- upgradeFromNotify(...)
- upgradeFromNotify( (DbObject)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus upgradeFromNotify(class PyDbObject {lvalue},bool {lvalue})
- upgradeOpen(...)
- upgradeOpen( (DbObject)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus upgradeOpen(class PyDbObject {lvalue})
- xData(...)
- xData( (DbObject)arg1, (str)arg2) -> list :
C++ signature :
class boost::python::list xData(class PyDbObject {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
- xDataTransformBy(...)
- xDataTransformBy( (DbObject)arg1, (Matrix3d)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus xDataTransformBy(class PyDbObject {lvalue},class AcGeMatrix3d)
Static methods inherited from PyGi.Drawable:
- isA(...)
- isA( (Drawable)arg1) -> RxClass :
C++ signature :
class PyRxClass isA(class PyGiDrawable {lvalue})
Static methods inherited from PyRx.RxObject:
- __eq__(...)
- __eq__( (RxObject)arg1, (RxObject)arg2) -> bool :
C++ signature :
bool __eq__(class PyRxObject {lvalue},class PyRxObject)
- __ne__(...)
- __ne__( (RxObject)arg1, (RxObject)arg2) -> bool :
C++ signature :
bool __ne__(class PyRxObject {lvalue},class PyRxObject)
- isNull(...)
- isNull( (RxObject)arg1) -> bool :
C++ signature :
bool isNull(class PyRxObject {lvalue})
Static methods inherited from Boost.Python.instance:
- __new__(*args, **kwargs) from Boost.Python.class
- Create and return a new object. See help(type) for accurate signature.
Data descriptors inherited from Boost.Python.instance:
- __dict__
- __weakref__
|
class LineSpacingStyle(Boost.Python.enum) |
| | |
- Method resolution order:
- LineSpacingStyle
- Boost.Python.enum
- builtins.int
- builtins.object
Data and other attributes defined here:
- kAtLeast = PyDb.LineSpacingStyle.kAtLeast
- kExactly = PyDb.LineSpacingStyle.kExactly
- names = {'kAtLeast': PyDb.LineSpacingStyle.kAtLeast, 'kExactly': PyDb.LineSpacingStyle.kExactly}
- values = {1: PyDb.LineSpacingStyle.kAtLeast, 2: PyDb.LineSpacingStyle.kExactly}
Methods inherited from Boost.Python.enum:
- __repr__(self, /)
- Return repr(self).
- __str__(self, /)
- Return str(self).
Data descriptors inherited from Boost.Python.enum:
- name
Methods inherited from builtins.int:
- __abs__(self, /)
- abs(self)
- __add__(self, value, /)
- Return self+value.
- __and__(self, value, /)
- Return self&value.
- __bool__(self, /)
- True if self else False
- __ceil__(...)
- Ceiling of an Integral returns itself.
- __divmod__(self, value, /)
- Return divmod(self, value).
- __eq__(self, value, /)
- Return self==value.
- __float__(self, /)
- float(self)
- __floor__(...)
- Flooring an Integral returns itself.
- __floordiv__(self, value, /)
- Return self//value.
- __format__(self, format_spec, /)
- Default object formatter.
- __ge__(self, value, /)
- Return self>=value.
- __getattribute__(self, name, /)
- Return getattr(self, name).
- __getnewargs__(self, /)
- __gt__(self, value, /)
- Return self>value.
- __hash__(self, /)
- Return hash(self).
- __index__(self, /)
- Return self converted to an integer, if self is suitable for use as an index into a list.
- __int__(self, /)
- int(self)
- __invert__(self, /)
- ~self
- __le__(self, value, /)
- Return self<=value.
- __lshift__(self, value, /)
- Return self<<value.
- __lt__(self, value, /)
- Return self<value.
- __mod__(self, value, /)
- Return self%value.
- __mul__(self, value, /)
- Return self*value.
- __ne__(self, value, /)
- Return self!=value.
- __neg__(self, /)
- -self
- __or__(self, value, /)
- Return self|value.
- __pos__(self, /)
- +self
- __pow__(self, value, mod=None, /)
- Return pow(self, value, mod).
- __radd__(self, value, /)
- Return value+self.
- __rand__(self, value, /)
- Return value&self.
- __rdivmod__(self, value, /)
- Return divmod(value, self).
- __rfloordiv__(self, value, /)
- Return value//self.
- __rlshift__(self, value, /)
- Return value<<self.
- __rmod__(self, value, /)
- Return value%self.
- __rmul__(self, value, /)
- Return value*self.
- __ror__(self, value, /)
- Return value|self.
- __round__(...)
- Rounding an Integral returns itself.
Rounding with an ndigits argument also returns an integer.
- __rpow__(self, value, mod=None, /)
- Return pow(value, self, mod).
- __rrshift__(self, value, /)
- Return value>>self.
- __rshift__(self, value, /)
- Return self>>value.
- __rsub__(self, value, /)
- Return value-self.
- __rtruediv__(self, value, /)
- Return value/self.
- __rxor__(self, value, /)
- Return value^self.
- __sizeof__(self, /)
- Returns size in memory, in bytes.
- __sub__(self, value, /)
- Return self-value.
- __truediv__(self, value, /)
- Return self/value.
- __trunc__(...)
- Truncating an Integral returns itself.
- __xor__(self, value, /)
- Return self^value.
- as_integer_ratio(self, /)
- Return integer ratio.
Return a pair of integers, whose ratio is exactly equal to the original int
and with a positive denominator.
>>> (10).as_integer_ratio()
(10, 1)
>>> (-10).as_integer_ratio()
(-10, 1)
>>> (0).as_integer_ratio()
(0, 1)
- bit_count(self, /)
- Number of ones in the binary representation of the absolute value of self.
Also known as the population count.
>>> bin(13)
'0b1101'
>>> (13).bit_count()
3
- bit_length(self, /)
- Number of bits necessary to represent self in binary.
>>> bin(37)
'0b100101'
>>> (37).bit_length()
6
- conjugate(...)
- Returns self, the complex conjugate of any int.
- to_bytes(self, /, length, byteorder, *, signed=False)
- Return an array of bytes representing an integer.
length
Length of bytes object to use. An OverflowError is raised if the
integer is not representable with the given number of bytes.
byteorder
The byte order used to represent the integer. If byteorder is 'big',
the most significant byte is at the beginning of the byte array. If
byteorder is 'little', the most significant byte is at the end of the
byte array. To request the native byte order of the host system, use
`sys.byteorder' as the byte order value.
signed
Determines whether two's complement is used to represent the integer.
If signed is False and a negative integer is given, an OverflowError
is raised.
Class methods inherited from builtins.int:
- from_bytes(bytes, byteorder, *, signed=False) from builtins.type
- Return the integer represented by the given array of bytes.
bytes
Holds the array of bytes to convert. The argument must either
support the buffer protocol or be an iterable object producing bytes.
Bytes and bytearray are examples of built-in objects that support the
buffer protocol.
byteorder
The byte order used to represent the integer. If byteorder is 'big',
the most significant byte is at the beginning of the byte array. If
byteorder is 'little', the most significant byte is at the end of the
byte array. To request the native byte order of the host system, use
`sys.byteorder' as the byte order value.
signed
Indicates whether two's complement is used to represent the integer.
Static methods inherited from builtins.int:
- __new__(*args, **kwargs) from builtins.type
- Create and return a new object. See help(type) for accurate signature.
Data descriptors inherited from builtins.int:
- denominator
- the denominator of a rational number in lowest terms
- imag
- the imaginary part of a complex number
- numerator
- the numerator of a rational number in lowest terms
- real
- the real part of a complex number
|
class LineWeight(Boost.Python.enum) |
| | |
- Method resolution order:
- LineWeight
- Boost.Python.enum
- builtins.int
- builtins.object
Data and other attributes defined here:
- kLnWt000 = PyDb.LineWeight.kLnWt000
- kLnWt005 = PyDb.LineWeight.kLnWt005
- kLnWt009 = PyDb.LineWeight.kLnWt009
- kLnWt013 = PyDb.LineWeight.kLnWt013
- kLnWt015 = PyDb.LineWeight.kLnWt015
- kLnWt018 = PyDb.LineWeight.kLnWt018
- kLnWt020 = PyDb.LineWeight.kLnWt020
- kLnWt025 = PyDb.LineWeight.kLnWt025
- kLnWt030 = PyDb.LineWeight.kLnWt030
- kLnWt035 = PyDb.LineWeight.kLnWt035
- kLnWt040 = PyDb.LineWeight.kLnWt040
- kLnWt050 = PyDb.LineWeight.kLnWt050
- kLnWt053 = PyDb.LineWeight.kLnWt053
- kLnWt060 = PyDb.LineWeight.kLnWt060
- kLnWt070 = PyDb.LineWeight.kLnWt070
- kLnWt080 = PyDb.LineWeight.kLnWt080
- kLnWt090 = PyDb.LineWeight.kLnWt090
- kLnWt100 = PyDb.LineWeight.kLnWt100
- kLnWt106 = PyDb.LineWeight.kLnWt106
- kLnWt120 = PyDb.LineWeight.kLnWt120
- kLnWt140 = PyDb.LineWeight.kLnWt140
- kLnWt158 = PyDb.LineWeight.kLnWt158
- kLnWt200 = PyDb.LineWeight.kLnWt200
- kLnWt211 = PyDb.LineWeight.kLnWt211
- kLnWtByBlock = PyDb.LineWeight.kLnWtByBlock
- kLnWtByLayer = PyDb.LineWeight.kLnWtByLayer
- kLnWtByLwDefault = PyDb.LineWeight.kLnWtByLwDefault
- names = {'kLnWt000': PyDb.LineWeight.kLnWt000, 'kLnWt005': PyDb.LineWeight.kLnWt005, 'kLnWt009': PyDb.LineWeight.kLnWt009, 'kLnWt013': PyDb.LineWeight.kLnWt013, 'kLnWt015': PyDb.LineWeight.kLnWt015, 'kLnWt018': PyDb.LineWeight.kLnWt018, 'kLnWt020': PyDb.LineWeight.kLnWt020, 'kLnWt025': PyDb.LineWeight.kLnWt025, 'kLnWt030': PyDb.LineWeight.kLnWt030, 'kLnWt035': PyDb.LineWeight.kLnWt035, ...}
- values = {-3: PyDb.LineWeight.kLnWtByLwDefault, -2: PyDb.LineWeight.kLnWtByBlock, -1: PyDb.LineWeight.kLnWtByLayer, 0: PyDb.LineWeight.kLnWt000, 5: PyDb.LineWeight.kLnWt005, 9: PyDb.LineWeight.kLnWt009, 13: PyDb.LineWeight.kLnWt013, 15: PyDb.LineWeight.kLnWt015, 18: PyDb.LineWeight.kLnWt018, 20: PyDb.LineWeight.kLnWt020, ...}
Methods inherited from Boost.Python.enum:
- __repr__(self, /)
- Return repr(self).
- __str__(self, /)
- Return str(self).
Data descriptors inherited from Boost.Python.enum:
- name
Methods inherited from builtins.int:
- __abs__(self, /)
- abs(self)
- __add__(self, value, /)
- Return self+value.
- __and__(self, value, /)
- Return self&value.
- __bool__(self, /)
- True if self else False
- __ceil__(...)
- Ceiling of an Integral returns itself.
- __divmod__(self, value, /)
- Return divmod(self, value).
- __eq__(self, value, /)
- Return self==value.
- __float__(self, /)
- float(self)
- __floor__(...)
- Flooring an Integral returns itself.
- __floordiv__(self, value, /)
- Return self//value.
- __format__(self, format_spec, /)
- Default object formatter.
- __ge__(self, value, /)
- Return self>=value.
- __getattribute__(self, name, /)
- Return getattr(self, name).
- __getnewargs__(self, /)
- __gt__(self, value, /)
- Return self>value.
- __hash__(self, /)
- Return hash(self).
- __index__(self, /)
- Return self converted to an integer, if self is suitable for use as an index into a list.
- __int__(self, /)
- int(self)
- __invert__(self, /)
- ~self
- __le__(self, value, /)
- Return self<=value.
- __lshift__(self, value, /)
- Return self<<value.
- __lt__(self, value, /)
- Return self<value.
- __mod__(self, value, /)
- Return self%value.
- __mul__(self, value, /)
- Return self*value.
- __ne__(self, value, /)
- Return self!=value.
- __neg__(self, /)
- -self
- __or__(self, value, /)
- Return self|value.
- __pos__(self, /)
- +self
- __pow__(self, value, mod=None, /)
- Return pow(self, value, mod).
- __radd__(self, value, /)
- Return value+self.
- __rand__(self, value, /)
- Return value&self.
- __rdivmod__(self, value, /)
- Return divmod(value, self).
- __rfloordiv__(self, value, /)
- Return value//self.
- __rlshift__(self, value, /)
- Return value<<self.
- __rmod__(self, value, /)
- Return value%self.
- __rmul__(self, value, /)
- Return value*self.
- __ror__(self, value, /)
- Return value|self.
- __round__(...)
- Rounding an Integral returns itself.
Rounding with an ndigits argument also returns an integer.
- __rpow__(self, value, mod=None, /)
- Return pow(value, self, mod).
- __rrshift__(self, value, /)
- Return value>>self.
- __rshift__(self, value, /)
- Return self>>value.
- __rsub__(self, value, /)
- Return value-self.
- __rtruediv__(self, value, /)
- Return value/self.
- __rxor__(self, value, /)
- Return value^self.
- __sizeof__(self, /)
- Returns size in memory, in bytes.
- __sub__(self, value, /)
- Return self-value.
- __truediv__(self, value, /)
- Return self/value.
- __trunc__(...)
- Truncating an Integral returns itself.
- __xor__(self, value, /)
- Return self^value.
- as_integer_ratio(self, /)
- Return integer ratio.
Return a pair of integers, whose ratio is exactly equal to the original int
and with a positive denominator.
>>> (10).as_integer_ratio()
(10, 1)
>>> (-10).as_integer_ratio()
(-10, 1)
>>> (0).as_integer_ratio()
(0, 1)
- bit_count(self, /)
- Number of ones in the binary representation of the absolute value of self.
Also known as the population count.
>>> bin(13)
'0b1101'
>>> (13).bit_count()
3
- bit_length(self, /)
- Number of bits necessary to represent self in binary.
>>> bin(37)
'0b100101'
>>> (37).bit_length()
6
- conjugate(...)
- Returns self, the complex conjugate of any int.
- to_bytes(self, /, length, byteorder, *, signed=False)
- Return an array of bytes representing an integer.
length
Length of bytes object to use. An OverflowError is raised if the
integer is not representable with the given number of bytes.
byteorder
The byte order used to represent the integer. If byteorder is 'big',
the most significant byte is at the beginning of the byte array. If
byteorder is 'little', the most significant byte is at the end of the
byte array. To request the native byte order of the host system, use
`sys.byteorder' as the byte order value.
signed
Determines whether two's complement is used to represent the integer.
If signed is False and a negative integer is given, an OverflowError
is raised.
Class methods inherited from builtins.int:
- from_bytes(bytes, byteorder, *, signed=False) from builtins.type
- Return the integer represented by the given array of bytes.
bytes
Holds the array of bytes to convert. The argument must either
support the buffer protocol or be an iterable object producing bytes.
Bytes and bytearray are examples of built-in objects that support the
buffer protocol.
byteorder
The byte order used to represent the integer. If byteorder is 'big',
the most significant byte is at the beginning of the byte array. If
byteorder is 'little', the most significant byte is at the end of the
byte array. To request the native byte order of the host system, use
`sys.byteorder' as the byte order value.
signed
Indicates whether two's complement is used to represent the integer.
Static methods inherited from builtins.int:
- __new__(*args, **kwargs) from builtins.type
- Create and return a new object. See help(type) for accurate signature.
Data descriptors inherited from builtins.int:
- denominator
- the denominator of a rational number in lowest terms
- imag
- the imaginary part of a complex number
- numerator
- the numerator of a rational number in lowest terms
- real
- the real part of a complex number
|
class LoftedSurface(Surface) |
| | |
- Method resolution order:
- LoftedSurface
- Surface
- Entity
- DbObject
- PyGi.Drawable
- PyRx.RxObject
- Boost.Python.instance
- builtins.object
Static methods defined here:
- __init__(...)
- __init__( (object)arg1) -> None :
C++ signature :
void __init__(struct _object * __ptr64)
__init__( (object)arg1) -> None :
C++ signature :
void __init__(struct _object * __ptr64)
__init__( (object)arg1, (ObjectId)arg2, (OpenMode)arg3) -> None :
C++ signature :
void __init__(struct _object * __ptr64,class PyDbObjectId,enum AcDb::OpenMode)
- __reduce__ = (...)
- className(...)
- className() -> str :
C++ signature :
class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > className()
- desc(...)
- desc() -> RxClass :
C++ signature :
class PyRxClass desc()
Data and other attributes defined here:
- __instance_size__ = 48
Static methods inherited from Entity:
- blockId(...)
- blockId( (Entity)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId blockId(class PyDbEntity {lvalue})
- castShadows(...)
- castShadows( (Entity)arg1) -> bool :
C++ signature :
bool castShadows(class PyDbEntity {lvalue})
- collisionType(...)
- collisionType( (Entity)arg1) -> CollisionType :
C++ signature :
enum AcDb::CollisionType collisionType(class PyDbEntity {lvalue})
- color(...)
- color( (Entity)arg1) -> Color :
C++ signature :
class AcCmColor color(class PyDbEntity {lvalue})
- colorIndex(...)
- colorIndex( (Entity)arg1) -> int :
C++ signature :
unsigned short colorIndex(class PyDbEntity {lvalue})
- draw(...)
- draw( (Entity)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus draw(class PyDbEntity {lvalue})
- entityColor(...)
- entityColor( (Entity)arg1) -> EntityColor :
C++ signature :
class AcCmEntityColor entityColor(class PyDbEntity {lvalue})
- getCompoundObjectTransform(...)
- getCompoundObjectTransform( (Entity)arg1, (Matrix3d)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus getCompoundObjectTransform(class PyDbEntity {lvalue},class AcGeMatrix3d {lvalue})
- getEcs(...)
- getEcs( (Entity)arg1, (Matrix3d)arg2) -> None :
C++ signature :
void getEcs(class PyDbEntity {lvalue},class AcGeMatrix3d {lvalue})
- getGeomExtents(...)
- getGeomExtents( (Entity)arg1, (Extents)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus getGeomExtents(class PyDbEntity {lvalue},class AcDbExtents {lvalue})
- getPlane(...)
- getPlane( (Entity)arg1) -> Plane :
C++ signature :
class PyGePlane getPlane(class PyDbEntity {lvalue})
- getPlotStyleNameId(...)
- getPlotStyleNameId( (Entity)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId getPlotStyleNameId(class PyDbEntity {lvalue})
- isPlanar(...)
- isPlanar( (Entity)arg1) -> bool :
C++ signature :
bool isPlanar(class PyDbEntity {lvalue})
- layer(...)
- layer( (Entity)arg1) -> str :
C++ signature :
class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > layer(class PyDbEntity {lvalue})
- layerId(...)
- layerId( (Entity)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId layerId(class PyDbEntity {lvalue})
- lineWeight(...)
- lineWeight( (Entity)arg1) -> LineWeight :
C++ signature :
enum AcDb::LineWeight lineWeight(class PyDbEntity {lvalue})
- linetype(...)
- linetype( (Entity)arg1) -> str :
C++ signature :
class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > linetype(class PyDbEntity {lvalue})
- linetypeId(...)
- linetypeId( (Entity)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId linetypeId(class PyDbEntity {lvalue})
- linetypeScale(...)
- linetypeScale( (Entity)arg1) -> float :
C++ signature :
double linetypeScale(class PyDbEntity {lvalue})
- list(...)
- list( (Entity)arg1) -> None :
C++ signature :
void list(class PyDbEntity {lvalue})
- material(...)
- material( (Entity)arg1) -> str :
C++ signature :
class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > material(class PyDbEntity {lvalue})
- materialId(...)
- materialId( (Entity)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId materialId(class PyDbEntity {lvalue})
- plotStyleName(...)
- plotStyleName( (Entity)arg1) -> str :
C++ signature :
class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > plotStyleName(class PyDbEntity {lvalue})
- receiveShadows(...)
- receiveShadows( (Entity)arg1) -> bool :
C++ signature :
bool receiveShadows(class PyDbEntity {lvalue})
- recordGraphicsModified(...)
- recordGraphicsModified( (Entity)arg1) -> None :
C++ signature :
void recordGraphicsModified(class PyDbEntity {lvalue})
recordGraphicsModified( (Entity)arg1) -> None :
C++ signature :
void recordGraphicsModified(class PyDbEntity {lvalue})
- setCastShadows(...)
- setCastShadows( (Entity)arg1, (bool)arg2) -> None :
C++ signature :
void setCastShadows(class PyDbEntity {lvalue},bool)
- setColor(...)
- setColor( (Entity)arg1, (Color)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setColor(class PyDbEntity {lvalue},class AcCmColor)
setColor( (Entity)arg1, (Color)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setColor(class PyDbEntity {lvalue},class AcCmColor,bool)
setColor( (Entity)arg1, (Color)arg2, (bool)arg3, (Database)arg4) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setColor(class PyDbEntity {lvalue},class AcCmColor,bool,class PyDbDatabase {lvalue})
- setColorIndex(...)
- setColorIndex( (Entity)arg1, (int)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setColorIndex(class PyDbEntity {lvalue},unsigned short)
setColorIndex( (Entity)arg1, (int)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setColorIndex(class PyDbEntity {lvalue},unsigned short,bool)
- setDatabaseDefaults(...)
- setDatabaseDefaults( (Entity)arg1) -> None :
C++ signature :
void setDatabaseDefaults(class PyDbEntity {lvalue})
setDatabaseDefaults( (Entity)arg1, (Database)arg2) -> None :
C++ signature :
void setDatabaseDefaults(class PyDbEntity {lvalue},class PyDbDatabase)
- setLayer(...)
- setLayer( (Entity)arg1, (str)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLayer(class PyDbEntity {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
setLayer( (Entity)arg1, (str)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLayer(class PyDbEntity {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,bool)
setLayer( (Entity)arg1, (str)arg2, (bool)arg3, (bool)arg4) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLayer(class PyDbEntity {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,bool,bool)
setLayer( (Entity)arg1, (ObjectId)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLayer(class PyDbEntity {lvalue},class PyDbObjectId)
setLayer( (Entity)arg1, (ObjectId)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLayer(class PyDbEntity {lvalue},class PyDbObjectId,bool)
setLayer( (Entity)arg1, (ObjectId)arg2, (bool)arg3, (bool)arg4) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLayer(class PyDbEntity {lvalue},class PyDbObjectId,bool,bool)
- setLineWeight(...)
- setLineWeight( (Entity)arg1, (LineWeight)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLineWeight(class PyDbEntity {lvalue},enum AcDb::LineWeight)
setLineWeight( (Entity)arg1, (LineWeight)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLineWeight(class PyDbEntity {lvalue},enum AcDb::LineWeight,bool)
- setLinetype(...)
- setLinetype( (Entity)arg1, (str)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLinetype(class PyDbEntity {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
setLinetype( (Entity)arg1, (str)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLinetype(class PyDbEntity {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,bool)
setLinetype( (Entity)arg1, (ObjectId)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLinetype(class PyDbEntity {lvalue},class PyDbObjectId)
setLinetype( (Entity)arg1, (ObjectId)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLinetype(class PyDbEntity {lvalue},class PyDbObjectId,bool)
- setLinetypeScale(...)
- setLinetypeScale( (Entity)arg1, (float)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLinetypeScale(class PyDbEntity {lvalue},double)
setLinetypeScale( (Entity)arg1, (float)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLinetypeScale(class PyDbEntity {lvalue},double,bool)
- setMaterial(...)
- setMaterial( (Entity)arg1, (str)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setMaterial(class PyDbEntity {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
setMaterial( (Entity)arg1, (str)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setMaterial(class PyDbEntity {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,bool)
setMaterial( (Entity)arg1, (ObjectId)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setMaterial(class PyDbEntity {lvalue},class PyDbObjectId)
setMaterial( (Entity)arg1, (ObjectId)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setMaterial(class PyDbEntity {lvalue},class PyDbObjectId,bool)
- setPlotStyleName(...)
- setPlotStyleName( (Entity)arg1, (str)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setPlotStyleName(class PyDbEntity {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,bool)
setPlotStyleName( (Entity)arg1, (PlotStyleNameType)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setPlotStyleName(class PyDbEntity {lvalue},enum AcDb::PlotStyleNameType,bool)
setPlotStyleName( (Entity)arg1, (PlotStyleNameType)arg2, (ObjectId)arg3, (bool)arg4) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setPlotStyleName(class PyDbEntity {lvalue},enum AcDb::PlotStyleNameType,class PyDbObjectId,bool)
- setPropertiesFrom(...)
- setPropertiesFrom( (Entity)arg1, (Entity)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setPropertiesFrom(class PyDbEntity {lvalue},class PyDbEntity)
setPropertiesFrom( (Entity)arg1, (Entity)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setPropertiesFrom(class PyDbEntity {lvalue},class PyDbEntity,bool)
- setReceiveShadows(...)
- setReceiveShadows( (Entity)arg1, (bool)arg2) -> None :
C++ signature :
void setReceiveShadows(class PyDbEntity {lvalue},bool)
- setVisibility(...)
- setVisibility( (Entity)arg1, (Visibility)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setVisibility(class PyDbEntity {lvalue},enum AcDb::Visibility)
setVisibility( (Entity)arg1, (Visibility)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setVisibility(class PyDbEntity {lvalue},enum AcDb::Visibility,bool)
- transformBy(...)
- transformBy( (Entity)arg1, (Matrix3d)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus transformBy(class PyDbEntity {lvalue},class AcGeMatrix3d)
- visibility(...)
- visibility( (Entity)arg1) -> Visibility :
C++ signature :
enum AcDb::Visibility visibility(class PyDbEntity {lvalue})
Static methods inherited from DbObject:
- addPersistentReactor(...)
- addPersistentReactor( (DbObject)arg1, (ObjectId)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus addPersistentReactor(class PyDbObject {lvalue},class PyDbObjectId)
- assertNotifyEnabled(...)
- assertNotifyEnabled( (DbObject)arg1) -> None :
C++ signature :
void assertNotifyEnabled(class PyDbObject {lvalue})
- assertReadEnabled(...)
- assertReadEnabled( (DbObject)arg1) -> None :
C++ signature :
void assertReadEnabled(class PyDbObject {lvalue})
- assertWriteEnabled(...)
- assertWriteEnabled( (DbObject)arg1) -> None :
C++ signature :
void assertWriteEnabled(class PyDbObject {lvalue})
- cancel(...)
- cancel( (DbObject)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus cancel(class PyDbObject {lvalue})
- close(...)
- close( (DbObject)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus close(class PyDbObject {lvalue})
- createExtensionDictionary(...)
- createExtensionDictionary( (DbObject)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus createExtensionDictionary(class PyDbObject {lvalue})
- database(...)
- database( (DbObject)arg1) -> Database :
C++ signature :
class PyDbDatabase database(class PyDbObject {lvalue})
- disableUndoRecording(...)
- disableUndoRecording( (DbObject)arg1, (bool)arg2) -> None :
C++ signature :
void disableUndoRecording(class PyDbObject {lvalue},bool)
- downgradeOpen(...)
- downgradeOpen( (DbObject)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus downgradeOpen(class PyDbObject {lvalue})
- downgradeToNotify(...)
- downgradeToNotify( (DbObject)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus downgradeToNotify(class PyDbObject {lvalue},bool)
- erase(...)
- erase( (DbObject)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus erase(class PyDbObject {lvalue})
- extensionDictionary(...)
- extensionDictionary( (DbObject)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId extensionDictionary(class PyDbObject {lvalue})
- handOverTo(...)
- handOverTo( (DbObject)arg1, (DbObject)arg2, (bool)arg3, (bool)arg4) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus handOverTo(class PyDbObject {lvalue},class PyDbObject {lvalue},bool,bool)
- hasPersistentReactor(...)
- hasPersistentReactor( (DbObject)arg1, (ObjectId)arg2) -> bool :
C++ signature :
bool hasPersistentReactor(class PyDbObject {lvalue},class PyDbObjectId)
- isAProxy(...)
- isAProxy( (DbObject)arg1) -> bool :
C++ signature :
bool isAProxy(class PyDbObject {lvalue})
- isCancelling(...)
- isCancelling( (DbObject)arg1) -> bool :
C++ signature :
bool isCancelling(class PyDbObject {lvalue})
- isEraseStatusToggled(...)
- isEraseStatusToggled( (DbObject)arg1) -> bool :
C++ signature :
bool isEraseStatusToggled(class PyDbObject {lvalue})
- isErased(...)
- isErased( (DbObject)arg1) -> bool :
C++ signature :
bool isErased(class PyDbObject {lvalue})
- isModified(...)
- isModified( (DbObject)arg1) -> bool :
C++ signature :
bool isModified(class PyDbObject {lvalue})
- isModifiedGraphics(...)
- isModifiedGraphics( (DbObject)arg1) -> bool :
C++ signature :
bool isModifiedGraphics(class PyDbObject {lvalue})
- isModifiedXData(...)
- isModifiedXData( (DbObject)arg1) -> bool :
C++ signature :
bool isModifiedXData(class PyDbObject {lvalue})
- isNewObject(...)
- isNewObject( (DbObject)arg1) -> bool :
C++ signature :
bool isNewObject(class PyDbObject {lvalue})
- isNotifyEnabled(...)
- isNotifyEnabled( (DbObject)arg1) -> bool :
C++ signature :
bool isNotifyEnabled(class PyDbObject {lvalue})
- isNotifying(...)
- isNotifying( (DbObject)arg1) -> bool :
C++ signature :
bool isNotifying(class PyDbObject {lvalue})
- isReadEnabled(...)
- isReadEnabled( (DbObject)arg1) -> bool :
C++ signature :
bool isReadEnabled(class PyDbObject {lvalue})
- isReallyClosing(...)
- isReallyClosing( (DbObject)arg1) -> bool :
C++ signature :
bool isReallyClosing(class PyDbObject {lvalue})
- isTransactionResident(...)
- isTransactionResident( (DbObject)arg1) -> bool :
C++ signature :
bool isTransactionResident(class PyDbObject {lvalue})
- isUndoRecordingDisabled(...)
- isUndoRecordingDisabled( (DbObject)arg1) -> bool :
C++ signature :
bool isUndoRecordingDisabled(class PyDbObject {lvalue})
- isUndoing(...)
- isUndoing( (DbObject)arg1) -> bool :
C++ signature :
bool isUndoing(class PyDbObject {lvalue})
- isWriteEnabled(...)
- isWriteEnabled( (DbObject)arg1) -> bool :
C++ signature :
bool isWriteEnabled(class PyDbObject {lvalue})
- objectId(...)
- objectId( (DbObject)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId objectId(class PyDbObject {lvalue})
- ownerId(...)
- ownerId( (DbObject)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId ownerId(class PyDbObject {lvalue})
- releaseExtensionDictionary(...)
- releaseExtensionDictionary( (DbObject)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus releaseExtensionDictionary(class PyDbObject {lvalue})
- removePersistentReactor(...)
- removePersistentReactor( (DbObject)arg1, (ObjectId)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus removePersistentReactor(class PyDbObject {lvalue},class PyDbObjectId)
- setOwnerId(...)
- setOwnerId( (DbObject)arg1, (ObjectId)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setOwnerId(class PyDbObject {lvalue},class PyDbObjectId)
- setXData(...)
- setXData( (DbObject)arg1, (list)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setXData(class PyDbObject {lvalue},class boost::python::list)
- swapIdWith(...)
- swapIdWith( (DbObject)arg1, (ObjectId)arg2, (bool)arg3, (bool)arg4) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus swapIdWith(class PyDbObject {lvalue},class PyDbObjectId {lvalue},bool,bool)
- upgradeFromNotify(...)
- upgradeFromNotify( (DbObject)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus upgradeFromNotify(class PyDbObject {lvalue},bool {lvalue})
- upgradeOpen(...)
- upgradeOpen( (DbObject)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus upgradeOpen(class PyDbObject {lvalue})
- xData(...)
- xData( (DbObject)arg1, (str)arg2) -> list :
C++ signature :
class boost::python::list xData(class PyDbObject {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
- xDataTransformBy(...)
- xDataTransformBy( (DbObject)arg1, (Matrix3d)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus xDataTransformBy(class PyDbObject {lvalue},class AcGeMatrix3d)
Static methods inherited from PyGi.Drawable:
- isA(...)
- isA( (Drawable)arg1) -> RxClass :
C++ signature :
class PyRxClass isA(class PyGiDrawable {lvalue})
Static methods inherited from PyRx.RxObject:
- __eq__(...)
- __eq__( (RxObject)arg1, (RxObject)arg2) -> bool :
C++ signature :
bool __eq__(class PyRxObject {lvalue},class PyRxObject)
- __ne__(...)
- __ne__( (RxObject)arg1, (RxObject)arg2) -> bool :
C++ signature :
bool __ne__(class PyRxObject {lvalue},class PyRxObject)
- isNull(...)
- isNull( (RxObject)arg1) -> bool :
C++ signature :
bool isNull(class PyRxObject {lvalue})
Static methods inherited from Boost.Python.instance:
- __new__(*args, **kwargs) from Boost.Python.class
- Create and return a new object. See help(type) for accurate signature.
Data descriptors inherited from Boost.Python.instance:
- __dict__
- __weakref__
|
class MInsertBlock(BlockReference) |
| | |
- Method resolution order:
- MInsertBlock
- BlockReference
- Entity
- DbObject
- PyGi.Drawable
- PyRx.RxObject
- Boost.Python.instance
- builtins.object
Static methods defined here:
- __init__(...)
- __init__( (object)arg1) -> None :
C++ signature :
void __init__(struct _object * __ptr64)
__init__( (object)arg1) -> None :
C++ signature :
void __init__(struct _object * __ptr64)
__init__( (object)arg1, (Point3d)arg2, (ObjectId)arg3, (int)arg4, (int)arg5, (float)arg6, (float)arg7) -> None :
C++ signature :
void __init__(struct _object * __ptr64,class AcGePoint3d {lvalue},class PyDbObjectId,unsigned short,unsigned short,double,double)
__init__( (object)arg1, (ObjectId)arg2, (OpenMode)arg3) -> None :
C++ signature :
void __init__(struct _object * __ptr64,class PyDbObjectId,enum AcDb::OpenMode)
- __reduce__ = (...)
- className(...)
- className() -> str :
C++ signature :
class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > className()
- columnSpacing(...)
- columnSpacing( (MInsertBlock)arg1) -> float :
C++ signature :
double columnSpacing(class PyDbMInsertBlock {lvalue})
- columns(...)
- columns( (MInsertBlock)arg1) -> int :
C++ signature :
unsigned short columns(class PyDbMInsertBlock {lvalue})
- desc(...)
- desc() -> RxClass :
C++ signature :
class PyRxClass desc()
- rowSpacing(...)
- rowSpacing( (MInsertBlock)arg1) -> float :
C++ signature :
double rowSpacing(class PyDbMInsertBlock {lvalue})
- rows(...)
- rows( (MInsertBlock)arg1) -> int :
C++ signature :
unsigned short rows(class PyDbMInsertBlock {lvalue})
- setColumnSpacing(...)
- setColumnSpacing( (MInsertBlock)arg1, (float)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setColumnSpacing(class PyDbMInsertBlock {lvalue},double)
- setColumns(...)
- setColumns( (MInsertBlock)arg1, (int)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setColumns(class PyDbMInsertBlock {lvalue},unsigned short)
- setRowSpacing(...)
- setRowSpacing( (MInsertBlock)arg1, (float)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setRowSpacing(class PyDbMInsertBlock {lvalue},double)
- setRows(...)
- setRows( (MInsertBlock)arg1, (int)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setRows(class PyDbMInsertBlock {lvalue},unsigned short)
Data and other attributes defined here:
- __instance_size__ = 48
Static methods inherited from BlockReference:
- appendAttribute(...)
- appendAttribute( (BlockReference)arg1, (AttributeReference)arg2) -> ObjectId :
C++ signature :
class PyDbObjectId appendAttribute(class PyDbBlockReference {lvalue},class PyDbAttribute {lvalue})
- attributeIds(...)
- attributeIds( (BlockReference)arg1) -> list :
C++ signature :
class boost::python::list attributeIds(class PyDbBlockReference {lvalue})
- blockTableRecord(...)
- blockTableRecord( (BlockReference)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId blockTableRecord(class PyDbBlockReference {lvalue})
- blockTransform(...)
- blockTransform( (BlockReference)arg1) -> Matrix3d :
C++ signature :
class AcGeMatrix3d blockTransform(class PyDbBlockReference {lvalue})
- explodeToOwnerSpace(...)
- explodeToOwnerSpace( (BlockReference)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus explodeToOwnerSpace(class PyDbBlockReference {lvalue})
- geomExtentsBestFit(...)
- geomExtentsBestFit( (BlockReference)arg1) -> Extents :
C++ signature :
class AcDbExtents geomExtentsBestFit(class PyDbBlockReference {lvalue})
geomExtentsBestFit( (BlockReference)arg1, (Matrix3d)arg2) -> Extents :
C++ signature :
class AcDbExtents geomExtentsBestFit(class PyDbBlockReference {lvalue},class AcGeMatrix3d)
- nonAnnotationBlockTransform(...)
- nonAnnotationBlockTransform( (BlockReference)arg1) -> Matrix3d :
C++ signature :
class AcGeMatrix3d nonAnnotationBlockTransform(class PyDbBlockReference {lvalue})
- nonAnnotationScaleFactors(...)
- nonAnnotationScaleFactors( (BlockReference)arg1) -> Scale3d :
C++ signature :
class AcGeScale3d nonAnnotationScaleFactors(class PyDbBlockReference {lvalue})
- normal(...)
- normal( (BlockReference)arg1) -> Vector3d :
C++ signature :
class AcGeVector3d normal(class PyDbBlockReference {lvalue})
- position(...)
- position( (BlockReference)arg1) -> Point3d :
C++ signature :
class AcGePoint3d position(class PyDbBlockReference {lvalue})
- rotation(...)
- rotation( (BlockReference)arg1) -> float :
C++ signature :
double rotation(class PyDbBlockReference {lvalue})
- scaleFactors(...)
- scaleFactors( (BlockReference)arg1) -> Scale3d :
C++ signature :
class AcGeScale3d scaleFactors(class PyDbBlockReference {lvalue})
- setBlockTableRecord(...)
- setBlockTableRecord( (BlockReference)arg1, (ObjectId)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setBlockTableRecord(class PyDbBlockReference {lvalue},class PyDbObjectId)
- setBlockTransform(...)
- setBlockTransform( (BlockReference)arg1, (Matrix3d)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setBlockTransform(class PyDbBlockReference {lvalue},class AcGeMatrix3d)
- setNormal(...)
- setNormal( (BlockReference)arg1, (Vector3d)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setNormal(class PyDbBlockReference {lvalue},class AcGeVector3d)
- setPosition(...)
- setPosition( (BlockReference)arg1, (Point3d)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setPosition(class PyDbBlockReference {lvalue},class AcGePoint3d)
- setRotation(...)
- setRotation( (BlockReference)arg1, (float)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setRotation(class PyDbBlockReference {lvalue},double)
- setScaleFactors(...)
- setScaleFactors( (BlockReference)arg1, (Scale3d)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setScaleFactors(class PyDbBlockReference {lvalue},class AcGeScale3d)
- treatAsAcDbBlockRefForExplode(...)
- treatAsAcDbBlockRefForExplode( (BlockReference)arg1) -> bool :
C++ signature :
bool treatAsAcDbBlockRefForExplode(class PyDbBlockReference {lvalue})
Static methods inherited from Entity:
- blockId(...)
- blockId( (Entity)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId blockId(class PyDbEntity {lvalue})
- castShadows(...)
- castShadows( (Entity)arg1) -> bool :
C++ signature :
bool castShadows(class PyDbEntity {lvalue})
- collisionType(...)
- collisionType( (Entity)arg1) -> CollisionType :
C++ signature :
enum AcDb::CollisionType collisionType(class PyDbEntity {lvalue})
- color(...)
- color( (Entity)arg1) -> Color :
C++ signature :
class AcCmColor color(class PyDbEntity {lvalue})
- colorIndex(...)
- colorIndex( (Entity)arg1) -> int :
C++ signature :
unsigned short colorIndex(class PyDbEntity {lvalue})
- draw(...)
- draw( (Entity)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus draw(class PyDbEntity {lvalue})
- entityColor(...)
- entityColor( (Entity)arg1) -> EntityColor :
C++ signature :
class AcCmEntityColor entityColor(class PyDbEntity {lvalue})
- getCompoundObjectTransform(...)
- getCompoundObjectTransform( (Entity)arg1, (Matrix3d)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus getCompoundObjectTransform(class PyDbEntity {lvalue},class AcGeMatrix3d {lvalue})
- getEcs(...)
- getEcs( (Entity)arg1, (Matrix3d)arg2) -> None :
C++ signature :
void getEcs(class PyDbEntity {lvalue},class AcGeMatrix3d {lvalue})
- getGeomExtents(...)
- getGeomExtents( (Entity)arg1, (Extents)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus getGeomExtents(class PyDbEntity {lvalue},class AcDbExtents {lvalue})
- getPlane(...)
- getPlane( (Entity)arg1) -> Plane :
C++ signature :
class PyGePlane getPlane(class PyDbEntity {lvalue})
- getPlotStyleNameId(...)
- getPlotStyleNameId( (Entity)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId getPlotStyleNameId(class PyDbEntity {lvalue})
- isPlanar(...)
- isPlanar( (Entity)arg1) -> bool :
C++ signature :
bool isPlanar(class PyDbEntity {lvalue})
- layer(...)
- layer( (Entity)arg1) -> str :
C++ signature :
class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > layer(class PyDbEntity {lvalue})
- layerId(...)
- layerId( (Entity)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId layerId(class PyDbEntity {lvalue})
- lineWeight(...)
- lineWeight( (Entity)arg1) -> LineWeight :
C++ signature :
enum AcDb::LineWeight lineWeight(class PyDbEntity {lvalue})
- linetype(...)
- linetype( (Entity)arg1) -> str :
C++ signature :
class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > linetype(class PyDbEntity {lvalue})
- linetypeId(...)
- linetypeId( (Entity)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId linetypeId(class PyDbEntity {lvalue})
- linetypeScale(...)
- linetypeScale( (Entity)arg1) -> float :
C++ signature :
double linetypeScale(class PyDbEntity {lvalue})
- list(...)
- list( (Entity)arg1) -> None :
C++ signature :
void list(class PyDbEntity {lvalue})
- material(...)
- material( (Entity)arg1) -> str :
C++ signature :
class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > material(class PyDbEntity {lvalue})
- materialId(...)
- materialId( (Entity)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId materialId(class PyDbEntity {lvalue})
- plotStyleName(...)
- plotStyleName( (Entity)arg1) -> str :
C++ signature :
class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > plotStyleName(class PyDbEntity {lvalue})
- receiveShadows(...)
- receiveShadows( (Entity)arg1) -> bool :
C++ signature :
bool receiveShadows(class PyDbEntity {lvalue})
- recordGraphicsModified(...)
- recordGraphicsModified( (Entity)arg1) -> None :
C++ signature :
void recordGraphicsModified(class PyDbEntity {lvalue})
recordGraphicsModified( (Entity)arg1) -> None :
C++ signature :
void recordGraphicsModified(class PyDbEntity {lvalue})
- setCastShadows(...)
- setCastShadows( (Entity)arg1, (bool)arg2) -> None :
C++ signature :
void setCastShadows(class PyDbEntity {lvalue},bool)
- setColor(...)
- setColor( (Entity)arg1, (Color)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setColor(class PyDbEntity {lvalue},class AcCmColor)
setColor( (Entity)arg1, (Color)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setColor(class PyDbEntity {lvalue},class AcCmColor,bool)
setColor( (Entity)arg1, (Color)arg2, (bool)arg3, (Database)arg4) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setColor(class PyDbEntity {lvalue},class AcCmColor,bool,class PyDbDatabase {lvalue})
- setColorIndex(...)
- setColorIndex( (Entity)arg1, (int)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setColorIndex(class PyDbEntity {lvalue},unsigned short)
setColorIndex( (Entity)arg1, (int)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setColorIndex(class PyDbEntity {lvalue},unsigned short,bool)
- setDatabaseDefaults(...)
- setDatabaseDefaults( (Entity)arg1) -> None :
C++ signature :
void setDatabaseDefaults(class PyDbEntity {lvalue})
setDatabaseDefaults( (Entity)arg1, (Database)arg2) -> None :
C++ signature :
void setDatabaseDefaults(class PyDbEntity {lvalue},class PyDbDatabase)
- setLayer(...)
- setLayer( (Entity)arg1, (str)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLayer(class PyDbEntity {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
setLayer( (Entity)arg1, (str)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLayer(class PyDbEntity {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,bool)
setLayer( (Entity)arg1, (str)arg2, (bool)arg3, (bool)arg4) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLayer(class PyDbEntity {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,bool,bool)
setLayer( (Entity)arg1, (ObjectId)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLayer(class PyDbEntity {lvalue},class PyDbObjectId)
setLayer( (Entity)arg1, (ObjectId)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLayer(class PyDbEntity {lvalue},class PyDbObjectId,bool)
setLayer( (Entity)arg1, (ObjectId)arg2, (bool)arg3, (bool)arg4) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLayer(class PyDbEntity {lvalue},class PyDbObjectId,bool,bool)
- setLineWeight(...)
- setLineWeight( (Entity)arg1, (LineWeight)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLineWeight(class PyDbEntity {lvalue},enum AcDb::LineWeight)
setLineWeight( (Entity)arg1, (LineWeight)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLineWeight(class PyDbEntity {lvalue},enum AcDb::LineWeight,bool)
- setLinetype(...)
- setLinetype( (Entity)arg1, (str)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLinetype(class PyDbEntity {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
setLinetype( (Entity)arg1, (str)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLinetype(class PyDbEntity {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,bool)
setLinetype( (Entity)arg1, (ObjectId)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLinetype(class PyDbEntity {lvalue},class PyDbObjectId)
setLinetype( (Entity)arg1, (ObjectId)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLinetype(class PyDbEntity {lvalue},class PyDbObjectId,bool)
- setLinetypeScale(...)
- setLinetypeScale( (Entity)arg1, (float)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLinetypeScale(class PyDbEntity {lvalue},double)
setLinetypeScale( (Entity)arg1, (float)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLinetypeScale(class PyDbEntity {lvalue},double,bool)
- setMaterial(...)
- setMaterial( (Entity)arg1, (str)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setMaterial(class PyDbEntity {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
setMaterial( (Entity)arg1, (str)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setMaterial(class PyDbEntity {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,bool)
setMaterial( (Entity)arg1, (ObjectId)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setMaterial(class PyDbEntity {lvalue},class PyDbObjectId)
setMaterial( (Entity)arg1, (ObjectId)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setMaterial(class PyDbEntity {lvalue},class PyDbObjectId,bool)
- setPlotStyleName(...)
- setPlotStyleName( (Entity)arg1, (str)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setPlotStyleName(class PyDbEntity {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,bool)
setPlotStyleName( (Entity)arg1, (PlotStyleNameType)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setPlotStyleName(class PyDbEntity {lvalue},enum AcDb::PlotStyleNameType,bool)
setPlotStyleName( (Entity)arg1, (PlotStyleNameType)arg2, (ObjectId)arg3, (bool)arg4) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setPlotStyleName(class PyDbEntity {lvalue},enum AcDb::PlotStyleNameType,class PyDbObjectId,bool)
- setPropertiesFrom(...)
- setPropertiesFrom( (Entity)arg1, (Entity)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setPropertiesFrom(class PyDbEntity {lvalue},class PyDbEntity)
setPropertiesFrom( (Entity)arg1, (Entity)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setPropertiesFrom(class PyDbEntity {lvalue},class PyDbEntity,bool)
- setReceiveShadows(...)
- setReceiveShadows( (Entity)arg1, (bool)arg2) -> None :
C++ signature :
void setReceiveShadows(class PyDbEntity {lvalue},bool)
- setVisibility(...)
- setVisibility( (Entity)arg1, (Visibility)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setVisibility(class PyDbEntity {lvalue},enum AcDb::Visibility)
setVisibility( (Entity)arg1, (Visibility)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setVisibility(class PyDbEntity {lvalue},enum AcDb::Visibility,bool)
- transformBy(...)
- transformBy( (Entity)arg1, (Matrix3d)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus transformBy(class PyDbEntity {lvalue},class AcGeMatrix3d)
- visibility(...)
- visibility( (Entity)arg1) -> Visibility :
C++ signature :
enum AcDb::Visibility visibility(class PyDbEntity {lvalue})
Static methods inherited from DbObject:
- addPersistentReactor(...)
- addPersistentReactor( (DbObject)arg1, (ObjectId)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus addPersistentReactor(class PyDbObject {lvalue},class PyDbObjectId)
- assertNotifyEnabled(...)
- assertNotifyEnabled( (DbObject)arg1) -> None :
C++ signature :
void assertNotifyEnabled(class PyDbObject {lvalue})
- assertReadEnabled(...)
- assertReadEnabled( (DbObject)arg1) -> None :
C++ signature :
void assertReadEnabled(class PyDbObject {lvalue})
- assertWriteEnabled(...)
- assertWriteEnabled( (DbObject)arg1) -> None :
C++ signature :
void assertWriteEnabled(class PyDbObject {lvalue})
- cancel(...)
- cancel( (DbObject)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus cancel(class PyDbObject {lvalue})
- close(...)
- close( (DbObject)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus close(class PyDbObject {lvalue})
- createExtensionDictionary(...)
- createExtensionDictionary( (DbObject)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus createExtensionDictionary(class PyDbObject {lvalue})
- database(...)
- database( (DbObject)arg1) -> Database :
C++ signature :
class PyDbDatabase database(class PyDbObject {lvalue})
- disableUndoRecording(...)
- disableUndoRecording( (DbObject)arg1, (bool)arg2) -> None :
C++ signature :
void disableUndoRecording(class PyDbObject {lvalue},bool)
- downgradeOpen(...)
- downgradeOpen( (DbObject)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus downgradeOpen(class PyDbObject {lvalue})
- downgradeToNotify(...)
- downgradeToNotify( (DbObject)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus downgradeToNotify(class PyDbObject {lvalue},bool)
- erase(...)
- erase( (DbObject)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus erase(class PyDbObject {lvalue})
- extensionDictionary(...)
- extensionDictionary( (DbObject)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId extensionDictionary(class PyDbObject {lvalue})
- handOverTo(...)
- handOverTo( (DbObject)arg1, (DbObject)arg2, (bool)arg3, (bool)arg4) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus handOverTo(class PyDbObject {lvalue},class PyDbObject {lvalue},bool,bool)
- hasPersistentReactor(...)
- hasPersistentReactor( (DbObject)arg1, (ObjectId)arg2) -> bool :
C++ signature :
bool hasPersistentReactor(class PyDbObject {lvalue},class PyDbObjectId)
- isAProxy(...)
- isAProxy( (DbObject)arg1) -> bool :
C++ signature :
bool isAProxy(class PyDbObject {lvalue})
- isCancelling(...)
- isCancelling( (DbObject)arg1) -> bool :
C++ signature :
bool isCancelling(class PyDbObject {lvalue})
- isEraseStatusToggled(...)
- isEraseStatusToggled( (DbObject)arg1) -> bool :
C++ signature :
bool isEraseStatusToggled(class PyDbObject {lvalue})
- isErased(...)
- isErased( (DbObject)arg1) -> bool :
C++ signature :
bool isErased(class PyDbObject {lvalue})
- isModified(...)
- isModified( (DbObject)arg1) -> bool :
C++ signature :
bool isModified(class PyDbObject {lvalue})
- isModifiedGraphics(...)
- isModifiedGraphics( (DbObject)arg1) -> bool :
C++ signature :
bool isModifiedGraphics(class PyDbObject {lvalue})
- isModifiedXData(...)
- isModifiedXData( (DbObject)arg1) -> bool :
C++ signature :
bool isModifiedXData(class PyDbObject {lvalue})
- isNewObject(...)
- isNewObject( (DbObject)arg1) -> bool :
C++ signature :
bool isNewObject(class PyDbObject {lvalue})
- isNotifyEnabled(...)
- isNotifyEnabled( (DbObject)arg1) -> bool :
C++ signature :
bool isNotifyEnabled(class PyDbObject {lvalue})
- isNotifying(...)
- isNotifying( (DbObject)arg1) -> bool :
C++ signature :
bool isNotifying(class PyDbObject {lvalue})
- isReadEnabled(...)
- isReadEnabled( (DbObject)arg1) -> bool :
C++ signature :
bool isReadEnabled(class PyDbObject {lvalue})
- isReallyClosing(...)
- isReallyClosing( (DbObject)arg1) -> bool :
C++ signature :
bool isReallyClosing(class PyDbObject {lvalue})
- isTransactionResident(...)
- isTransactionResident( (DbObject)arg1) -> bool :
C++ signature :
bool isTransactionResident(class PyDbObject {lvalue})
- isUndoRecordingDisabled(...)
- isUndoRecordingDisabled( (DbObject)arg1) -> bool :
C++ signature :
bool isUndoRecordingDisabled(class PyDbObject {lvalue})
- isUndoing(...)
- isUndoing( (DbObject)arg1) -> bool :
C++ signature :
bool isUndoing(class PyDbObject {lvalue})
- isWriteEnabled(...)
- isWriteEnabled( (DbObject)arg1) -> bool :
C++ signature :
bool isWriteEnabled(class PyDbObject {lvalue})
- objectId(...)
- objectId( (DbObject)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId objectId(class PyDbObject {lvalue})
- ownerId(...)
- ownerId( (DbObject)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId ownerId(class PyDbObject {lvalue})
- releaseExtensionDictionary(...)
- releaseExtensionDictionary( (DbObject)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus releaseExtensionDictionary(class PyDbObject {lvalue})
- removePersistentReactor(...)
- removePersistentReactor( (DbObject)arg1, (ObjectId)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus removePersistentReactor(class PyDbObject {lvalue},class PyDbObjectId)
- setOwnerId(...)
- setOwnerId( (DbObject)arg1, (ObjectId)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setOwnerId(class PyDbObject {lvalue},class PyDbObjectId)
- setXData(...)
- setXData( (DbObject)arg1, (list)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setXData(class PyDbObject {lvalue},class boost::python::list)
- swapIdWith(...)
- swapIdWith( (DbObject)arg1, (ObjectId)arg2, (bool)arg3, (bool)arg4) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus swapIdWith(class PyDbObject {lvalue},class PyDbObjectId {lvalue},bool,bool)
- upgradeFromNotify(...)
- upgradeFromNotify( (DbObject)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus upgradeFromNotify(class PyDbObject {lvalue},bool {lvalue})
- upgradeOpen(...)
- upgradeOpen( (DbObject)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus upgradeOpen(class PyDbObject {lvalue})
- xData(...)
- xData( (DbObject)arg1, (str)arg2) -> list :
C++ signature :
class boost::python::list xData(class PyDbObject {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
- xDataTransformBy(...)
- xDataTransformBy( (DbObject)arg1, (Matrix3d)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus xDataTransformBy(class PyDbObject {lvalue},class AcGeMatrix3d)
Static methods inherited from PyGi.Drawable:
- isA(...)
- isA( (Drawable)arg1) -> RxClass :
C++ signature :
class PyRxClass isA(class PyGiDrawable {lvalue})
Static methods inherited from PyRx.RxObject:
- __eq__(...)
- __eq__( (RxObject)arg1, (RxObject)arg2) -> bool :
C++ signature :
bool __eq__(class PyRxObject {lvalue},class PyRxObject)
- __ne__(...)
- __ne__( (RxObject)arg1, (RxObject)arg2) -> bool :
C++ signature :
bool __ne__(class PyRxObject {lvalue},class PyRxObject)
- isNull(...)
- isNull( (RxObject)arg1) -> bool :
C++ signature :
bool isNull(class PyRxObject {lvalue})
Static methods inherited from Boost.Python.instance:
- __new__(*args, **kwargs) from Boost.Python.class
- Create and return a new object. See help(type) for accurate signature.
Data descriptors inherited from Boost.Python.instance:
- __dict__
- __weakref__
|
class MLeader(Entity) |
| | |
- Method resolution order:
- MLeader
- Entity
- DbObject
- PyGi.Drawable
- PyRx.RxObject
- Boost.Python.instance
- builtins.object
Static methods defined here:
- MLeaderStyle(...)
- MLeaderStyle( (MLeader)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId MLeaderStyle(class PyDbMLeader {lvalue})
- __init__(...)
- __init__( (object)arg1) -> None :
C++ signature :
void __init__(struct _object * __ptr64)
__init__( (object)arg1) -> None :
C++ signature :
void __init__(struct _object * __ptr64)
__init__( (object)arg1, (ObjectId)arg2, (OpenMode)arg3) -> None :
C++ signature :
void __init__(struct _object * __ptr64,class PyDbObjectId,enum AcDb::OpenMode)
- __reduce__ = (...)
- addFirstVertex(...)
- addFirstVertex( (MLeader)arg1, (int)arg2, (Point3d)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus addFirstVertex(class PyDbMLeader {lvalue},int,class AcGePoint3d)
- addLastVertex(...)
- addLastVertex( (MLeader)arg1, (int)arg2, (Point3d)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus addLastVertex(class PyDbMLeader {lvalue},int,class AcGePoint3d)
- addLeader(...)
- addLeader( (MLeader)arg1) -> int :
C++ signature :
int addLeader(class PyDbMLeader {lvalue})
- addLeaderLine(...)
- addLeaderLine( (MLeader)arg1, (int)arg2) -> int :
C++ signature :
int addLeaderLine(class PyDbMLeader {lvalue},int)
addLeaderLine( (MLeader)arg1, (Point3d)arg2) -> int :
C++ signature :
int addLeaderLine(class PyDbMLeader {lvalue},class AcGePoint3d)
- arrowSize(...)
- arrowSize( (MLeader)arg1) -> float :
C++ signature :
double arrowSize(class PyDbMLeader {lvalue})
- arrowSymbolId(...)
- arrowSymbolId( (MLeader)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId arrowSymbolId(class PyDbMLeader {lvalue})
- blockColor(...)
- blockColor( (MLeader)arg1) -> Color :
C++ signature :
class AcCmColor blockColor(class PyDbMLeader {lvalue})
- blockConnectionType(...)
- blockConnectionType( (MLeader)arg1) -> MLeaderBlockConnectionType :
C++ signature :
enum AcDbMLeaderStyle::BlockConnectionType blockConnectionType(class PyDbMLeader {lvalue})
- blockContentId(...)
- blockContentId( (MLeader)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId blockContentId(class PyDbMLeader {lvalue})
- blockRotation(...)
- blockRotation( (MLeader)arg1) -> float :
C++ signature :
double blockRotation(class PyDbMLeader {lvalue})
- blockScale(...)
- blockScale( (MLeader)arg1) -> Scale3d :
C++ signature :
class AcGeScale3d blockScale(class PyDbMLeader {lvalue})
- className(...)
- className() -> str :
C++ signature :
class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > className()
- connectionPoint(...)
- connectionPoint( (MLeader)arg1, (Vector3d)arg2) -> Point3d :
C++ signature :
class AcGePoint3d connectionPoint(class PyDbMLeader {lvalue},class AcGeVector3d)
connectionPoint( (MLeader)arg1, (Vector3d)arg2, (MLeaderTextAttachmentDirection)arg3) -> Point3d :
C++ signature :
class AcGePoint3d connectionPoint(class PyDbMLeader {lvalue},class AcGeVector3d,enum AcDbMLeaderStyle::TextAttachmentDirection)
- contentType(...)
- contentType( (MLeader)arg1) -> MLeaderContentType :
C++ signature :
enum AcDbMLeaderStyle::ContentType contentType(class PyDbMLeader {lvalue})
- desc(...)
- desc() -> RxClass :
C++ signature :
class PyRxClass desc()
- doglegLength(...)
- doglegLength( (MLeader)arg1) -> float :
C++ signature :
double doglegLength(class PyDbMLeader {lvalue})
- enableAnnotationScale(...)
- enableAnnotationScale( (MLeader)arg1) -> bool :
C++ signature :
bool enableAnnotationScale(class PyDbMLeader {lvalue})
- enableDogleg(...)
- enableDogleg( (MLeader)arg1) -> bool :
C++ signature :
bool enableDogleg(class PyDbMLeader {lvalue})
- enableFrameText(...)
- enableFrameText( (MLeader)arg1) -> bool :
C++ signature :
bool enableFrameText(class PyDbMLeader {lvalue})
- enableLanding(...)
- enableLanding( (MLeader)arg1) -> bool :
C++ signature :
bool enableLanding(class PyDbMLeader {lvalue})
- extendLeaderToText(...)
- extendLeaderToText( (MLeader)arg1) -> bool :
C++ signature :
bool extendLeaderToText(class PyDbMLeader {lvalue})
- getArrowSize(...)
- getArrowSize( (MLeader)arg1, (int)arg2) -> float :
C++ signature :
double getArrowSize(class PyDbMLeader {lvalue},int)
- getArrowSymbolId(...)
- getArrowSymbolId( (MLeader)arg1, (int)arg2) -> ObjectId :
C++ signature :
class PyDbObjectId getArrowSymbolId(class PyDbMLeader {lvalue},int)
- getBlockAttributeValue(...)
- getBlockAttributeValue( (MLeader)arg1, (ObjectId)arg2) -> AttributeReference :
C++ signature :
class PyDbAttribute getBlockAttributeValue(class PyDbMLeader {lvalue},class PyDbObjectId)
getBlockAttributeValue( (MLeader)arg1, (ObjectId)arg2) -> str :
C++ signature :
class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > getBlockAttributeValue(class PyDbMLeader {lvalue},class PyDbObjectId)
- getBlockPosition(...)
- getBlockPosition( (MLeader)arg1) -> Point3d :
C++ signature :
class AcGePoint3d getBlockPosition(class PyDbMLeader {lvalue})
- getContentGeomExtents(...)
- getContentGeomExtents( (MLeader)arg1) -> Extents :
C++ signature :
class AcDbExtents getContentGeomExtents(class PyDbMLeader {lvalue})
- getDoglegDirection(...)
- getDoglegDirection( (MLeader)arg1, (int)arg2) -> Vector3d :
C++ signature :
class AcGeVector3d getDoglegDirection(class PyDbMLeader {lvalue},int)
- getDoglegLength(...)
- getDoglegLength( (MLeader)arg1, (int)arg2) -> float :
C++ signature :
double getDoglegLength(class PyDbMLeader {lvalue},int)
- getFirstVertex(...)
- getFirstVertex( (MLeader)arg1, (int)arg2) -> Point3d :
C++ signature :
class AcGePoint3d getFirstVertex(class PyDbMLeader {lvalue},int)
- getLastVertex(...)
- getLastVertex( (MLeader)arg1, (int)arg2) -> Point3d :
C++ signature :
class AcGePoint3d getLastVertex(class PyDbMLeader {lvalue},int)
- getLeaderIndex(...)
- getLeaderIndex( (MLeader)arg1, (int)arg2) -> int :
C++ signature :
int getLeaderIndex(class PyDbMLeader {lvalue},int)
- getLeaderIndexes(...)
- getLeaderIndexes( (MLeader)arg1) -> list :
C++ signature :
class boost::python::list getLeaderIndexes(class PyDbMLeader {lvalue})
- getLeaderLineColor(...)
- getLeaderLineColor( (MLeader)arg1, (int)arg2) -> Color :
C++ signature :
class AcCmColor getLeaderLineColor(class PyDbMLeader {lvalue},int)
- getLeaderLineIndexes(...)
- getLeaderLineIndexes( (MLeader)arg1) -> list :
C++ signature :
class boost::python::list getLeaderLineIndexes(class PyDbMLeader {lvalue})
getLeaderLineIndexes( (MLeader)arg1, (int)arg2) -> list :
C++ signature :
class boost::python::list getLeaderLineIndexes(class PyDbMLeader {lvalue},int)
- getLeaderLineType(...)
- getLeaderLineType( (MLeader)arg1, (int)arg2) -> MLeaderLeaderType :
C++ signature :
enum AcDbMLeaderStyle::LeaderType getLeaderLineType(class PyDbMLeader {lvalue},int)
- getLeaderLineTypeId(...)
- getLeaderLineTypeId( (MLeader)arg1, (int)arg2) -> ObjectId :
C++ signature :
class PyDbObjectId getLeaderLineTypeId(class PyDbMLeader {lvalue},int)
- getLeaderLineWeight(...)
- getLeaderLineWeight( (MLeader)arg1, (int)arg2) -> LineWeight :
C++ signature :
enum AcDb::LineWeight getLeaderLineWeight(class PyDbMLeader {lvalue},int)
- getOverridedMLeaderStyle(...)
- getOverridedMLeaderStyle( (MLeader)arg1, (MLeaderStyle)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus getOverridedMLeaderStyle(class PyDbMLeader {lvalue},class PyDbMLeaderStyle {lvalue})
- getTextLocation(...)
- getTextLocation( (MLeader)arg1) -> Point3d :
C++ signature :
class AcGePoint3d getTextLocation(class PyDbMLeader {lvalue})
- getToleranceLocation(...)
- getToleranceLocation( (MLeader)arg1) -> Point3d :
C++ signature :
class AcGePoint3d getToleranceLocation(class PyDbMLeader {lvalue})
- getVertex(...)
- getVertex( (MLeader)arg1, (int)arg2, (int)arg3) -> Point3d :
C++ signature :
class AcGePoint3d getVertex(class PyDbMLeader {lvalue},int,int)
- hasContent(...)
- hasContent( (MLeader)arg1) -> bool :
C++ signature :
bool hasContent(class PyDbMLeader {lvalue})
- isOverride(...)
- isOverride( (MLeader)arg1, (MLeaderPropertyOverrideType)arg2) -> bool :
C++ signature :
bool isOverride(class PyDbMLeader {lvalue},enum AcDbMLeader::PropertyOverrideType)
- landingGap(...)
- landingGap( (MLeader)arg1) -> float :
C++ signature :
double landingGap(class PyDbMLeader {lvalue})
- leaderLineColor(...)
- leaderLineColor( (MLeader)arg1) -> Color :
C++ signature :
class AcCmColor leaderLineColor(class PyDbMLeader {lvalue})
- leaderLineType(...)
- leaderLineType( (MLeader)arg1) -> MLeaderLeaderType :
C++ signature :
enum AcDbMLeaderStyle::LeaderType leaderLineType(class PyDbMLeader {lvalue})
- leaderLineTypeId(...)
- leaderLineTypeId( (MLeader)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId leaderLineTypeId(class PyDbMLeader {lvalue})
- leaderLineWeight(...)
- leaderLineWeight( (MLeader)arg1) -> LineWeight :
C++ signature :
enum AcDb::LineWeight leaderLineWeight(class PyDbMLeader {lvalue})
- modified(...)
- modified( (MLeader)arg1, (DbObject)arg2) -> None :
C++ signature :
void modified(class PyDbMLeader {lvalue},class PyDbObject)
- moveMLeader(...)
- moveMLeader( (MLeader)arg1, (Vector3d)arg2, (MLeaderMoveType)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus moveMLeader(class PyDbMLeader {lvalue},class AcGeVector3d,enum AcDbMLeader::MoveType)
moveMLeader( (MLeader)arg1, (Vector3d)arg2, (MLeaderMoveType)arg3, (bool)arg4) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus moveMLeader(class PyDbMLeader {lvalue},class AcGeVector3d,enum AcDbMLeader::MoveType,bool)
- mtext(...)
- mtext( (MLeader)arg1) -> MText :
C++ signature :
class PyDbMText mtext(class PyDbMLeader {lvalue})
- normal(...)
- normal( (MLeader)arg1) -> Vector3d :
C++ signature :
class AcGeVector3d normal(class PyDbMLeader {lvalue})
- numLeaderLines(...)
- numLeaderLines( (MLeader)arg1) -> int :
C++ signature :
int numLeaderLines(class PyDbMLeader {lvalue})
- numLeaders(...)
- numLeaders( (MLeader)arg1) -> int :
C++ signature :
int numLeaders(class PyDbMLeader {lvalue})
- numVertices(...)
- numVertices( (MLeader)arg1, (int)arg2) -> int :
C++ signature :
int numVertices(class PyDbMLeader {lvalue},int)
- objectClosed(...)
- objectClosed( (MLeader)arg1, (ObjectId)arg2) -> None :
C++ signature :
void objectClosed(class PyDbMLeader {lvalue},class PyDbObjectId)
- plane(...)
- plane( (MLeader)arg1) -> Plane :
C++ signature :
class PyGePlane plane(class PyDbMLeader {lvalue})
- postMLeaderToDb(...)
- postMLeaderToDb( (MLeader)arg1, (Database)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus postMLeaderToDb(class PyDbMLeader {lvalue},class PyDbDatabase {lvalue})
- recomputeBreakPoints(...)
- recomputeBreakPoints( (MLeader)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus recomputeBreakPoints(class PyDbMLeader {lvalue})
- removeFirstVertex(...)
- removeFirstVertex( (MLeader)arg1, (int)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus removeFirstVertex(class PyDbMLeader {lvalue},int)
- removeLastVertex(...)
- removeLastVertex( (MLeader)arg1, (int)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus removeLastVertex(class PyDbMLeader {lvalue},int)
- removeLeader(...)
- removeLeader( (MLeader)arg1, (int)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus removeLeader(class PyDbMLeader {lvalue},int)
- removeLeaderLine(...)
- removeLeaderLine( (MLeader)arg1, (int)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus removeLeaderLine(class PyDbMLeader {lvalue},int)
- removeLeaderLineRefAssoc(...)
- removeLeaderLineRefAssoc( (MLeader)arg1, (int)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus removeLeaderLineRefAssoc(class PyDbMLeader {lvalue},int)
- scale(...)
- scale( (MLeader)arg1) -> float :
C++ signature :
double scale(class PyDbMLeader {lvalue})
- setArrowSize(...)
- setArrowSize( (MLeader)arg1, (float)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setArrowSize(class PyDbMLeader {lvalue},double)
setArrowSize( (MLeader)arg1, (int)arg2, (float)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setArrowSize(class PyDbMLeader {lvalue},int,double)
- setArrowSymbolId(...)
- setArrowSymbolId( (MLeader)arg1, (ObjectId)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setArrowSymbolId(class PyDbMLeader {lvalue},class PyDbObjectId)
setArrowSymbolId( (MLeader)arg1, (int)arg2, (ObjectId)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setArrowSymbolId(class PyDbMLeader {lvalue},int,class PyDbObjectId)
- setBlockAttributeValue(...)
- setBlockAttributeValue( (MLeader)arg1, (ObjectId)arg2, (AttributeReference)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setBlockAttributeValue(class PyDbMLeader {lvalue},class PyDbObjectId,class PyDbAttribute)
setBlockAttributeValue( (MLeader)arg1, (ObjectId)arg2, (str)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setBlockAttributeValue(class PyDbMLeader {lvalue},class PyDbObjectId,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
- setBlockColor(...)
- setBlockColor( (MLeader)arg1, (Color)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setBlockColor(class PyDbMLeader {lvalue},class AcCmColor)
- setBlockConnectionType(...)
- setBlockConnectionType( (MLeader)arg1, (MLeaderBlockConnectionType)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setBlockConnectionType(class PyDbMLeader {lvalue},enum AcDbMLeaderStyle::BlockConnectionType)
- setBlockContentId(...)
- setBlockContentId( (MLeader)arg1, (ObjectId)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setBlockContentId(class PyDbMLeader {lvalue},class PyDbObjectId)
- setBlockPosition(...)
- setBlockPosition( (MLeader)arg1, (Point3d)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setBlockPosition(class PyDbMLeader {lvalue},class AcGePoint3d)
- setBlockRotation(...)
- setBlockRotation( (MLeader)arg1, (float)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setBlockRotation(class PyDbMLeader {lvalue},double)
- setBlockScale(...)
- setBlockScale( (MLeader)arg1, (Scale3d)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setBlockScale(class PyDbMLeader {lvalue},class AcGeScale3d)
- setContentType(...)
- setContentType( (MLeader)arg1, (MLeaderContentType)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setContentType(class PyDbMLeader {lvalue},enum AcDbMLeaderStyle::ContentType)
- setDoglegDirection(...)
- setDoglegDirection( (MLeader)arg1, (int)arg2, (Vector3d)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setDoglegDirection(class PyDbMLeader {lvalue},int,class AcGeVector3d)
- setDoglegLength(...)
- setDoglegLength( (MLeader)arg1, (float)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setDoglegLength(class PyDbMLeader {lvalue},double)
setDoglegLength( (MLeader)arg1, (int)arg2, (float)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setDoglegLength(class PyDbMLeader {lvalue},int,double)
- setEnableAnnotationScale(...)
- setEnableAnnotationScale( (MLeader)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setEnableAnnotationScale(class PyDbMLeader {lvalue},bool)
- setEnableDogleg(...)
- setEnableDogleg( (MLeader)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setEnableDogleg(class PyDbMLeader {lvalue},bool)
- setEnableFrameText(...)
- setEnableFrameText( (MLeader)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setEnableFrameText(class PyDbMLeader {lvalue},bool)
- setEnableLanding(...)
- setEnableLanding( (MLeader)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setEnableLanding(class PyDbMLeader {lvalue},bool)
- setExtendLeaderToText(...)
- setExtendLeaderToText( (MLeader)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setExtendLeaderToText(class PyDbMLeader {lvalue},bool)
- setFirstVertex(...)
- setFirstVertex( (MLeader)arg1, (int)arg2, (Point3d)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setFirstVertex(class PyDbMLeader {lvalue},int,class AcGePoint3d)
- setLandingGap(...)
- setLandingGap( (MLeader)arg1, (float)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLandingGap(class PyDbMLeader {lvalue},double)
- setLastVertex(...)
- setLastVertex( (MLeader)arg1, (int)arg2, (Point3d)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLastVertex(class PyDbMLeader {lvalue},int,class AcGePoint3d)
- setLeaderLineColor1(...)
- setLeaderLineColor1( (MLeader)arg1, (Color)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLeaderLineColor1(class PyDbMLeader {lvalue},class AcCmColor)
setLeaderLineColor1( (MLeader)arg1, (int)arg2, (Color)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLeaderLineColor1(class PyDbMLeader {lvalue},int,class AcCmColor)
- setLeaderLineType(...)
- setLeaderLineType( (MLeader)arg1, (MLeaderLeaderType)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLeaderLineType(class PyDbMLeader {lvalue},enum AcDbMLeaderStyle::LeaderType)
setLeaderLineType( (MLeader)arg1, (int)arg2, (MLeaderLeaderType)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLeaderLineType(class PyDbMLeader {lvalue},int,enum AcDbMLeaderStyle::LeaderType)
- setLeaderLineTypeId(...)
- setLeaderLineTypeId( (MLeader)arg1, (ObjectId)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLeaderLineTypeId(class PyDbMLeader {lvalue},class PyDbObjectId)
setLeaderLineTypeId( (MLeader)arg1, (int)arg2, (ObjectId)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLeaderLineTypeId(class PyDbMLeader {lvalue},int,class PyDbObjectId)
- setLeaderLineWeight1(...)
- setLeaderLineWeight1( (MLeader)arg1, (LineWeight)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLeaderLineWeight1(class PyDbMLeader {lvalue},enum AcDb::LineWeight)
setLeaderLineWeight1( (MLeader)arg1, (int)arg2, (LineWeight)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLeaderLineWeight1(class PyDbMLeader {lvalue},int,enum AcDb::LineWeight)
- setMLeaderStyle(...)
- setMLeaderStyle( (MLeader)arg1, (ObjectId)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setMLeaderStyle(class PyDbMLeader {lvalue},class PyDbObjectId)
- setMText(...)
- setMText( (MLeader)arg1, (MText)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setMText(class PyDbMLeader {lvalue},class PyDbMText)
- setOverride(...)
- setOverride( (MLeader)arg1, (MLeaderPropertyOverrideType)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setOverride(class PyDbMLeader {lvalue},enum AcDbMLeader::PropertyOverrideType)
setOverride( (MLeader)arg1, (MLeaderPropertyOverrideType)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setOverride(class PyDbMLeader {lvalue},enum AcDbMLeader::PropertyOverrideType,bool)
- setPlane(...)
- setPlane( (MLeader)arg1, (Plane)arg2) -> None :
C++ signature :
void setPlane(class PyDbMLeader {lvalue},class PyGePlane)
- setScale(...)
- setScale( (MLeader)arg1, (float)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setScale(class PyDbMLeader {lvalue},double)
- setTextAlignmentType(...)
- setTextAlignmentType( (MLeader)arg1, (MLeaderTextAlignmentType)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setTextAlignmentType(class PyDbMLeader {lvalue},enum AcDbMLeaderStyle::TextAlignmentType)
- setTextAngleType(...)
- setTextAngleType( (MLeader)arg1, (MLeaderTextAngleType)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setTextAngleType(class PyDbMLeader {lvalue},enum AcDbMLeaderStyle::TextAngleType)
- setTextAttachmentDirection(...)
- setTextAttachmentDirection( (MLeader)arg1, (MLeaderTextAttachmentDirection)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setTextAttachmentDirection(class PyDbMLeader {lvalue},enum AcDbMLeaderStyle::TextAttachmentDirection)
- setTextAttachmentType(...)
- setTextAttachmentType( (MLeader)arg1, (MLeaderTextAttachmentType)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setTextAttachmentType(class PyDbMLeader {lvalue},enum AcDbMLeaderStyle::TextAttachmentType)
setTextAttachmentType( (MLeader)arg1, (MLeaderTextAttachmentType)arg2, (MLeaderLeaderDirectionType)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setTextAttachmentType(class PyDbMLeader {lvalue},enum AcDbMLeaderStyle::TextAttachmentType,enum AcDbMLeaderStyle::LeaderDirectionType)
- setTextColor(...)
- setTextColor( (MLeader)arg1, (Color)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setTextColor(class PyDbMLeader {lvalue},class AcCmColor)
- setTextHeight(...)
- setTextHeight( (MLeader)arg1, (float)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setTextHeight(class PyDbMLeader {lvalue},double)
- setTextLocation(...)
- setTextLocation( (MLeader)arg1, (Point3d)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setTextLocation(class PyDbMLeader {lvalue},class AcGePoint3d)
- setTextStyleId(...)
- setTextStyleId( (MLeader)arg1, (ObjectId)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setTextStyleId(class PyDbMLeader {lvalue},class PyDbObjectId)
- setToleranceLocation(...)
- setToleranceLocation( (MLeader)arg1, (Point3d)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setToleranceLocation(class PyDbMLeader {lvalue},class AcGePoint3d)
- setVertex(...)
- setVertex( (MLeader)arg1, (int)arg2, (int)arg3, (Point3d)arg4) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setVertex(class PyDbMLeader {lvalue},int,int,class AcGePoint3d)
- textAlignmentType(...)
- textAlignmentType( (MLeader)arg1) -> MLeaderTextAlignmentType :
C++ signature :
enum AcDbMLeaderStyle::TextAlignmentType textAlignmentType(class PyDbMLeader {lvalue})
- textAngleType(...)
- textAngleType( (MLeader)arg1) -> MLeaderTextAngleType :
C++ signature :
enum AcDbMLeaderStyle::TextAngleType textAngleType(class PyDbMLeader {lvalue})
- textAttachmentDirection(...)
- textAttachmentDirection( (MLeader)arg1) -> MLeaderTextAttachmentDirection :
C++ signature :
enum AcDbMLeaderStyle::TextAttachmentDirection textAttachmentDirection(class PyDbMLeader {lvalue})
- textAttachmentType(...)
- textAttachmentType( (MLeader)arg1) -> MLeaderTextAttachmentType :
C++ signature :
enum AcDbMLeaderStyle::TextAttachmentType textAttachmentType(class PyDbMLeader {lvalue})
textAttachmentType( (MLeader)arg1, (MLeaderLeaderDirectionType)arg2) -> MLeaderTextAttachmentType :
C++ signature :
enum AcDbMLeaderStyle::TextAttachmentType textAttachmentType(class PyDbMLeader {lvalue},enum AcDbMLeaderStyle::LeaderDirectionType)
- textColor(...)
- textColor( (MLeader)arg1) -> Color :
C++ signature :
class AcCmColor textColor(class PyDbMLeader {lvalue})
- textHeight(...)
- textHeight( (MLeader)arg1) -> float :
C++ signature :
double textHeight(class PyDbMLeader {lvalue})
- textStyleId(...)
- textStyleId( (MLeader)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId textStyleId(class PyDbMLeader {lvalue})
- updateLeaderLinePosition(...)
- updateLeaderLinePosition( (MLeader)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus updateLeaderLinePosition(class PyDbMLeader {lvalue})
Data and other attributes defined here:
- __instance_size__ = 48
Static methods inherited from Entity:
- blockId(...)
- blockId( (Entity)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId blockId(class PyDbEntity {lvalue})
- castShadows(...)
- castShadows( (Entity)arg1) -> bool :
C++ signature :
bool castShadows(class PyDbEntity {lvalue})
- collisionType(...)
- collisionType( (Entity)arg1) -> CollisionType :
C++ signature :
enum AcDb::CollisionType collisionType(class PyDbEntity {lvalue})
- color(...)
- color( (Entity)arg1) -> Color :
C++ signature :
class AcCmColor color(class PyDbEntity {lvalue})
- colorIndex(...)
- colorIndex( (Entity)arg1) -> int :
C++ signature :
unsigned short colorIndex(class PyDbEntity {lvalue})
- draw(...)
- draw( (Entity)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus draw(class PyDbEntity {lvalue})
- entityColor(...)
- entityColor( (Entity)arg1) -> EntityColor :
C++ signature :
class AcCmEntityColor entityColor(class PyDbEntity {lvalue})
- getCompoundObjectTransform(...)
- getCompoundObjectTransform( (Entity)arg1, (Matrix3d)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus getCompoundObjectTransform(class PyDbEntity {lvalue},class AcGeMatrix3d {lvalue})
- getEcs(...)
- getEcs( (Entity)arg1, (Matrix3d)arg2) -> None :
C++ signature :
void getEcs(class PyDbEntity {lvalue},class AcGeMatrix3d {lvalue})
- getGeomExtents(...)
- getGeomExtents( (Entity)arg1, (Extents)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus getGeomExtents(class PyDbEntity {lvalue},class AcDbExtents {lvalue})
- getPlane(...)
- getPlane( (Entity)arg1) -> Plane :
C++ signature :
class PyGePlane getPlane(class PyDbEntity {lvalue})
- getPlotStyleNameId(...)
- getPlotStyleNameId( (Entity)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId getPlotStyleNameId(class PyDbEntity {lvalue})
- isPlanar(...)
- isPlanar( (Entity)arg1) -> bool :
C++ signature :
bool isPlanar(class PyDbEntity {lvalue})
- layer(...)
- layer( (Entity)arg1) -> str :
C++ signature :
class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > layer(class PyDbEntity {lvalue})
- layerId(...)
- layerId( (Entity)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId layerId(class PyDbEntity {lvalue})
- lineWeight(...)
- lineWeight( (Entity)arg1) -> LineWeight :
C++ signature :
enum AcDb::LineWeight lineWeight(class PyDbEntity {lvalue})
- linetype(...)
- linetype( (Entity)arg1) -> str :
C++ signature :
class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > linetype(class PyDbEntity {lvalue})
- linetypeId(...)
- linetypeId( (Entity)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId linetypeId(class PyDbEntity {lvalue})
- linetypeScale(...)
- linetypeScale( (Entity)arg1) -> float :
C++ signature :
double linetypeScale(class PyDbEntity {lvalue})
- list(...)
- list( (Entity)arg1) -> None :
C++ signature :
void list(class PyDbEntity {lvalue})
- material(...)
- material( (Entity)arg1) -> str :
C++ signature :
class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > material(class PyDbEntity {lvalue})
- materialId(...)
- materialId( (Entity)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId materialId(class PyDbEntity {lvalue})
- plotStyleName(...)
- plotStyleName( (Entity)arg1) -> str :
C++ signature :
class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > plotStyleName(class PyDbEntity {lvalue})
- receiveShadows(...)
- receiveShadows( (Entity)arg1) -> bool :
C++ signature :
bool receiveShadows(class PyDbEntity {lvalue})
- recordGraphicsModified(...)
- recordGraphicsModified( (Entity)arg1) -> None :
C++ signature :
void recordGraphicsModified(class PyDbEntity {lvalue})
recordGraphicsModified( (Entity)arg1) -> None :
C++ signature :
void recordGraphicsModified(class PyDbEntity {lvalue})
- setCastShadows(...)
- setCastShadows( (Entity)arg1, (bool)arg2) -> None :
C++ signature :
void setCastShadows(class PyDbEntity {lvalue},bool)
- setColor(...)
- setColor( (Entity)arg1, (Color)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setColor(class PyDbEntity {lvalue},class AcCmColor)
setColor( (Entity)arg1, (Color)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setColor(class PyDbEntity {lvalue},class AcCmColor,bool)
setColor( (Entity)arg1, (Color)arg2, (bool)arg3, (Database)arg4) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setColor(class PyDbEntity {lvalue},class AcCmColor,bool,class PyDbDatabase {lvalue})
- setColorIndex(...)
- setColorIndex( (Entity)arg1, (int)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setColorIndex(class PyDbEntity {lvalue},unsigned short)
setColorIndex( (Entity)arg1, (int)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setColorIndex(class PyDbEntity {lvalue},unsigned short,bool)
- setDatabaseDefaults(...)
- setDatabaseDefaults( (Entity)arg1) -> None :
C++ signature :
void setDatabaseDefaults(class PyDbEntity {lvalue})
setDatabaseDefaults( (Entity)arg1, (Database)arg2) -> None :
C++ signature :
void setDatabaseDefaults(class PyDbEntity {lvalue},class PyDbDatabase)
- setLayer(...)
- setLayer( (Entity)arg1, (str)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLayer(class PyDbEntity {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
setLayer( (Entity)arg1, (str)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLayer(class PyDbEntity {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,bool)
setLayer( (Entity)arg1, (str)arg2, (bool)arg3, (bool)arg4) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLayer(class PyDbEntity {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,bool,bool)
setLayer( (Entity)arg1, (ObjectId)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLayer(class PyDbEntity {lvalue},class PyDbObjectId)
setLayer( (Entity)arg1, (ObjectId)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLayer(class PyDbEntity {lvalue},class PyDbObjectId,bool)
setLayer( (Entity)arg1, (ObjectId)arg2, (bool)arg3, (bool)arg4) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLayer(class PyDbEntity {lvalue},class PyDbObjectId,bool,bool)
- setLineWeight(...)
- setLineWeight( (Entity)arg1, (LineWeight)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLineWeight(class PyDbEntity {lvalue},enum AcDb::LineWeight)
setLineWeight( (Entity)arg1, (LineWeight)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLineWeight(class PyDbEntity {lvalue},enum AcDb::LineWeight,bool)
- setLinetype(...)
- setLinetype( (Entity)arg1, (str)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLinetype(class PyDbEntity {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
setLinetype( (Entity)arg1, (str)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLinetype(class PyDbEntity {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,bool)
setLinetype( (Entity)arg1, (ObjectId)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLinetype(class PyDbEntity {lvalue},class PyDbObjectId)
setLinetype( (Entity)arg1, (ObjectId)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLinetype(class PyDbEntity {lvalue},class PyDbObjectId,bool)
- setLinetypeScale(...)
- setLinetypeScale( (Entity)arg1, (float)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLinetypeScale(class PyDbEntity {lvalue},double)
setLinetypeScale( (Entity)arg1, (float)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLinetypeScale(class PyDbEntity {lvalue},double,bool)
- setMaterial(...)
- setMaterial( (Entity)arg1, (str)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setMaterial(class PyDbEntity {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
setMaterial( (Entity)arg1, (str)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setMaterial(class PyDbEntity {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,bool)
setMaterial( (Entity)arg1, (ObjectId)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setMaterial(class PyDbEntity {lvalue},class PyDbObjectId)
setMaterial( (Entity)arg1, (ObjectId)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setMaterial(class PyDbEntity {lvalue},class PyDbObjectId,bool)
- setPlotStyleName(...)
- setPlotStyleName( (Entity)arg1, (str)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setPlotStyleName(class PyDbEntity {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,bool)
setPlotStyleName( (Entity)arg1, (PlotStyleNameType)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setPlotStyleName(class PyDbEntity {lvalue},enum AcDb::PlotStyleNameType,bool)
setPlotStyleName( (Entity)arg1, (PlotStyleNameType)arg2, (ObjectId)arg3, (bool)arg4) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setPlotStyleName(class PyDbEntity {lvalue},enum AcDb::PlotStyleNameType,class PyDbObjectId,bool)
- setPropertiesFrom(...)
- setPropertiesFrom( (Entity)arg1, (Entity)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setPropertiesFrom(class PyDbEntity {lvalue},class PyDbEntity)
setPropertiesFrom( (Entity)arg1, (Entity)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setPropertiesFrom(class PyDbEntity {lvalue},class PyDbEntity,bool)
- setReceiveShadows(...)
- setReceiveShadows( (Entity)arg1, (bool)arg2) -> None :
C++ signature :
void setReceiveShadows(class PyDbEntity {lvalue},bool)
- setVisibility(...)
- setVisibility( (Entity)arg1, (Visibility)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setVisibility(class PyDbEntity {lvalue},enum AcDb::Visibility)
setVisibility( (Entity)arg1, (Visibility)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setVisibility(class PyDbEntity {lvalue},enum AcDb::Visibility,bool)
- transformBy(...)
- transformBy( (Entity)arg1, (Matrix3d)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus transformBy(class PyDbEntity {lvalue},class AcGeMatrix3d)
- visibility(...)
- visibility( (Entity)arg1) -> Visibility :
C++ signature :
enum AcDb::Visibility visibility(class PyDbEntity {lvalue})
Static methods inherited from DbObject:
- addPersistentReactor(...)
- addPersistentReactor( (DbObject)arg1, (ObjectId)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus addPersistentReactor(class PyDbObject {lvalue},class PyDbObjectId)
- assertNotifyEnabled(...)
- assertNotifyEnabled( (DbObject)arg1) -> None :
C++ signature :
void assertNotifyEnabled(class PyDbObject {lvalue})
- assertReadEnabled(...)
- assertReadEnabled( (DbObject)arg1) -> None :
C++ signature :
void assertReadEnabled(class PyDbObject {lvalue})
- assertWriteEnabled(...)
- assertWriteEnabled( (DbObject)arg1) -> None :
C++ signature :
void assertWriteEnabled(class PyDbObject {lvalue})
- cancel(...)
- cancel( (DbObject)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus cancel(class PyDbObject {lvalue})
- close(...)
- close( (DbObject)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus close(class PyDbObject {lvalue})
- createExtensionDictionary(...)
- createExtensionDictionary( (DbObject)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus createExtensionDictionary(class PyDbObject {lvalue})
- database(...)
- database( (DbObject)arg1) -> Database :
C++ signature :
class PyDbDatabase database(class PyDbObject {lvalue})
- disableUndoRecording(...)
- disableUndoRecording( (DbObject)arg1, (bool)arg2) -> None :
C++ signature :
void disableUndoRecording(class PyDbObject {lvalue},bool)
- downgradeOpen(...)
- downgradeOpen( (DbObject)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus downgradeOpen(class PyDbObject {lvalue})
- downgradeToNotify(...)
- downgradeToNotify( (DbObject)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus downgradeToNotify(class PyDbObject {lvalue},bool)
- erase(...)
- erase( (DbObject)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus erase(class PyDbObject {lvalue})
- extensionDictionary(...)
- extensionDictionary( (DbObject)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId extensionDictionary(class PyDbObject {lvalue})
- handOverTo(...)
- handOverTo( (DbObject)arg1, (DbObject)arg2, (bool)arg3, (bool)arg4) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus handOverTo(class PyDbObject {lvalue},class PyDbObject {lvalue},bool,bool)
- hasPersistentReactor(...)
- hasPersistentReactor( (DbObject)arg1, (ObjectId)arg2) -> bool :
C++ signature :
bool hasPersistentReactor(class PyDbObject {lvalue},class PyDbObjectId)
- isAProxy(...)
- isAProxy( (DbObject)arg1) -> bool :
C++ signature :
bool isAProxy(class PyDbObject {lvalue})
- isCancelling(...)
- isCancelling( (DbObject)arg1) -> bool :
C++ signature :
bool isCancelling(class PyDbObject {lvalue})
- isEraseStatusToggled(...)
- isEraseStatusToggled( (DbObject)arg1) -> bool :
C++ signature :
bool isEraseStatusToggled(class PyDbObject {lvalue})
- isErased(...)
- isErased( (DbObject)arg1) -> bool :
C++ signature :
bool isErased(class PyDbObject {lvalue})
- isModified(...)
- isModified( (DbObject)arg1) -> bool :
C++ signature :
bool isModified(class PyDbObject {lvalue})
- isModifiedGraphics(...)
- isModifiedGraphics( (DbObject)arg1) -> bool :
C++ signature :
bool isModifiedGraphics(class PyDbObject {lvalue})
- isModifiedXData(...)
- isModifiedXData( (DbObject)arg1) -> bool :
C++ signature :
bool isModifiedXData(class PyDbObject {lvalue})
- isNewObject(...)
- isNewObject( (DbObject)arg1) -> bool :
C++ signature :
bool isNewObject(class PyDbObject {lvalue})
- isNotifyEnabled(...)
- isNotifyEnabled( (DbObject)arg1) -> bool :
C++ signature :
bool isNotifyEnabled(class PyDbObject {lvalue})
- isNotifying(...)
- isNotifying( (DbObject)arg1) -> bool :
C++ signature :
bool isNotifying(class PyDbObject {lvalue})
- isReadEnabled(...)
- isReadEnabled( (DbObject)arg1) -> bool :
C++ signature :
bool isReadEnabled(class PyDbObject {lvalue})
- isReallyClosing(...)
- isReallyClosing( (DbObject)arg1) -> bool :
C++ signature :
bool isReallyClosing(class PyDbObject {lvalue})
- isTransactionResident(...)
- isTransactionResident( (DbObject)arg1) -> bool :
C++ signature :
bool isTransactionResident(class PyDbObject {lvalue})
- isUndoRecordingDisabled(...)
- isUndoRecordingDisabled( (DbObject)arg1) -> bool :
C++ signature :
bool isUndoRecordingDisabled(class PyDbObject {lvalue})
- isUndoing(...)
- isUndoing( (DbObject)arg1) -> bool :
C++ signature :
bool isUndoing(class PyDbObject {lvalue})
- isWriteEnabled(...)
- isWriteEnabled( (DbObject)arg1) -> bool :
C++ signature :
bool isWriteEnabled(class PyDbObject {lvalue})
- objectId(...)
- objectId( (DbObject)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId objectId(class PyDbObject {lvalue})
- ownerId(...)
- ownerId( (DbObject)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId ownerId(class PyDbObject {lvalue})
- releaseExtensionDictionary(...)
- releaseExtensionDictionary( (DbObject)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus releaseExtensionDictionary(class PyDbObject {lvalue})
- removePersistentReactor(...)
- removePersistentReactor( (DbObject)arg1, (ObjectId)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus removePersistentReactor(class PyDbObject {lvalue},class PyDbObjectId)
- setOwnerId(...)
- setOwnerId( (DbObject)arg1, (ObjectId)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setOwnerId(class PyDbObject {lvalue},class PyDbObjectId)
- setXData(...)
- setXData( (DbObject)arg1, (list)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setXData(class PyDbObject {lvalue},class boost::python::list)
- swapIdWith(...)
- swapIdWith( (DbObject)arg1, (ObjectId)arg2, (bool)arg3, (bool)arg4) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus swapIdWith(class PyDbObject {lvalue},class PyDbObjectId {lvalue},bool,bool)
- upgradeFromNotify(...)
- upgradeFromNotify( (DbObject)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus upgradeFromNotify(class PyDbObject {lvalue},bool {lvalue})
- upgradeOpen(...)
- upgradeOpen( (DbObject)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus upgradeOpen(class PyDbObject {lvalue})
- xData(...)
- xData( (DbObject)arg1, (str)arg2) -> list :
C++ signature :
class boost::python::list xData(class PyDbObject {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
- xDataTransformBy(...)
- xDataTransformBy( (DbObject)arg1, (Matrix3d)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus xDataTransformBy(class PyDbObject {lvalue},class AcGeMatrix3d)
Static methods inherited from PyGi.Drawable:
- isA(...)
- isA( (Drawable)arg1) -> RxClass :
C++ signature :
class PyRxClass isA(class PyGiDrawable {lvalue})
Static methods inherited from PyRx.RxObject:
- __eq__(...)
- __eq__( (RxObject)arg1, (RxObject)arg2) -> bool :
C++ signature :
bool __eq__(class PyRxObject {lvalue},class PyRxObject)
- __ne__(...)
- __ne__( (RxObject)arg1, (RxObject)arg2) -> bool :
C++ signature :
bool __ne__(class PyRxObject {lvalue},class PyRxObject)
- isNull(...)
- isNull( (RxObject)arg1) -> bool :
C++ signature :
bool isNull(class PyRxObject {lvalue})
Static methods inherited from Boost.Python.instance:
- __new__(*args, **kwargs) from Boost.Python.class
- Create and return a new object. See help(type) for accurate signature.
Data descriptors inherited from Boost.Python.instance:
- __dict__
- __weakref__
|
class MLeaderBlockConnectionType(Boost.Python.enum) |
| | |
- Method resolution order:
- MLeaderBlockConnectionType
- Boost.Python.enum
- builtins.int
- builtins.object
Data and other attributes defined here:
- kConnectBase = PyDb.MLeaderBlockConnectionType.kConnectBase
- kConnectExtents = PyDb.MLeaderBlockConnectionType.kConnectExtents
- names = {'kConnectBase': PyDb.MLeaderBlockConnectionType.kConnectBase, 'kConnectExtents': PyDb.MLeaderBlockConnectionType.kConnectExtents}
- values = {0: PyDb.MLeaderBlockConnectionType.kConnectExtents, 1: PyDb.MLeaderBlockConnectionType.kConnectBase}
Methods inherited from Boost.Python.enum:
- __repr__(self, /)
- Return repr(self).
- __str__(self, /)
- Return str(self).
Data descriptors inherited from Boost.Python.enum:
- name
Methods inherited from builtins.int:
- __abs__(self, /)
- abs(self)
- __add__(self, value, /)
- Return self+value.
- __and__(self, value, /)
- Return self&value.
- __bool__(self, /)
- True if self else False
- __ceil__(...)
- Ceiling of an Integral returns itself.
- __divmod__(self, value, /)
- Return divmod(self, value).
- __eq__(self, value, /)
- Return self==value.
- __float__(self, /)
- float(self)
- __floor__(...)
- Flooring an Integral returns itself.
- __floordiv__(self, value, /)
- Return self//value.
- __format__(self, format_spec, /)
- Default object formatter.
- __ge__(self, value, /)
- Return self>=value.
- __getattribute__(self, name, /)
- Return getattr(self, name).
- __getnewargs__(self, /)
- __gt__(self, value, /)
- Return self>value.
- __hash__(self, /)
- Return hash(self).
- __index__(self, /)
- Return self converted to an integer, if self is suitable for use as an index into a list.
- __int__(self, /)
- int(self)
- __invert__(self, /)
- ~self
- __le__(self, value, /)
- Return self<=value.
- __lshift__(self, value, /)
- Return self<<value.
- __lt__(self, value, /)
- Return self<value.
- __mod__(self, value, /)
- Return self%value.
- __mul__(self, value, /)
- Return self*value.
- __ne__(self, value, /)
- Return self!=value.
- __neg__(self, /)
- -self
- __or__(self, value, /)
- Return self|value.
- __pos__(self, /)
- +self
- __pow__(self, value, mod=None, /)
- Return pow(self, value, mod).
- __radd__(self, value, /)
- Return value+self.
- __rand__(self, value, /)
- Return value&self.
- __rdivmod__(self, value, /)
- Return divmod(value, self).
- __rfloordiv__(self, value, /)
- Return value//self.
- __rlshift__(self, value, /)
- Return value<<self.
- __rmod__(self, value, /)
- Return value%self.
- __rmul__(self, value, /)
- Return value*self.
- __ror__(self, value, /)
- Return value|self.
- __round__(...)
- Rounding an Integral returns itself.
Rounding with an ndigits argument also returns an integer.
- __rpow__(self, value, mod=None, /)
- Return pow(value, self, mod).
- __rrshift__(self, value, /)
- Return value>>self.
- __rshift__(self, value, /)
- Return self>>value.
- __rsub__(self, value, /)
- Return value-self.
- __rtruediv__(self, value, /)
- Return value/self.
- __rxor__(self, value, /)
- Return value^self.
- __sizeof__(self, /)
- Returns size in memory, in bytes.
- __sub__(self, value, /)
- Return self-value.
- __truediv__(self, value, /)
- Return self/value.
- __trunc__(...)
- Truncating an Integral returns itself.
- __xor__(self, value, /)
- Return self^value.
- as_integer_ratio(self, /)
- Return integer ratio.
Return a pair of integers, whose ratio is exactly equal to the original int
and with a positive denominator.
>>> (10).as_integer_ratio()
(10, 1)
>>> (-10).as_integer_ratio()
(-10, 1)
>>> (0).as_integer_ratio()
(0, 1)
- bit_count(self, /)
- Number of ones in the binary representation of the absolute value of self.
Also known as the population count.
>>> bin(13)
'0b1101'
>>> (13).bit_count()
3
- bit_length(self, /)
- Number of bits necessary to represent self in binary.
>>> bin(37)
'0b100101'
>>> (37).bit_length()
6
- conjugate(...)
- Returns self, the complex conjugate of any int.
- to_bytes(self, /, length, byteorder, *, signed=False)
- Return an array of bytes representing an integer.
length
Length of bytes object to use. An OverflowError is raised if the
integer is not representable with the given number of bytes.
byteorder
The byte order used to represent the integer. If byteorder is 'big',
the most significant byte is at the beginning of the byte array. If
byteorder is 'little', the most significant byte is at the end of the
byte array. To request the native byte order of the host system, use
`sys.byteorder' as the byte order value.
signed
Determines whether two's complement is used to represent the integer.
If signed is False and a negative integer is given, an OverflowError
is raised.
Class methods inherited from builtins.int:
- from_bytes(bytes, byteorder, *, signed=False) from builtins.type
- Return the integer represented by the given array of bytes.
bytes
Holds the array of bytes to convert. The argument must either
support the buffer protocol or be an iterable object producing bytes.
Bytes and bytearray are examples of built-in objects that support the
buffer protocol.
byteorder
The byte order used to represent the integer. If byteorder is 'big',
the most significant byte is at the beginning of the byte array. If
byteorder is 'little', the most significant byte is at the end of the
byte array. To request the native byte order of the host system, use
`sys.byteorder' as the byte order value.
signed
Indicates whether two's complement is used to represent the integer.
Static methods inherited from builtins.int:
- __new__(*args, **kwargs) from builtins.type
- Create and return a new object. See help(type) for accurate signature.
Data descriptors inherited from builtins.int:
- denominator
- the denominator of a rational number in lowest terms
- imag
- the imaginary part of a complex number
- numerator
- the numerator of a rational number in lowest terms
- real
- the real part of a complex number
|
class MLeaderContentType(Boost.Python.enum) |
| | |
- Method resolution order:
- MLeaderContentType
- Boost.Python.enum
- builtins.int
- builtins.object
Data and other attributes defined here:
- kBlockContent = PyDb.MLeaderContentType.kBlockContent
- kMTextContent = PyDb.MLeaderContentType.kMTextContent
- kNoneContent = PyDb.MLeaderContentType.kNoneContent
- kToleranceContent = PyDb.MLeaderContentType.kToleranceContent
- names = {'kBlockContent': PyDb.MLeaderContentType.kBlockContent, 'kMTextContent': PyDb.MLeaderContentType.kMTextContent, 'kNoneContent': PyDb.MLeaderContentType.kNoneContent, 'kToleranceContent': PyDb.MLeaderContentType.kToleranceContent}
- values = {0: PyDb.MLeaderContentType.kNoneContent, 1: PyDb.MLeaderContentType.kBlockContent, 2: PyDb.MLeaderContentType.kMTextContent, 3: PyDb.MLeaderContentType.kToleranceContent}
Methods inherited from Boost.Python.enum:
- __repr__(self, /)
- Return repr(self).
- __str__(self, /)
- Return str(self).
Data descriptors inherited from Boost.Python.enum:
- name
Methods inherited from builtins.int:
- __abs__(self, /)
- abs(self)
- __add__(self, value, /)
- Return self+value.
- __and__(self, value, /)
- Return self&value.
- __bool__(self, /)
- True if self else False
- __ceil__(...)
- Ceiling of an Integral returns itself.
- __divmod__(self, value, /)
- Return divmod(self, value).
- __eq__(self, value, /)
- Return self==value.
- __float__(self, /)
- float(self)
- __floor__(...)
- Flooring an Integral returns itself.
- __floordiv__(self, value, /)
- Return self//value.
- __format__(self, format_spec, /)
- Default object formatter.
- __ge__(self, value, /)
- Return self>=value.
- __getattribute__(self, name, /)
- Return getattr(self, name).
- __getnewargs__(self, /)
- __gt__(self, value, /)
- Return self>value.
- __hash__(self, /)
- Return hash(self).
- __index__(self, /)
- Return self converted to an integer, if self is suitable for use as an index into a list.
- __int__(self, /)
- int(self)
- __invert__(self, /)
- ~self
- __le__(self, value, /)
- Return self<=value.
- __lshift__(self, value, /)
- Return self<<value.
- __lt__(self, value, /)
- Return self<value.
- __mod__(self, value, /)
- Return self%value.
- __mul__(self, value, /)
- Return self*value.
- __ne__(self, value, /)
- Return self!=value.
- __neg__(self, /)
- -self
- __or__(self, value, /)
- Return self|value.
- __pos__(self, /)
- +self
- __pow__(self, value, mod=None, /)
- Return pow(self, value, mod).
- __radd__(self, value, /)
- Return value+self.
- __rand__(self, value, /)
- Return value&self.
- __rdivmod__(self, value, /)
- Return divmod(value, self).
- __rfloordiv__(self, value, /)
- Return value//self.
- __rlshift__(self, value, /)
- Return value<<self.
- __rmod__(self, value, /)
- Return value%self.
- __rmul__(self, value, /)
- Return value*self.
- __ror__(self, value, /)
- Return value|self.
- __round__(...)
- Rounding an Integral returns itself.
Rounding with an ndigits argument also returns an integer.
- __rpow__(self, value, mod=None, /)
- Return pow(value, self, mod).
- __rrshift__(self, value, /)
- Return value>>self.
- __rshift__(self, value, /)
- Return self>>value.
- __rsub__(self, value, /)
- Return value-self.
- __rtruediv__(self, value, /)
- Return value/self.
- __rxor__(self, value, /)
- Return value^self.
- __sizeof__(self, /)
- Returns size in memory, in bytes.
- __sub__(self, value, /)
- Return self-value.
- __truediv__(self, value, /)
- Return self/value.
- __trunc__(...)
- Truncating an Integral returns itself.
- __xor__(self, value, /)
- Return self^value.
- as_integer_ratio(self, /)
- Return integer ratio.
Return a pair of integers, whose ratio is exactly equal to the original int
and with a positive denominator.
>>> (10).as_integer_ratio()
(10, 1)
>>> (-10).as_integer_ratio()
(-10, 1)
>>> (0).as_integer_ratio()
(0, 1)
- bit_count(self, /)
- Number of ones in the binary representation of the absolute value of self.
Also known as the population count.
>>> bin(13)
'0b1101'
>>> (13).bit_count()
3
- bit_length(self, /)
- Number of bits necessary to represent self in binary.
>>> bin(37)
'0b100101'
>>> (37).bit_length()
6
- conjugate(...)
- Returns self, the complex conjugate of any int.
- to_bytes(self, /, length, byteorder, *, signed=False)
- Return an array of bytes representing an integer.
length
Length of bytes object to use. An OverflowError is raised if the
integer is not representable with the given number of bytes.
byteorder
The byte order used to represent the integer. If byteorder is 'big',
the most significant byte is at the beginning of the byte array. If
byteorder is 'little', the most significant byte is at the end of the
byte array. To request the native byte order of the host system, use
`sys.byteorder' as the byte order value.
signed
Determines whether two's complement is used to represent the integer.
If signed is False and a negative integer is given, an OverflowError
is raised.
Class methods inherited from builtins.int:
- from_bytes(bytes, byteorder, *, signed=False) from builtins.type
- Return the integer represented by the given array of bytes.
bytes
Holds the array of bytes to convert. The argument must either
support the buffer protocol or be an iterable object producing bytes.
Bytes and bytearray are examples of built-in objects that support the
buffer protocol.
byteorder
The byte order used to represent the integer. If byteorder is 'big',
the most significant byte is at the beginning of the byte array. If
byteorder is 'little', the most significant byte is at the end of the
byte array. To request the native byte order of the host system, use
`sys.byteorder' as the byte order value.
signed
Indicates whether two's complement is used to represent the integer.
Static methods inherited from builtins.int:
- __new__(*args, **kwargs) from builtins.type
- Create and return a new object. See help(type) for accurate signature.
Data descriptors inherited from builtins.int:
- denominator
- the denominator of a rational number in lowest terms
- imag
- the imaginary part of a complex number
- numerator
- the numerator of a rational number in lowest terms
- real
- the real part of a complex number
|
class MLeaderGsMarkType(Boost.Python.enum) |
| | |
- Method resolution order:
- MLeaderGsMarkType
- Boost.Python.enum
- builtins.int
- builtins.object
Data and other attributes defined here:
- kArrowMark = PyDb.MLeaderGsMarkType.kArrowMark
- kBlockAttribute = PyDb.MLeaderGsMarkType.kBlockAttribute
- kBlockMark = PyDb.MLeaderGsMarkType.kBlockMark
- kDoglegMark = PyDb.MLeaderGsMarkType.kDoglegMark
- kLeaderLineMark = PyDb.MLeaderGsMarkType.kLeaderLineMark
- kMTextMark = PyDb.MLeaderGsMarkType.kMTextMark
- kMTextUnderLineMark = PyDb.MLeaderGsMarkType.kMTextUnderLineMark
- kNone = PyDb.MLeaderGsMarkType.kNone
- kToleranceMark = PyDb.MLeaderGsMarkType.kToleranceMark
- names = {'kArrowMark': PyDb.MLeaderGsMarkType.kArrowMark, 'kBlockAttribute': PyDb.MLeaderGsMarkType.kBlockAttribute, 'kBlockMark': PyDb.MLeaderGsMarkType.kBlockMark, 'kDoglegMark': PyDb.MLeaderGsMarkType.kDoglegMark, 'kLeaderLineMark': PyDb.MLeaderGsMarkType.kLeaderLineMark, 'kMTextMark': PyDb.MLeaderGsMarkType.kMTextMark, 'kMTextUnderLineMark': PyDb.MLeaderGsMarkType.kMTextUnderLineMark, 'kNone': PyDb.MLeaderGsMarkType.kNone, 'kToleranceMark': PyDb.MLeaderGsMarkType.kToleranceMark}
- values = {0: PyDb.MLeaderGsMarkType.kNone, 1: PyDb.MLeaderGsMarkType.kArrowMark, 5001: PyDb.MLeaderGsMarkType.kLeaderLineMark, 10001: PyDb.MLeaderGsMarkType.kDoglegMark, 15001: PyDb.MLeaderGsMarkType.kMTextMark, 15002: PyDb.MLeaderGsMarkType.kMTextUnderLineMark, 15003: PyDb.MLeaderGsMarkType.kToleranceMark, 15004: PyDb.MLeaderGsMarkType.kBlockMark, 15005: PyDb.MLeaderGsMarkType.kBlockAttribute}
Methods inherited from Boost.Python.enum:
- __repr__(self, /)
- Return repr(self).
- __str__(self, /)
- Return str(self).
Data descriptors inherited from Boost.Python.enum:
- name
Methods inherited from builtins.int:
- __abs__(self, /)
- abs(self)
- __add__(self, value, /)
- Return self+value.
- __and__(self, value, /)
- Return self&value.
- __bool__(self, /)
- True if self else False
- __ceil__(...)
- Ceiling of an Integral returns itself.
- __divmod__(self, value, /)
- Return divmod(self, value).
- __eq__(self, value, /)
- Return self==value.
- __float__(self, /)
- float(self)
- __floor__(...)
- Flooring an Integral returns itself.
- __floordiv__(self, value, /)
- Return self//value.
- __format__(self, format_spec, /)
- Default object formatter.
- __ge__(self, value, /)
- Return self>=value.
- __getattribute__(self, name, /)
- Return getattr(self, name).
- __getnewargs__(self, /)
- __gt__(self, value, /)
- Return self>value.
- __hash__(self, /)
- Return hash(self).
- __index__(self, /)
- Return self converted to an integer, if self is suitable for use as an index into a list.
- __int__(self, /)
- int(self)
- __invert__(self, /)
- ~self
- __le__(self, value, /)
- Return self<=value.
- __lshift__(self, value, /)
- Return self<<value.
- __lt__(self, value, /)
- Return self<value.
- __mod__(self, value, /)
- Return self%value.
- __mul__(self, value, /)
- Return self*value.
- __ne__(self, value, /)
- Return self!=value.
- __neg__(self, /)
- -self
- __or__(self, value, /)
- Return self|value.
- __pos__(self, /)
- +self
- __pow__(self, value, mod=None, /)
- Return pow(self, value, mod).
- __radd__(self, value, /)
- Return value+self.
- __rand__(self, value, /)
- Return value&self.
- __rdivmod__(self, value, /)
- Return divmod(value, self).
- __rfloordiv__(self, value, /)
- Return value//self.
- __rlshift__(self, value, /)
- Return value<<self.
- __rmod__(self, value, /)
- Return value%self.
- __rmul__(self, value, /)
- Return value*self.
- __ror__(self, value, /)
- Return value|self.
- __round__(...)
- Rounding an Integral returns itself.
Rounding with an ndigits argument also returns an integer.
- __rpow__(self, value, mod=None, /)
- Return pow(value, self, mod).
- __rrshift__(self, value, /)
- Return value>>self.
- __rshift__(self, value, /)
- Return self>>value.
- __rsub__(self, value, /)
- Return value-self.
- __rtruediv__(self, value, /)
- Return value/self.
- __rxor__(self, value, /)
- Return value^self.
- __sizeof__(self, /)
- Returns size in memory, in bytes.
- __sub__(self, value, /)
- Return self-value.
- __truediv__(self, value, /)
- Return self/value.
- __trunc__(...)
- Truncating an Integral returns itself.
- __xor__(self, value, /)
- Return self^value.
- as_integer_ratio(self, /)
- Return integer ratio.
Return a pair of integers, whose ratio is exactly equal to the original int
and with a positive denominator.
>>> (10).as_integer_ratio()
(10, 1)
>>> (-10).as_integer_ratio()
(-10, 1)
>>> (0).as_integer_ratio()
(0, 1)
- bit_count(self, /)
- Number of ones in the binary representation of the absolute value of self.
Also known as the population count.
>>> bin(13)
'0b1101'
>>> (13).bit_count()
3
- bit_length(self, /)
- Number of bits necessary to represent self in binary.
>>> bin(37)
'0b100101'
>>> (37).bit_length()
6
- conjugate(...)
- Returns self, the complex conjugate of any int.
- to_bytes(self, /, length, byteorder, *, signed=False)
- Return an array of bytes representing an integer.
length
Length of bytes object to use. An OverflowError is raised if the
integer is not representable with the given number of bytes.
byteorder
The byte order used to represent the integer. If byteorder is 'big',
the most significant byte is at the beginning of the byte array. If
byteorder is 'little', the most significant byte is at the end of the
byte array. To request the native byte order of the host system, use
`sys.byteorder' as the byte order value.
signed
Determines whether two's complement is used to represent the integer.
If signed is False and a negative integer is given, an OverflowError
is raised.
Class methods inherited from builtins.int:
- from_bytes(bytes, byteorder, *, signed=False) from builtins.type
- Return the integer represented by the given array of bytes.
bytes
Holds the array of bytes to convert. The argument must either
support the buffer protocol or be an iterable object producing bytes.
Bytes and bytearray are examples of built-in objects that support the
buffer protocol.
byteorder
The byte order used to represent the integer. If byteorder is 'big',
the most significant byte is at the beginning of the byte array. If
byteorder is 'little', the most significant byte is at the end of the
byte array. To request the native byte order of the host system, use
`sys.byteorder' as the byte order value.
signed
Indicates whether two's complement is used to represent the integer.
Static methods inherited from builtins.int:
- __new__(*args, **kwargs) from builtins.type
- Create and return a new object. See help(type) for accurate signature.
Data descriptors inherited from builtins.int:
- denominator
- the denominator of a rational number in lowest terms
- imag
- the imaginary part of a complex number
- numerator
- the numerator of a rational number in lowest terms
- real
- the real part of a complex number
|
class MLeaderLeaderDirectionType(Boost.Python.enum) |
| | |
- Method resolution order:
- MLeaderLeaderDirectionType
- Boost.Python.enum
- builtins.int
- builtins.object
Data and other attributes defined here:
- kBottomLeader = PyDb.MLeaderLeaderDirectionType.kBottomLeader
- kLeftLeader = PyDb.MLeaderLeaderDirectionType.kLeftLeader
- kRightLeader = PyDb.MLeaderLeaderDirectionType.kRightLeader
- kTopLeader = PyDb.MLeaderLeaderDirectionType.kTopLeader
- kUnknownLeader = PyDb.MLeaderLeaderDirectionType.kUnknownLeader
- names = {'kBottomLeader': PyDb.MLeaderLeaderDirectionType.kBottomLeader, 'kLeftLeader': PyDb.MLeaderLeaderDirectionType.kLeftLeader, 'kRightLeader': PyDb.MLeaderLeaderDirectionType.kRightLeader, 'kTopLeader': PyDb.MLeaderLeaderDirectionType.kTopLeader, 'kUnknownLeader': PyDb.MLeaderLeaderDirectionType.kUnknownLeader}
- values = {0: PyDb.MLeaderLeaderDirectionType.kUnknownLeader, 1: PyDb.MLeaderLeaderDirectionType.kLeftLeader, 2: PyDb.MLeaderLeaderDirectionType.kRightLeader, 3: PyDb.MLeaderLeaderDirectionType.kTopLeader, 4: PyDb.MLeaderLeaderDirectionType.kBottomLeader}
Methods inherited from Boost.Python.enum:
- __repr__(self, /)
- Return repr(self).
- __str__(self, /)
- Return str(self).
Data descriptors inherited from Boost.Python.enum:
- name
Methods inherited from builtins.int:
- __abs__(self, /)
- abs(self)
- __add__(self, value, /)
- Return self+value.
- __and__(self, value, /)
- Return self&value.
- __bool__(self, /)
- True if self else False
- __ceil__(...)
- Ceiling of an Integral returns itself.
- __divmod__(self, value, /)
- Return divmod(self, value).
- __eq__(self, value, /)
- Return self==value.
- __float__(self, /)
- float(self)
- __floor__(...)
- Flooring an Integral returns itself.
- __floordiv__(self, value, /)
- Return self//value.
- __format__(self, format_spec, /)
- Default object formatter.
- __ge__(self, value, /)
- Return self>=value.
- __getattribute__(self, name, /)
- Return getattr(self, name).
- __getnewargs__(self, /)
- __gt__(self, value, /)
- Return self>value.
- __hash__(self, /)
- Return hash(self).
- __index__(self, /)
- Return self converted to an integer, if self is suitable for use as an index into a list.
- __int__(self, /)
- int(self)
- __invert__(self, /)
- ~self
- __le__(self, value, /)
- Return self<=value.
- __lshift__(self, value, /)
- Return self<<value.
- __lt__(self, value, /)
- Return self<value.
- __mod__(self, value, /)
- Return self%value.
- __mul__(self, value, /)
- Return self*value.
- __ne__(self, value, /)
- Return self!=value.
- __neg__(self, /)
- -self
- __or__(self, value, /)
- Return self|value.
- __pos__(self, /)
- +self
- __pow__(self, value, mod=None, /)
- Return pow(self, value, mod).
- __radd__(self, value, /)
- Return value+self.
- __rand__(self, value, /)
- Return value&self.
- __rdivmod__(self, value, /)
- Return divmod(value, self).
- __rfloordiv__(self, value, /)
- Return value//self.
- __rlshift__(self, value, /)
- Return value<<self.
- __rmod__(self, value, /)
- Return value%self.
- __rmul__(self, value, /)
- Return value*self.
- __ror__(self, value, /)
- Return value|self.
- __round__(...)
- Rounding an Integral returns itself.
Rounding with an ndigits argument also returns an integer.
- __rpow__(self, value, mod=None, /)
- Return pow(value, self, mod).
- __rrshift__(self, value, /)
- Return value>>self.
- __rshift__(self, value, /)
- Return self>>value.
- __rsub__(self, value, /)
- Return value-self.
- __rtruediv__(self, value, /)
- Return value/self.
- __rxor__(self, value, /)
- Return value^self.
- __sizeof__(self, /)
- Returns size in memory, in bytes.
- __sub__(self, value, /)
- Return self-value.
- __truediv__(self, value, /)
- Return self/value.
- __trunc__(...)
- Truncating an Integral returns itself.
- __xor__(self, value, /)
- Return self^value.
- as_integer_ratio(self, /)
- Return integer ratio.
Return a pair of integers, whose ratio is exactly equal to the original int
and with a positive denominator.
>>> (10).as_integer_ratio()
(10, 1)
>>> (-10).as_integer_ratio()
(-10, 1)
>>> (0).as_integer_ratio()
(0, 1)
- bit_count(self, /)
- Number of ones in the binary representation of the absolute value of self.
Also known as the population count.
>>> bin(13)
'0b1101'
>>> (13).bit_count()
3
- bit_length(self, /)
- Number of bits necessary to represent self in binary.
>>> bin(37)
'0b100101'
>>> (37).bit_length()
6
- conjugate(...)
- Returns self, the complex conjugate of any int.
- to_bytes(self, /, length, byteorder, *, signed=False)
- Return an array of bytes representing an integer.
length
Length of bytes object to use. An OverflowError is raised if the
integer is not representable with the given number of bytes.
byteorder
The byte order used to represent the integer. If byteorder is 'big',
the most significant byte is at the beginning of the byte array. If
byteorder is 'little', the most significant byte is at the end of the
byte array. To request the native byte order of the host system, use
`sys.byteorder' as the byte order value.
signed
Determines whether two's complement is used to represent the integer.
If signed is False and a negative integer is given, an OverflowError
is raised.
Class methods inherited from builtins.int:
- from_bytes(bytes, byteorder, *, signed=False) from builtins.type
- Return the integer represented by the given array of bytes.
bytes
Holds the array of bytes to convert. The argument must either
support the buffer protocol or be an iterable object producing bytes.
Bytes and bytearray are examples of built-in objects that support the
buffer protocol.
byteorder
The byte order used to represent the integer. If byteorder is 'big',
the most significant byte is at the beginning of the byte array. If
byteorder is 'little', the most significant byte is at the end of the
byte array. To request the native byte order of the host system, use
`sys.byteorder' as the byte order value.
signed
Indicates whether two's complement is used to represent the integer.
Static methods inherited from builtins.int:
- __new__(*args, **kwargs) from builtins.type
- Create and return a new object. See help(type) for accurate signature.
Data descriptors inherited from builtins.int:
- denominator
- the denominator of a rational number in lowest terms
- imag
- the imaginary part of a complex number
- numerator
- the numerator of a rational number in lowest terms
- real
- the real part of a complex number
|
class MLeaderLeaderType(Boost.Python.enum) |
| | |
- Method resolution order:
- MLeaderLeaderType
- Boost.Python.enum
- builtins.int
- builtins.object
Data and other attributes defined here:
- kInVisibleLeader = PyDb.MLeaderLeaderType.kInVisibleLeader
- kSplineLeader = PyDb.MLeaderLeaderType.kSplineLeader
- kStraightLeader = PyDb.MLeaderLeaderType.kStraightLeader
- names = {'kInVisibleLeader': PyDb.MLeaderLeaderType.kInVisibleLeader, 'kSplineLeader': PyDb.MLeaderLeaderType.kSplineLeader, 'kStraightLeader': PyDb.MLeaderLeaderType.kStraightLeader}
- values = {0: PyDb.MLeaderLeaderType.kInVisibleLeader, 1: PyDb.MLeaderLeaderType.kStraightLeader, 2: PyDb.MLeaderLeaderType.kSplineLeader}
Methods inherited from Boost.Python.enum:
- __repr__(self, /)
- Return repr(self).
- __str__(self, /)
- Return str(self).
Data descriptors inherited from Boost.Python.enum:
- name
Methods inherited from builtins.int:
- __abs__(self, /)
- abs(self)
- __add__(self, value, /)
- Return self+value.
- __and__(self, value, /)
- Return self&value.
- __bool__(self, /)
- True if self else False
- __ceil__(...)
- Ceiling of an Integral returns itself.
- __divmod__(self, value, /)
- Return divmod(self, value).
- __eq__(self, value, /)
- Return self==value.
- __float__(self, /)
- float(self)
- __floor__(...)
- Flooring an Integral returns itself.
- __floordiv__(self, value, /)
- Return self//value.
- __format__(self, format_spec, /)
- Default object formatter.
- __ge__(self, value, /)
- Return self>=value.
- __getattribute__(self, name, /)
- Return getattr(self, name).
- __getnewargs__(self, /)
- __gt__(self, value, /)
- Return self>value.
- __hash__(self, /)
- Return hash(self).
- __index__(self, /)
- Return self converted to an integer, if self is suitable for use as an index into a list.
- __int__(self, /)
- int(self)
- __invert__(self, /)
- ~self
- __le__(self, value, /)
- Return self<=value.
- __lshift__(self, value, /)
- Return self<<value.
- __lt__(self, value, /)
- Return self<value.
- __mod__(self, value, /)
- Return self%value.
- __mul__(self, value, /)
- Return self*value.
- __ne__(self, value, /)
- Return self!=value.
- __neg__(self, /)
- -self
- __or__(self, value, /)
- Return self|value.
- __pos__(self, /)
- +self
- __pow__(self, value, mod=None, /)
- Return pow(self, value, mod).
- __radd__(self, value, /)
- Return value+self.
- __rand__(self, value, /)
- Return value&self.
- __rdivmod__(self, value, /)
- Return divmod(value, self).
- __rfloordiv__(self, value, /)
- Return value//self.
- __rlshift__(self, value, /)
- Return value<<self.
- __rmod__(self, value, /)
- Return value%self.
- __rmul__(self, value, /)
- Return value*self.
- __ror__(self, value, /)
- Return value|self.
- __round__(...)
- Rounding an Integral returns itself.
Rounding with an ndigits argument also returns an integer.
- __rpow__(self, value, mod=None, /)
- Return pow(value, self, mod).
- __rrshift__(self, value, /)
- Return value>>self.
- __rshift__(self, value, /)
- Return self>>value.
- __rsub__(self, value, /)
- Return value-self.
- __rtruediv__(self, value, /)
- Return value/self.
- __rxor__(self, value, /)
- Return value^self.
- __sizeof__(self, /)
- Returns size in memory, in bytes.
- __sub__(self, value, /)
- Return self-value.
- __truediv__(self, value, /)
- Return self/value.
- __trunc__(...)
- Truncating an Integral returns itself.
- __xor__(self, value, /)
- Return self^value.
- as_integer_ratio(self, /)
- Return integer ratio.
Return a pair of integers, whose ratio is exactly equal to the original int
and with a positive denominator.
>>> (10).as_integer_ratio()
(10, 1)
>>> (-10).as_integer_ratio()
(-10, 1)
>>> (0).as_integer_ratio()
(0, 1)
- bit_count(self, /)
- Number of ones in the binary representation of the absolute value of self.
Also known as the population count.
>>> bin(13)
'0b1101'
>>> (13).bit_count()
3
- bit_length(self, /)
- Number of bits necessary to represent self in binary.
>>> bin(37)
'0b100101'
>>> (37).bit_length()
6
- conjugate(...)
- Returns self, the complex conjugate of any int.
- to_bytes(self, /, length, byteorder, *, signed=False)
- Return an array of bytes representing an integer.
length
Length of bytes object to use. An OverflowError is raised if the
integer is not representable with the given number of bytes.
byteorder
The byte order used to represent the integer. If byteorder is 'big',
the most significant byte is at the beginning of the byte array. If
byteorder is 'little', the most significant byte is at the end of the
byte array. To request the native byte order of the host system, use
`sys.byteorder' as the byte order value.
signed
Determines whether two's complement is used to represent the integer.
If signed is False and a negative integer is given, an OverflowError
is raised.
Class methods inherited from builtins.int:
- from_bytes(bytes, byteorder, *, signed=False) from builtins.type
- Return the integer represented by the given array of bytes.
bytes
Holds the array of bytes to convert. The argument must either
support the buffer protocol or be an iterable object producing bytes.
Bytes and bytearray are examples of built-in objects that support the
buffer protocol.
byteorder
The byte order used to represent the integer. If byteorder is 'big',
the most significant byte is at the beginning of the byte array. If
byteorder is 'little', the most significant byte is at the end of the
byte array. To request the native byte order of the host system, use
`sys.byteorder' as the byte order value.
signed
Indicates whether two's complement is used to represent the integer.
Static methods inherited from builtins.int:
- __new__(*args, **kwargs) from builtins.type
- Create and return a new object. See help(type) for accurate signature.
Data descriptors inherited from builtins.int:
- denominator
- the denominator of a rational number in lowest terms
- imag
- the imaginary part of a complex number
- numerator
- the numerator of a rational number in lowest terms
- real
- the real part of a complex number
|
class MLeaderMoveType(Boost.Python.enum) |
| | |
- Method resolution order:
- MLeaderMoveType
- Boost.Python.enum
- builtins.int
- builtins.object
Data and other attributes defined here:
- kMoveAllExceptArrowHeaderPoints = PyDb.MLeaderMoveType.kMoveAllExceptArrowHeaderPoints
- kMoveAllPoints = PyDb.MLeaderMoveType.kMoveAllPoints
- kMoveContentAndDoglegPoints = PyDb.MLeaderMoveType.kMoveContentAndDoglegPoints
- names = {'kMoveAllExceptArrowHeaderPoints': PyDb.MLeaderMoveType.kMoveAllExceptArrowHeaderPoints, 'kMoveAllPoints': PyDb.MLeaderMoveType.kMoveAllPoints, 'kMoveContentAndDoglegPoints': PyDb.MLeaderMoveType.kMoveContentAndDoglegPoints}
- values = {0: PyDb.MLeaderMoveType.kMoveAllPoints, 1: PyDb.MLeaderMoveType.kMoveAllExceptArrowHeaderPoints, 2: PyDb.MLeaderMoveType.kMoveContentAndDoglegPoints}
Methods inherited from Boost.Python.enum:
- __repr__(self, /)
- Return repr(self).
- __str__(self, /)
- Return str(self).
Data descriptors inherited from Boost.Python.enum:
- name
Methods inherited from builtins.int:
- __abs__(self, /)
- abs(self)
- __add__(self, value, /)
- Return self+value.
- __and__(self, value, /)
- Return self&value.
- __bool__(self, /)
- True if self else False
- __ceil__(...)
- Ceiling of an Integral returns itself.
- __divmod__(self, value, /)
- Return divmod(self, value).
- __eq__(self, value, /)
- Return self==value.
- __float__(self, /)
- float(self)
- __floor__(...)
- Flooring an Integral returns itself.
- __floordiv__(self, value, /)
- Return self//value.
- __format__(self, format_spec, /)
- Default object formatter.
- __ge__(self, value, /)
- Return self>=value.
- __getattribute__(self, name, /)
- Return getattr(self, name).
- __getnewargs__(self, /)
- __gt__(self, value, /)
- Return self>value.
- __hash__(self, /)
- Return hash(self).
- __index__(self, /)
- Return self converted to an integer, if self is suitable for use as an index into a list.
- __int__(self, /)
- int(self)
- __invert__(self, /)
- ~self
- __le__(self, value, /)
- Return self<=value.
- __lshift__(self, value, /)
- Return self<<value.
- __lt__(self, value, /)
- Return self<value.
- __mod__(self, value, /)
- Return self%value.
- __mul__(self, value, /)
- Return self*value.
- __ne__(self, value, /)
- Return self!=value.
- __neg__(self, /)
- -self
- __or__(self, value, /)
- Return self|value.
- __pos__(self, /)
- +self
- __pow__(self, value, mod=None, /)
- Return pow(self, value, mod).
- __radd__(self, value, /)
- Return value+self.
- __rand__(self, value, /)
- Return value&self.
- __rdivmod__(self, value, /)
- Return divmod(value, self).
- __rfloordiv__(self, value, /)
- Return value//self.
- __rlshift__(self, value, /)
- Return value<<self.
- __rmod__(self, value, /)
- Return value%self.
- __rmul__(self, value, /)
- Return value*self.
- __ror__(self, value, /)
- Return value|self.
- __round__(...)
- Rounding an Integral returns itself.
Rounding with an ndigits argument also returns an integer.
- __rpow__(self, value, mod=None, /)
- Return pow(value, self, mod).
- __rrshift__(self, value, /)
- Return value>>self.
- __rshift__(self, value, /)
- Return self>>value.
- __rsub__(self, value, /)
- Return value-self.
- __rtruediv__(self, value, /)
- Return value/self.
- __rxor__(self, value, /)
- Return value^self.
- __sizeof__(self, /)
- Returns size in memory, in bytes.
- __sub__(self, value, /)
- Return self-value.
- __truediv__(self, value, /)
- Return self/value.
- __trunc__(...)
- Truncating an Integral returns itself.
- __xor__(self, value, /)
- Return self^value.
- as_integer_ratio(self, /)
- Return integer ratio.
Return a pair of integers, whose ratio is exactly equal to the original int
and with a positive denominator.
>>> (10).as_integer_ratio()
(10, 1)
>>> (-10).as_integer_ratio()
(-10, 1)
>>> (0).as_integer_ratio()
(0, 1)
- bit_count(self, /)
- Number of ones in the binary representation of the absolute value of self.
Also known as the population count.
>>> bin(13)
'0b1101'
>>> (13).bit_count()
3
- bit_length(self, /)
- Number of bits necessary to represent self in binary.
>>> bin(37)
'0b100101'
>>> (37).bit_length()
6
- conjugate(...)
- Returns self, the complex conjugate of any int.
- to_bytes(self, /, length, byteorder, *, signed=False)
- Return an array of bytes representing an integer.
length
Length of bytes object to use. An OverflowError is raised if the
integer is not representable with the given number of bytes.
byteorder
The byte order used to represent the integer. If byteorder is 'big',
the most significant byte is at the beginning of the byte array. If
byteorder is 'little', the most significant byte is at the end of the
byte array. To request the native byte order of the host system, use
`sys.byteorder' as the byte order value.
signed
Determines whether two's complement is used to represent the integer.
If signed is False and a negative integer is given, an OverflowError
is raised.
Class methods inherited from builtins.int:
- from_bytes(bytes, byteorder, *, signed=False) from builtins.type
- Return the integer represented by the given array of bytes.
bytes
Holds the array of bytes to convert. The argument must either
support the buffer protocol or be an iterable object producing bytes.
Bytes and bytearray are examples of built-in objects that support the
buffer protocol.
byteorder
The byte order used to represent the integer. If byteorder is 'big',
the most significant byte is at the beginning of the byte array. If
byteorder is 'little', the most significant byte is at the end of the
byte array. To request the native byte order of the host system, use
`sys.byteorder' as the byte order value.
signed
Indicates whether two's complement is used to represent the integer.
Static methods inherited from builtins.int:
- __new__(*args, **kwargs) from builtins.type
- Create and return a new object. See help(type) for accurate signature.
Data descriptors inherited from builtins.int:
- denominator
- the denominator of a rational number in lowest terms
- imag
- the imaginary part of a complex number
- numerator
- the numerator of a rational number in lowest terms
- real
- the real part of a complex number
|
class MLeaderPropertyOverrideType(Boost.Python.enum) |
| | |
- Method resolution order:
- MLeaderPropertyOverrideType
- Boost.Python.enum
- builtins.int
- builtins.object
Data and other attributes defined here:
- kArrowSize = PyDb.MLeaderPropertyOverrideType.kArrowSize
- kArrowSymbolId = PyDb.MLeaderPropertyOverrideType.kArrowSymbolId
- kBlockColor = PyDb.MLeaderPropertyOverrideType.kBlockColor
- kBlockConnectionType = PyDb.MLeaderPropertyOverrideType.kBlockConnectionType
- kBlockId = PyDb.MLeaderPropertyOverrideType.kBlockId
- kBlockRotation = PyDb.MLeaderPropertyOverrideType.kBlockRotation
- kBlockScale = PyDb.MLeaderPropertyOverrideType.kBlockScale
- kContentType = PyDb.MLeaderPropertyOverrideType.kContentType
- kDefaultMText = PyDb.MLeaderPropertyOverrideType.kDefaultMText
- kDoglegLength = PyDb.MLeaderPropertyOverrideType.kDoglegLength
- kEnableDogleg = PyDb.MLeaderPropertyOverrideType.kEnableDogleg
- kEnableFrameText = PyDb.MLeaderPropertyOverrideType.kEnableFrameText
- kEnableLanding = PyDb.MLeaderPropertyOverrideType.kEnableLanding
- kExtendLeaderToText = PyDb.MLeaderPropertyOverrideType.kExtendLeaderToText
- kLandingGap = PyDb.MLeaderPropertyOverrideType.kLandingGap
- kLeaderLineColor = PyDb.MLeaderPropertyOverrideType.kLeaderLineColor
- kLeaderLineType = PyDb.MLeaderPropertyOverrideType.kLeaderLineType
- kLeaderLineTypeId = PyDb.MLeaderPropertyOverrideType.kLeaderLineTypeId
- kLeaderLineWeight = PyDb.MLeaderPropertyOverrideType.kLeaderLineWeight
- kScale = PyDb.MLeaderPropertyOverrideType.kScale
- kSize = PyDb.MLeaderPropertyOverrideType.kSize
- kTextAlignmentType = PyDb.MLeaderPropertyOverrideType.kTextAlignmentType
- kTextAngleType = PyDb.MLeaderPropertyOverrideType.kTextAngleType
- kTextAttachmentDirection = PyDb.MLeaderPropertyOverrideType.kTextAttachmentDirection
- kTextBottomAttachmentType = PyDb.MLeaderPropertyOverrideType.kTextBottomAttachmentType
- kTextColor = PyDb.MLeaderPropertyOverrideType.kTextColor
- kTextHeight = PyDb.MLeaderPropertyOverrideType.kTextHeight
- kTextLeftAttachmentType = PyDb.MLeaderPropertyOverrideType.kTextLeftAttachmentType
- kTextRightAttachmentType = PyDb.MLeaderPropertyOverrideType.kTextRightAttachmentType
- kTextStyleId = PyDb.MLeaderPropertyOverrideType.kTextStyleId
- kTextSwitchAlignmentType = PyDb.MLeaderPropertyOverrideType.kTextSwitchAlignmentType
- kTextTopAttachmentType = PyDb.MLeaderPropertyOverrideType.kTextTopAttachmentType
- names = {'kArrowSize': PyDb.MLeaderPropertyOverrideType.kArrowSize, 'kArrowSymbolId': PyDb.MLeaderPropertyOverrideType.kArrowSymbolId, 'kBlockColor': PyDb.MLeaderPropertyOverrideType.kBlockColor, 'kBlockConnectionType': PyDb.MLeaderPropertyOverrideType.kBlockConnectionType, 'kBlockId': PyDb.MLeaderPropertyOverrideType.kBlockId, 'kBlockRotation': PyDb.MLeaderPropertyOverrideType.kBlockRotation, 'kBlockScale': PyDb.MLeaderPropertyOverrideType.kBlockScale, 'kContentType': PyDb.MLeaderPropertyOverrideType.kContentType, 'kDefaultMText': PyDb.MLeaderPropertyOverrideType.kDefaultMText, 'kDoglegLength': PyDb.MLeaderPropertyOverrideType.kDoglegLength, ...}
- values = {0: PyDb.MLeaderPropertyOverrideType.kLeaderLineType, 1: PyDb.MLeaderPropertyOverrideType.kLeaderLineColor, 2: PyDb.MLeaderPropertyOverrideType.kLeaderLineTypeId, 3: PyDb.MLeaderPropertyOverrideType.kLeaderLineWeight, 4: PyDb.MLeaderPropertyOverrideType.kEnableLanding, 5: PyDb.MLeaderPropertyOverrideType.kLandingGap, 6: PyDb.MLeaderPropertyOverrideType.kEnableDogleg, 7: PyDb.MLeaderPropertyOverrideType.kDoglegLength, 8: PyDb.MLeaderPropertyOverrideType.kArrowSymbolId, 9: PyDb.MLeaderPropertyOverrideType.kArrowSize, ...}
Methods inherited from Boost.Python.enum:
- __repr__(self, /)
- Return repr(self).
- __str__(self, /)
- Return str(self).
Data descriptors inherited from Boost.Python.enum:
- name
Methods inherited from builtins.int:
- __abs__(self, /)
- abs(self)
- __add__(self, value, /)
- Return self+value.
- __and__(self, value, /)
- Return self&value.
- __bool__(self, /)
- True if self else False
- __ceil__(...)
- Ceiling of an Integral returns itself.
- __divmod__(self, value, /)
- Return divmod(self, value).
- __eq__(self, value, /)
- Return self==value.
- __float__(self, /)
- float(self)
- __floor__(...)
- Flooring an Integral returns itself.
- __floordiv__(self, value, /)
- Return self//value.
- __format__(self, format_spec, /)
- Default object formatter.
- __ge__(self, value, /)
- Return self>=value.
- __getattribute__(self, name, /)
- Return getattr(self, name).
- __getnewargs__(self, /)
- __gt__(self, value, /)
- Return self>value.
- __hash__(self, /)
- Return hash(self).
- __index__(self, /)
- Return self converted to an integer, if self is suitable for use as an index into a list.
- __int__(self, /)
- int(self)
- __invert__(self, /)
- ~self
- __le__(self, value, /)
- Return self<=value.
- __lshift__(self, value, /)
- Return self<<value.
- __lt__(self, value, /)
- Return self<value.
- __mod__(self, value, /)
- Return self%value.
- __mul__(self, value, /)
- Return self*value.
- __ne__(self, value, /)
- Return self!=value.
- __neg__(self, /)
- -self
- __or__(self, value, /)
- Return self|value.
- __pos__(self, /)
- +self
- __pow__(self, value, mod=None, /)
- Return pow(self, value, mod).
- __radd__(self, value, /)
- Return value+self.
- __rand__(self, value, /)
- Return value&self.
- __rdivmod__(self, value, /)
- Return divmod(value, self).
- __rfloordiv__(self, value, /)
- Return value//self.
- __rlshift__(self, value, /)
- Return value<<self.
- __rmod__(self, value, /)
- Return value%self.
- __rmul__(self, value, /)
- Return value*self.
- __ror__(self, value, /)
- Return value|self.
- __round__(...)
- Rounding an Integral returns itself.
Rounding with an ndigits argument also returns an integer.
- __rpow__(self, value, mod=None, /)
- Return pow(value, self, mod).
- __rrshift__(self, value, /)
- Return value>>self.
- __rshift__(self, value, /)
- Return self>>value.
- __rsub__(self, value, /)
- Return value-self.
- __rtruediv__(self, value, /)
- Return value/self.
- __rxor__(self, value, /)
- Return value^self.
- __sizeof__(self, /)
- Returns size in memory, in bytes.
- __sub__(self, value, /)
- Return self-value.
- __truediv__(self, value, /)
- Return self/value.
- __trunc__(...)
- Truncating an Integral returns itself.
- __xor__(self, value, /)
- Return self^value.
- as_integer_ratio(self, /)
- Return integer ratio.
Return a pair of integers, whose ratio is exactly equal to the original int
and with a positive denominator.
>>> (10).as_integer_ratio()
(10, 1)
>>> (-10).as_integer_ratio()
(-10, 1)
>>> (0).as_integer_ratio()
(0, 1)
- bit_count(self, /)
- Number of ones in the binary representation of the absolute value of self.
Also known as the population count.
>>> bin(13)
'0b1101'
>>> (13).bit_count()
3
- bit_length(self, /)
- Number of bits necessary to represent self in binary.
>>> bin(37)
'0b100101'
>>> (37).bit_length()
6
- conjugate(...)
- Returns self, the complex conjugate of any int.
- to_bytes(self, /, length, byteorder, *, signed=False)
- Return an array of bytes representing an integer.
length
Length of bytes object to use. An OverflowError is raised if the
integer is not representable with the given number of bytes.
byteorder
The byte order used to represent the integer. If byteorder is 'big',
the most significant byte is at the beginning of the byte array. If
byteorder is 'little', the most significant byte is at the end of the
byte array. To request the native byte order of the host system, use
`sys.byteorder' as the byte order value.
signed
Determines whether two's complement is used to represent the integer.
If signed is False and a negative integer is given, an OverflowError
is raised.
Class methods inherited from builtins.int:
- from_bytes(bytes, byteorder, *, signed=False) from builtins.type
- Return the integer represented by the given array of bytes.
bytes
Holds the array of bytes to convert. The argument must either
support the buffer protocol or be an iterable object producing bytes.
Bytes and bytearray are examples of built-in objects that support the
buffer protocol.
byteorder
The byte order used to represent the integer. If byteorder is 'big',
the most significant byte is at the beginning of the byte array. If
byteorder is 'little', the most significant byte is at the end of the
byte array. To request the native byte order of the host system, use
`sys.byteorder' as the byte order value.
signed
Indicates whether two's complement is used to represent the integer.
Static methods inherited from builtins.int:
- __new__(*args, **kwargs) from builtins.type
- Create and return a new object. See help(type) for accurate signature.
Data descriptors inherited from builtins.int:
- denominator
- the denominator of a rational number in lowest terms
- imag
- the imaginary part of a complex number
- numerator
- the numerator of a rational number in lowest terms
- real
- the real part of a complex number
|
class MLeaderSegmentAngleType(Boost.Python.enum) |
| | |
- Method resolution order:
- MLeaderSegmentAngleType
- Boost.Python.enum
- builtins.int
- builtins.object
Data and other attributes defined here:
- k15 = PyDb.MLeaderSegmentAngleType.k15
- k30 = PyDb.MLeaderSegmentAngleType.k30
- k45 = PyDb.MLeaderSegmentAngleType.k45
- k60 = PyDb.MLeaderSegmentAngleType.k60
- k90 = PyDb.MLeaderSegmentAngleType.k90
- kAny = PyDb.MLeaderSegmentAngleType.kAny
- kHorz = PyDb.MLeaderSegmentAngleType.kHorz
- names = {'k15': PyDb.MLeaderSegmentAngleType.k15, 'k30': PyDb.MLeaderSegmentAngleType.k30, 'k45': PyDb.MLeaderSegmentAngleType.k45, 'k60': PyDb.MLeaderSegmentAngleType.k60, 'k90': PyDb.MLeaderSegmentAngleType.k90, 'kAny': PyDb.MLeaderSegmentAngleType.kAny, 'kHorz': PyDb.MLeaderSegmentAngleType.kHorz}
- values = {0: PyDb.MLeaderSegmentAngleType.kAny, 1: PyDb.MLeaderSegmentAngleType.k15, 2: PyDb.MLeaderSegmentAngleType.k30, 3: PyDb.MLeaderSegmentAngleType.k45, 4: PyDb.MLeaderSegmentAngleType.k60, 6: PyDb.MLeaderSegmentAngleType.k90, 12: PyDb.MLeaderSegmentAngleType.kHorz}
Methods inherited from Boost.Python.enum:
- __repr__(self, /)
- Return repr(self).
- __str__(self, /)
- Return str(self).
Data descriptors inherited from Boost.Python.enum:
- name
Methods inherited from builtins.int:
- __abs__(self, /)
- abs(self)
- __add__(self, value, /)
- Return self+value.
- __and__(self, value, /)
- Return self&value.
- __bool__(self, /)
- True if self else False
- __ceil__(...)
- Ceiling of an Integral returns itself.
- __divmod__(self, value, /)
- Return divmod(self, value).
- __eq__(self, value, /)
- Return self==value.
- __float__(self, /)
- float(self)
- __floor__(...)
- Flooring an Integral returns itself.
- __floordiv__(self, value, /)
- Return self//value.
- __format__(self, format_spec, /)
- Default object formatter.
- __ge__(self, value, /)
- Return self>=value.
- __getattribute__(self, name, /)
- Return getattr(self, name).
- __getnewargs__(self, /)
- __gt__(self, value, /)
- Return self>value.
- __hash__(self, /)
- Return hash(self).
- __index__(self, /)
- Return self converted to an integer, if self is suitable for use as an index into a list.
- __int__(self, /)
- int(self)
- __invert__(self, /)
- ~self
- __le__(self, value, /)
- Return self<=value.
- __lshift__(self, value, /)
- Return self<<value.
- __lt__(self, value, /)
- Return self<value.
- __mod__(self, value, /)
- Return self%value.
- __mul__(self, value, /)
- Return self*value.
- __ne__(self, value, /)
- Return self!=value.
- __neg__(self, /)
- -self
- __or__(self, value, /)
- Return self|value.
- __pos__(self, /)
- +self
- __pow__(self, value, mod=None, /)
- Return pow(self, value, mod).
- __radd__(self, value, /)
- Return value+self.
- __rand__(self, value, /)
- Return value&self.
- __rdivmod__(self, value, /)
- Return divmod(value, self).
- __rfloordiv__(self, value, /)
- Return value//self.
- __rlshift__(self, value, /)
- Return value<<self.
- __rmod__(self, value, /)
- Return value%self.
- __rmul__(self, value, /)
- Return value*self.
- __ror__(self, value, /)
- Return value|self.
- __round__(...)
- Rounding an Integral returns itself.
Rounding with an ndigits argument also returns an integer.
- __rpow__(self, value, mod=None, /)
- Return pow(value, self, mod).
- __rrshift__(self, value, /)
- Return value>>self.
- __rshift__(self, value, /)
- Return self>>value.
- __rsub__(self, value, /)
- Return value-self.
- __rtruediv__(self, value, /)
- Return value/self.
- __rxor__(self, value, /)
- Return value^self.
- __sizeof__(self, /)
- Returns size in memory, in bytes.
- __sub__(self, value, /)
- Return self-value.
- __truediv__(self, value, /)
- Return self/value.
- __trunc__(...)
- Truncating an Integral returns itself.
- __xor__(self, value, /)
- Return self^value.
- as_integer_ratio(self, /)
- Return integer ratio.
Return a pair of integers, whose ratio is exactly equal to the original int
and with a positive denominator.
>>> (10).as_integer_ratio()
(10, 1)
>>> (-10).as_integer_ratio()
(-10, 1)
>>> (0).as_integer_ratio()
(0, 1)
- bit_count(self, /)
- Number of ones in the binary representation of the absolute value of self.
Also known as the population count.
>>> bin(13)
'0b1101'
>>> (13).bit_count()
3
- bit_length(self, /)
- Number of bits necessary to represent self in binary.
>>> bin(37)
'0b100101'
>>> (37).bit_length()
6
- conjugate(...)
- Returns self, the complex conjugate of any int.
- to_bytes(self, /, length, byteorder, *, signed=False)
- Return an array of bytes representing an integer.
length
Length of bytes object to use. An OverflowError is raised if the
integer is not representable with the given number of bytes.
byteorder
The byte order used to represent the integer. If byteorder is 'big',
the most significant byte is at the beginning of the byte array. If
byteorder is 'little', the most significant byte is at the end of the
byte array. To request the native byte order of the host system, use
`sys.byteorder' as the byte order value.
signed
Determines whether two's complement is used to represent the integer.
If signed is False and a negative integer is given, an OverflowError
is raised.
Class methods inherited from builtins.int:
- from_bytes(bytes, byteorder, *, signed=False) from builtins.type
- Return the integer represented by the given array of bytes.
bytes
Holds the array of bytes to convert. The argument must either
support the buffer protocol or be an iterable object producing bytes.
Bytes and bytearray are examples of built-in objects that support the
buffer protocol.
byteorder
The byte order used to represent the integer. If byteorder is 'big',
the most significant byte is at the beginning of the byte array. If
byteorder is 'little', the most significant byte is at the end of the
byte array. To request the native byte order of the host system, use
`sys.byteorder' as the byte order value.
signed
Indicates whether two's complement is used to represent the integer.
Static methods inherited from builtins.int:
- __new__(*args, **kwargs) from builtins.type
- Create and return a new object. See help(type) for accurate signature.
Data descriptors inherited from builtins.int:
- denominator
- the denominator of a rational number in lowest terms
- imag
- the imaginary part of a complex number
- numerator
- the numerator of a rational number in lowest terms
- real
- the real part of a complex number
|
class MLeaderStyle(DbObject) |
| | |
- Method resolution order:
- MLeaderStyle
- DbObject
- PyGi.Drawable
- PyRx.RxObject
- Boost.Python.instance
- builtins.object
Static methods defined here:
- __init__(...)
- __init__( (object)arg1) -> None :
C++ signature :
void __init__(struct _object * __ptr64)
__init__( (object)arg1) -> None :
C++ signature :
void __init__(struct _object * __ptr64)
__init__( (object)arg1, (ObjectId)arg2, (OpenMode)arg3) -> None :
C++ signature :
void __init__(struct _object * __ptr64,class PyDbObjectId,enum AcDb::OpenMode)
- __reduce__ = (...)
- alignSpace(...)
- alignSpace( (MLeaderStyle)arg1) -> float :
C++ signature :
double alignSpace(class PyDbMLeaderStyle {lvalue})
- annotative(...)
- annotative( (MLeaderStyle)arg1) -> bool :
C++ signature :
bool annotative(class PyDbMLeaderStyle {lvalue})
- arrowSize(...)
- arrowSize( (MLeaderStyle)arg1) -> float :
C++ signature :
double arrowSize(class PyDbMLeaderStyle {lvalue})
- arrowSymbolId(...)
- arrowSymbolId( (MLeaderStyle)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId arrowSymbolId(class PyDbMLeaderStyle {lvalue})
- bitFlags(...)
- bitFlags( (MLeaderStyle)arg1) -> int :
C++ signature :
unsigned int bitFlags(class PyDbMLeaderStyle {lvalue})
- blockColor(...)
- blockColor( (MLeaderStyle)arg1) -> Color :
C++ signature :
class AcCmColor blockColor(class PyDbMLeaderStyle {lvalue})
- blockConnectionType(...)
- blockConnectionType( (MLeaderStyle)arg1) -> MLeaderBlockConnectionType :
C++ signature :
enum AcDbMLeaderStyle::BlockConnectionType blockConnectionType(class PyDbMLeaderStyle {lvalue})
- blockId(...)
- blockId( (MLeaderStyle)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId blockId(class PyDbMLeaderStyle {lvalue})
- blockRotation(...)
- blockRotation( (MLeaderStyle)arg1) -> float :
C++ signature :
double blockRotation(class PyDbMLeaderStyle {lvalue})
- blockScale(...)
- blockScale( (MLeaderStyle)arg1) -> Scale3d :
C++ signature :
class AcGeScale3d blockScale(class PyDbMLeaderStyle {lvalue})
- breakSize(...)
- breakSize( (MLeaderStyle)arg1) -> float :
C++ signature :
double breakSize(class PyDbMLeaderStyle {lvalue})
- className(...)
- className() -> str :
C++ signature :
class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > className()
- contentType(...)
- contentType( (MLeaderStyle)arg1) -> MLeaderContentType :
C++ signature :
enum AcDbMLeaderStyle::ContentType contentType(class PyDbMLeaderStyle {lvalue})
- defaultMText(...)
- defaultMText( (MLeaderStyle)arg1) -> MText :
C++ signature :
class PyDbMText defaultMText(class PyDbMLeaderStyle {lvalue})
- desc(...)
- desc() -> RxClass :
C++ signature :
class PyRxClass desc()
- description(...)
- description( (MLeaderStyle)arg1) -> str :
C++ signature :
class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > description(class PyDbMLeaderStyle {lvalue})
- doglegLength(...)
- doglegLength( (MLeaderStyle)arg1) -> float :
C++ signature :
double doglegLength(class PyDbMLeaderStyle {lvalue})
- drawLeaderOrderType(...)
- drawLeaderOrderType( (MLeaderStyle)arg1) -> DrawLeaderOrderType :
C++ signature :
enum AcDbMLeaderStyle::DrawLeaderOrderType drawLeaderOrderType(class PyDbMLeaderStyle {lvalue})
drawLeaderOrderType( (MLeaderStyle)arg1) -> DrawLeaderOrderType :
C++ signature :
enum AcDbMLeaderStyle::DrawLeaderOrderType drawLeaderOrderType(class PyDbMLeaderStyle {lvalue})
- drawMLeaderOrderType(...)
- drawMLeaderOrderType( (MLeaderStyle)arg1) -> DrawMLeaderOrderType :
C++ signature :
enum AcDbMLeaderStyle::DrawMLeaderOrderType drawMLeaderOrderType(class PyDbMLeaderStyle {lvalue})
- enableBlockRotation(...)
- enableBlockRotation( (MLeaderStyle)arg1) -> bool :
C++ signature :
bool enableBlockRotation(class PyDbMLeaderStyle {lvalue})
- enableBlockScale(...)
- enableBlockScale( (MLeaderStyle)arg1) -> bool :
C++ signature :
bool enableBlockScale(class PyDbMLeaderStyle {lvalue})
- enableDogleg(...)
- enableDogleg( (MLeaderStyle)arg1) -> bool :
C++ signature :
bool enableDogleg(class PyDbMLeaderStyle {lvalue})
- enableFrameText(...)
- enableFrameText( (MLeaderStyle)arg1) -> bool :
C++ signature :
bool enableFrameText(class PyDbMLeaderStyle {lvalue})
- enableLanding(...)
- enableLanding( (MLeaderStyle)arg1) -> bool :
C++ signature :
bool enableLanding(class PyDbMLeaderStyle {lvalue})
- extendLeaderToText(...)
- extendLeaderToText( (MLeaderStyle)arg1) -> bool :
C++ signature :
bool extendLeaderToText(class PyDbMLeaderStyle {lvalue})
- firstSegmentAngleConstraint(...)
- firstSegmentAngleConstraint( (MLeaderStyle)arg1) -> MLeaderSegmentAngleType :
C++ signature :
enum AcDbMLeaderStyle::SegmentAngleType firstSegmentAngleConstraint(class PyDbMLeaderStyle {lvalue})
- getName(...)
- getName( (MLeaderStyle)arg1) -> str :
C++ signature :
class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > getName(class PyDbMLeaderStyle {lvalue})
- isRenamable(...)
- isRenamable( (MLeaderStyle)arg1) -> bool :
C++ signature :
bool isRenamable(class PyDbMLeaderStyle {lvalue})
- landingGap(...)
- landingGap( (MLeaderStyle)arg1) -> float :
C++ signature :
double landingGap(class PyDbMLeaderStyle {lvalue})
- leaderLineColor(...)
- leaderLineColor( (MLeaderStyle)arg1) -> Color :
C++ signature :
class AcCmColor leaderLineColor(class PyDbMLeaderStyle {lvalue})
- leaderLineType(...)
- leaderLineType( (MLeaderStyle)arg1) -> MLeaderLeaderType :
C++ signature :
enum AcDbMLeaderStyle::LeaderType leaderLineType(class PyDbMLeaderStyle {lvalue})
- leaderLineTypeId(...)
- leaderLineTypeId( (MLeaderStyle)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId leaderLineTypeId(class PyDbMLeaderStyle {lvalue})
- leaderLineWeight(...)
- leaderLineWeight( (MLeaderStyle)arg1) -> LineWeight :
C++ signature :
enum AcDb::LineWeight leaderLineWeight(class PyDbMLeaderStyle {lvalue})
- maxLeaderSegmentsPoints(...)
- maxLeaderSegmentsPoints( (MLeaderStyle)arg1) -> int :
C++ signature :
int maxLeaderSegmentsPoints(class PyDbMLeaderStyle {lvalue})
- overwritePropChanged(...)
- overwritePropChanged( (MLeaderStyle)arg1) -> bool :
C++ signature :
bool overwritePropChanged(class PyDbMLeaderStyle {lvalue})
- postMLeaderStyleToDb(...)
- postMLeaderStyleToDb( (MLeaderStyle)arg1, (Database)arg2, (str)arg3) -> ObjectId :
C++ signature :
class PyDbObjectId postMLeaderStyleToDb(class PyDbMLeaderStyle {lvalue},class PyDbDatabase {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
- scale(...)
- scale( (MLeaderStyle)arg1) -> float :
C++ signature :
double scale(class PyDbMLeaderStyle {lvalue})
- secondSegmentAngleConstraint(...)
- secondSegmentAngleConstraint( (MLeaderStyle)arg1) -> MLeaderSegmentAngleType :
C++ signature :
enum AcDbMLeaderStyle::SegmentAngleType secondSegmentAngleConstraint(class PyDbMLeaderStyle {lvalue})
- setAlignSpace(...)
- setAlignSpace( (MLeaderStyle)arg1, (float)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setAlignSpace(class PyDbMLeaderStyle {lvalue},double)
- setAnnotative(...)
- setAnnotative( (MLeaderStyle)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setAnnotative(class PyDbMLeaderStyle {lvalue},bool)
- setArrowSize(...)
- setArrowSize( (MLeaderStyle)arg1, (float)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setArrowSize(class PyDbMLeaderStyle {lvalue},double)
- setArrowSymbolId(...)
- setArrowSymbolId( (MLeaderStyle)arg1, (str)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setArrowSymbolId(class PyDbMLeaderStyle {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
setArrowSymbolId( (MLeaderStyle)arg1, (ObjectId)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setArrowSymbolId(class PyDbMLeaderStyle {lvalue},class PyDbObjectId)
- setBitFlags(...)
- setBitFlags( (MLeaderStyle)arg1, (int)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setBitFlags(class PyDbMLeaderStyle {lvalue},unsigned int)
- setBlockColor(...)
- setBlockColor( (MLeaderStyle)arg1, (Color)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setBlockColor(class PyDbMLeaderStyle {lvalue},class AcCmColor)
- setBlockConnectionType(...)
- setBlockConnectionType( (MLeaderStyle)arg1, (MLeaderBlockConnectionType)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setBlockConnectionType(class PyDbMLeaderStyle {lvalue},enum AcDbMLeaderStyle::BlockConnectionType)
- setBlockId(...)
- setBlockId( (MLeaderStyle)arg1, (str)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setBlockId(class PyDbMLeaderStyle {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
setBlockId( (MLeaderStyle)arg1, (ObjectId)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setBlockId(class PyDbMLeaderStyle {lvalue},class PyDbObjectId)
- setBlockRotation(...)
- setBlockRotation( (MLeaderStyle)arg1, (float)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setBlockRotation(class PyDbMLeaderStyle {lvalue},double)
- setBlockScale(...)
- setBlockScale( (MLeaderStyle)arg1, (Scale3d)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setBlockScale(class PyDbMLeaderStyle {lvalue},class AcGeScale3d)
- setBreakSize(...)
- setBreakSize( (MLeaderStyle)arg1, (float)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setBreakSize(class PyDbMLeaderStyle {lvalue},double)
- setContentType(...)
- setContentType( (MLeaderStyle)arg1, (MLeaderContentType)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setContentType(class PyDbMLeaderStyle {lvalue},enum AcDbMLeaderStyle::ContentType)
- setDefaultMText(...)
- setDefaultMText( (MLeaderStyle)arg1, (MText)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setDefaultMText(class PyDbMLeaderStyle {lvalue},class PyDbMText)
- setDescription(...)
- setDescription( (MLeaderStyle)arg1, (str)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setDescription(class PyDbMLeaderStyle {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
- setDoglegLength(...)
- setDoglegLength( (MLeaderStyle)arg1, (float)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setDoglegLength(class PyDbMLeaderStyle {lvalue},double)
- setDrawLeaderOrderType(...)
- setDrawLeaderOrderType( (MLeaderStyle)arg1, (DrawLeaderOrderType)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setDrawLeaderOrderType(class PyDbMLeaderStyle {lvalue},enum AcDbMLeaderStyle::DrawLeaderOrderType)
setDrawLeaderOrderType( (MLeaderStyle)arg1, (DrawLeaderOrderType)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setDrawLeaderOrderType(class PyDbMLeaderStyle {lvalue},enum AcDbMLeaderStyle::DrawLeaderOrderType)
- setDrawMLeaderOrderType(...)
- setDrawMLeaderOrderType( (MLeaderStyle)arg1, (DrawMLeaderOrderType)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setDrawMLeaderOrderType(class PyDbMLeaderStyle {lvalue},enum AcDbMLeaderStyle::DrawMLeaderOrderType)
- setEnableBlockRotation(...)
- setEnableBlockRotation( (MLeaderStyle)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setEnableBlockRotation(class PyDbMLeaderStyle {lvalue},bool)
- setEnableBlockScale(...)
- setEnableBlockScale( (MLeaderStyle)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setEnableBlockScale(class PyDbMLeaderStyle {lvalue},bool)
- setEnableDogleg(...)
- setEnableDogleg( (MLeaderStyle)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setEnableDogleg(class PyDbMLeaderStyle {lvalue},bool)
- setEnableFrameText(...)
- setEnableFrameText( (MLeaderStyle)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setEnableFrameText(class PyDbMLeaderStyle {lvalue},bool)
- setEnableLanding(...)
- setEnableLanding( (MLeaderStyle)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setEnableLanding(class PyDbMLeaderStyle {lvalue},bool)
- setExtendLeaderToText(...)
- setExtendLeaderToText( (MLeaderStyle)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setExtendLeaderToText(class PyDbMLeaderStyle {lvalue},bool)
- setFirstSegmentAngleConstraint(...)
- setFirstSegmentAngleConstraint( (MLeaderStyle)arg1, (MLeaderSegmentAngleType)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setFirstSegmentAngleConstraint(class PyDbMLeaderStyle {lvalue},enum AcDbMLeaderStyle::SegmentAngleType)
- setLandingGap(...)
- setLandingGap( (MLeaderStyle)arg1, (float)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLandingGap(class PyDbMLeaderStyle {lvalue},double)
- setLeaderLineColor(...)
- setLeaderLineColor( (MLeaderStyle)arg1, (Color)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLeaderLineColor(class PyDbMLeaderStyle {lvalue},class AcCmColor)
- setLeaderLineType(...)
- setLeaderLineType( (MLeaderStyle)arg1, (MLeaderLeaderType)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLeaderLineType(class PyDbMLeaderStyle {lvalue},enum AcDbMLeaderStyle::LeaderType)
- setLeaderLineTypeId(...)
- setLeaderLineTypeId( (MLeaderStyle)arg1, (ObjectId)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLeaderLineTypeId(class PyDbMLeaderStyle {lvalue},class PyDbObjectId)
- setLeaderLineWeight(...)
- setLeaderLineWeight( (MLeaderStyle)arg1, (LineWeight)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLeaderLineWeight(class PyDbMLeaderStyle {lvalue},enum AcDb::LineWeight)
- setMaxLeaderSegmentsPoints(...)
- setMaxLeaderSegmentsPoints( (MLeaderStyle)arg1, (int)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setMaxLeaderSegmentsPoints(class PyDbMLeaderStyle {lvalue},int)
- setName(...)
- setName( (MLeaderStyle)arg1, (str)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setName(class PyDbMLeaderStyle {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
- setScale(...)
- setScale( (MLeaderStyle)arg1, (float)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setScale(class PyDbMLeaderStyle {lvalue},double)
- setSecondSegmentAngleConstraint(...)
- setSecondSegmentAngleConstraint( (MLeaderStyle)arg1, (MLeaderSegmentAngleType)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setSecondSegmentAngleConstraint(class PyDbMLeaderStyle {lvalue},enum AcDbMLeaderStyle::SegmentAngleType)
- setTextAlignAlwaysLeft(...)
- setTextAlignAlwaysLeft( (MLeaderStyle)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setTextAlignAlwaysLeft(class PyDbMLeaderStyle {lvalue},bool)
- setTextAlignmentType(...)
- setTextAlignmentType( (MLeaderStyle)arg1, (MLeaderTextAlignmentType)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setTextAlignmentType(class PyDbMLeaderStyle {lvalue},enum AcDbMLeaderStyle::TextAlignmentType)
- setTextAngleType(...)
- setTextAngleType( (MLeaderStyle)arg1, (MLeaderTextAngleType)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setTextAngleType(class PyDbMLeaderStyle {lvalue},enum AcDbMLeaderStyle::TextAngleType)
- setTextAttachmentDirection(...)
- setTextAttachmentDirection( (MLeaderStyle)arg1, (MLeaderTextAttachmentDirection)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setTextAttachmentDirection(class PyDbMLeaderStyle {lvalue},enum AcDbMLeaderStyle::TextAttachmentDirection)
- setTextAttachmentType(...)
- setTextAttachmentType( (MLeaderStyle)arg1, (MLeaderTextAttachmentType)arg2 [, (MLeaderLeaderDirectionType)arg3]) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setTextAttachmentType(class PyDbMLeaderStyle {lvalue},enum AcDbMLeaderStyle::TextAttachmentType [,enum AcDbMLeaderStyle::LeaderDirectionType])
- setTextColor(...)
- setTextColor( (MLeaderStyle)arg1, (Color)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setTextColor(class PyDbMLeaderStyle {lvalue},class AcCmColor)
- setTextHeight(...)
- setTextHeight( (MLeaderStyle)arg1, (float)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setTextHeight(class PyDbMLeaderStyle {lvalue},double)
- setTextStyleId(...)
- setTextStyleId( (MLeaderStyle)arg1, (ObjectId)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setTextStyleId(class PyDbMLeaderStyle {lvalue},class PyDbObjectId)
- textAlignAlwaysLeft(...)
- textAlignAlwaysLeft( (MLeaderStyle)arg1) -> bool :
C++ signature :
bool textAlignAlwaysLeft(class PyDbMLeaderStyle {lvalue})
- textAlignmentType(...)
- textAlignmentType( (MLeaderStyle)arg1) -> MLeaderTextAlignmentType :
C++ signature :
enum AcDbMLeaderStyle::TextAlignmentType textAlignmentType(class PyDbMLeaderStyle {lvalue})
- textAngleType(...)
- textAngleType( (MLeaderStyle)arg1) -> MLeaderTextAngleType :
C++ signature :
enum AcDbMLeaderStyle::TextAngleType textAngleType(class PyDbMLeaderStyle {lvalue})
- textAttachmentDirection(...)
- textAttachmentDirection( (MLeaderStyle)arg1) -> MLeaderTextAttachmentDirection :
C++ signature :
enum AcDbMLeaderStyle::TextAttachmentDirection textAttachmentDirection(class PyDbMLeaderStyle {lvalue})
- textAttachmentType(...)
- textAttachmentType( (MLeaderStyle)arg1 [, (MLeaderLeaderDirectionType)arg2]) -> MLeaderTextAttachmentType :
C++ signature :
enum AcDbMLeaderStyle::TextAttachmentType textAttachmentType(class PyDbMLeaderStyle {lvalue} [,enum AcDbMLeaderStyle::LeaderDirectionType])
- textColor(...)
- textColor( (MLeaderStyle)arg1) -> Color :
C++ signature :
class AcCmColor textColor(class PyDbMLeaderStyle {lvalue})
- textHeight(...)
- textHeight( (MLeaderStyle)arg1) -> float :
C++ signature :
double textHeight(class PyDbMLeaderStyle {lvalue})
- textStyleId(...)
- textStyleId( (MLeaderStyle)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId textStyleId(class PyDbMLeaderStyle {lvalue})
Data and other attributes defined here:
- __instance_size__ = 48
Static methods inherited from DbObject:
- addPersistentReactor(...)
- addPersistentReactor( (DbObject)arg1, (ObjectId)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus addPersistentReactor(class PyDbObject {lvalue},class PyDbObjectId)
- assertNotifyEnabled(...)
- assertNotifyEnabled( (DbObject)arg1) -> None :
C++ signature :
void assertNotifyEnabled(class PyDbObject {lvalue})
- assertReadEnabled(...)
- assertReadEnabled( (DbObject)arg1) -> None :
C++ signature :
void assertReadEnabled(class PyDbObject {lvalue})
- assertWriteEnabled(...)
- assertWriteEnabled( (DbObject)arg1) -> None :
C++ signature :
void assertWriteEnabled(class PyDbObject {lvalue})
- cancel(...)
- cancel( (DbObject)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus cancel(class PyDbObject {lvalue})
- close(...)
- close( (DbObject)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus close(class PyDbObject {lvalue})
- createExtensionDictionary(...)
- createExtensionDictionary( (DbObject)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus createExtensionDictionary(class PyDbObject {lvalue})
- database(...)
- database( (DbObject)arg1) -> Database :
C++ signature :
class PyDbDatabase database(class PyDbObject {lvalue})
- disableUndoRecording(...)
- disableUndoRecording( (DbObject)arg1, (bool)arg2) -> None :
C++ signature :
void disableUndoRecording(class PyDbObject {lvalue},bool)
- downgradeOpen(...)
- downgradeOpen( (DbObject)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus downgradeOpen(class PyDbObject {lvalue})
- downgradeToNotify(...)
- downgradeToNotify( (DbObject)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus downgradeToNotify(class PyDbObject {lvalue},bool)
- erase(...)
- erase( (DbObject)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus erase(class PyDbObject {lvalue})
- extensionDictionary(...)
- extensionDictionary( (DbObject)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId extensionDictionary(class PyDbObject {lvalue})
- handOverTo(...)
- handOverTo( (DbObject)arg1, (DbObject)arg2, (bool)arg3, (bool)arg4) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus handOverTo(class PyDbObject {lvalue},class PyDbObject {lvalue},bool,bool)
- hasPersistentReactor(...)
- hasPersistentReactor( (DbObject)arg1, (ObjectId)arg2) -> bool :
C++ signature :
bool hasPersistentReactor(class PyDbObject {lvalue},class PyDbObjectId)
- isAProxy(...)
- isAProxy( (DbObject)arg1) -> bool :
C++ signature :
bool isAProxy(class PyDbObject {lvalue})
- isCancelling(...)
- isCancelling( (DbObject)arg1) -> bool :
C++ signature :
bool isCancelling(class PyDbObject {lvalue})
- isEraseStatusToggled(...)
- isEraseStatusToggled( (DbObject)arg1) -> bool :
C++ signature :
bool isEraseStatusToggled(class PyDbObject {lvalue})
- isErased(...)
- isErased( (DbObject)arg1) -> bool :
C++ signature :
bool isErased(class PyDbObject {lvalue})
- isModified(...)
- isModified( (DbObject)arg1) -> bool :
C++ signature :
bool isModified(class PyDbObject {lvalue})
- isModifiedGraphics(...)
- isModifiedGraphics( (DbObject)arg1) -> bool :
C++ signature :
bool isModifiedGraphics(class PyDbObject {lvalue})
- isModifiedXData(...)
- isModifiedXData( (DbObject)arg1) -> bool :
C++ signature :
bool isModifiedXData(class PyDbObject {lvalue})
- isNewObject(...)
- isNewObject( (DbObject)arg1) -> bool :
C++ signature :
bool isNewObject(class PyDbObject {lvalue})
- isNotifyEnabled(...)
- isNotifyEnabled( (DbObject)arg1) -> bool :
C++ signature :
bool isNotifyEnabled(class PyDbObject {lvalue})
- isNotifying(...)
- isNotifying( (DbObject)arg1) -> bool :
C++ signature :
bool isNotifying(class PyDbObject {lvalue})
- isReadEnabled(...)
- isReadEnabled( (DbObject)arg1) -> bool :
C++ signature :
bool isReadEnabled(class PyDbObject {lvalue})
- isReallyClosing(...)
- isReallyClosing( (DbObject)arg1) -> bool :
C++ signature :
bool isReallyClosing(class PyDbObject {lvalue})
- isTransactionResident(...)
- isTransactionResident( (DbObject)arg1) -> bool :
C++ signature :
bool isTransactionResident(class PyDbObject {lvalue})
- isUndoRecordingDisabled(...)
- isUndoRecordingDisabled( (DbObject)arg1) -> bool :
C++ signature :
bool isUndoRecordingDisabled(class PyDbObject {lvalue})
- isUndoing(...)
- isUndoing( (DbObject)arg1) -> bool :
C++ signature :
bool isUndoing(class PyDbObject {lvalue})
- isWriteEnabled(...)
- isWriteEnabled( (DbObject)arg1) -> bool :
C++ signature :
bool isWriteEnabled(class PyDbObject {lvalue})
- objectId(...)
- objectId( (DbObject)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId objectId(class PyDbObject {lvalue})
- ownerId(...)
- ownerId( (DbObject)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId ownerId(class PyDbObject {lvalue})
- releaseExtensionDictionary(...)
- releaseExtensionDictionary( (DbObject)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus releaseExtensionDictionary(class PyDbObject {lvalue})
- removePersistentReactor(...)
- removePersistentReactor( (DbObject)arg1, (ObjectId)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus removePersistentReactor(class PyDbObject {lvalue},class PyDbObjectId)
- setOwnerId(...)
- setOwnerId( (DbObject)arg1, (ObjectId)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setOwnerId(class PyDbObject {lvalue},class PyDbObjectId)
- setXData(...)
- setXData( (DbObject)arg1, (list)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setXData(class PyDbObject {lvalue},class boost::python::list)
- swapIdWith(...)
- swapIdWith( (DbObject)arg1, (ObjectId)arg2, (bool)arg3, (bool)arg4) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus swapIdWith(class PyDbObject {lvalue},class PyDbObjectId {lvalue},bool,bool)
- upgradeFromNotify(...)
- upgradeFromNotify( (DbObject)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus upgradeFromNotify(class PyDbObject {lvalue},bool {lvalue})
- upgradeOpen(...)
- upgradeOpen( (DbObject)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus upgradeOpen(class PyDbObject {lvalue})
- xData(...)
- xData( (DbObject)arg1, (str)arg2) -> list :
C++ signature :
class boost::python::list xData(class PyDbObject {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
- xDataTransformBy(...)
- xDataTransformBy( (DbObject)arg1, (Matrix3d)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus xDataTransformBy(class PyDbObject {lvalue},class AcGeMatrix3d)
Static methods inherited from PyGi.Drawable:
- isA(...)
- isA( (Drawable)arg1) -> RxClass :
C++ signature :
class PyRxClass isA(class PyGiDrawable {lvalue})
Static methods inherited from PyRx.RxObject:
- __eq__(...)
- __eq__( (RxObject)arg1, (RxObject)arg2) -> bool :
C++ signature :
bool __eq__(class PyRxObject {lvalue},class PyRxObject)
- __ne__(...)
- __ne__( (RxObject)arg1, (RxObject)arg2) -> bool :
C++ signature :
bool __ne__(class PyRxObject {lvalue},class PyRxObject)
- isNull(...)
- isNull( (RxObject)arg1) -> bool :
C++ signature :
bool isNull(class PyRxObject {lvalue})
Static methods inherited from Boost.Python.instance:
- __new__(*args, **kwargs) from Boost.Python.class
- Create and return a new object. See help(type) for accurate signature.
Data descriptors inherited from Boost.Python.instance:
- __dict__
- __weakref__
|
class MLeaderTextAlignmentType(Boost.Python.enum) |
| | |
- Method resolution order:
- MLeaderTextAlignmentType
- Boost.Python.enum
- builtins.int
- builtins.object
Data and other attributes defined here:
- kCenterAlignment = PyDb.MLeaderTextAlignmentType.kCenterAlignment
- kLeftAlignment = PyDb.MLeaderTextAlignmentType.kLeftAlignment
- kRightAlignment = PyDb.MLeaderTextAlignmentType.kRightAlignment
- names = {'kCenterAlignment': PyDb.MLeaderTextAlignmentType.kCenterAlignment, 'kLeftAlignment': PyDb.MLeaderTextAlignmentType.kLeftAlignment, 'kRightAlignment': PyDb.MLeaderTextAlignmentType.kRightAlignment}
- values = {0: PyDb.MLeaderTextAlignmentType.kLeftAlignment, 1: PyDb.MLeaderTextAlignmentType.kCenterAlignment, 2: PyDb.MLeaderTextAlignmentType.kRightAlignment}
Methods inherited from Boost.Python.enum:
- __repr__(self, /)
- Return repr(self).
- __str__(self, /)
- Return str(self).
Data descriptors inherited from Boost.Python.enum:
- name
Methods inherited from builtins.int:
- __abs__(self, /)
- abs(self)
- __add__(self, value, /)
- Return self+value.
- __and__(self, value, /)
- Return self&value.
- __bool__(self, /)
- True if self else False
- __ceil__(...)
- Ceiling of an Integral returns itself.
- __divmod__(self, value, /)
- Return divmod(self, value).
- __eq__(self, value, /)
- Return self==value.
- __float__(self, /)
- float(self)
- __floor__(...)
- Flooring an Integral returns itself.
- __floordiv__(self, value, /)
- Return self//value.
- __format__(self, format_spec, /)
- Default object formatter.
- __ge__(self, value, /)
- Return self>=value.
- __getattribute__(self, name, /)
- Return getattr(self, name).
- __getnewargs__(self, /)
- __gt__(self, value, /)
- Return self>value.
- __hash__(self, /)
- Return hash(self).
- __index__(self, /)
- Return self converted to an integer, if self is suitable for use as an index into a list.
- __int__(self, /)
- int(self)
- __invert__(self, /)
- ~self
- __le__(self, value, /)
- Return self<=value.
- __lshift__(self, value, /)
- Return self<<value.
- __lt__(self, value, /)
- Return self<value.
- __mod__(self, value, /)
- Return self%value.
- __mul__(self, value, /)
- Return self*value.
- __ne__(self, value, /)
- Return self!=value.
- __neg__(self, /)
- -self
- __or__(self, value, /)
- Return self|value.
- __pos__(self, /)
- +self
- __pow__(self, value, mod=None, /)
- Return pow(self, value, mod).
- __radd__(self, value, /)
- Return value+self.
- __rand__(self, value, /)
- Return value&self.
- __rdivmod__(self, value, /)
- Return divmod(value, self).
- __rfloordiv__(self, value, /)
- Return value//self.
- __rlshift__(self, value, /)
- Return value<<self.
- __rmod__(self, value, /)
- Return value%self.
- __rmul__(self, value, /)
- Return value*self.
- __ror__(self, value, /)
- Return value|self.
- __round__(...)
- Rounding an Integral returns itself.
Rounding with an ndigits argument also returns an integer.
- __rpow__(self, value, mod=None, /)
- Return pow(value, self, mod).
- __rrshift__(self, value, /)
- Return value>>self.
- __rshift__(self, value, /)
- Return self>>value.
- __rsub__(self, value, /)
- Return value-self.
- __rtruediv__(self, value, /)
- Return value/self.
- __rxor__(self, value, /)
- Return value^self.
- __sizeof__(self, /)
- Returns size in memory, in bytes.
- __sub__(self, value, /)
- Return self-value.
- __truediv__(self, value, /)
- Return self/value.
- __trunc__(...)
- Truncating an Integral returns itself.
- __xor__(self, value, /)
- Return self^value.
- as_integer_ratio(self, /)
- Return integer ratio.
Return a pair of integers, whose ratio is exactly equal to the original int
and with a positive denominator.
>>> (10).as_integer_ratio()
(10, 1)
>>> (-10).as_integer_ratio()
(-10, 1)
>>> (0).as_integer_ratio()
(0, 1)
- bit_count(self, /)
- Number of ones in the binary representation of the absolute value of self.
Also known as the population count.
>>> bin(13)
'0b1101'
>>> (13).bit_count()
3
- bit_length(self, /)
- Number of bits necessary to represent self in binary.
>>> bin(37)
'0b100101'
>>> (37).bit_length()
6
- conjugate(...)
- Returns self, the complex conjugate of any int.
- to_bytes(self, /, length, byteorder, *, signed=False)
- Return an array of bytes representing an integer.
length
Length of bytes object to use. An OverflowError is raised if the
integer is not representable with the given number of bytes.
byteorder
The byte order used to represent the integer. If byteorder is 'big',
the most significant byte is at the beginning of the byte array. If
byteorder is 'little', the most significant byte is at the end of the
byte array. To request the native byte order of the host system, use
`sys.byteorder' as the byte order value.
signed
Determines whether two's complement is used to represent the integer.
If signed is False and a negative integer is given, an OverflowError
is raised.
Class methods inherited from builtins.int:
- from_bytes(bytes, byteorder, *, signed=False) from builtins.type
- Return the integer represented by the given array of bytes.
bytes
Holds the array of bytes to convert. The argument must either
support the buffer protocol or be an iterable object producing bytes.
Bytes and bytearray are examples of built-in objects that support the
buffer protocol.
byteorder
The byte order used to represent the integer. If byteorder is 'big',
the most significant byte is at the beginning of the byte array. If
byteorder is 'little', the most significant byte is at the end of the
byte array. To request the native byte order of the host system, use
`sys.byteorder' as the byte order value.
signed
Indicates whether two's complement is used to represent the integer.
Static methods inherited from builtins.int:
- __new__(*args, **kwargs) from builtins.type
- Create and return a new object. See help(type) for accurate signature.
Data descriptors inherited from builtins.int:
- denominator
- the denominator of a rational number in lowest terms
- imag
- the imaginary part of a complex number
- numerator
- the numerator of a rational number in lowest terms
- real
- the real part of a complex number
|
class MLeaderTextAngleType(Boost.Python.enum) |
| | |
- Method resolution order:
- MLeaderTextAngleType
- Boost.Python.enum
- builtins.int
- builtins.object
Data and other attributes defined here:
- kAlwaysRightReadingAngle = PyDb.MLeaderTextAngleType.kAlwaysRightReadingAngle
- kHorizontalAngle = PyDb.MLeaderTextAngleType.kHorizontalAngle
- kInsertAngle = PyDb.MLeaderTextAngleType.kInsertAngle
- names = {'kAlwaysRightReadingAngle': PyDb.MLeaderTextAngleType.kAlwaysRightReadingAngle, 'kHorizontalAngle': PyDb.MLeaderTextAngleType.kHorizontalAngle, 'kInsertAngle': PyDb.MLeaderTextAngleType.kInsertAngle}
- values = {0: PyDb.MLeaderTextAngleType.kInsertAngle, 1: PyDb.MLeaderTextAngleType.kHorizontalAngle, 2: PyDb.MLeaderTextAngleType.kAlwaysRightReadingAngle}
Methods inherited from Boost.Python.enum:
- __repr__(self, /)
- Return repr(self).
- __str__(self, /)
- Return str(self).
Data descriptors inherited from Boost.Python.enum:
- name
Methods inherited from builtins.int:
- __abs__(self, /)
- abs(self)
- __add__(self, value, /)
- Return self+value.
- __and__(self, value, /)
- Return self&value.
- __bool__(self, /)
- True if self else False
- __ceil__(...)
- Ceiling of an Integral returns itself.
- __divmod__(self, value, /)
- Return divmod(self, value).
- __eq__(self, value, /)
- Return self==value.
- __float__(self, /)
- float(self)
- __floor__(...)
- Flooring an Integral returns itself.
- __floordiv__(self, value, /)
- Return self//value.
- __format__(self, format_spec, /)
- Default object formatter.
- __ge__(self, value, /)
- Return self>=value.
- __getattribute__(self, name, /)
- Return getattr(self, name).
- __getnewargs__(self, /)
- __gt__(self, value, /)
- Return self>value.
- __hash__(self, /)
- Return hash(self).
- __index__(self, /)
- Return self converted to an integer, if self is suitable for use as an index into a list.
- __int__(self, /)
- int(self)
- __invert__(self, /)
- ~self
- __le__(self, value, /)
- Return self<=value.
- __lshift__(self, value, /)
- Return self<<value.
- __lt__(self, value, /)
- Return self<value.
- __mod__(self, value, /)
- Return self%value.
- __mul__(self, value, /)
- Return self*value.
- __ne__(self, value, /)
- Return self!=value.
- __neg__(self, /)
- -self
- __or__(self, value, /)
- Return self|value.
- __pos__(self, /)
- +self
- __pow__(self, value, mod=None, /)
- Return pow(self, value, mod).
- __radd__(self, value, /)
- Return value+self.
- __rand__(self, value, /)
- Return value&self.
- __rdivmod__(self, value, /)
- Return divmod(value, self).
- __rfloordiv__(self, value, /)
- Return value//self.
- __rlshift__(self, value, /)
- Return value<<self.
- __rmod__(self, value, /)
- Return value%self.
- __rmul__(self, value, /)
- Return value*self.
- __ror__(self, value, /)
- Return value|self.
- __round__(...)
- Rounding an Integral returns itself.
Rounding with an ndigits argument also returns an integer.
- __rpow__(self, value, mod=None, /)
- Return pow(value, self, mod).
- __rrshift__(self, value, /)
- Return value>>self.
- __rshift__(self, value, /)
- Return self>>value.
- __rsub__(self, value, /)
- Return value-self.
- __rtruediv__(self, value, /)
- Return value/self.
- __rxor__(self, value, /)
- Return value^self.
- __sizeof__(self, /)
- Returns size in memory, in bytes.
- __sub__(self, value, /)
- Return self-value.
- __truediv__(self, value, /)
- Return self/value.
- __trunc__(...)
- Truncating an Integral returns itself.
- __xor__(self, value, /)
- Return self^value.
- as_integer_ratio(self, /)
- Return integer ratio.
Return a pair of integers, whose ratio is exactly equal to the original int
and with a positive denominator.
>>> (10).as_integer_ratio()
(10, 1)
>>> (-10).as_integer_ratio()
(-10, 1)
>>> (0).as_integer_ratio()
(0, 1)
- bit_count(self, /)
- Number of ones in the binary representation of the absolute value of self.
Also known as the population count.
>>> bin(13)
'0b1101'
>>> (13).bit_count()
3
- bit_length(self, /)
- Number of bits necessary to represent self in binary.
>>> bin(37)
'0b100101'
>>> (37).bit_length()
6
- conjugate(...)
- Returns self, the complex conjugate of any int.
- to_bytes(self, /, length, byteorder, *, signed=False)
- Return an array of bytes representing an integer.
length
Length of bytes object to use. An OverflowError is raised if the
integer is not representable with the given number of bytes.
byteorder
The byte order used to represent the integer. If byteorder is 'big',
the most significant byte is at the beginning of the byte array. If
byteorder is 'little', the most significant byte is at the end of the
byte array. To request the native byte order of the host system, use
`sys.byteorder' as the byte order value.
signed
Determines whether two's complement is used to represent the integer.
If signed is False and a negative integer is given, an OverflowError
is raised.
Class methods inherited from builtins.int:
- from_bytes(bytes, byteorder, *, signed=False) from builtins.type
- Return the integer represented by the given array of bytes.
bytes
Holds the array of bytes to convert. The argument must either
support the buffer protocol or be an iterable object producing bytes.
Bytes and bytearray are examples of built-in objects that support the
buffer protocol.
byteorder
The byte order used to represent the integer. If byteorder is 'big',
the most significant byte is at the beginning of the byte array. If
byteorder is 'little', the most significant byte is at the end of the
byte array. To request the native byte order of the host system, use
`sys.byteorder' as the byte order value.
signed
Indicates whether two's complement is used to represent the integer.
Static methods inherited from builtins.int:
- __new__(*args, **kwargs) from builtins.type
- Create and return a new object. See help(type) for accurate signature.
Data descriptors inherited from builtins.int:
- denominator
- the denominator of a rational number in lowest terms
- imag
- the imaginary part of a complex number
- numerator
- the numerator of a rational number in lowest terms
- real
- the real part of a complex number
|
class MLeaderTextAttachmentDirection(Boost.Python.enum) |
| | |
- Method resolution order:
- MLeaderTextAttachmentDirection
- Boost.Python.enum
- builtins.int
- builtins.object
Data and other attributes defined here:
- kAttachmentHorizontal = PyDb.MLeaderTextAttachmentDirection.kAttachmentHorizontal
- kAttachmentVertical = PyDb.MLeaderTextAttachmentDirection.kAttachmentVertical
- names = {'kAttachmentHorizontal': PyDb.MLeaderTextAttachmentDirection.kAttachmentHorizontal, 'kAttachmentVertical': PyDb.MLeaderTextAttachmentDirection.kAttachmentVertical}
- values = {0: PyDb.MLeaderTextAttachmentDirection.kAttachmentHorizontal, 1: PyDb.MLeaderTextAttachmentDirection.kAttachmentVertical}
Methods inherited from Boost.Python.enum:
- __repr__(self, /)
- Return repr(self).
- __str__(self, /)
- Return str(self).
Data descriptors inherited from Boost.Python.enum:
- name
Methods inherited from builtins.int:
- __abs__(self, /)
- abs(self)
- __add__(self, value, /)
- Return self+value.
- __and__(self, value, /)
- Return self&value.
- __bool__(self, /)
- True if self else False
- __ceil__(...)
- Ceiling of an Integral returns itself.
- __divmod__(self, value, /)
- Return divmod(self, value).
- __eq__(self, value, /)
- Return self==value.
- __float__(self, /)
- float(self)
- __floor__(...)
- Flooring an Integral returns itself.
- __floordiv__(self, value, /)
- Return self//value.
- __format__(self, format_spec, /)
- Default object formatter.
- __ge__(self, value, /)
- Return self>=value.
- __getattribute__(self, name, /)
- Return getattr(self, name).
- __getnewargs__(self, /)
- __gt__(self, value, /)
- Return self>value.
- __hash__(self, /)
- Return hash(self).
- __index__(self, /)
- Return self converted to an integer, if self is suitable for use as an index into a list.
- __int__(self, /)
- int(self)
- __invert__(self, /)
- ~self
- __le__(self, value, /)
- Return self<=value.
- __lshift__(self, value, /)
- Return self<<value.
- __lt__(self, value, /)
- Return self<value.
- __mod__(self, value, /)
- Return self%value.
- __mul__(self, value, /)
- Return self*value.
- __ne__(self, value, /)
- Return self!=value.
- __neg__(self, /)
- -self
- __or__(self, value, /)
- Return self|value.
- __pos__(self, /)
- +self
- __pow__(self, value, mod=None, /)
- Return pow(self, value, mod).
- __radd__(self, value, /)
- Return value+self.
- __rand__(self, value, /)
- Return value&self.
- __rdivmod__(self, value, /)
- Return divmod(value, self).
- __rfloordiv__(self, value, /)
- Return value//self.
- __rlshift__(self, value, /)
- Return value<<self.
- __rmod__(self, value, /)
- Return value%self.
- __rmul__(self, value, /)
- Return value*self.
- __ror__(self, value, /)
- Return value|self.
- __round__(...)
- Rounding an Integral returns itself.
Rounding with an ndigits argument also returns an integer.
- __rpow__(self, value, mod=None, /)
- Return pow(value, self, mod).
- __rrshift__(self, value, /)
- Return value>>self.
- __rshift__(self, value, /)
- Return self>>value.
- __rsub__(self, value, /)
- Return value-self.
- __rtruediv__(self, value, /)
- Return value/self.
- __rxor__(self, value, /)
- Return value^self.
- __sizeof__(self, /)
- Returns size in memory, in bytes.
- __sub__(self, value, /)
- Return self-value.
- __truediv__(self, value, /)
- Return self/value.
- __trunc__(...)
- Truncating an Integral returns itself.
- __xor__(self, value, /)
- Return self^value.
- as_integer_ratio(self, /)
- Return integer ratio.
Return a pair of integers, whose ratio is exactly equal to the original int
and with a positive denominator.
>>> (10).as_integer_ratio()
(10, 1)
>>> (-10).as_integer_ratio()
(-10, 1)
>>> (0).as_integer_ratio()
(0, 1)
- bit_count(self, /)
- Number of ones in the binary representation of the absolute value of self.
Also known as the population count.
>>> bin(13)
'0b1101'
>>> (13).bit_count()
3
- bit_length(self, /)
- Number of bits necessary to represent self in binary.
>>> bin(37)
'0b100101'
>>> (37).bit_length()
6
- conjugate(...)
- Returns self, the complex conjugate of any int.
- to_bytes(self, /, length, byteorder, *, signed=False)
- Return an array of bytes representing an integer.
length
Length of bytes object to use. An OverflowError is raised if the
integer is not representable with the given number of bytes.
byteorder
The byte order used to represent the integer. If byteorder is 'big',
the most significant byte is at the beginning of the byte array. If
byteorder is 'little', the most significant byte is at the end of the
byte array. To request the native byte order of the host system, use
`sys.byteorder' as the byte order value.
signed
Determines whether two's complement is used to represent the integer.
If signed is False and a negative integer is given, an OverflowError
is raised.
Class methods inherited from builtins.int:
- from_bytes(bytes, byteorder, *, signed=False) from builtins.type
- Return the integer represented by the given array of bytes.
bytes
Holds the array of bytes to convert. The argument must either
support the buffer protocol or be an iterable object producing bytes.
Bytes and bytearray are examples of built-in objects that support the
buffer protocol.
byteorder
The byte order used to represent the integer. If byteorder is 'big',
the most significant byte is at the beginning of the byte array. If
byteorder is 'little', the most significant byte is at the end of the
byte array. To request the native byte order of the host system, use
`sys.byteorder' as the byte order value.
signed
Indicates whether two's complement is used to represent the integer.
Static methods inherited from builtins.int:
- __new__(*args, **kwargs) from builtins.type
- Create and return a new object. See help(type) for accurate signature.
Data descriptors inherited from builtins.int:
- denominator
- the denominator of a rational number in lowest terms
- imag
- the imaginary part of a complex number
- numerator
- the numerator of a rational number in lowest terms
- real
- the real part of a complex number
|
class MLeaderTextAttachmentType(Boost.Python.enum) |
| | |
- Method resolution order:
- MLeaderTextAttachmentType
- Boost.Python.enum
- builtins.int
- builtins.object
Data and other attributes defined here:
- kAttachmentAllLine = PyDb.MLeaderTextAttachmentType.kAttachmentAllLine
- kAttachmentBottomLine = PyDb.MLeaderTextAttachmentType.kAttachmentBottomLine
- kAttachmentBottomOfBottom = PyDb.MLeaderTextAttachmentType.kAttachmentBottomOfBottom
- kAttachmentBottomOfTop = PyDb.MLeaderTextAttachmentType.kAttachmentBottomOfTop
- kAttachmentBottomOfTopLine = PyDb.MLeaderTextAttachmentType.kAttachmentBottomOfTopLine
- kAttachmentCenter = PyDb.MLeaderTextAttachmentType.kAttachmentCenter
- kAttachmentLinedCenter = PyDb.MLeaderTextAttachmentType.kAttachmentLinedCenter
- kAttachmentMiddle = PyDb.MLeaderTextAttachmentType.kAttachmentMiddle
- kAttachmentMiddleOfBottom = PyDb.MLeaderTextAttachmentType.kAttachmentMiddleOfBottom
- kAttachmentMiddleOfTop = PyDb.MLeaderTextAttachmentType.kAttachmentMiddleOfTop
- kAttachmentTopOfTop = PyDb.MLeaderTextAttachmentType.kAttachmentTopOfTop
- names = {'kAttachmentAllLine': PyDb.MLeaderTextAttachmentType.kAttachmentAllLine, 'kAttachmentBottomLine': PyDb.MLeaderTextAttachmentType.kAttachmentBottomLine, 'kAttachmentBottomOfBottom': PyDb.MLeaderTextAttachmentType.kAttachmentBottomOfBottom, 'kAttachmentBottomOfTop': PyDb.MLeaderTextAttachmentType.kAttachmentBottomOfTop, 'kAttachmentBottomOfTopLine': PyDb.MLeaderTextAttachmentType.kAttachmentBottomOfTopLine, 'kAttachmentCenter': PyDb.MLeaderTextAttachmentType.kAttachmentCenter, 'kAttachmentLinedCenter': PyDb.MLeaderTextAttachmentType.kAttachmentLinedCenter, 'kAttachmentMiddle': PyDb.MLeaderTextAttachmentType.kAttachmentMiddle, 'kAttachmentMiddleOfBottom': PyDb.MLeaderTextAttachmentType.kAttachmentMiddleOfBottom, 'kAttachmentMiddleOfTop': PyDb.MLeaderTextAttachmentType.kAttachmentMiddleOfTop, ...}
- values = {0: PyDb.MLeaderTextAttachmentType.kAttachmentTopOfTop, 1: PyDb.MLeaderTextAttachmentType.kAttachmentMiddleOfTop, 2: PyDb.MLeaderTextAttachmentType.kAttachmentMiddle, 3: PyDb.MLeaderTextAttachmentType.kAttachmentMiddleOfBottom, 4: PyDb.MLeaderTextAttachmentType.kAttachmentBottomOfBottom, 5: PyDb.MLeaderTextAttachmentType.kAttachmentBottomLine, 6: PyDb.MLeaderTextAttachmentType.kAttachmentBottomOfTopLine, 7: PyDb.MLeaderTextAttachmentType.kAttachmentBottomOfTop, 8: PyDb.MLeaderTextAttachmentType.kAttachmentAllLine, 9: PyDb.MLeaderTextAttachmentType.kAttachmentCenter, ...}
Methods inherited from Boost.Python.enum:
- __repr__(self, /)
- Return repr(self).
- __str__(self, /)
- Return str(self).
Data descriptors inherited from Boost.Python.enum:
- name
Methods inherited from builtins.int:
- __abs__(self, /)
- abs(self)
- __add__(self, value, /)
- Return self+value.
- __and__(self, value, /)
- Return self&value.
- __bool__(self, /)
- True if self else False
- __ceil__(...)
- Ceiling of an Integral returns itself.
- __divmod__(self, value, /)
- Return divmod(self, value).
- __eq__(self, value, /)
- Return self==value.
- __float__(self, /)
- float(self)
- __floor__(...)
- Flooring an Integral returns itself.
- __floordiv__(self, value, /)
- Return self//value.
- __format__(self, format_spec, /)
- Default object formatter.
- __ge__(self, value, /)
- Return self>=value.
- __getattribute__(self, name, /)
- Return getattr(self, name).
- __getnewargs__(self, /)
- __gt__(self, value, /)
- Return self>value.
- __hash__(self, /)
- Return hash(self).
- __index__(self, /)
- Return self converted to an integer, if self is suitable for use as an index into a list.
- __int__(self, /)
- int(self)
- __invert__(self, /)
- ~self
- __le__(self, value, /)
- Return self<=value.
- __lshift__(self, value, /)
- Return self<<value.
- __lt__(self, value, /)
- Return self<value.
- __mod__(self, value, /)
- Return self%value.
- __mul__(self, value, /)
- Return self*value.
- __ne__(self, value, /)
- Return self!=value.
- __neg__(self, /)
- -self
- __or__(self, value, /)
- Return self|value.
- __pos__(self, /)
- +self
- __pow__(self, value, mod=None, /)
- Return pow(self, value, mod).
- __radd__(self, value, /)
- Return value+self.
- __rand__(self, value, /)
- Return value&self.
- __rdivmod__(self, value, /)
- Return divmod(value, self).
- __rfloordiv__(self, value, /)
- Return value//self.
- __rlshift__(self, value, /)
- Return value<<self.
- __rmod__(self, value, /)
- Return value%self.
- __rmul__(self, value, /)
- Return value*self.
- __ror__(self, value, /)
- Return value|self.
- __round__(...)
- Rounding an Integral returns itself.
Rounding with an ndigits argument also returns an integer.
- __rpow__(self, value, mod=None, /)
- Return pow(value, self, mod).
- __rrshift__(self, value, /)
- Return value>>self.
- __rshift__(self, value, /)
- Return self>>value.
- __rsub__(self, value, /)
- Return value-self.
- __rtruediv__(self, value, /)
- Return value/self.
- __rxor__(self, value, /)
- Return value^self.
- __sizeof__(self, /)
- Returns size in memory, in bytes.
- __sub__(self, value, /)
- Return self-value.
- __truediv__(self, value, /)
- Return self/value.
- __trunc__(...)
- Truncating an Integral returns itself.
- __xor__(self, value, /)
- Return self^value.
- as_integer_ratio(self, /)
- Return integer ratio.
Return a pair of integers, whose ratio is exactly equal to the original int
and with a positive denominator.
>>> (10).as_integer_ratio()
(10, 1)
>>> (-10).as_integer_ratio()
(-10, 1)
>>> (0).as_integer_ratio()
(0, 1)
- bit_count(self, /)
- Number of ones in the binary representation of the absolute value of self.
Also known as the population count.
>>> bin(13)
'0b1101'
>>> (13).bit_count()
3
- bit_length(self, /)
- Number of bits necessary to represent self in binary.
>>> bin(37)
'0b100101'
>>> (37).bit_length()
6
- conjugate(...)
- Returns self, the complex conjugate of any int.
- to_bytes(self, /, length, byteorder, *, signed=False)
- Return an array of bytes representing an integer.
length
Length of bytes object to use. An OverflowError is raised if the
integer is not representable with the given number of bytes.
byteorder
The byte order used to represent the integer. If byteorder is 'big',
the most significant byte is at the beginning of the byte array. If
byteorder is 'little', the most significant byte is at the end of the
byte array. To request the native byte order of the host system, use
`sys.byteorder' as the byte order value.
signed
Determines whether two's complement is used to represent the integer.
If signed is False and a negative integer is given, an OverflowError
is raised.
Class methods inherited from builtins.int:
- from_bytes(bytes, byteorder, *, signed=False) from builtins.type
- Return the integer represented by the given array of bytes.
bytes
Holds the array of bytes to convert. The argument must either
support the buffer protocol or be an iterable object producing bytes.
Bytes and bytearray are examples of built-in objects that support the
buffer protocol.
byteorder
The byte order used to represent the integer. If byteorder is 'big',
the most significant byte is at the beginning of the byte array. If
byteorder is 'little', the most significant byte is at the end of the
byte array. To request the native byte order of the host system, use
`sys.byteorder' as the byte order value.
signed
Indicates whether two's complement is used to represent the integer.
Static methods inherited from builtins.int:
- __new__(*args, **kwargs) from builtins.type
- Create and return a new object. See help(type) for accurate signature.
Data descriptors inherited from builtins.int:
- denominator
- the denominator of a rational number in lowest terms
- imag
- the imaginary part of a complex number
- numerator
- the numerator of a rational number in lowest terms
- real
- the real part of a complex number
|
class MText(Entity) |
| | |
- Method resolution order:
- MText
- Entity
- DbObject
- PyGi.Drawable
- PyRx.RxObject
- Boost.Python.instance
- builtins.object
Static methods defined here:
- __init__(...)
- __init__( (object)arg1) -> None :
C++ signature :
void __init__(struct _object * __ptr64)
__init__( (object)arg1) -> None :
C++ signature :
void __init__(struct _object * __ptr64)
__init__( (object)arg1, (ObjectId)arg2, (OpenMode)arg3) -> None :
C++ signature :
void __init__(struct _object * __ptr64,class PyDbObjectId,enum AcDb::OpenMode)
- __reduce__ = (...)
- actualHeight(...)
- actualHeight( (MText)arg1) -> float :
C++ signature :
double actualHeight(class PyDbMText {lvalue})
- actualWidth(...)
- actualWidth( (MText)arg1) -> float :
C++ signature :
double actualWidth(class PyDbMText {lvalue})
- ascent(...)
- ascent( (MText)arg1) -> float :
C++ signature :
double ascent(class PyDbMText {lvalue})
- attachment(...)
- attachment( (MText)arg1) -> MTextAttachmentPoint :
C++ signature :
enum AcDbMText::AttachmentPoint attachment(class PyDbMText {lvalue})
- backgroundFillOn(...)
- backgroundFillOn( (MText)arg1) -> bool :
C++ signature :
bool backgroundFillOn(class PyDbMText {lvalue})
- className(...)
- className() -> str :
C++ signature :
class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > className()
- contents(...)
- contents( (MText)arg1) -> str :
C++ signature :
class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > contents(class PyDbMText {lvalue})
- contentsRTF(...)
- contentsRTF( (MText)arg1) -> str :
C++ signature :
class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > contentsRTF(class PyDbMText {lvalue})
- convertFieldToText(...)
- convertFieldToText( (MText)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus convertFieldToText(class PyDbMText {lvalue})
- correctSpelling(...)
- correctSpelling( (MText)arg1) -> int :
C++ signature :
int correctSpelling(class PyDbMText {lvalue})
- desc(...)
- desc() -> RxClass :
C++ signature :
class PyRxClass desc()
- descent(...)
- descent( (MText)arg1) -> float :
C++ signature :
double descent(class PyDbMText {lvalue})
- direction(...)
- direction( (MText)arg1) -> Vector3d :
C++ signature :
class AcGeVector3d direction(class PyDbMText {lvalue})
- flowDirection(...)
- flowDirection( (MText)arg1) -> MTextFlowDirection :
C++ signature :
enum AcDbMText::FlowDirection flowDirection(class PyDbMText {lvalue})
- getBackgroundFillColor(...)
- getBackgroundFillColor( (MText)arg1) -> Color :
C++ signature :
class AcCmColor getBackgroundFillColor(class PyDbMText {lvalue})
- getBackgroundScaleFactor(...)
- getBackgroundScaleFactor( (MText)arg1) -> float :
C++ signature :
double getBackgroundScaleFactor(class PyDbMText {lvalue})
- getBackgroundTransparency(...)
- getBackgroundTransparency( (MText)arg1) -> Transparency :
C++ signature :
class AcCmTransparency getBackgroundTransparency(class PyDbMText {lvalue})
- getBoundingPoints(...)
- getBoundingPoints( (MText)arg1) -> list :
C++ signature :
class boost::python::list getBoundingPoints(class PyDbMText {lvalue})
- getColumnAutoHeight(...)
- getColumnAutoHeight( (MText)arg1) -> bool :
C++ signature :
bool getColumnAutoHeight(class PyDbMText {lvalue})
- getColumnCount(...)
- getColumnCount( (MText)arg1) -> int :
C++ signature :
int getColumnCount(class PyDbMText {lvalue})
- getColumnFlowReversed(...)
- getColumnFlowReversed( (MText)arg1) -> bool :
C++ signature :
bool getColumnFlowReversed(class PyDbMText {lvalue})
- getColumnGutterWidth(...)
- getColumnGutterWidth( (MText)arg1) -> float :
C++ signature :
double getColumnGutterWidth(class PyDbMText {lvalue})
- getColumnHeight(...)
- getColumnHeight( (MText)arg1, (int)arg2) -> float :
C++ signature :
double getColumnHeight(class PyDbMText {lvalue},int)
- getColumnType(...)
- getColumnType( (MText)arg1) -> MTextColumnType :
C++ signature :
enum AcDbMText::ColumnType getColumnType(class PyDbMText {lvalue})
- getColumnWidth(...)
- getColumnWidth( (MText)arg1) -> float :
C++ signature :
double getColumnWidth(class PyDbMText {lvalue})
- height(...)
- height( (MText)arg1) -> float :
C++ signature :
double height(class PyDbMText {lvalue})
- hitTest(...)
- hitTest( (MText)arg1, (Point3d)arg2) -> bool :
C++ signature :
bool hitTest(class PyDbMText {lvalue},class AcGePoint3d)
- lineSpacingFactor(...)
- lineSpacingFactor( (MText)arg1) -> float :
C++ signature :
double lineSpacingFactor(class PyDbMText {lvalue})
- lineSpacingStyle(...)
- lineSpacingStyle( (MText)arg1) -> LineSpacingStyle :
C++ signature :
enum AcDb::LineSpacingStyle lineSpacingStyle(class PyDbMText {lvalue})
- location(...)
- location( (MText)arg1) -> Point3d :
C++ signature :
class AcGePoint3d location(class PyDbMText {lvalue})
- normal(...)
- normal( (MText)arg1) -> Vector3d :
C++ signature :
class AcGeVector3d normal(class PyDbMText {lvalue})
- rotation(...)
- rotation( (MText)arg1) -> float :
C++ signature :
double rotation(class PyDbMText {lvalue})
- setAttachment(...)
- setAttachment( (MText)arg1, (MTextAttachmentPoint)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setAttachment(class PyDbMText {lvalue},enum AcDbMText::AttachmentPoint)
- setAttachmentMovingLocation(...)
- setAttachmentMovingLocation( (MText)arg1, (MTextAttachmentPoint)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setAttachmentMovingLocation(class PyDbMText {lvalue},enum AcDbMText::AttachmentPoint)
- setBackgroundFill(...)
- setBackgroundFill( (MText)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setBackgroundFill(class PyDbMText {lvalue},bool)
- setBackgroundFillColor(...)
- setBackgroundFillColor( (MText)arg1, (Color)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setBackgroundFillColor(class PyDbMText {lvalue},class AcCmColor)
- setBackgroundScaleFactor(...)
- setBackgroundScaleFactor( (MText)arg1, (float)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setBackgroundScaleFactor(class PyDbMText {lvalue},double)
- setBackgroundTransparency(...)
- setBackgroundTransparency( (MText)arg1, (Transparency)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setBackgroundTransparency(class PyDbMText {lvalue},class AcCmTransparency)
- setColumnAutoHeight(...)
- setColumnAutoHeight( (MText)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setColumnAutoHeight(class PyDbMText {lvalue},bool)
- setColumnCount(...)
- setColumnCount( (MText)arg1, (int)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setColumnCount(class PyDbMText {lvalue},int)
- setColumnFlowReversed(...)
- setColumnFlowReversed( (MText)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setColumnFlowReversed(class PyDbMText {lvalue},bool)
- setColumnGutterWidth(...)
- setColumnGutterWidth( (MText)arg1, (float)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setColumnGutterWidth(class PyDbMText {lvalue},double)
- setColumnHeight(...)
- setColumnHeight( (MText)arg1, (int)arg2, (float)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setColumnHeight(class PyDbMText {lvalue},int,double)
- setColumnType(...)
- setColumnType( (MText)arg1, (MTextColumnType)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setColumnType(class PyDbMText {lvalue},enum AcDbMText::ColumnType)
- setColumnWidth(...)
- setColumnWidth( (MText)arg1, (float)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setColumnWidth(class PyDbMText {lvalue},double)
- setContents(...)
- setContents( (MText)arg1, (str)arg2) -> int :
C++ signature :
int setContents(class PyDbMText {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
- setContentsRTF(...)
- setContentsRTF( (MText)arg1, (str)arg2) -> int :
C++ signature :
int setContentsRTF(class PyDbMText {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
- setDirection(...)
- setDirection( (MText)arg1, (Vector3d)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setDirection(class PyDbMText {lvalue},class AcGeVector3d)
- setDynamicColumns(...)
- setDynamicColumns( (MText)arg1, (float)arg2, (float)arg3, (bool)arg4) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setDynamicColumns(class PyDbMText {lvalue},double,double,bool)
- setFlowDirection(...)
- setFlowDirection( (MText)arg1, (MTextFlowDirection)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setFlowDirection(class PyDbMText {lvalue},enum AcDbMText::FlowDirection)
- setHeight(...)
- setHeight( (MText)arg1, (float)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setHeight(class PyDbMText {lvalue},double)
- setLineSpacingFactor(...)
- setLineSpacingFactor( (MText)arg1, (float)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLineSpacingFactor(class PyDbMText {lvalue},double)
- setLineSpacingStyle(...)
- setLineSpacingStyle( (MText)arg1, (LineSpacingStyle)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLineSpacingStyle(class PyDbMText {lvalue},enum AcDb::LineSpacingStyle)
- setLocation(...)
- setLocation( (MText)arg1, (Point3d)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLocation(class PyDbMText {lvalue},class AcGePoint3d)
- setNormal(...)
- setNormal( (MText)arg1, (Vector3d)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setNormal(class PyDbMText {lvalue},class AcGeVector3d)
- setRotation(...)
- setRotation( (MText)arg1, (float)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setRotation(class PyDbMText {lvalue},double)
- setStaticColumns(...)
- setStaticColumns( (MText)arg1, (float)arg2, (float)arg3, (int)arg4) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setStaticColumns(class PyDbMText {lvalue},double,double,int)
- setTextHeight(...)
- setTextHeight( (MText)arg1, (float)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setTextHeight(class PyDbMText {lvalue},double)
- setTextStyle(...)
- setTextStyle( (MText)arg1, (ObjectId)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setTextStyle(class PyDbMText {lvalue},class PyDbObjectId)
- setUseBackgroundColor(...)
- setUseBackgroundColor( (MText)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setUseBackgroundColor(class PyDbMText {lvalue},bool)
- setWidth(...)
- setWidth( (MText)arg1, (float)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setWidth(class PyDbMText {lvalue},double)
- text(...)
- text( (MText)arg1) -> str :
C++ signature :
class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > text(class PyDbMText {lvalue})
- textHeight(...)
- textHeight( (MText)arg1) -> float :
C++ signature :
double textHeight(class PyDbMText {lvalue})
- textStyle(...)
- textStyle( (MText)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId textStyle(class PyDbMText {lvalue})
- useBackgroundColorOn(...)
- useBackgroundColorOn( (MText)arg1) -> bool :
C++ signature :
bool useBackgroundColorOn(class PyDbMText {lvalue})
- width(...)
- width( (MText)arg1) -> float :
C++ signature :
double width(class PyDbMText {lvalue})
Data and other attributes defined here:
- __instance_size__ = 48
Static methods inherited from Entity:
- blockId(...)
- blockId( (Entity)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId blockId(class PyDbEntity {lvalue})
- castShadows(...)
- castShadows( (Entity)arg1) -> bool :
C++ signature :
bool castShadows(class PyDbEntity {lvalue})
- collisionType(...)
- collisionType( (Entity)arg1) -> CollisionType :
C++ signature :
enum AcDb::CollisionType collisionType(class PyDbEntity {lvalue})
- color(...)
- color( (Entity)arg1) -> Color :
C++ signature :
class AcCmColor color(class PyDbEntity {lvalue})
- colorIndex(...)
- colorIndex( (Entity)arg1) -> int :
C++ signature :
unsigned short colorIndex(class PyDbEntity {lvalue})
- draw(...)
- draw( (Entity)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus draw(class PyDbEntity {lvalue})
- entityColor(...)
- entityColor( (Entity)arg1) -> EntityColor :
C++ signature :
class AcCmEntityColor entityColor(class PyDbEntity {lvalue})
- getCompoundObjectTransform(...)
- getCompoundObjectTransform( (Entity)arg1, (Matrix3d)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus getCompoundObjectTransform(class PyDbEntity {lvalue},class AcGeMatrix3d {lvalue})
- getEcs(...)
- getEcs( (Entity)arg1, (Matrix3d)arg2) -> None :
C++ signature :
void getEcs(class PyDbEntity {lvalue},class AcGeMatrix3d {lvalue})
- getGeomExtents(...)
- getGeomExtents( (Entity)arg1, (Extents)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus getGeomExtents(class PyDbEntity {lvalue},class AcDbExtents {lvalue})
- getPlane(...)
- getPlane( (Entity)arg1) -> Plane :
C++ signature :
class PyGePlane getPlane(class PyDbEntity {lvalue})
- getPlotStyleNameId(...)
- getPlotStyleNameId( (Entity)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId getPlotStyleNameId(class PyDbEntity {lvalue})
- isPlanar(...)
- isPlanar( (Entity)arg1) -> bool :
C++ signature :
bool isPlanar(class PyDbEntity {lvalue})
- layer(...)
- layer( (Entity)arg1) -> str :
C++ signature :
class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > layer(class PyDbEntity {lvalue})
- layerId(...)
- layerId( (Entity)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId layerId(class PyDbEntity {lvalue})
- lineWeight(...)
- lineWeight( (Entity)arg1) -> LineWeight :
C++ signature :
enum AcDb::LineWeight lineWeight(class PyDbEntity {lvalue})
- linetype(...)
- linetype( (Entity)arg1) -> str :
C++ signature :
class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > linetype(class PyDbEntity {lvalue})
- linetypeId(...)
- linetypeId( (Entity)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId linetypeId(class PyDbEntity {lvalue})
- linetypeScale(...)
- linetypeScale( (Entity)arg1) -> float :
C++ signature :
double linetypeScale(class PyDbEntity {lvalue})
- list(...)
- list( (Entity)arg1) -> None :
C++ signature :
void list(class PyDbEntity {lvalue})
- material(...)
- material( (Entity)arg1) -> str :
C++ signature :
class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > material(class PyDbEntity {lvalue})
- materialId(...)
- materialId( (Entity)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId materialId(class PyDbEntity {lvalue})
- plotStyleName(...)
- plotStyleName( (Entity)arg1) -> str :
C++ signature :
class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > plotStyleName(class PyDbEntity {lvalue})
- receiveShadows(...)
- receiveShadows( (Entity)arg1) -> bool :
C++ signature :
bool receiveShadows(class PyDbEntity {lvalue})
- recordGraphicsModified(...)
- recordGraphicsModified( (Entity)arg1) -> None :
C++ signature :
void recordGraphicsModified(class PyDbEntity {lvalue})
recordGraphicsModified( (Entity)arg1) -> None :
C++ signature :
void recordGraphicsModified(class PyDbEntity {lvalue})
- setCastShadows(...)
- setCastShadows( (Entity)arg1, (bool)arg2) -> None :
C++ signature :
void setCastShadows(class PyDbEntity {lvalue},bool)
- setColor(...)
- setColor( (Entity)arg1, (Color)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setColor(class PyDbEntity {lvalue},class AcCmColor)
setColor( (Entity)arg1, (Color)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setColor(class PyDbEntity {lvalue},class AcCmColor,bool)
setColor( (Entity)arg1, (Color)arg2, (bool)arg3, (Database)arg4) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setColor(class PyDbEntity {lvalue},class AcCmColor,bool,class PyDbDatabase {lvalue})
- setColorIndex(...)
- setColorIndex( (Entity)arg1, (int)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setColorIndex(class PyDbEntity {lvalue},unsigned short)
setColorIndex( (Entity)arg1, (int)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setColorIndex(class PyDbEntity {lvalue},unsigned short,bool)
- setDatabaseDefaults(...)
- setDatabaseDefaults( (Entity)arg1) -> None :
C++ signature :
void setDatabaseDefaults(class PyDbEntity {lvalue})
setDatabaseDefaults( (Entity)arg1, (Database)arg2) -> None :
C++ signature :
void setDatabaseDefaults(class PyDbEntity {lvalue},class PyDbDatabase)
- setLayer(...)
- setLayer( (Entity)arg1, (str)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLayer(class PyDbEntity {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
setLayer( (Entity)arg1, (str)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLayer(class PyDbEntity {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,bool)
setLayer( (Entity)arg1, (str)arg2, (bool)arg3, (bool)arg4) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLayer(class PyDbEntity {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,bool,bool)
setLayer( (Entity)arg1, (ObjectId)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLayer(class PyDbEntity {lvalue},class PyDbObjectId)
setLayer( (Entity)arg1, (ObjectId)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLayer(class PyDbEntity {lvalue},class PyDbObjectId,bool)
setLayer( (Entity)arg1, (ObjectId)arg2, (bool)arg3, (bool)arg4) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLayer(class PyDbEntity {lvalue},class PyDbObjectId,bool,bool)
- setLineWeight(...)
- setLineWeight( (Entity)arg1, (LineWeight)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLineWeight(class PyDbEntity {lvalue},enum AcDb::LineWeight)
setLineWeight( (Entity)arg1, (LineWeight)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLineWeight(class PyDbEntity {lvalue},enum AcDb::LineWeight,bool)
- setLinetype(...)
- setLinetype( (Entity)arg1, (str)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLinetype(class PyDbEntity {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
setLinetype( (Entity)arg1, (str)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLinetype(class PyDbEntity {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,bool)
setLinetype( (Entity)arg1, (ObjectId)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLinetype(class PyDbEntity {lvalue},class PyDbObjectId)
setLinetype( (Entity)arg1, (ObjectId)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLinetype(class PyDbEntity {lvalue},class PyDbObjectId,bool)
- setLinetypeScale(...)
- setLinetypeScale( (Entity)arg1, (float)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLinetypeScale(class PyDbEntity {lvalue},double)
setLinetypeScale( (Entity)arg1, (float)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLinetypeScale(class PyDbEntity {lvalue},double,bool)
- setMaterial(...)
- setMaterial( (Entity)arg1, (str)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setMaterial(class PyDbEntity {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
setMaterial( (Entity)arg1, (str)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setMaterial(class PyDbEntity {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,bool)
setMaterial( (Entity)arg1, (ObjectId)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setMaterial(class PyDbEntity {lvalue},class PyDbObjectId)
setMaterial( (Entity)arg1, (ObjectId)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setMaterial(class PyDbEntity {lvalue},class PyDbObjectId,bool)
- setPlotStyleName(...)
- setPlotStyleName( (Entity)arg1, (str)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setPlotStyleName(class PyDbEntity {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,bool)
setPlotStyleName( (Entity)arg1, (PlotStyleNameType)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setPlotStyleName(class PyDbEntity {lvalue},enum AcDb::PlotStyleNameType,bool)
setPlotStyleName( (Entity)arg1, (PlotStyleNameType)arg2, (ObjectId)arg3, (bool)arg4) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setPlotStyleName(class PyDbEntity {lvalue},enum AcDb::PlotStyleNameType,class PyDbObjectId,bool)
- setPropertiesFrom(...)
- setPropertiesFrom( (Entity)arg1, (Entity)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setPropertiesFrom(class PyDbEntity {lvalue},class PyDbEntity)
setPropertiesFrom( (Entity)arg1, (Entity)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setPropertiesFrom(class PyDbEntity {lvalue},class PyDbEntity,bool)
- setReceiveShadows(...)
- setReceiveShadows( (Entity)arg1, (bool)arg2) -> None :
C++ signature :
void setReceiveShadows(class PyDbEntity {lvalue},bool)
- setVisibility(...)
- setVisibility( (Entity)arg1, (Visibility)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setVisibility(class PyDbEntity {lvalue},enum AcDb::Visibility)
setVisibility( (Entity)arg1, (Visibility)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setVisibility(class PyDbEntity {lvalue},enum AcDb::Visibility,bool)
- transformBy(...)
- transformBy( (Entity)arg1, (Matrix3d)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus transformBy(class PyDbEntity {lvalue},class AcGeMatrix3d)
- visibility(...)
- visibility( (Entity)arg1) -> Visibility :
C++ signature :
enum AcDb::Visibility visibility(class PyDbEntity {lvalue})
Static methods inherited from DbObject:
- addPersistentReactor(...)
- addPersistentReactor( (DbObject)arg1, (ObjectId)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus addPersistentReactor(class PyDbObject {lvalue},class PyDbObjectId)
- assertNotifyEnabled(...)
- assertNotifyEnabled( (DbObject)arg1) -> None :
C++ signature :
void assertNotifyEnabled(class PyDbObject {lvalue})
- assertReadEnabled(...)
- assertReadEnabled( (DbObject)arg1) -> None :
C++ signature :
void assertReadEnabled(class PyDbObject {lvalue})
- assertWriteEnabled(...)
- assertWriteEnabled( (DbObject)arg1) -> None :
C++ signature :
void assertWriteEnabled(class PyDbObject {lvalue})
- cancel(...)
- cancel( (DbObject)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus cancel(class PyDbObject {lvalue})
- close(...)
- close( (DbObject)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus close(class PyDbObject {lvalue})
- createExtensionDictionary(...)
- createExtensionDictionary( (DbObject)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus createExtensionDictionary(class PyDbObject {lvalue})
- database(...)
- database( (DbObject)arg1) -> Database :
C++ signature :
class PyDbDatabase database(class PyDbObject {lvalue})
- disableUndoRecording(...)
- disableUndoRecording( (DbObject)arg1, (bool)arg2) -> None :
C++ signature :
void disableUndoRecording(class PyDbObject {lvalue},bool)
- downgradeOpen(...)
- downgradeOpen( (DbObject)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus downgradeOpen(class PyDbObject {lvalue})
- downgradeToNotify(...)
- downgradeToNotify( (DbObject)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus downgradeToNotify(class PyDbObject {lvalue},bool)
- erase(...)
- erase( (DbObject)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus erase(class PyDbObject {lvalue})
- extensionDictionary(...)
- extensionDictionary( (DbObject)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId extensionDictionary(class PyDbObject {lvalue})
- handOverTo(...)
- handOverTo( (DbObject)arg1, (DbObject)arg2, (bool)arg3, (bool)arg4) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus handOverTo(class PyDbObject {lvalue},class PyDbObject {lvalue},bool,bool)
- hasPersistentReactor(...)
- hasPersistentReactor( (DbObject)arg1, (ObjectId)arg2) -> bool :
C++ signature :
bool hasPersistentReactor(class PyDbObject {lvalue},class PyDbObjectId)
- isAProxy(...)
- isAProxy( (DbObject)arg1) -> bool :
C++ signature :
bool isAProxy(class PyDbObject {lvalue})
- isCancelling(...)
- isCancelling( (DbObject)arg1) -> bool :
C++ signature :
bool isCancelling(class PyDbObject {lvalue})
- isEraseStatusToggled(...)
- isEraseStatusToggled( (DbObject)arg1) -> bool :
C++ signature :
bool isEraseStatusToggled(class PyDbObject {lvalue})
- isErased(...)
- isErased( (DbObject)arg1) -> bool :
C++ signature :
bool isErased(class PyDbObject {lvalue})
- isModified(...)
- isModified( (DbObject)arg1) -> bool :
C++ signature :
bool isModified(class PyDbObject {lvalue})
- isModifiedGraphics(...)
- isModifiedGraphics( (DbObject)arg1) -> bool :
C++ signature :
bool isModifiedGraphics(class PyDbObject {lvalue})
- isModifiedXData(...)
- isModifiedXData( (DbObject)arg1) -> bool :
C++ signature :
bool isModifiedXData(class PyDbObject {lvalue})
- isNewObject(...)
- isNewObject( (DbObject)arg1) -> bool :
C++ signature :
bool isNewObject(class PyDbObject {lvalue})
- isNotifyEnabled(...)
- isNotifyEnabled( (DbObject)arg1) -> bool :
C++ signature :
bool isNotifyEnabled(class PyDbObject {lvalue})
- isNotifying(...)
- isNotifying( (DbObject)arg1) -> bool :
C++ signature :
bool isNotifying(class PyDbObject {lvalue})
- isReadEnabled(...)
- isReadEnabled( (DbObject)arg1) -> bool :
C++ signature :
bool isReadEnabled(class PyDbObject {lvalue})
- isReallyClosing(...)
- isReallyClosing( (DbObject)arg1) -> bool :
C++ signature :
bool isReallyClosing(class PyDbObject {lvalue})
- isTransactionResident(...)
- isTransactionResident( (DbObject)arg1) -> bool :
C++ signature :
bool isTransactionResident(class PyDbObject {lvalue})
- isUndoRecordingDisabled(...)
- isUndoRecordingDisabled( (DbObject)arg1) -> bool :
C++ signature :
bool isUndoRecordingDisabled(class PyDbObject {lvalue})
- isUndoing(...)
- isUndoing( (DbObject)arg1) -> bool :
C++ signature :
bool isUndoing(class PyDbObject {lvalue})
- isWriteEnabled(...)
- isWriteEnabled( (DbObject)arg1) -> bool :
C++ signature :
bool isWriteEnabled(class PyDbObject {lvalue})
- objectId(...)
- objectId( (DbObject)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId objectId(class PyDbObject {lvalue})
- ownerId(...)
- ownerId( (DbObject)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId ownerId(class PyDbObject {lvalue})
- releaseExtensionDictionary(...)
- releaseExtensionDictionary( (DbObject)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus releaseExtensionDictionary(class PyDbObject {lvalue})
- removePersistentReactor(...)
- removePersistentReactor( (DbObject)arg1, (ObjectId)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus removePersistentReactor(class PyDbObject {lvalue},class PyDbObjectId)
- setOwnerId(...)
- setOwnerId( (DbObject)arg1, (ObjectId)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setOwnerId(class PyDbObject {lvalue},class PyDbObjectId)
- setXData(...)
- setXData( (DbObject)arg1, (list)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setXData(class PyDbObject {lvalue},class boost::python::list)
- swapIdWith(...)
- swapIdWith( (DbObject)arg1, (ObjectId)arg2, (bool)arg3, (bool)arg4) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus swapIdWith(class PyDbObject {lvalue},class PyDbObjectId {lvalue},bool,bool)
- upgradeFromNotify(...)
- upgradeFromNotify( (DbObject)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus upgradeFromNotify(class PyDbObject {lvalue},bool {lvalue})
- upgradeOpen(...)
- upgradeOpen( (DbObject)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus upgradeOpen(class PyDbObject {lvalue})
- xData(...)
- xData( (DbObject)arg1, (str)arg2) -> list :
C++ signature :
class boost::python::list xData(class PyDbObject {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
- xDataTransformBy(...)
- xDataTransformBy( (DbObject)arg1, (Matrix3d)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus xDataTransformBy(class PyDbObject {lvalue},class AcGeMatrix3d)
Static methods inherited from PyGi.Drawable:
- isA(...)
- isA( (Drawable)arg1) -> RxClass :
C++ signature :
class PyRxClass isA(class PyGiDrawable {lvalue})
Static methods inherited from PyRx.RxObject:
- __eq__(...)
- __eq__( (RxObject)arg1, (RxObject)arg2) -> bool :
C++ signature :
bool __eq__(class PyRxObject {lvalue},class PyRxObject)
- __ne__(...)
- __ne__( (RxObject)arg1, (RxObject)arg2) -> bool :
C++ signature :
bool __ne__(class PyRxObject {lvalue},class PyRxObject)
- isNull(...)
- isNull( (RxObject)arg1) -> bool :
C++ signature :
bool isNull(class PyRxObject {lvalue})
Static methods inherited from Boost.Python.instance:
- __new__(*args, **kwargs) from Boost.Python.class
- Create and return a new object. See help(type) for accurate signature.
Data descriptors inherited from Boost.Python.instance:
- __dict__
- __weakref__
|
class MTextAttachmentPoint(Boost.Python.enum) |
| | |
- Method resolution order:
- MTextAttachmentPoint
- Boost.Python.enum
- builtins.int
- builtins.object
Data and other attributes defined here:
- kBaseAlign = PyDb.MTextAttachmentPoint.kBaseAlign
- kBaseCenter = PyDb.MTextAttachmentPoint.kBaseCenter
- kBaseFit = PyDb.MTextAttachmentPoint.kBaseFit
- kBaseLeft = PyDb.MTextAttachmentPoint.kBaseLeft
- kBaseMid = PyDb.MTextAttachmentPoint.kBaseMid
- kBaseRight = PyDb.MTextAttachmentPoint.kBaseRight
- kBottomAlign = PyDb.MTextAttachmentPoint.kBottomAlign
- kBottomCenter = PyDb.MTextAttachmentPoint.kBottomCenter
- kBottomFit = PyDb.MTextAttachmentPoint.kBottomFit
- kBottomLeft = PyDb.MTextAttachmentPoint.kBottomLeft
- kBottomMid = PyDb.MTextAttachmentPoint.kBottomMid
- kBottomRight = PyDb.MTextAttachmentPoint.kBottomRight
- kMiddleAlign = PyDb.MTextAttachmentPoint.kMiddleAlign
- kMiddleCenter = PyDb.MTextAttachmentPoint.kMiddleCenter
- kMiddleFit = PyDb.MTextAttachmentPoint.kMiddleFit
- kMiddleLeft = PyDb.MTextAttachmentPoint.kMiddleLeft
- kMiddleMid = PyDb.MTextAttachmentPoint.kMiddleMid
- kMiddleRight = PyDb.MTextAttachmentPoint.kMiddleRight
- kTopAlign = PyDb.MTextAttachmentPoint.kTopAlign
- kTopCenter = PyDb.MTextAttachmentPoint.kTopCenter
- kTopFit = PyDb.MTextAttachmentPoint.kTopFit
- kTopLeft = PyDb.MTextAttachmentPoint.kTopLeft
- kTopMid = PyDb.MTextAttachmentPoint.kTopMid
- kTopRight = PyDb.MTextAttachmentPoint.kTopRight
- names = {'kBaseAlign': PyDb.MTextAttachmentPoint.kBaseAlign, 'kBaseCenter': PyDb.MTextAttachmentPoint.kBaseCenter, 'kBaseFit': PyDb.MTextAttachmentPoint.kBaseFit, 'kBaseLeft': PyDb.MTextAttachmentPoint.kBaseLeft, 'kBaseMid': PyDb.MTextAttachmentPoint.kBaseMid, 'kBaseRight': PyDb.MTextAttachmentPoint.kBaseRight, 'kBottomAlign': PyDb.MTextAttachmentPoint.kBottomAlign, 'kBottomCenter': PyDb.MTextAttachmentPoint.kBottomCenter, 'kBottomFit': PyDb.MTextAttachmentPoint.kBottomFit, 'kBottomLeft': PyDb.MTextAttachmentPoint.kBottomLeft, ...}
- values = {1: PyDb.MTextAttachmentPoint.kTopLeft, 2: PyDb.MTextAttachmentPoint.kTopCenter, 3: PyDb.MTextAttachmentPoint.kTopRight, 4: PyDb.MTextAttachmentPoint.kMiddleLeft, 5: PyDb.MTextAttachmentPoint.kMiddleCenter, 6: PyDb.MTextAttachmentPoint.kMiddleRight, 7: PyDb.MTextAttachmentPoint.kBottomLeft, 8: PyDb.MTextAttachmentPoint.kBottomCenter, 9: PyDb.MTextAttachmentPoint.kBottomRight, 10: PyDb.MTextAttachmentPoint.kBaseLeft, ...}
Methods inherited from Boost.Python.enum:
- __repr__(self, /)
- Return repr(self).
- __str__(self, /)
- Return str(self).
Data descriptors inherited from Boost.Python.enum:
- name
Methods inherited from builtins.int:
- __abs__(self, /)
- abs(self)
- __add__(self, value, /)
- Return self+value.
- __and__(self, value, /)
- Return self&value.
- __bool__(self, /)
- True if self else False
- __ceil__(...)
- Ceiling of an Integral returns itself.
- __divmod__(self, value, /)
- Return divmod(self, value).
- __eq__(self, value, /)
- Return self==value.
- __float__(self, /)
- float(self)
- __floor__(...)
- Flooring an Integral returns itself.
- __floordiv__(self, value, /)
- Return self//value.
- __format__(self, format_spec, /)
- Default object formatter.
- __ge__(self, value, /)
- Return self>=value.
- __getattribute__(self, name, /)
- Return getattr(self, name).
- __getnewargs__(self, /)
- __gt__(self, value, /)
- Return self>value.
- __hash__(self, /)
- Return hash(self).
- __index__(self, /)
- Return self converted to an integer, if self is suitable for use as an index into a list.
- __int__(self, /)
- int(self)
- __invert__(self, /)
- ~self
- __le__(self, value, /)
- Return self<=value.
- __lshift__(self, value, /)
- Return self<<value.
- __lt__(self, value, /)
- Return self<value.
- __mod__(self, value, /)
- Return self%value.
- __mul__(self, value, /)
- Return self*value.
- __ne__(self, value, /)
- Return self!=value.
- __neg__(self, /)
- -self
- __or__(self, value, /)
- Return self|value.
- __pos__(self, /)
- +self
- __pow__(self, value, mod=None, /)
- Return pow(self, value, mod).
- __radd__(self, value, /)
- Return value+self.
- __rand__(self, value, /)
- Return value&self.
- __rdivmod__(self, value, /)
- Return divmod(value, self).
- __rfloordiv__(self, value, /)
- Return value//self.
- __rlshift__(self, value, /)
- Return value<<self.
- __rmod__(self, value, /)
- Return value%self.
- __rmul__(self, value, /)
- Return value*self.
- __ror__(self, value, /)
- Return value|self.
- __round__(...)
- Rounding an Integral returns itself.
Rounding with an ndigits argument also returns an integer.
- __rpow__(self, value, mod=None, /)
- Return pow(value, self, mod).
- __rrshift__(self, value, /)
- Return value>>self.
- __rshift__(self, value, /)
- Return self>>value.
- __rsub__(self, value, /)
- Return value-self.
- __rtruediv__(self, value, /)
- Return value/self.
- __rxor__(self, value, /)
- Return value^self.
- __sizeof__(self, /)
- Returns size in memory, in bytes.
- __sub__(self, value, /)
- Return self-value.
- __truediv__(self, value, /)
- Return self/value.
- __trunc__(...)
- Truncating an Integral returns itself.
- __xor__(self, value, /)
- Return self^value.
- as_integer_ratio(self, /)
- Return integer ratio.
Return a pair of integers, whose ratio is exactly equal to the original int
and with a positive denominator.
>>> (10).as_integer_ratio()
(10, 1)
>>> (-10).as_integer_ratio()
(-10, 1)
>>> (0).as_integer_ratio()
(0, 1)
- bit_count(self, /)
- Number of ones in the binary representation of the absolute value of self.
Also known as the population count.
>>> bin(13)
'0b1101'
>>> (13).bit_count()
3
- bit_length(self, /)
- Number of bits necessary to represent self in binary.
>>> bin(37)
'0b100101'
>>> (37).bit_length()
6
- conjugate(...)
- Returns self, the complex conjugate of any int.
- to_bytes(self, /, length, byteorder, *, signed=False)
- Return an array of bytes representing an integer.
length
Length of bytes object to use. An OverflowError is raised if the
integer is not representable with the given number of bytes.
byteorder
The byte order used to represent the integer. If byteorder is 'big',
the most significant byte is at the beginning of the byte array. If
byteorder is 'little', the most significant byte is at the end of the
byte array. To request the native byte order of the host system, use
`sys.byteorder' as the byte order value.
signed
Determines whether two's complement is used to represent the integer.
If signed is False and a negative integer is given, an OverflowError
is raised.
Class methods inherited from builtins.int:
- from_bytes(bytes, byteorder, *, signed=False) from builtins.type
- Return the integer represented by the given array of bytes.
bytes
Holds the array of bytes to convert. The argument must either
support the buffer protocol or be an iterable object producing bytes.
Bytes and bytearray are examples of built-in objects that support the
buffer protocol.
byteorder
The byte order used to represent the integer. If byteorder is 'big',
the most significant byte is at the beginning of the byte array. If
byteorder is 'little', the most significant byte is at the end of the
byte array. To request the native byte order of the host system, use
`sys.byteorder' as the byte order value.
signed
Indicates whether two's complement is used to represent the integer.
Static methods inherited from builtins.int:
- __new__(*args, **kwargs) from builtins.type
- Create and return a new object. See help(type) for accurate signature.
Data descriptors inherited from builtins.int:
- denominator
- the denominator of a rational number in lowest terms
- imag
- the imaginary part of a complex number
- numerator
- the numerator of a rational number in lowest terms
- real
- the real part of a complex number
|
class MTextColumnType(Boost.Python.enum) |
| | |
- Method resolution order:
- MTextColumnType
- Boost.Python.enum
- builtins.int
- builtins.object
Data and other attributes defined here:
- kDynamicColumns = PyDb.MTextColumnType.kDynamicColumns
- kNoColumns = PyDb.MTextColumnType.kNoColumns
- kStaticColumns = PyDb.MTextColumnType.kStaticColumns
- names = {'kDynamicColumns': PyDb.MTextColumnType.kDynamicColumns, 'kNoColumns': PyDb.MTextColumnType.kNoColumns, 'kStaticColumns': PyDb.MTextColumnType.kStaticColumns}
- values = {0: PyDb.MTextColumnType.kNoColumns, 1: PyDb.MTextColumnType.kStaticColumns, 2: PyDb.MTextColumnType.kDynamicColumns}
Methods inherited from Boost.Python.enum:
- __repr__(self, /)
- Return repr(self).
- __str__(self, /)
- Return str(self).
Data descriptors inherited from Boost.Python.enum:
- name
Methods inherited from builtins.int:
- __abs__(self, /)
- abs(self)
- __add__(self, value, /)
- Return self+value.
- __and__(self, value, /)
- Return self&value.
- __bool__(self, /)
- True if self else False
- __ceil__(...)
- Ceiling of an Integral returns itself.
- __divmod__(self, value, /)
- Return divmod(self, value).
- __eq__(self, value, /)
- Return self==value.
- __float__(self, /)
- float(self)
- __floor__(...)
- Flooring an Integral returns itself.
- __floordiv__(self, value, /)
- Return self//value.
- __format__(self, format_spec, /)
- Default object formatter.
- __ge__(self, value, /)
- Return self>=value.
- __getattribute__(self, name, /)
- Return getattr(self, name).
- __getnewargs__(self, /)
- __gt__(self, value, /)
- Return self>value.
- __hash__(self, /)
- Return hash(self).
- __index__(self, /)
- Return self converted to an integer, if self is suitable for use as an index into a list.
- __int__(self, /)
- int(self)
- __invert__(self, /)
- ~self
- __le__(self, value, /)
- Return self<=value.
- __lshift__(self, value, /)
- Return self<<value.
- __lt__(self, value, /)
- Return self<value.
- __mod__(self, value, /)
- Return self%value.
- __mul__(self, value, /)
- Return self*value.
- __ne__(self, value, /)
- Return self!=value.
- __neg__(self, /)
- -self
- __or__(self, value, /)
- Return self|value.
- __pos__(self, /)
- +self
- __pow__(self, value, mod=None, /)
- Return pow(self, value, mod).
- __radd__(self, value, /)
- Return value+self.
- __rand__(self, value, /)
- Return value&self.
- __rdivmod__(self, value, /)
- Return divmod(value, self).
- __rfloordiv__(self, value, /)
- Return value//self.
- __rlshift__(self, value, /)
- Return value<<self.
- __rmod__(self, value, /)
- Return value%self.
- __rmul__(self, value, /)
- Return value*self.
- __ror__(self, value, /)
- Return value|self.
- __round__(...)
- Rounding an Integral returns itself.
Rounding with an ndigits argument also returns an integer.
- __rpow__(self, value, mod=None, /)
- Return pow(value, self, mod).
- __rrshift__(self, value, /)
- Return value>>self.
- __rshift__(self, value, /)
- Return self>>value.
- __rsub__(self, value, /)
- Return value-self.
- __rtruediv__(self, value, /)
- Return value/self.
- __rxor__(self, value, /)
- Return value^self.
- __sizeof__(self, /)
- Returns size in memory, in bytes.
- __sub__(self, value, /)
- Return self-value.
- __truediv__(self, value, /)
- Return self/value.
- __trunc__(...)
- Truncating an Integral returns itself.
- __xor__(self, value, /)
- Return self^value.
- as_integer_ratio(self, /)
- Return integer ratio.
Return a pair of integers, whose ratio is exactly equal to the original int
and with a positive denominator.
>>> (10).as_integer_ratio()
(10, 1)
>>> (-10).as_integer_ratio()
(-10, 1)
>>> (0).as_integer_ratio()
(0, 1)
- bit_count(self, /)
- Number of ones in the binary representation of the absolute value of self.
Also known as the population count.
>>> bin(13)
'0b1101'
>>> (13).bit_count()
3
- bit_length(self, /)
- Number of bits necessary to represent self in binary.
>>> bin(37)
'0b100101'
>>> (37).bit_length()
6
- conjugate(...)
- Returns self, the complex conjugate of any int.
- to_bytes(self, /, length, byteorder, *, signed=False)
- Return an array of bytes representing an integer.
length
Length of bytes object to use. An OverflowError is raised if the
integer is not representable with the given number of bytes.
byteorder
The byte order used to represent the integer. If byteorder is 'big',
the most significant byte is at the beginning of the byte array. If
byteorder is 'little', the most significant byte is at the end of the
byte array. To request the native byte order of the host system, use
`sys.byteorder' as the byte order value.
signed
Determines whether two's complement is used to represent the integer.
If signed is False and a negative integer is given, an OverflowError
is raised.
Class methods inherited from builtins.int:
- from_bytes(bytes, byteorder, *, signed=False) from builtins.type
- Return the integer represented by the given array of bytes.
bytes
Holds the array of bytes to convert. The argument must either
support the buffer protocol or be an iterable object producing bytes.
Bytes and bytearray are examples of built-in objects that support the
buffer protocol.
byteorder
The byte order used to represent the integer. If byteorder is 'big',
the most significant byte is at the beginning of the byte array. If
byteorder is 'little', the most significant byte is at the end of the
byte array. To request the native byte order of the host system, use
`sys.byteorder' as the byte order value.
signed
Indicates whether two's complement is used to represent the integer.
Static methods inherited from builtins.int:
- __new__(*args, **kwargs) from builtins.type
- Create and return a new object. See help(type) for accurate signature.
Data descriptors inherited from builtins.int:
- denominator
- the denominator of a rational number in lowest terms
- imag
- the imaginary part of a complex number
- numerator
- the numerator of a rational number in lowest terms
- real
- the real part of a complex number
|
class MTextFlowDirection(Boost.Python.enum) |
| | |
- Method resolution order:
- MTextFlowDirection
- Boost.Python.enum
- builtins.int
- builtins.object
Data and other attributes defined here:
- kBtoT = PyDb.MTextFlowDirection.kBtoT
- kByStyle = PyDb.MTextFlowDirection.kByStyle
- kLtoR = PyDb.MTextFlowDirection.kLtoR
- kRtoL = PyDb.MTextFlowDirection.kRtoL
- kTtoB = PyDb.MTextFlowDirection.kTtoB
- names = {'kBtoT': PyDb.MTextFlowDirection.kBtoT, 'kByStyle': PyDb.MTextFlowDirection.kByStyle, 'kLtoR': PyDb.MTextFlowDirection.kLtoR, 'kRtoL': PyDb.MTextFlowDirection.kRtoL, 'kTtoB': PyDb.MTextFlowDirection.kTtoB}
- values = {1: PyDb.MTextFlowDirection.kLtoR, 2: PyDb.MTextFlowDirection.kRtoL, 3: PyDb.MTextFlowDirection.kTtoB, 4: PyDb.MTextFlowDirection.kBtoT, 5: PyDb.MTextFlowDirection.kByStyle}
Methods inherited from Boost.Python.enum:
- __repr__(self, /)
- Return repr(self).
- __str__(self, /)
- Return str(self).
Data descriptors inherited from Boost.Python.enum:
- name
Methods inherited from builtins.int:
- __abs__(self, /)
- abs(self)
- __add__(self, value, /)
- Return self+value.
- __and__(self, value, /)
- Return self&value.
- __bool__(self, /)
- True if self else False
- __ceil__(...)
- Ceiling of an Integral returns itself.
- __divmod__(self, value, /)
- Return divmod(self, value).
- __eq__(self, value, /)
- Return self==value.
- __float__(self, /)
- float(self)
- __floor__(...)
- Flooring an Integral returns itself.
- __floordiv__(self, value, /)
- Return self//value.
- __format__(self, format_spec, /)
- Default object formatter.
- __ge__(self, value, /)
- Return self>=value.
- __getattribute__(self, name, /)
- Return getattr(self, name).
- __getnewargs__(self, /)
- __gt__(self, value, /)
- Return self>value.
- __hash__(self, /)
- Return hash(self).
- __index__(self, /)
- Return self converted to an integer, if self is suitable for use as an index into a list.
- __int__(self, /)
- int(self)
- __invert__(self, /)
- ~self
- __le__(self, value, /)
- Return self<=value.
- __lshift__(self, value, /)
- Return self<<value.
- __lt__(self, value, /)
- Return self<value.
- __mod__(self, value, /)
- Return self%value.
- __mul__(self, value, /)
- Return self*value.
- __ne__(self, value, /)
- Return self!=value.
- __neg__(self, /)
- -self
- __or__(self, value, /)
- Return self|value.
- __pos__(self, /)
- +self
- __pow__(self, value, mod=None, /)
- Return pow(self, value, mod).
- __radd__(self, value, /)
- Return value+self.
- __rand__(self, value, /)
- Return value&self.
- __rdivmod__(self, value, /)
- Return divmod(value, self).
- __rfloordiv__(self, value, /)
- Return value//self.
- __rlshift__(self, value, /)
- Return value<<self.
- __rmod__(self, value, /)
- Return value%self.
- __rmul__(self, value, /)
- Return value*self.
- __ror__(self, value, /)
- Return value|self.
- __round__(...)
- Rounding an Integral returns itself.
Rounding with an ndigits argument also returns an integer.
- __rpow__(self, value, mod=None, /)
- Return pow(value, self, mod).
- __rrshift__(self, value, /)
- Return value>>self.
- __rshift__(self, value, /)
- Return self>>value.
- __rsub__(self, value, /)
- Return value-self.
- __rtruediv__(self, value, /)
- Return value/self.
- __rxor__(self, value, /)
- Return value^self.
- __sizeof__(self, /)
- Returns size in memory, in bytes.
- __sub__(self, value, /)
- Return self-value.
- __truediv__(self, value, /)
- Return self/value.
- __trunc__(...)
- Truncating an Integral returns itself.
- __xor__(self, value, /)
- Return self^value.
- as_integer_ratio(self, /)
- Return integer ratio.
Return a pair of integers, whose ratio is exactly equal to the original int
and with a positive denominator.
>>> (10).as_integer_ratio()
(10, 1)
>>> (-10).as_integer_ratio()
(-10, 1)
>>> (0).as_integer_ratio()
(0, 1)
- bit_count(self, /)
- Number of ones in the binary representation of the absolute value of self.
Also known as the population count.
>>> bin(13)
'0b1101'
>>> (13).bit_count()
3
- bit_length(self, /)
- Number of bits necessary to represent self in binary.
>>> bin(37)
'0b100101'
>>> (37).bit_length()
6
- conjugate(...)
- Returns self, the complex conjugate of any int.
- to_bytes(self, /, length, byteorder, *, signed=False)
- Return an array of bytes representing an integer.
length
Length of bytes object to use. An OverflowError is raised if the
integer is not representable with the given number of bytes.
byteorder
The byte order used to represent the integer. If byteorder is 'big',
the most significant byte is at the beginning of the byte array. If
byteorder is 'little', the most significant byte is at the end of the
byte array. To request the native byte order of the host system, use
`sys.byteorder' as the byte order value.
signed
Determines whether two's complement is used to represent the integer.
If signed is False and a negative integer is given, an OverflowError
is raised.
Class methods inherited from builtins.int:
- from_bytes(bytes, byteorder, *, signed=False) from builtins.type
- Return the integer represented by the given array of bytes.
bytes
Holds the array of bytes to convert. The argument must either
support the buffer protocol or be an iterable object producing bytes.
Bytes and bytearray are examples of built-in objects that support the
buffer protocol.
byteorder
The byte order used to represent the integer. If byteorder is 'big',
the most significant byte is at the beginning of the byte array. If
byteorder is 'little', the most significant byte is at the end of the
byte array. To request the native byte order of the host system, use
`sys.byteorder' as the byte order value.
signed
Indicates whether two's complement is used to represent the integer.
Static methods inherited from builtins.int:
- __new__(*args, **kwargs) from builtins.type
- Create and return a new object. See help(type) for accurate signature.
Data descriptors inherited from builtins.int:
- denominator
- the denominator of a rational number in lowest terms
- imag
- the imaginary part of a complex number
- numerator
- the numerator of a rational number in lowest terms
- real
- the real part of a complex number
|
class MeasurementValue(Boost.Python.enum) |
| | |
- Method resolution order:
- MeasurementValue
- Boost.Python.enum
- builtins.int
- builtins.object
Data and other attributes defined here:
- kEnglish = PyDb.MeasurementValue.kEnglish
- kMetric = PyDb.MeasurementValue.kMetric
- names = {'kEnglish': PyDb.MeasurementValue.kEnglish, 'kMetric': PyDb.MeasurementValue.kMetric}
- values = {0: PyDb.MeasurementValue.kEnglish, 1: PyDb.MeasurementValue.kMetric}
Methods inherited from Boost.Python.enum:
- __repr__(self, /)
- Return repr(self).
- __str__(self, /)
- Return str(self).
Data descriptors inherited from Boost.Python.enum:
- name
Methods inherited from builtins.int:
- __abs__(self, /)
- abs(self)
- __add__(self, value, /)
- Return self+value.
- __and__(self, value, /)
- Return self&value.
- __bool__(self, /)
- True if self else False
- __ceil__(...)
- Ceiling of an Integral returns itself.
- __divmod__(self, value, /)
- Return divmod(self, value).
- __eq__(self, value, /)
- Return self==value.
- __float__(self, /)
- float(self)
- __floor__(...)
- Flooring an Integral returns itself.
- __floordiv__(self, value, /)
- Return self//value.
- __format__(self, format_spec, /)
- Default object formatter.
- __ge__(self, value, /)
- Return self>=value.
- __getattribute__(self, name, /)
- Return getattr(self, name).
- __getnewargs__(self, /)
- __gt__(self, value, /)
- Return self>value.
- __hash__(self, /)
- Return hash(self).
- __index__(self, /)
- Return self converted to an integer, if self is suitable for use as an index into a list.
- __int__(self, /)
- int(self)
- __invert__(self, /)
- ~self
- __le__(self, value, /)
- Return self<=value.
- __lshift__(self, value, /)
- Return self<<value.
- __lt__(self, value, /)
- Return self<value.
- __mod__(self, value, /)
- Return self%value.
- __mul__(self, value, /)
- Return self*value.
- __ne__(self, value, /)
- Return self!=value.
- __neg__(self, /)
- -self
- __or__(self, value, /)
- Return self|value.
- __pos__(self, /)
- +self
- __pow__(self, value, mod=None, /)
- Return pow(self, value, mod).
- __radd__(self, value, /)
- Return value+self.
- __rand__(self, value, /)
- Return value&self.
- __rdivmod__(self, value, /)
- Return divmod(value, self).
- __rfloordiv__(self, value, /)
- Return value//self.
- __rlshift__(self, value, /)
- Return value<<self.
- __rmod__(self, value, /)
- Return value%self.
- __rmul__(self, value, /)
- Return value*self.
- __ror__(self, value, /)
- Return value|self.
- __round__(...)
- Rounding an Integral returns itself.
Rounding with an ndigits argument also returns an integer.
- __rpow__(self, value, mod=None, /)
- Return pow(value, self, mod).
- __rrshift__(self, value, /)
- Return value>>self.
- __rshift__(self, value, /)
- Return self>>value.
- __rsub__(self, value, /)
- Return value-self.
- __rtruediv__(self, value, /)
- Return value/self.
- __rxor__(self, value, /)
- Return value^self.
- __sizeof__(self, /)
- Returns size in memory, in bytes.
- __sub__(self, value, /)
- Return self-value.
- __truediv__(self, value, /)
- Return self/value.
- __trunc__(...)
- Truncating an Integral returns itself.
- __xor__(self, value, /)
- Return self^value.
- as_integer_ratio(self, /)
- Return integer ratio.
Return a pair of integers, whose ratio is exactly equal to the original int
and with a positive denominator.
>>> (10).as_integer_ratio()
(10, 1)
>>> (-10).as_integer_ratio()
(-10, 1)
>>> (0).as_integer_ratio()
(0, 1)
- bit_count(self, /)
- Number of ones in the binary representation of the absolute value of self.
Also known as the population count.
>>> bin(13)
'0b1101'
>>> (13).bit_count()
3
- bit_length(self, /)
- Number of bits necessary to represent self in binary.
>>> bin(37)
'0b100101'
>>> (37).bit_length()
6
- conjugate(...)
- Returns self, the complex conjugate of any int.
- to_bytes(self, /, length, byteorder, *, signed=False)
- Return an array of bytes representing an integer.
length
Length of bytes object to use. An OverflowError is raised if the
integer is not representable with the given number of bytes.
byteorder
The byte order used to represent the integer. If byteorder is 'big',
the most significant byte is at the beginning of the byte array. If
byteorder is 'little', the most significant byte is at the end of the
byte array. To request the native byte order of the host system, use
`sys.byteorder' as the byte order value.
signed
Determines whether two's complement is used to represent the integer.
If signed is False and a negative integer is given, an OverflowError
is raised.
Class methods inherited from builtins.int:
- from_bytes(bytes, byteorder, *, signed=False) from builtins.type
- Return the integer represented by the given array of bytes.
bytes
Holds the array of bytes to convert. The argument must either
support the buffer protocol or be an iterable object producing bytes.
Bytes and bytearray are examples of built-in objects that support the
buffer protocol.
byteorder
The byte order used to represent the integer. If byteorder is 'big',
the most significant byte is at the beginning of the byte array. If
byteorder is 'little', the most significant byte is at the end of the
byte array. To request the native byte order of the host system, use
`sys.byteorder' as the byte order value.
signed
Indicates whether two's complement is used to represent the integer.
Static methods inherited from builtins.int:
- __new__(*args, **kwargs) from builtins.type
- Create and return a new object. See help(type) for accurate signature.
Data descriptors inherited from builtins.int:
- denominator
- the denominator of a rational number in lowest terms
- imag
- the imaginary part of a complex number
- numerator
- the numerator of a rational number in lowest terms
- real
- the real part of a complex number
|
class MergeCellStyleOption(Boost.Python.enum) |
| | |
- Method resolution order:
- MergeCellStyleOption
- Boost.Python.enum
- builtins.int
- builtins.object
Data and other attributes defined here:
- kMergeCellStyleConvertDuplicatesToOverrides = PyDb.MergeCellStyleOption.kMergeCellStyleConvertDuplicatesToOverrides
- kMergeCellStyleCopyDuplicates = PyDb.MergeCellStyleOption.kMergeCellStyleCopyDuplicates
- kMergeCellStyleIgnoreNewStyles = PyDb.MergeCellStyleOption.kMergeCellStyleIgnoreNewStyles
- kMergeCellStyleNone = PyDb.MergeCellStyleOption.kMergeCellStyleNone
- kMergeCellStyleOverwriteDuplicates = PyDb.MergeCellStyleOption.kMergeCellStyleOverwriteDuplicates
- names = {'kMergeCellStyleConvertDuplicatesToOverrides': PyDb.MergeCellStyleOption.kMergeCellStyleConvertDuplicatesToOverrides, 'kMergeCellStyleCopyDuplicates': PyDb.MergeCellStyleOption.kMergeCellStyleCopyDuplicates, 'kMergeCellStyleIgnoreNewStyles': PyDb.MergeCellStyleOption.kMergeCellStyleIgnoreNewStyles, 'kMergeCellStyleNone': PyDb.MergeCellStyleOption.kMergeCellStyleNone, 'kMergeCellStyleOverwriteDuplicates': PyDb.MergeCellStyleOption.kMergeCellStyleOverwriteDuplicates}
- values = {0: PyDb.MergeCellStyleOption.kMergeCellStyleNone, 1: PyDb.MergeCellStyleOption.kMergeCellStyleCopyDuplicates, 2: PyDb.MergeCellStyleOption.kMergeCellStyleOverwriteDuplicates, 4: PyDb.MergeCellStyleOption.kMergeCellStyleConvertDuplicatesToOverrides, 8: PyDb.MergeCellStyleOption.kMergeCellStyleIgnoreNewStyles}
Methods inherited from Boost.Python.enum:
- __repr__(self, /)
- Return repr(self).
- __str__(self, /)
- Return str(self).
Data descriptors inherited from Boost.Python.enum:
- name
Methods inherited from builtins.int:
- __abs__(self, /)
- abs(self)
- __add__(self, value, /)
- Return self+value.
- __and__(self, value, /)
- Return self&value.
- __bool__(self, /)
- True if self else False
- __ceil__(...)
- Ceiling of an Integral returns itself.
- __divmod__(self, value, /)
- Return divmod(self, value).
- __eq__(self, value, /)
- Return self==value.
- __float__(self, /)
- float(self)
- __floor__(...)
- Flooring an Integral returns itself.
- __floordiv__(self, value, /)
- Return self//value.
- __format__(self, format_spec, /)
- Default object formatter.
- __ge__(self, value, /)
- Return self>=value.
- __getattribute__(self, name, /)
- Return getattr(self, name).
- __getnewargs__(self, /)
- __gt__(self, value, /)
- Return self>value.
- __hash__(self, /)
- Return hash(self).
- __index__(self, /)
- Return self converted to an integer, if self is suitable for use as an index into a list.
- __int__(self, /)
- int(self)
- __invert__(self, /)
- ~self
- __le__(self, value, /)
- Return self<=value.
- __lshift__(self, value, /)
- Return self<<value.
- __lt__(self, value, /)
- Return self<value.
- __mod__(self, value, /)
- Return self%value.
- __mul__(self, value, /)
- Return self*value.
- __ne__(self, value, /)
- Return self!=value.
- __neg__(self, /)
- -self
- __or__(self, value, /)
- Return self|value.
- __pos__(self, /)
- +self
- __pow__(self, value, mod=None, /)
- Return pow(self, value, mod).
- __radd__(self, value, /)
- Return value+self.
- __rand__(self, value, /)
- Return value&self.
- __rdivmod__(self, value, /)
- Return divmod(value, self).
- __rfloordiv__(self, value, /)
- Return value//self.
- __rlshift__(self, value, /)
- Return value<<self.
- __rmod__(self, value, /)
- Return value%self.
- __rmul__(self, value, /)
- Return value*self.
- __ror__(self, value, /)
- Return value|self.
- __round__(...)
- Rounding an Integral returns itself.
Rounding with an ndigits argument also returns an integer.
- __rpow__(self, value, mod=None, /)
- Return pow(value, self, mod).
- __rrshift__(self, value, /)
- Return value>>self.
- __rshift__(self, value, /)
- Return self>>value.
- __rsub__(self, value, /)
- Return value-self.
- __rtruediv__(self, value, /)
- Return value/self.
- __rxor__(self, value, /)
- Return value^self.
- __sizeof__(self, /)
- Returns size in memory, in bytes.
- __sub__(self, value, /)
- Return self-value.
- __truediv__(self, value, /)
- Return self/value.
- __trunc__(...)
- Truncating an Integral returns itself.
- __xor__(self, value, /)
- Return self^value.
- as_integer_ratio(self, /)
- Return integer ratio.
Return a pair of integers, whose ratio is exactly equal to the original int
and with a positive denominator.
>>> (10).as_integer_ratio()
(10, 1)
>>> (-10).as_integer_ratio()
(-10, 1)
>>> (0).as_integer_ratio()
(0, 1)
- bit_count(self, /)
- Number of ones in the binary representation of the absolute value of self.
Also known as the population count.
>>> bin(13)
'0b1101'
>>> (13).bit_count()
3
- bit_length(self, /)
- Number of bits necessary to represent self in binary.
>>> bin(37)
'0b100101'
>>> (37).bit_length()
6
- conjugate(...)
- Returns self, the complex conjugate of any int.
- to_bytes(self, /, length, byteorder, *, signed=False)
- Return an array of bytes representing an integer.
length
Length of bytes object to use. An OverflowError is raised if the
integer is not representable with the given number of bytes.
byteorder
The byte order used to represent the integer. If byteorder is 'big',
the most significant byte is at the beginning of the byte array. If
byteorder is 'little', the most significant byte is at the end of the
byte array. To request the native byte order of the host system, use
`sys.byteorder' as the byte order value.
signed
Determines whether two's complement is used to represent the integer.
If signed is False and a negative integer is given, an OverflowError
is raised.
Class methods inherited from builtins.int:
- from_bytes(bytes, byteorder, *, signed=False) from builtins.type
- Return the integer represented by the given array of bytes.
bytes
Holds the array of bytes to convert. The argument must either
support the buffer protocol or be an iterable object producing bytes.
Bytes and bytearray are examples of built-in objects that support the
buffer protocol.
byteorder
The byte order used to represent the integer. If byteorder is 'big',
the most significant byte is at the beginning of the byte array. If
byteorder is 'little', the most significant byte is at the end of the
byte array. To request the native byte order of the host system, use
`sys.byteorder' as the byte order value.
signed
Indicates whether two's complement is used to represent the integer.
Static methods inherited from builtins.int:
- __new__(*args, **kwargs) from builtins.type
- Create and return a new object. See help(type) for accurate signature.
Data descriptors inherited from builtins.int:
- denominator
- the denominator of a rational number in lowest terms
- imag
- the imaginary part of a complex number
- numerator
- the numerator of a rational number in lowest terms
- real
- the real part of a complex number
|
class Mline(Entity) |
| | |
- Method resolution order:
- Mline
- Entity
- DbObject
- PyGi.Drawable
- PyRx.RxObject
- Boost.Python.instance
- builtins.object
Static methods defined here:
- __init__(...)
- __init__( (object)arg1) -> None :
C++ signature :
void __init__(struct _object * __ptr64)
__init__( (object)arg1) -> None :
C++ signature :
void __init__(struct _object * __ptr64)
__init__( (object)arg1, (ObjectId)arg2, (OpenMode)arg3) -> None :
C++ signature :
void __init__(struct _object * __ptr64,class PyDbObjectId,enum AcDb::OpenMode)
- __reduce__ = (...)
- appendSeg(...)
- appendSeg( (Mline)arg1, (Point3d)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus appendSeg(class PyDbMline {lvalue},class AcGePoint3d)
- axisAt(...)
- axisAt( (Mline)arg1, (int)arg2) -> Vector3d :
C++ signature :
class AcGeVector3d axisAt(class PyDbMline {lvalue},int)
- className(...)
- className() -> str :
C++ signature :
class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > className()
- closedMline(...)
- closedMline( (Mline)arg1) -> bool :
C++ signature :
bool closedMline(class PyDbMline {lvalue})
- desc(...)
- desc() -> RxClass :
C++ signature :
class PyRxClass desc()
- element(...)
- element( (Mline)arg1, (Point3d)arg2) -> int :
C++ signature :
int element(class PyDbMline {lvalue},class AcGePoint3d)
- getClosestPointTo(...)
- getClosestPointTo( (Mline)arg1, (Point3d)arg2, (bool)arg3) -> Point3d :
C++ signature :
class AcGePoint3d getClosestPointTo(class PyDbMline {lvalue},class AcGePoint3d,bool)
getClosestPointTo( (Mline)arg1, (Point3d)arg2, (bool)arg3, (bool)arg4) -> Point3d :
C++ signature :
class AcGePoint3d getClosestPointTo(class PyDbMline {lvalue},class AcGePoint3d,bool,bool)
getClosestPointTo( (Mline)arg1, (Point3d)arg2, (Vector3d)arg3, (bool)arg4) -> Point3d :
C++ signature :
class AcGePoint3d getClosestPointTo(class PyDbMline {lvalue},class AcGePoint3d,class AcGeVector3d,bool)
getClosestPointTo( (Mline)arg1, (Point3d)arg2, (Vector3d)arg3, (bool)arg4, (bool)arg5) -> Point3d :
C++ signature :
class AcGePoint3d getClosestPointTo(class PyDbMline {lvalue},class AcGePoint3d,class AcGeVector3d,bool,bool)
- getPlane(...)
- getPlane( (Mline)arg1) -> Plane :
C++ signature :
class PyGePlane getPlane(class PyDbMline {lvalue})
- justification(...)
- justification( (Mline)arg1) -> int :
C++ signature :
signed char justification(class PyDbMline {lvalue})
- miterAt(...)
- miterAt( (Mline)arg1, (int)arg2) -> Vector3d :
C++ signature :
class AcGeVector3d miterAt(class PyDbMline {lvalue},int)
- moveVertexAt(...)
- moveVertexAt( (Mline)arg1, (int)arg2, (Point3d)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus moveVertexAt(class PyDbMline {lvalue},int,class AcGePoint3d)
- normal(...)
- normal( (Mline)arg1) -> Vector3d :
C++ signature :
class AcGeVector3d normal(class PyDbMline {lvalue})
- numVertices(...)
- numVertices( (Mline)arg1) -> int :
C++ signature :
int numVertices(class PyDbMline {lvalue})
- removeLastSeg(...)
- removeLastSeg( (Mline)arg1, (Point3d)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus removeLastSeg(class PyDbMline {lvalue},class AcGePoint3d {lvalue})
- scale(...)
- scale( (Mline)arg1) -> float :
C++ signature :
double scale(class PyDbMline {lvalue})
- setClosedMline(...)
- setClosedMline( (Mline)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setClosedMline(class PyDbMline {lvalue},bool)
- setJustification(...)
- setJustification( (Mline)arg1, (MlineJustification)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setJustification(class PyDbMline {lvalue},signed char)
- setNormal(...)
- setNormal( (Mline)arg1, (Vector3d)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setNormal(class PyDbMline {lvalue},class AcGeVector3d)
- setScale(...)
- setScale( (Mline)arg1, (float)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setScale(class PyDbMline {lvalue},double)
- setStyle(...)
- setStyle( (Mline)arg1, (ObjectId)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setStyle(class PyDbMline {lvalue},class PyDbObjectId)
- setSupressEndCaps(...)
- setSupressEndCaps( (Mline)arg1, (bool)arg2) -> None :
C++ signature :
void setSupressEndCaps(class PyDbMline {lvalue},bool)
- setSupressStartCaps(...)
- setSupressStartCaps( (Mline)arg1, (bool)arg2) -> None :
C++ signature :
void setSupressStartCaps(class PyDbMline {lvalue},bool)
- style(...)
- style( (Mline)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId style(class PyDbMline {lvalue})
- supressEndCaps(...)
- supressEndCaps( (Mline)arg1) -> bool :
C++ signature :
bool supressEndCaps(class PyDbMline {lvalue})
- supressStartCaps(...)
- supressStartCaps( (Mline)arg1) -> bool :
C++ signature :
bool supressStartCaps(class PyDbMline {lvalue})
- vertexAt(...)
- vertexAt( (Mline)arg1, (int)arg2) -> Point3d :
C++ signature :
class AcGePoint3d vertexAt(class PyDbMline {lvalue},int)
Data and other attributes defined here:
- __instance_size__ = 48
Static methods inherited from Entity:
- blockId(...)
- blockId( (Entity)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId blockId(class PyDbEntity {lvalue})
- castShadows(...)
- castShadows( (Entity)arg1) -> bool :
C++ signature :
bool castShadows(class PyDbEntity {lvalue})
- collisionType(...)
- collisionType( (Entity)arg1) -> CollisionType :
C++ signature :
enum AcDb::CollisionType collisionType(class PyDbEntity {lvalue})
- color(...)
- color( (Entity)arg1) -> Color :
C++ signature :
class AcCmColor color(class PyDbEntity {lvalue})
- colorIndex(...)
- colorIndex( (Entity)arg1) -> int :
C++ signature :
unsigned short colorIndex(class PyDbEntity {lvalue})
- draw(...)
- draw( (Entity)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus draw(class PyDbEntity {lvalue})
- entityColor(...)
- entityColor( (Entity)arg1) -> EntityColor :
C++ signature :
class AcCmEntityColor entityColor(class PyDbEntity {lvalue})
- getCompoundObjectTransform(...)
- getCompoundObjectTransform( (Entity)arg1, (Matrix3d)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus getCompoundObjectTransform(class PyDbEntity {lvalue},class AcGeMatrix3d {lvalue})
- getEcs(...)
- getEcs( (Entity)arg1, (Matrix3d)arg2) -> None :
C++ signature :
void getEcs(class PyDbEntity {lvalue},class AcGeMatrix3d {lvalue})
- getGeomExtents(...)
- getGeomExtents( (Entity)arg1, (Extents)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus getGeomExtents(class PyDbEntity {lvalue},class AcDbExtents {lvalue})
- getPlotStyleNameId(...)
- getPlotStyleNameId( (Entity)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId getPlotStyleNameId(class PyDbEntity {lvalue})
- isPlanar(...)
- isPlanar( (Entity)arg1) -> bool :
C++ signature :
bool isPlanar(class PyDbEntity {lvalue})
- layer(...)
- layer( (Entity)arg1) -> str :
C++ signature :
class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > layer(class PyDbEntity {lvalue})
- layerId(...)
- layerId( (Entity)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId layerId(class PyDbEntity {lvalue})
- lineWeight(...)
- lineWeight( (Entity)arg1) -> LineWeight :
C++ signature :
enum AcDb::LineWeight lineWeight(class PyDbEntity {lvalue})
- linetype(...)
- linetype( (Entity)arg1) -> str :
C++ signature :
class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > linetype(class PyDbEntity {lvalue})
- linetypeId(...)
- linetypeId( (Entity)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId linetypeId(class PyDbEntity {lvalue})
- linetypeScale(...)
- linetypeScale( (Entity)arg1) -> float :
C++ signature :
double linetypeScale(class PyDbEntity {lvalue})
- list(...)
- list( (Entity)arg1) -> None :
C++ signature :
void list(class PyDbEntity {lvalue})
- material(...)
- material( (Entity)arg1) -> str :
C++ signature :
class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > material(class PyDbEntity {lvalue})
- materialId(...)
- materialId( (Entity)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId materialId(class PyDbEntity {lvalue})
- plotStyleName(...)
- plotStyleName( (Entity)arg1) -> str :
C++ signature :
class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > plotStyleName(class PyDbEntity {lvalue})
- receiveShadows(...)
- receiveShadows( (Entity)arg1) -> bool :
C++ signature :
bool receiveShadows(class PyDbEntity {lvalue})
- recordGraphicsModified(...)
- recordGraphicsModified( (Entity)arg1) -> None :
C++ signature :
void recordGraphicsModified(class PyDbEntity {lvalue})
recordGraphicsModified( (Entity)arg1) -> None :
C++ signature :
void recordGraphicsModified(class PyDbEntity {lvalue})
- setCastShadows(...)
- setCastShadows( (Entity)arg1, (bool)arg2) -> None :
C++ signature :
void setCastShadows(class PyDbEntity {lvalue},bool)
- setColor(...)
- setColor( (Entity)arg1, (Color)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setColor(class PyDbEntity {lvalue},class AcCmColor)
setColor( (Entity)arg1, (Color)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setColor(class PyDbEntity {lvalue},class AcCmColor,bool)
setColor( (Entity)arg1, (Color)arg2, (bool)arg3, (Database)arg4) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setColor(class PyDbEntity {lvalue},class AcCmColor,bool,class PyDbDatabase {lvalue})
- setColorIndex(...)
- setColorIndex( (Entity)arg1, (int)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setColorIndex(class PyDbEntity {lvalue},unsigned short)
setColorIndex( (Entity)arg1, (int)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setColorIndex(class PyDbEntity {lvalue},unsigned short,bool)
- setDatabaseDefaults(...)
- setDatabaseDefaults( (Entity)arg1) -> None :
C++ signature :
void setDatabaseDefaults(class PyDbEntity {lvalue})
setDatabaseDefaults( (Entity)arg1, (Database)arg2) -> None :
C++ signature :
void setDatabaseDefaults(class PyDbEntity {lvalue},class PyDbDatabase)
- setLayer(...)
- setLayer( (Entity)arg1, (str)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLayer(class PyDbEntity {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
setLayer( (Entity)arg1, (str)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLayer(class PyDbEntity {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,bool)
setLayer( (Entity)arg1, (str)arg2, (bool)arg3, (bool)arg4) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLayer(class PyDbEntity {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,bool,bool)
setLayer( (Entity)arg1, (ObjectId)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLayer(class PyDbEntity {lvalue},class PyDbObjectId)
setLayer( (Entity)arg1, (ObjectId)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLayer(class PyDbEntity {lvalue},class PyDbObjectId,bool)
setLayer( (Entity)arg1, (ObjectId)arg2, (bool)arg3, (bool)arg4) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLayer(class PyDbEntity {lvalue},class PyDbObjectId,bool,bool)
- setLineWeight(...)
- setLineWeight( (Entity)arg1, (LineWeight)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLineWeight(class PyDbEntity {lvalue},enum AcDb::LineWeight)
setLineWeight( (Entity)arg1, (LineWeight)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLineWeight(class PyDbEntity {lvalue},enum AcDb::LineWeight,bool)
- setLinetype(...)
- setLinetype( (Entity)arg1, (str)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLinetype(class PyDbEntity {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
setLinetype( (Entity)arg1, (str)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLinetype(class PyDbEntity {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,bool)
setLinetype( (Entity)arg1, (ObjectId)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLinetype(class PyDbEntity {lvalue},class PyDbObjectId)
setLinetype( (Entity)arg1, (ObjectId)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLinetype(class PyDbEntity {lvalue},class PyDbObjectId,bool)
- setLinetypeScale(...)
- setLinetypeScale( (Entity)arg1, (float)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLinetypeScale(class PyDbEntity {lvalue},double)
setLinetypeScale( (Entity)arg1, (float)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLinetypeScale(class PyDbEntity {lvalue},double,bool)
- setMaterial(...)
- setMaterial( (Entity)arg1, (str)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setMaterial(class PyDbEntity {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
setMaterial( (Entity)arg1, (str)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setMaterial(class PyDbEntity {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,bool)
setMaterial( (Entity)arg1, (ObjectId)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setMaterial(class PyDbEntity {lvalue},class PyDbObjectId)
setMaterial( (Entity)arg1, (ObjectId)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setMaterial(class PyDbEntity {lvalue},class PyDbObjectId,bool)
- setPlotStyleName(...)
- setPlotStyleName( (Entity)arg1, (str)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setPlotStyleName(class PyDbEntity {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,bool)
setPlotStyleName( (Entity)arg1, (PlotStyleNameType)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setPlotStyleName(class PyDbEntity {lvalue},enum AcDb::PlotStyleNameType,bool)
setPlotStyleName( (Entity)arg1, (PlotStyleNameType)arg2, (ObjectId)arg3, (bool)arg4) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setPlotStyleName(class PyDbEntity {lvalue},enum AcDb::PlotStyleNameType,class PyDbObjectId,bool)
- setPropertiesFrom(...)
- setPropertiesFrom( (Entity)arg1, (Entity)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setPropertiesFrom(class PyDbEntity {lvalue},class PyDbEntity)
setPropertiesFrom( (Entity)arg1, (Entity)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setPropertiesFrom(class PyDbEntity {lvalue},class PyDbEntity,bool)
- setReceiveShadows(...)
- setReceiveShadows( (Entity)arg1, (bool)arg2) -> None :
C++ signature :
void setReceiveShadows(class PyDbEntity {lvalue},bool)
- setVisibility(...)
- setVisibility( (Entity)arg1, (Visibility)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setVisibility(class PyDbEntity {lvalue},enum AcDb::Visibility)
setVisibility( (Entity)arg1, (Visibility)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setVisibility(class PyDbEntity {lvalue},enum AcDb::Visibility,bool)
- transformBy(...)
- transformBy( (Entity)arg1, (Matrix3d)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus transformBy(class PyDbEntity {lvalue},class AcGeMatrix3d)
- visibility(...)
- visibility( (Entity)arg1) -> Visibility :
C++ signature :
enum AcDb::Visibility visibility(class PyDbEntity {lvalue})
Static methods inherited from DbObject:
- addPersistentReactor(...)
- addPersistentReactor( (DbObject)arg1, (ObjectId)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus addPersistentReactor(class PyDbObject {lvalue},class PyDbObjectId)
- assertNotifyEnabled(...)
- assertNotifyEnabled( (DbObject)arg1) -> None :
C++ signature :
void assertNotifyEnabled(class PyDbObject {lvalue})
- assertReadEnabled(...)
- assertReadEnabled( (DbObject)arg1) -> None :
C++ signature :
void assertReadEnabled(class PyDbObject {lvalue})
- assertWriteEnabled(...)
- assertWriteEnabled( (DbObject)arg1) -> None :
C++ signature :
void assertWriteEnabled(class PyDbObject {lvalue})
- cancel(...)
- cancel( (DbObject)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus cancel(class PyDbObject {lvalue})
- close(...)
- close( (DbObject)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus close(class PyDbObject {lvalue})
- createExtensionDictionary(...)
- createExtensionDictionary( (DbObject)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus createExtensionDictionary(class PyDbObject {lvalue})
- database(...)
- database( (DbObject)arg1) -> Database :
C++ signature :
class PyDbDatabase database(class PyDbObject {lvalue})
- disableUndoRecording(...)
- disableUndoRecording( (DbObject)arg1, (bool)arg2) -> None :
C++ signature :
void disableUndoRecording(class PyDbObject {lvalue},bool)
- downgradeOpen(...)
- downgradeOpen( (DbObject)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus downgradeOpen(class PyDbObject {lvalue})
- downgradeToNotify(...)
- downgradeToNotify( (DbObject)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus downgradeToNotify(class PyDbObject {lvalue},bool)
- erase(...)
- erase( (DbObject)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus erase(class PyDbObject {lvalue})
- extensionDictionary(...)
- extensionDictionary( (DbObject)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId extensionDictionary(class PyDbObject {lvalue})
- handOverTo(...)
- handOverTo( (DbObject)arg1, (DbObject)arg2, (bool)arg3, (bool)arg4) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus handOverTo(class PyDbObject {lvalue},class PyDbObject {lvalue},bool,bool)
- hasPersistentReactor(...)
- hasPersistentReactor( (DbObject)arg1, (ObjectId)arg2) -> bool :
C++ signature :
bool hasPersistentReactor(class PyDbObject {lvalue},class PyDbObjectId)
- isAProxy(...)
- isAProxy( (DbObject)arg1) -> bool :
C++ signature :
bool isAProxy(class PyDbObject {lvalue})
- isCancelling(...)
- isCancelling( (DbObject)arg1) -> bool :
C++ signature :
bool isCancelling(class PyDbObject {lvalue})
- isEraseStatusToggled(...)
- isEraseStatusToggled( (DbObject)arg1) -> bool :
C++ signature :
bool isEraseStatusToggled(class PyDbObject {lvalue})
- isErased(...)
- isErased( (DbObject)arg1) -> bool :
C++ signature :
bool isErased(class PyDbObject {lvalue})
- isModified(...)
- isModified( (DbObject)arg1) -> bool :
C++ signature :
bool isModified(class PyDbObject {lvalue})
- isModifiedGraphics(...)
- isModifiedGraphics( (DbObject)arg1) -> bool :
C++ signature :
bool isModifiedGraphics(class PyDbObject {lvalue})
- isModifiedXData(...)
- isModifiedXData( (DbObject)arg1) -> bool :
C++ signature :
bool isModifiedXData(class PyDbObject {lvalue})
- isNewObject(...)
- isNewObject( (DbObject)arg1) -> bool :
C++ signature :
bool isNewObject(class PyDbObject {lvalue})
- isNotifyEnabled(...)
- isNotifyEnabled( (DbObject)arg1) -> bool :
C++ signature :
bool isNotifyEnabled(class PyDbObject {lvalue})
- isNotifying(...)
- isNotifying( (DbObject)arg1) -> bool :
C++ signature :
bool isNotifying(class PyDbObject {lvalue})
- isReadEnabled(...)
- isReadEnabled( (DbObject)arg1) -> bool :
C++ signature :
bool isReadEnabled(class PyDbObject {lvalue})
- isReallyClosing(...)
- isReallyClosing( (DbObject)arg1) -> bool :
C++ signature :
bool isReallyClosing(class PyDbObject {lvalue})
- isTransactionResident(...)
- isTransactionResident( (DbObject)arg1) -> bool :
C++ signature :
bool isTransactionResident(class PyDbObject {lvalue})
- isUndoRecordingDisabled(...)
- isUndoRecordingDisabled( (DbObject)arg1) -> bool :
C++ signature :
bool isUndoRecordingDisabled(class PyDbObject {lvalue})
- isUndoing(...)
- isUndoing( (DbObject)arg1) -> bool :
C++ signature :
bool isUndoing(class PyDbObject {lvalue})
- isWriteEnabled(...)
- isWriteEnabled( (DbObject)arg1) -> bool :
C++ signature :
bool isWriteEnabled(class PyDbObject {lvalue})
- objectId(...)
- objectId( (DbObject)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId objectId(class PyDbObject {lvalue})
- ownerId(...)
- ownerId( (DbObject)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId ownerId(class PyDbObject {lvalue})
- releaseExtensionDictionary(...)
- releaseExtensionDictionary( (DbObject)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus releaseExtensionDictionary(class PyDbObject {lvalue})
- removePersistentReactor(...)
- removePersistentReactor( (DbObject)arg1, (ObjectId)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus removePersistentReactor(class PyDbObject {lvalue},class PyDbObjectId)
- setOwnerId(...)
- setOwnerId( (DbObject)arg1, (ObjectId)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setOwnerId(class PyDbObject {lvalue},class PyDbObjectId)
- setXData(...)
- setXData( (DbObject)arg1, (list)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setXData(class PyDbObject {lvalue},class boost::python::list)
- swapIdWith(...)
- swapIdWith( (DbObject)arg1, (ObjectId)arg2, (bool)arg3, (bool)arg4) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus swapIdWith(class PyDbObject {lvalue},class PyDbObjectId {lvalue},bool,bool)
- upgradeFromNotify(...)
- upgradeFromNotify( (DbObject)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus upgradeFromNotify(class PyDbObject {lvalue},bool {lvalue})
- upgradeOpen(...)
- upgradeOpen( (DbObject)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus upgradeOpen(class PyDbObject {lvalue})
- xData(...)
- xData( (DbObject)arg1, (str)arg2) -> list :
C++ signature :
class boost::python::list xData(class PyDbObject {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
- xDataTransformBy(...)
- xDataTransformBy( (DbObject)arg1, (Matrix3d)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus xDataTransformBy(class PyDbObject {lvalue},class AcGeMatrix3d)
Static methods inherited from PyGi.Drawable:
- isA(...)
- isA( (Drawable)arg1) -> RxClass :
C++ signature :
class PyRxClass isA(class PyGiDrawable {lvalue})
Static methods inherited from PyRx.RxObject:
- __eq__(...)
- __eq__( (RxObject)arg1, (RxObject)arg2) -> bool :
C++ signature :
bool __eq__(class PyRxObject {lvalue},class PyRxObject)
- __ne__(...)
- __ne__( (RxObject)arg1, (RxObject)arg2) -> bool :
C++ signature :
bool __ne__(class PyRxObject {lvalue},class PyRxObject)
- isNull(...)
- isNull( (RxObject)arg1) -> bool :
C++ signature :
bool isNull(class PyRxObject {lvalue})
Static methods inherited from Boost.Python.instance:
- __new__(*args, **kwargs) from Boost.Python.class
- Create and return a new object. See help(type) for accurate signature.
Data descriptors inherited from Boost.Python.instance:
- __dict__
- __weakref__
|
class MlineJustification(Boost.Python.enum) |
| | |
- Method resolution order:
- MlineJustification
- Boost.Python.enum
- builtins.int
- builtins.object
Data and other attributes defined here:
- kBottom = PyDb.MlineJustification.kBottom
- kClosed = PyDb.MlineJustification.kClosed
- kMerged = PyDb.MlineJustification.kMerged
- kOpen = PyDb.MlineJustification.kOpen
- kTop = PyDb.MlineJustification.kTop
- kZero = PyDb.MlineJustification.kZero
- names = {'kBottom': PyDb.MlineJustification.kBottom, 'kClosed': PyDb.MlineJustification.kClosed, 'kMerged': PyDb.MlineJustification.kMerged, 'kOpen': PyDb.MlineJustification.kOpen, 'kTop': PyDb.MlineJustification.kTop, 'kZero': PyDb.MlineJustification.kZero}
- values = {0: PyDb.MlineJustification.kOpen, 1: PyDb.MlineJustification.kClosed, 2: PyDb.MlineJustification.kMerged}
Methods inherited from Boost.Python.enum:
- __repr__(self, /)
- Return repr(self).
- __str__(self, /)
- Return str(self).
Data descriptors inherited from Boost.Python.enum:
- name
Methods inherited from builtins.int:
- __abs__(self, /)
- abs(self)
- __add__(self, value, /)
- Return self+value.
- __and__(self, value, /)
- Return self&value.
- __bool__(self, /)
- True if self else False
- __ceil__(...)
- Ceiling of an Integral returns itself.
- __divmod__(self, value, /)
- Return divmod(self, value).
- __eq__(self, value, /)
- Return self==value.
- __float__(self, /)
- float(self)
- __floor__(...)
- Flooring an Integral returns itself.
- __floordiv__(self, value, /)
- Return self//value.
- __format__(self, format_spec, /)
- Default object formatter.
- __ge__(self, value, /)
- Return self>=value.
- __getattribute__(self, name, /)
- Return getattr(self, name).
- __getnewargs__(self, /)
- __gt__(self, value, /)
- Return self>value.
- __hash__(self, /)
- Return hash(self).
- __index__(self, /)
- Return self converted to an integer, if self is suitable for use as an index into a list.
- __int__(self, /)
- int(self)
- __invert__(self, /)
- ~self
- __le__(self, value, /)
- Return self<=value.
- __lshift__(self, value, /)
- Return self<<value.
- __lt__(self, value, /)
- Return self<value.
- __mod__(self, value, /)
- Return self%value.
- __mul__(self, value, /)
- Return self*value.
- __ne__(self, value, /)
- Return self!=value.
- __neg__(self, /)
- -self
- __or__(self, value, /)
- Return self|value.
- __pos__(self, /)
- +self
- __pow__(self, value, mod=None, /)
- Return pow(self, value, mod).
- __radd__(self, value, /)
- Return value+self.
- __rand__(self, value, /)
- Return value&self.
- __rdivmod__(self, value, /)
- Return divmod(value, self).
- __rfloordiv__(self, value, /)
- Return value//self.
- __rlshift__(self, value, /)
- Return value<<self.
- __rmod__(self, value, /)
- Return value%self.
- __rmul__(self, value, /)
- Return value*self.
- __ror__(self, value, /)
- Return value|self.
- __round__(...)
- Rounding an Integral returns itself.
Rounding with an ndigits argument also returns an integer.
- __rpow__(self, value, mod=None, /)
- Return pow(value, self, mod).
- __rrshift__(self, value, /)
- Return value>>self.
- __rshift__(self, value, /)
- Return self>>value.
- __rsub__(self, value, /)
- Return value-self.
- __rtruediv__(self, value, /)
- Return value/self.
- __rxor__(self, value, /)
- Return value^self.
- __sizeof__(self, /)
- Returns size in memory, in bytes.
- __sub__(self, value, /)
- Return self-value.
- __truediv__(self, value, /)
- Return self/value.
- __trunc__(...)
- Truncating an Integral returns itself.
- __xor__(self, value, /)
- Return self^value.
- as_integer_ratio(self, /)
- Return integer ratio.
Return a pair of integers, whose ratio is exactly equal to the original int
and with a positive denominator.
>>> (10).as_integer_ratio()
(10, 1)
>>> (-10).as_integer_ratio()
(-10, 1)
>>> (0).as_integer_ratio()
(0, 1)
- bit_count(self, /)
- Number of ones in the binary representation of the absolute value of self.
Also known as the population count.
>>> bin(13)
'0b1101'
>>> (13).bit_count()
3
- bit_length(self, /)
- Number of bits necessary to represent self in binary.
>>> bin(37)
'0b100101'
>>> (37).bit_length()
6
- conjugate(...)
- Returns self, the complex conjugate of any int.
- to_bytes(self, /, length, byteorder, *, signed=False)
- Return an array of bytes representing an integer.
length
Length of bytes object to use. An OverflowError is raised if the
integer is not representable with the given number of bytes.
byteorder
The byte order used to represent the integer. If byteorder is 'big',
the most significant byte is at the beginning of the byte array. If
byteorder is 'little', the most significant byte is at the end of the
byte array. To request the native byte order of the host system, use
`sys.byteorder' as the byte order value.
signed
Determines whether two's complement is used to represent the integer.
If signed is False and a negative integer is given, an OverflowError
is raised.
Class methods inherited from builtins.int:
- from_bytes(bytes, byteorder, *, signed=False) from builtins.type
- Return the integer represented by the given array of bytes.
bytes
Holds the array of bytes to convert. The argument must either
support the buffer protocol or be an iterable object producing bytes.
Bytes and bytearray are examples of built-in objects that support the
buffer protocol.
byteorder
The byte order used to represent the integer. If byteorder is 'big',
the most significant byte is at the beginning of the byte array. If
byteorder is 'little', the most significant byte is at the end of the
byte array. To request the native byte order of the host system, use
`sys.byteorder' as the byte order value.
signed
Indicates whether two's complement is used to represent the integer.
Static methods inherited from builtins.int:
- __new__(*args, **kwargs) from builtins.type
- Create and return a new object. See help(type) for accurate signature.
Data descriptors inherited from builtins.int:
- denominator
- the denominator of a rational number in lowest terms
- imag
- the imaginary part of a complex number
- numerator
- the numerator of a rational number in lowest terms
- real
- the real part of a complex number
|
class MlineStyle(DbObject) |
| | |
- Method resolution order:
- MlineStyle
- DbObject
- PyGi.Drawable
- PyRx.RxObject
- Boost.Python.instance
- builtins.object
Static methods defined here:
- __init__(...)
- __init__( (object)arg1) -> None :
C++ signature :
void __init__(struct _object * __ptr64)
__init__( (object)arg1) -> None :
C++ signature :
void __init__(struct _object * __ptr64)
__init__( (object)arg1, (ObjectId)arg2, (OpenMode)arg3) -> None :
C++ signature :
void __init__(struct _object * __ptr64,class PyDbObjectId,enum AcDb::OpenMode)
- __reduce__ = (...)
- addElement(...)
- addElement( (MlineStyle)arg1, (float)arg2, (Color)arg3, (ObjectId)arg4) -> int :
C++ signature :
int addElement(class PyDbMlineStyle {lvalue},double,class AcCmColor,class PyDbObjectId {lvalue})
addElement( (MlineStyle)arg1, (float)arg2, (Color)arg3, (ObjectId)arg4, (bool)arg5) -> int :
C++ signature :
int addElement(class PyDbMlineStyle {lvalue},double,class AcCmColor,class PyDbObjectId {lvalue},bool)
- className(...)
- className() -> str :
C++ signature :
class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > className()
- desc(...)
- desc() -> RxClass :
C++ signature :
class PyRxClass desc()
- description(...)
- description( (MlineStyle)arg1) -> str :
C++ signature :
class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > description(class PyDbMlineStyle {lvalue})
- endAngle(...)
- endAngle( (MlineStyle)arg1) -> float :
C++ signature :
double endAngle(class PyDbMlineStyle {lvalue})
- endInnerArcs(...)
- endInnerArcs( (MlineStyle)arg1) -> bool :
C++ signature :
bool endInnerArcs(class PyDbMlineStyle {lvalue})
- endRoundCap(...)
- endRoundCap( (MlineStyle)arg1) -> bool :
C++ signature :
bool endRoundCap(class PyDbMlineStyle {lvalue})
- endSquareCap(...)
- endSquareCap( (MlineStyle)arg1) -> bool :
C++ signature :
bool endSquareCap(class PyDbMlineStyle {lvalue})
- fillColor(...)
- fillColor( (MlineStyle)arg1) -> Color :
C++ signature :
class AcCmColor fillColor(class PyDbMlineStyle {lvalue})
- filled(...)
- filled( (MlineStyle)arg1) -> bool :
C++ signature :
bool filled(class PyDbMlineStyle {lvalue})
- getElementAt(...)
- getElementAt( (MlineStyle)arg1, (int)arg2) -> tuple :
C++ signature :
class boost::python::tuple getElementAt(class PyDbMlineStyle {lvalue},int)
- initMlineStyle(...)
- initMlineStyle( (MlineStyle)arg1) -> None :
C++ signature :
void initMlineStyle(class PyDbMlineStyle {lvalue})
- name(...)
- name( (MlineStyle)arg1) -> str :
C++ signature :
class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > name(class PyDbMlineStyle {lvalue})
- numElements(...)
- numElements( (MlineStyle)arg1) -> int :
C++ signature :
int numElements(class PyDbMlineStyle {lvalue})
- removeElementAt(...)
- removeElementAt( (MlineStyle)arg1, (int)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus removeElementAt(class PyDbMlineStyle {lvalue},int)
- set(...)
- set( (MlineStyle)arg1, (MlineStyle)arg2) -> None :
C++ signature :
void set(class PyDbMlineStyle {lvalue},class PyDbMlineStyle)
set( (MlineStyle)arg1, (MlineStyle)arg2, (bool)arg3) -> None :
C++ signature :
void set(class PyDbMlineStyle {lvalue},class PyDbMlineStyle,bool)
- setDescription(...)
- setDescription( (MlineStyle)arg1, (str)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setDescription(class PyDbMlineStyle {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
- setElement(...)
- setElement( (MlineStyle)arg1, (float)arg2, (Color)arg3, (ObjectId)arg4) -> int :
C++ signature :
int setElement(class PyDbMlineStyle {lvalue},double,class AcCmColor,class PyDbObjectId {lvalue})
- setEndAngle(...)
- setEndAngle( (MlineStyle)arg1, (float)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setEndAngle(class PyDbMlineStyle {lvalue},double)
- setEndInnerArcs(...)
- setEndInnerArcs( (MlineStyle)arg1, (bool)arg2) -> None :
C++ signature :
void setEndInnerArcs(class PyDbMlineStyle {lvalue},bool)
- setEndRoundCap(...)
- setEndRoundCap( (MlineStyle)arg1, (bool)arg2) -> None :
C++ signature :
void setEndRoundCap(class PyDbMlineStyle {lvalue},bool)
- setEndSquareCap(...)
- setEndSquareCap( (MlineStyle)arg1, (bool)arg2) -> None :
C++ signature :
void setEndSquareCap(class PyDbMlineStyle {lvalue},bool)
- setFillColor(...)
- setFillColor( (MlineStyle)arg1, (Color)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setFillColor(class PyDbMlineStyle {lvalue},class AcCmColor)
- setFilled(...)
- setFilled( (MlineStyle)arg1, (bool)arg2) -> None :
C++ signature :
void setFilled(class PyDbMlineStyle {lvalue},bool)
- setName(...)
- setName( (MlineStyle)arg1, (str)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setName(class PyDbMlineStyle {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
- setShowMiters(...)
- setShowMiters( (MlineStyle)arg1, (bool)arg2) -> None :
C++ signature :
void setShowMiters(class PyDbMlineStyle {lvalue},bool)
- setStartAngle(...)
- setStartAngle( (MlineStyle)arg1, (float)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setStartAngle(class PyDbMlineStyle {lvalue},double)
- setStartInnerArcs(...)
- setStartInnerArcs( (MlineStyle)arg1, (bool)arg2) -> None :
C++ signature :
void setStartInnerArcs(class PyDbMlineStyle {lvalue},bool)
- setStartRoundCap(...)
- setStartRoundCap( (MlineStyle)arg1, (bool)arg2) -> None :
C++ signature :
void setStartRoundCap(class PyDbMlineStyle {lvalue},bool)
- setStartSquareCap(...)
- setStartSquareCap( (MlineStyle)arg1, (bool)arg2) -> None :
C++ signature :
void setStartSquareCap(class PyDbMlineStyle {lvalue},bool)
- showMiters(...)
- showMiters( (MlineStyle)arg1) -> bool :
C++ signature :
bool showMiters(class PyDbMlineStyle {lvalue})
- startAngle(...)
- startAngle( (MlineStyle)arg1) -> float :
C++ signature :
double startAngle(class PyDbMlineStyle {lvalue})
- startInnerArcs(...)
- startInnerArcs( (MlineStyle)arg1) -> bool :
C++ signature :
bool startInnerArcs(class PyDbMlineStyle {lvalue})
- startRoundCap(...)
- startRoundCap( (MlineStyle)arg1) -> bool :
C++ signature :
bool startRoundCap(class PyDbMlineStyle {lvalue})
- startSquareCap(...)
- startSquareCap( (MlineStyle)arg1) -> bool :
C++ signature :
bool startSquareCap(class PyDbMlineStyle {lvalue})
Data and other attributes defined here:
- __instance_size__ = 48
Static methods inherited from DbObject:
- addPersistentReactor(...)
- addPersistentReactor( (DbObject)arg1, (ObjectId)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus addPersistentReactor(class PyDbObject {lvalue},class PyDbObjectId)
- assertNotifyEnabled(...)
- assertNotifyEnabled( (DbObject)arg1) -> None :
C++ signature :
void assertNotifyEnabled(class PyDbObject {lvalue})
- assertReadEnabled(...)
- assertReadEnabled( (DbObject)arg1) -> None :
C++ signature :
void assertReadEnabled(class PyDbObject {lvalue})
- assertWriteEnabled(...)
- assertWriteEnabled( (DbObject)arg1) -> None :
C++ signature :
void assertWriteEnabled(class PyDbObject {lvalue})
- cancel(...)
- cancel( (DbObject)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus cancel(class PyDbObject {lvalue})
- close(...)
- close( (DbObject)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus close(class PyDbObject {lvalue})
- createExtensionDictionary(...)
- createExtensionDictionary( (DbObject)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus createExtensionDictionary(class PyDbObject {lvalue})
- database(...)
- database( (DbObject)arg1) -> Database :
C++ signature :
class PyDbDatabase database(class PyDbObject {lvalue})
- disableUndoRecording(...)
- disableUndoRecording( (DbObject)arg1, (bool)arg2) -> None :
C++ signature :
void disableUndoRecording(class PyDbObject {lvalue},bool)
- downgradeOpen(...)
- downgradeOpen( (DbObject)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus downgradeOpen(class PyDbObject {lvalue})
- downgradeToNotify(...)
- downgradeToNotify( (DbObject)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus downgradeToNotify(class PyDbObject {lvalue},bool)
- erase(...)
- erase( (DbObject)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus erase(class PyDbObject {lvalue})
- extensionDictionary(...)
- extensionDictionary( (DbObject)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId extensionDictionary(class PyDbObject {lvalue})
- handOverTo(...)
- handOverTo( (DbObject)arg1, (DbObject)arg2, (bool)arg3, (bool)arg4) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus handOverTo(class PyDbObject {lvalue},class PyDbObject {lvalue},bool,bool)
- hasPersistentReactor(...)
- hasPersistentReactor( (DbObject)arg1, (ObjectId)arg2) -> bool :
C++ signature :
bool hasPersistentReactor(class PyDbObject {lvalue},class PyDbObjectId)
- isAProxy(...)
- isAProxy( (DbObject)arg1) -> bool :
C++ signature :
bool isAProxy(class PyDbObject {lvalue})
- isCancelling(...)
- isCancelling( (DbObject)arg1) -> bool :
C++ signature :
bool isCancelling(class PyDbObject {lvalue})
- isEraseStatusToggled(...)
- isEraseStatusToggled( (DbObject)arg1) -> bool :
C++ signature :
bool isEraseStatusToggled(class PyDbObject {lvalue})
- isErased(...)
- isErased( (DbObject)arg1) -> bool :
C++ signature :
bool isErased(class PyDbObject {lvalue})
- isModified(...)
- isModified( (DbObject)arg1) -> bool :
C++ signature :
bool isModified(class PyDbObject {lvalue})
- isModifiedGraphics(...)
- isModifiedGraphics( (DbObject)arg1) -> bool :
C++ signature :
bool isModifiedGraphics(class PyDbObject {lvalue})
- isModifiedXData(...)
- isModifiedXData( (DbObject)arg1) -> bool :
C++ signature :
bool isModifiedXData(class PyDbObject {lvalue})
- isNewObject(...)
- isNewObject( (DbObject)arg1) -> bool :
C++ signature :
bool isNewObject(class PyDbObject {lvalue})
- isNotifyEnabled(...)
- isNotifyEnabled( (DbObject)arg1) -> bool :
C++ signature :
bool isNotifyEnabled(class PyDbObject {lvalue})
- isNotifying(...)
- isNotifying( (DbObject)arg1) -> bool :
C++ signature :
bool isNotifying(class PyDbObject {lvalue})
- isReadEnabled(...)
- isReadEnabled( (DbObject)arg1) -> bool :
C++ signature :
bool isReadEnabled(class PyDbObject {lvalue})
- isReallyClosing(...)
- isReallyClosing( (DbObject)arg1) -> bool :
C++ signature :
bool isReallyClosing(class PyDbObject {lvalue})
- isTransactionResident(...)
- isTransactionResident( (DbObject)arg1) -> bool :
C++ signature :
bool isTransactionResident(class PyDbObject {lvalue})
- isUndoRecordingDisabled(...)
- isUndoRecordingDisabled( (DbObject)arg1) -> bool :
C++ signature :
bool isUndoRecordingDisabled(class PyDbObject {lvalue})
- isUndoing(...)
- isUndoing( (DbObject)arg1) -> bool :
C++ signature :
bool isUndoing(class PyDbObject {lvalue})
- isWriteEnabled(...)
- isWriteEnabled( (DbObject)arg1) -> bool :
C++ signature :
bool isWriteEnabled(class PyDbObject {lvalue})
- objectId(...)
- objectId( (DbObject)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId objectId(class PyDbObject {lvalue})
- ownerId(...)
- ownerId( (DbObject)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId ownerId(class PyDbObject {lvalue})
- releaseExtensionDictionary(...)
- releaseExtensionDictionary( (DbObject)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus releaseExtensionDictionary(class PyDbObject {lvalue})
- removePersistentReactor(...)
- removePersistentReactor( (DbObject)arg1, (ObjectId)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus removePersistentReactor(class PyDbObject {lvalue},class PyDbObjectId)
- setOwnerId(...)
- setOwnerId( (DbObject)arg1, (ObjectId)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setOwnerId(class PyDbObject {lvalue},class PyDbObjectId)
- setXData(...)
- setXData( (DbObject)arg1, (list)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setXData(class PyDbObject {lvalue},class boost::python::list)
- swapIdWith(...)
- swapIdWith( (DbObject)arg1, (ObjectId)arg2, (bool)arg3, (bool)arg4) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus swapIdWith(class PyDbObject {lvalue},class PyDbObjectId {lvalue},bool,bool)
- upgradeFromNotify(...)
- upgradeFromNotify( (DbObject)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus upgradeFromNotify(class PyDbObject {lvalue},bool {lvalue})
- upgradeOpen(...)
- upgradeOpen( (DbObject)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus upgradeOpen(class PyDbObject {lvalue})
- xData(...)
- xData( (DbObject)arg1, (str)arg2) -> list :
C++ signature :
class boost::python::list xData(class PyDbObject {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
- xDataTransformBy(...)
- xDataTransformBy( (DbObject)arg1, (Matrix3d)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus xDataTransformBy(class PyDbObject {lvalue},class AcGeMatrix3d)
Static methods inherited from PyGi.Drawable:
- isA(...)
- isA( (Drawable)arg1) -> RxClass :
C++ signature :
class PyRxClass isA(class PyGiDrawable {lvalue})
Static methods inherited from PyRx.RxObject:
- __eq__(...)
- __eq__( (RxObject)arg1, (RxObject)arg2) -> bool :
C++ signature :
bool __eq__(class PyRxObject {lvalue},class PyRxObject)
- __ne__(...)
- __ne__( (RxObject)arg1, (RxObject)arg2) -> bool :
C++ signature :
bool __ne__(class PyRxObject {lvalue},class PyRxObject)
- isNull(...)
- isNull( (RxObject)arg1) -> bool :
C++ signature :
bool isNull(class PyRxObject {lvalue})
Static methods inherited from Boost.Python.instance:
- __new__(*args, **kwargs) from Boost.Python.class
- Create and return a new object. See help(type) for accurate signature.
Data descriptors inherited from Boost.Python.instance:
- __dict__
- __weakref__
|
class NurbSurface(Surface) |
| | |
- Method resolution order:
- NurbSurface
- Surface
- Entity
- DbObject
- PyGi.Drawable
- PyRx.RxObject
- Boost.Python.instance
- builtins.object
Static methods defined here:
- __init__(...)
- __init__( (object)arg1) -> None :
C++ signature :
void __init__(struct _object * __ptr64)
__init__( (object)arg1) -> None :
C++ signature :
void __init__(struct _object * __ptr64)
__init__( (object)arg1, (ObjectId)arg2, (OpenMode)arg3) -> None :
C++ signature :
void __init__(struct _object * __ptr64,class PyDbObjectId,enum AcDb::OpenMode)
- __reduce__ = (...)
- className(...)
- className() -> str :
C++ signature :
class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > className()
- desc(...)
- desc() -> RxClass :
C++ signature :
class PyRxClass desc()
Data and other attributes defined here:
- __instance_size__ = 48
Static methods inherited from Entity:
- blockId(...)
- blockId( (Entity)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId blockId(class PyDbEntity {lvalue})
- castShadows(...)
- castShadows( (Entity)arg1) -> bool :
C++ signature :
bool castShadows(class PyDbEntity {lvalue})
- collisionType(...)
- collisionType( (Entity)arg1) -> CollisionType :
C++ signature :
enum AcDb::CollisionType collisionType(class PyDbEntity {lvalue})
- color(...)
- color( (Entity)arg1) -> Color :
C++ signature :
class AcCmColor color(class PyDbEntity {lvalue})
- colorIndex(...)
- colorIndex( (Entity)arg1) -> int :
C++ signature :
unsigned short colorIndex(class PyDbEntity {lvalue})
- draw(...)
- draw( (Entity)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus draw(class PyDbEntity {lvalue})
- entityColor(...)
- entityColor( (Entity)arg1) -> EntityColor :
C++ signature :
class AcCmEntityColor entityColor(class PyDbEntity {lvalue})
- getCompoundObjectTransform(...)
- getCompoundObjectTransform( (Entity)arg1, (Matrix3d)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus getCompoundObjectTransform(class PyDbEntity {lvalue},class AcGeMatrix3d {lvalue})
- getEcs(...)
- getEcs( (Entity)arg1, (Matrix3d)arg2) -> None :
C++ signature :
void getEcs(class PyDbEntity {lvalue},class AcGeMatrix3d {lvalue})
- getGeomExtents(...)
- getGeomExtents( (Entity)arg1, (Extents)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus getGeomExtents(class PyDbEntity {lvalue},class AcDbExtents {lvalue})
- getPlane(...)
- getPlane( (Entity)arg1) -> Plane :
C++ signature :
class PyGePlane getPlane(class PyDbEntity {lvalue})
- getPlotStyleNameId(...)
- getPlotStyleNameId( (Entity)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId getPlotStyleNameId(class PyDbEntity {lvalue})
- isPlanar(...)
- isPlanar( (Entity)arg1) -> bool :
C++ signature :
bool isPlanar(class PyDbEntity {lvalue})
- layer(...)
- layer( (Entity)arg1) -> str :
C++ signature :
class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > layer(class PyDbEntity {lvalue})
- layerId(...)
- layerId( (Entity)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId layerId(class PyDbEntity {lvalue})
- lineWeight(...)
- lineWeight( (Entity)arg1) -> LineWeight :
C++ signature :
enum AcDb::LineWeight lineWeight(class PyDbEntity {lvalue})
- linetype(...)
- linetype( (Entity)arg1) -> str :
C++ signature :
class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > linetype(class PyDbEntity {lvalue})
- linetypeId(...)
- linetypeId( (Entity)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId linetypeId(class PyDbEntity {lvalue})
- linetypeScale(...)
- linetypeScale( (Entity)arg1) -> float :
C++ signature :
double linetypeScale(class PyDbEntity {lvalue})
- list(...)
- list( (Entity)arg1) -> None :
C++ signature :
void list(class PyDbEntity {lvalue})
- material(...)
- material( (Entity)arg1) -> str :
C++ signature :
class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > material(class PyDbEntity {lvalue})
- materialId(...)
- materialId( (Entity)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId materialId(class PyDbEntity {lvalue})
- plotStyleName(...)
- plotStyleName( (Entity)arg1) -> str :
C++ signature :
class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > plotStyleName(class PyDbEntity {lvalue})
- receiveShadows(...)
- receiveShadows( (Entity)arg1) -> bool :
C++ signature :
bool receiveShadows(class PyDbEntity {lvalue})
- recordGraphicsModified(...)
- recordGraphicsModified( (Entity)arg1) -> None :
C++ signature :
void recordGraphicsModified(class PyDbEntity {lvalue})
recordGraphicsModified( (Entity)arg1) -> None :
C++ signature :
void recordGraphicsModified(class PyDbEntity {lvalue})
- setCastShadows(...)
- setCastShadows( (Entity)arg1, (bool)arg2) -> None :
C++ signature :
void setCastShadows(class PyDbEntity {lvalue},bool)
- setColor(...)
- setColor( (Entity)arg1, (Color)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setColor(class PyDbEntity {lvalue},class AcCmColor)
setColor( (Entity)arg1, (Color)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setColor(class PyDbEntity {lvalue},class AcCmColor,bool)
setColor( (Entity)arg1, (Color)arg2, (bool)arg3, (Database)arg4) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setColor(class PyDbEntity {lvalue},class AcCmColor,bool,class PyDbDatabase {lvalue})
- setColorIndex(...)
- setColorIndex( (Entity)arg1, (int)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setColorIndex(class PyDbEntity {lvalue},unsigned short)
setColorIndex( (Entity)arg1, (int)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setColorIndex(class PyDbEntity {lvalue},unsigned short,bool)
- setDatabaseDefaults(...)
- setDatabaseDefaults( (Entity)arg1) -> None :
C++ signature :
void setDatabaseDefaults(class PyDbEntity {lvalue})
setDatabaseDefaults( (Entity)arg1, (Database)arg2) -> None :
C++ signature :
void setDatabaseDefaults(class PyDbEntity {lvalue},class PyDbDatabase)
- setLayer(...)
- setLayer( (Entity)arg1, (str)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLayer(class PyDbEntity {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
setLayer( (Entity)arg1, (str)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLayer(class PyDbEntity {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,bool)
setLayer( (Entity)arg1, (str)arg2, (bool)arg3, (bool)arg4) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLayer(class PyDbEntity {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,bool,bool)
setLayer( (Entity)arg1, (ObjectId)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLayer(class PyDbEntity {lvalue},class PyDbObjectId)
setLayer( (Entity)arg1, (ObjectId)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLayer(class PyDbEntity {lvalue},class PyDbObjectId,bool)
setLayer( (Entity)arg1, (ObjectId)arg2, (bool)arg3, (bool)arg4) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLayer(class PyDbEntity {lvalue},class PyDbObjectId,bool,bool)
- setLineWeight(...)
- setLineWeight( (Entity)arg1, (LineWeight)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLineWeight(class PyDbEntity {lvalue},enum AcDb::LineWeight)
setLineWeight( (Entity)arg1, (LineWeight)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLineWeight(class PyDbEntity {lvalue},enum AcDb::LineWeight,bool)
- setLinetype(...)
- setLinetype( (Entity)arg1, (str)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLinetype(class PyDbEntity {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
setLinetype( (Entity)arg1, (str)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLinetype(class PyDbEntity {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,bool)
setLinetype( (Entity)arg1, (ObjectId)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLinetype(class PyDbEntity {lvalue},class PyDbObjectId)
setLinetype( (Entity)arg1, (ObjectId)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLinetype(class PyDbEntity {lvalue},class PyDbObjectId,bool)
- setLinetypeScale(...)
- setLinetypeScale( (Entity)arg1, (float)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLinetypeScale(class PyDbEntity {lvalue},double)
setLinetypeScale( (Entity)arg1, (float)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLinetypeScale(class PyDbEntity {lvalue},double,bool)
- setMaterial(...)
- setMaterial( (Entity)arg1, (str)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setMaterial(class PyDbEntity {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
setMaterial( (Entity)arg1, (str)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setMaterial(class PyDbEntity {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,bool)
setMaterial( (Entity)arg1, (ObjectId)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setMaterial(class PyDbEntity {lvalue},class PyDbObjectId)
setMaterial( (Entity)arg1, (ObjectId)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setMaterial(class PyDbEntity {lvalue},class PyDbObjectId,bool)
- setPlotStyleName(...)
- setPlotStyleName( (Entity)arg1, (str)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setPlotStyleName(class PyDbEntity {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,bool)
setPlotStyleName( (Entity)arg1, (PlotStyleNameType)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setPlotStyleName(class PyDbEntity {lvalue},enum AcDb::PlotStyleNameType,bool)
setPlotStyleName( (Entity)arg1, (PlotStyleNameType)arg2, (ObjectId)arg3, (bool)arg4) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setPlotStyleName(class PyDbEntity {lvalue},enum AcDb::PlotStyleNameType,class PyDbObjectId,bool)
- setPropertiesFrom(...)
- setPropertiesFrom( (Entity)arg1, (Entity)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setPropertiesFrom(class PyDbEntity {lvalue},class PyDbEntity)
setPropertiesFrom( (Entity)arg1, (Entity)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setPropertiesFrom(class PyDbEntity {lvalue},class PyDbEntity,bool)
- setReceiveShadows(...)
- setReceiveShadows( (Entity)arg1, (bool)arg2) -> None :
C++ signature :
void setReceiveShadows(class PyDbEntity {lvalue},bool)
- setVisibility(...)
- setVisibility( (Entity)arg1, (Visibility)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setVisibility(class PyDbEntity {lvalue},enum AcDb::Visibility)
setVisibility( (Entity)arg1, (Visibility)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setVisibility(class PyDbEntity {lvalue},enum AcDb::Visibility,bool)
- transformBy(...)
- transformBy( (Entity)arg1, (Matrix3d)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus transformBy(class PyDbEntity {lvalue},class AcGeMatrix3d)
- visibility(...)
- visibility( (Entity)arg1) -> Visibility :
C++ signature :
enum AcDb::Visibility visibility(class PyDbEntity {lvalue})
Static methods inherited from DbObject:
- addPersistentReactor(...)
- addPersistentReactor( (DbObject)arg1, (ObjectId)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus addPersistentReactor(class PyDbObject {lvalue},class PyDbObjectId)
- assertNotifyEnabled(...)
- assertNotifyEnabled( (DbObject)arg1) -> None :
C++ signature :
void assertNotifyEnabled(class PyDbObject {lvalue})
- assertReadEnabled(...)
- assertReadEnabled( (DbObject)arg1) -> None :
C++ signature :
void assertReadEnabled(class PyDbObject {lvalue})
- assertWriteEnabled(...)
- assertWriteEnabled( (DbObject)arg1) -> None :
C++ signature :
void assertWriteEnabled(class PyDbObject {lvalue})
- cancel(...)
- cancel( (DbObject)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus cancel(class PyDbObject {lvalue})
- close(...)
- close( (DbObject)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus close(class PyDbObject {lvalue})
- createExtensionDictionary(...)
- createExtensionDictionary( (DbObject)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus createExtensionDictionary(class PyDbObject {lvalue})
- database(...)
- database( (DbObject)arg1) -> Database :
C++ signature :
class PyDbDatabase database(class PyDbObject {lvalue})
- disableUndoRecording(...)
- disableUndoRecording( (DbObject)arg1, (bool)arg2) -> None :
C++ signature :
void disableUndoRecording(class PyDbObject {lvalue},bool)
- downgradeOpen(...)
- downgradeOpen( (DbObject)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus downgradeOpen(class PyDbObject {lvalue})
- downgradeToNotify(...)
- downgradeToNotify( (DbObject)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus downgradeToNotify(class PyDbObject {lvalue},bool)
- erase(...)
- erase( (DbObject)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus erase(class PyDbObject {lvalue})
- extensionDictionary(...)
- extensionDictionary( (DbObject)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId extensionDictionary(class PyDbObject {lvalue})
- handOverTo(...)
- handOverTo( (DbObject)arg1, (DbObject)arg2, (bool)arg3, (bool)arg4) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus handOverTo(class PyDbObject {lvalue},class PyDbObject {lvalue},bool,bool)
- hasPersistentReactor(...)
- hasPersistentReactor( (DbObject)arg1, (ObjectId)arg2) -> bool :
C++ signature :
bool hasPersistentReactor(class PyDbObject {lvalue},class PyDbObjectId)
- isAProxy(...)
- isAProxy( (DbObject)arg1) -> bool :
C++ signature :
bool isAProxy(class PyDbObject {lvalue})
- isCancelling(...)
- isCancelling( (DbObject)arg1) -> bool :
C++ signature :
bool isCancelling(class PyDbObject {lvalue})
- isEraseStatusToggled(...)
- isEraseStatusToggled( (DbObject)arg1) -> bool :
C++ signature :
bool isEraseStatusToggled(class PyDbObject {lvalue})
- isErased(...)
- isErased( (DbObject)arg1) -> bool :
C++ signature :
bool isErased(class PyDbObject {lvalue})
- isModified(...)
- isModified( (DbObject)arg1) -> bool :
C++ signature :
bool isModified(class PyDbObject {lvalue})
- isModifiedGraphics(...)
- isModifiedGraphics( (DbObject)arg1) -> bool :
C++ signature :
bool isModifiedGraphics(class PyDbObject {lvalue})
- isModifiedXData(...)
- isModifiedXData( (DbObject)arg1) -> bool :
C++ signature :
bool isModifiedXData(class PyDbObject {lvalue})
- isNewObject(...)
- isNewObject( (DbObject)arg1) -> bool :
C++ signature :
bool isNewObject(class PyDbObject {lvalue})
- isNotifyEnabled(...)
- isNotifyEnabled( (DbObject)arg1) -> bool :
C++ signature :
bool isNotifyEnabled(class PyDbObject {lvalue})
- isNotifying(...)
- isNotifying( (DbObject)arg1) -> bool :
C++ signature :
bool isNotifying(class PyDbObject {lvalue})
- isReadEnabled(...)
- isReadEnabled( (DbObject)arg1) -> bool :
C++ signature :
bool isReadEnabled(class PyDbObject {lvalue})
- isReallyClosing(...)
- isReallyClosing( (DbObject)arg1) -> bool :
C++ signature :
bool isReallyClosing(class PyDbObject {lvalue})
- isTransactionResident(...)
- isTransactionResident( (DbObject)arg1) -> bool :
C++ signature :
bool isTransactionResident(class PyDbObject {lvalue})
- isUndoRecordingDisabled(...)
- isUndoRecordingDisabled( (DbObject)arg1) -> bool :
C++ signature :
bool isUndoRecordingDisabled(class PyDbObject {lvalue})
- isUndoing(...)
- isUndoing( (DbObject)arg1) -> bool :
C++ signature :
bool isUndoing(class PyDbObject {lvalue})
- isWriteEnabled(...)
- isWriteEnabled( (DbObject)arg1) -> bool :
C++ signature :
bool isWriteEnabled(class PyDbObject {lvalue})
- objectId(...)
- objectId( (DbObject)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId objectId(class PyDbObject {lvalue})
- ownerId(...)
- ownerId( (DbObject)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId ownerId(class PyDbObject {lvalue})
- releaseExtensionDictionary(...)
- releaseExtensionDictionary( (DbObject)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus releaseExtensionDictionary(class PyDbObject {lvalue})
- removePersistentReactor(...)
- removePersistentReactor( (DbObject)arg1, (ObjectId)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus removePersistentReactor(class PyDbObject {lvalue},class PyDbObjectId)
- setOwnerId(...)
- setOwnerId( (DbObject)arg1, (ObjectId)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setOwnerId(class PyDbObject {lvalue},class PyDbObjectId)
- setXData(...)
- setXData( (DbObject)arg1, (list)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setXData(class PyDbObject {lvalue},class boost::python::list)
- swapIdWith(...)
- swapIdWith( (DbObject)arg1, (ObjectId)arg2, (bool)arg3, (bool)arg4) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus swapIdWith(class PyDbObject {lvalue},class PyDbObjectId {lvalue},bool,bool)
- upgradeFromNotify(...)
- upgradeFromNotify( (DbObject)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus upgradeFromNotify(class PyDbObject {lvalue},bool {lvalue})
- upgradeOpen(...)
- upgradeOpen( (DbObject)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus upgradeOpen(class PyDbObject {lvalue})
- xData(...)
- xData( (DbObject)arg1, (str)arg2) -> list :
C++ signature :
class boost::python::list xData(class PyDbObject {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
- xDataTransformBy(...)
- xDataTransformBy( (DbObject)arg1, (Matrix3d)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus xDataTransformBy(class PyDbObject {lvalue},class AcGeMatrix3d)
Static methods inherited from PyGi.Drawable:
- isA(...)
- isA( (Drawable)arg1) -> RxClass :
C++ signature :
class PyRxClass isA(class PyGiDrawable {lvalue})
Static methods inherited from PyRx.RxObject:
- __eq__(...)
- __eq__( (RxObject)arg1, (RxObject)arg2) -> bool :
C++ signature :
bool __eq__(class PyRxObject {lvalue},class PyRxObject)
- __ne__(...)
- __ne__( (RxObject)arg1, (RxObject)arg2) -> bool :
C++ signature :
bool __ne__(class PyRxObject {lvalue},class PyRxObject)
- isNull(...)
- isNull( (RxObject)arg1) -> bool :
C++ signature :
bool isNull(class PyRxObject {lvalue})
Static methods inherited from Boost.Python.instance:
- __new__(*args, **kwargs) from Boost.Python.class
- Create and return a new object. See help(type) for accurate signature.
Data descriptors inherited from Boost.Python.instance:
- __dict__
- __weakref__
|
class ObjectId(Boost.Python.instance) |
| | |
- Method resolution order:
- ObjectId
- Boost.Python.instance
- builtins.object
Static methods defined here:
- __eq__(...)
- __eq__( (ObjectId)arg1, (ObjectId)arg2) -> bool :
C++ signature :
bool __eq__(class PyDbObjectId {lvalue},class PyDbObjectId)
- __init__(...)
- __init__( (object)arg1) -> None :
C++ signature :
void __init__(struct _object * __ptr64)
__init__( (object)arg1) -> None :
C++ signature :
void __init__(struct _object * __ptr64)
- __ne__(...)
- __ne__( (ObjectId)arg1, (ObjectId)arg2) -> bool :
C++ signature :
bool __ne__(class PyDbObjectId {lvalue},class PyDbObjectId)
__ne__( (ObjectId)arg1, (ObjectId)arg2) -> bool :
C++ signature :
bool __ne__(class PyDbObjectId {lvalue},class PyDbObjectId)
- __reduce__ = (...)
- __repr__(...)
- __repr__( (ObjectId)arg1) -> str :
C++ signature :
class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > __repr__(class PyDbObjectId {lvalue})
- __str__(...)
- __str__( (ObjectId)arg1) -> str :
C++ signature :
class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > __str__(class PyDbObjectId {lvalue})
- asOldId(...)
- asOldId( (ObjectId)arg1) -> int :
C++ signature :
__int64 asOldId(class PyDbObjectId {lvalue})
- convertToRedirectedId(...)
- convertToRedirectedId( (ObjectId)arg1) -> bool :
C++ signature :
bool convertToRedirectedId(class PyDbObjectId {lvalue})
- database(...)
- database( (ObjectId)arg1) -> Database :
C++ signature :
class PyDbDatabase database(class PyDbObjectId {lvalue})
- isNull(...)
- isNull( (ObjectId)arg1) -> bool :
C++ signature :
bool isNull(class PyDbObjectId {lvalue})
- isResident(...)
- isResident( (ObjectId)arg1) -> bool :
C++ signature :
bool isResident(class PyDbObjectId {lvalue})
- isValid(...)
- isValid( (ObjectId)arg1) -> bool :
C++ signature :
bool isValid(class PyDbObjectId {lvalue})
- isWellBehaved(...)
- isWellBehaved( (ObjectId)arg1) -> bool :
C++ signature :
bool isWellBehaved(class PyDbObjectId {lvalue})
- objectClass(...)
- objectClass( (ObjectId)arg1) -> RxClass :
C++ signature :
class PyRxClass objectClass(class PyDbObjectId {lvalue})
- originalDatabase(...)
- originalDatabase( (ObjectId)arg1) -> Database :
C++ signature :
class PyDbDatabase originalDatabase(class PyDbObjectId {lvalue})
- setFromOldId(...)
- setFromOldId( (ObjectId)arg1, (int)arg2) -> ObjectId :
C++ signature :
class PyDbObjectId {lvalue} setFromOldId(class PyDbObjectId {lvalue},__int64)
Data and other attributes defined here:
- __instance_size__ = 32
Static methods inherited from Boost.Python.instance:
- __new__(*args, **kwargs) from Boost.Python.class
- Create and return a new object. See help(type) for accurate signature.
Data descriptors inherited from Boost.Python.instance:
- __dict__
- __weakref__
|
class OpenMode(Boost.Python.enum) |
| | |
- Method resolution order:
- OpenMode
- Boost.Python.enum
- builtins.int
- builtins.object
Data and other attributes defined here:
- ForNotify = PyDb.OpenMode.ForNotify
- ForRead = PyDb.OpenMode.ForRead
- ForWrite = PyDb.OpenMode.ForWrite
- kForNotify = PyDb.OpenMode.kForNotify
- kForRead = PyDb.OpenMode.kForRead
- kForWrite = PyDb.OpenMode.kForWrite
- names = {'ForNotify': PyDb.OpenMode.ForNotify, 'ForRead': PyDb.OpenMode.ForRead, 'ForWrite': PyDb.OpenMode.ForWrite, 'kForNotify': PyDb.OpenMode.kForNotify, 'kForRead': PyDb.OpenMode.kForRead, 'kForWrite': PyDb.OpenMode.kForWrite}
- values = {0: PyDb.OpenMode.kForRead, 1: PyDb.OpenMode.kForWrite, 2: PyDb.OpenMode.kForNotify}
Methods inherited from Boost.Python.enum:
- __repr__(self, /)
- Return repr(self).
- __str__(self, /)
- Return str(self).
Data descriptors inherited from Boost.Python.enum:
- name
Methods inherited from builtins.int:
- __abs__(self, /)
- abs(self)
- __add__(self, value, /)
- Return self+value.
- __and__(self, value, /)
- Return self&value.
- __bool__(self, /)
- True if self else False
- __ceil__(...)
- Ceiling of an Integral returns itself.
- __divmod__(self, value, /)
- Return divmod(self, value).
- __eq__(self, value, /)
- Return self==value.
- __float__(self, /)
- float(self)
- __floor__(...)
- Flooring an Integral returns itself.
- __floordiv__(self, value, /)
- Return self//value.
- __format__(self, format_spec, /)
- Default object formatter.
- __ge__(self, value, /)
- Return self>=value.
- __getattribute__(self, name, /)
- Return getattr(self, name).
- __getnewargs__(self, /)
- __gt__(self, value, /)
- Return self>value.
- __hash__(self, /)
- Return hash(self).
- __index__(self, /)
- Return self converted to an integer, if self is suitable for use as an index into a list.
- __int__(self, /)
- int(self)
- __invert__(self, /)
- ~self
- __le__(self, value, /)
- Return self<=value.
- __lshift__(self, value, /)
- Return self<<value.
- __lt__(self, value, /)
- Return self<value.
- __mod__(self, value, /)
- Return self%value.
- __mul__(self, value, /)
- Return self*value.
- __ne__(self, value, /)
- Return self!=value.
- __neg__(self, /)
- -self
- __or__(self, value, /)
- Return self|value.
- __pos__(self, /)
- +self
- __pow__(self, value, mod=None, /)
- Return pow(self, value, mod).
- __radd__(self, value, /)
- Return value+self.
- __rand__(self, value, /)
- Return value&self.
- __rdivmod__(self, value, /)
- Return divmod(value, self).
- __rfloordiv__(self, value, /)
- Return value//self.
- __rlshift__(self, value, /)
- Return value<<self.
- __rmod__(self, value, /)
- Return value%self.
- __rmul__(self, value, /)
- Return value*self.
- __ror__(self, value, /)
- Return value|self.
- __round__(...)
- Rounding an Integral returns itself.
Rounding with an ndigits argument also returns an integer.
- __rpow__(self, value, mod=None, /)
- Return pow(value, self, mod).
- __rrshift__(self, value, /)
- Return value>>self.
- __rshift__(self, value, /)
- Return self>>value.
- __rsub__(self, value, /)
- Return value-self.
- __rtruediv__(self, value, /)
- Return value/self.
- __rxor__(self, value, /)
- Return value^self.
- __sizeof__(self, /)
- Returns size in memory, in bytes.
- __sub__(self, value, /)
- Return self-value.
- __truediv__(self, value, /)
- Return self/value.
- __trunc__(...)
- Truncating an Integral returns itself.
- __xor__(self, value, /)
- Return self^value.
- as_integer_ratio(self, /)
- Return integer ratio.
Return a pair of integers, whose ratio is exactly equal to the original int
and with a positive denominator.
>>> (10).as_integer_ratio()
(10, 1)
>>> (-10).as_integer_ratio()
(-10, 1)
>>> (0).as_integer_ratio()
(0, 1)
- bit_count(self, /)
- Number of ones in the binary representation of the absolute value of self.
Also known as the population count.
>>> bin(13)
'0b1101'
>>> (13).bit_count()
3
- bit_length(self, /)
- Number of bits necessary to represent self in binary.
>>> bin(37)
'0b100101'
>>> (37).bit_length()
6
- conjugate(...)
- Returns self, the complex conjugate of any int.
- to_bytes(self, /, length, byteorder, *, signed=False)
- Return an array of bytes representing an integer.
length
Length of bytes object to use. An OverflowError is raised if the
integer is not representable with the given number of bytes.
byteorder
The byte order used to represent the integer. If byteorder is 'big',
the most significant byte is at the beginning of the byte array. If
byteorder is 'little', the most significant byte is at the end of the
byte array. To request the native byte order of the host system, use
`sys.byteorder' as the byte order value.
signed
Determines whether two's complement is used to represent the integer.
If signed is False and a negative integer is given, an OverflowError
is raised.
Class methods inherited from builtins.int:
- from_bytes(bytes, byteorder, *, signed=False) from builtins.type
- Return the integer represented by the given array of bytes.
bytes
Holds the array of bytes to convert. The argument must either
support the buffer protocol or be an iterable object producing bytes.
Bytes and bytearray are examples of built-in objects that support the
buffer protocol.
byteorder
The byte order used to represent the integer. If byteorder is 'big',
the most significant byte is at the beginning of the byte array. If
byteorder is 'little', the most significant byte is at the end of the
byte array. To request the native byte order of the host system, use
`sys.byteorder' as the byte order value.
signed
Indicates whether two's complement is used to represent the integer.
Static methods inherited from builtins.int:
- __new__(*args, **kwargs) from builtins.type
- Create and return a new object. See help(type) for accurate signature.
Data descriptors inherited from builtins.int:
- denominator
- the denominator of a rational number in lowest terms
- imag
- the imaginary part of a complex number
- numerator
- the numerator of a rational number in lowest terms
- real
- the real part of a complex number
|
class OrdinateDimension(Dimension) |
| | |
- Method resolution order:
- OrdinateDimension
- Dimension
- Entity
- DbObject
- PyGi.Drawable
- PyRx.RxObject
- Boost.Python.instance
- builtins.object
Static methods defined here:
- __init__(...)
- __init__( (object)arg1) -> None :
C++ signature :
void __init__(struct _object * __ptr64)
__init__( (object)arg1) -> None :
C++ signature :
void __init__(struct _object * __ptr64)
__init__( (object)arg1, (ObjectId)arg2, (OpenMode)arg3) -> None :
C++ signature :
void __init__(struct _object * __ptr64,class PyDbObjectId,enum AcDb::OpenMode)
__init__( (object)arg1, (bool)arg2, (Point3d)arg3, (Point3d)arg4) -> None :
C++ signature :
void __init__(struct _object * __ptr64,bool,class AcGePoint3d,class AcGePoint3d)
__init__( (object)arg1, (bool)arg2, (Point3d)arg3, (Point3d)arg4, (str)arg5) -> None :
C++ signature :
void __init__(struct _object * __ptr64,bool,class AcGePoint3d,class AcGePoint3d,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
__init__( (object)arg1, (bool)arg2, (Point3d)arg3, (Point3d)arg4, (str)arg5, (ObjectId)arg6) -> None :
C++ signature :
void __init__(struct _object * __ptr64,bool,class AcGePoint3d,class AcGePoint3d,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,class PyDbObjectId)
- __reduce__ = (...)
- className(...)
- className() -> str :
C++ signature :
class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > className()
- definingPoint(...)
- definingPoint( (OrdinateDimension)arg1) -> Point3d :
C++ signature :
class AcGePoint3d definingPoint(class PyDbOrdinateDimension {lvalue})
- desc(...)
- desc() -> RxClass :
C++ signature :
class PyRxClass desc()
- isUsingXAxis(...)
- isUsingXAxis( (OrdinateDimension)arg1) -> bool :
C++ signature :
bool isUsingXAxis(class PyDbOrdinateDimension {lvalue})
- isUsingYAxis(...)
- isUsingYAxis( (OrdinateDimension)arg1) -> bool :
C++ signature :
bool isUsingYAxis(class PyDbOrdinateDimension {lvalue})
- leaderEndPoint(...)
- leaderEndPoint( (OrdinateDimension)arg1) -> Point3d :
C++ signature :
class AcGePoint3d leaderEndPoint(class PyDbOrdinateDimension {lvalue})
- origin(...)
- origin( (OrdinateDimension)arg1) -> Point3d :
C++ signature :
class AcGePoint3d origin(class PyDbOrdinateDimension {lvalue})
- setDefiningPoint(...)
- setDefiningPoint( (OrdinateDimension)arg1, (Point3d)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setDefiningPoint(class PyDbOrdinateDimension {lvalue},class AcGePoint3d)
- setLeaderEndPoint(...)
- setLeaderEndPoint( (OrdinateDimension)arg1, (Point3d)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLeaderEndPoint(class PyDbOrdinateDimension {lvalue},class AcGePoint3d)
- setOrigin(...)
- setOrigin( (OrdinateDimension)arg1, (Point3d)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setOrigin(class PyDbOrdinateDimension {lvalue},class AcGePoint3d)
- setUsingXAxis(...)
- setUsingXAxis( (OrdinateDimension)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setUsingXAxis(class PyDbOrdinateDimension {lvalue},bool)
- setUsingYAxis(...)
- setUsingYAxis( (OrdinateDimension)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setUsingYAxis(class PyDbOrdinateDimension {lvalue},bool)
- useXAxis(...)
- useXAxis( (OrdinateDimension)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus useXAxis(class PyDbOrdinateDimension {lvalue})
- useYAxis(...)
- useYAxis( (OrdinateDimension)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus useYAxis(class PyDbOrdinateDimension {lvalue})
Data and other attributes defined here:
- __instance_size__ = 48
Static methods inherited from Dimension:
- altSuppressLeadingZeros(...)
- altSuppressLeadingZeros( (Dimension)arg1) -> bool :
C++ signature :
bool altSuppressLeadingZeros(class PyDbDimension {lvalue})
- altSuppressTrailingZeros(...)
- altSuppressTrailingZeros( (Dimension)arg1) -> bool :
C++ signature :
bool altSuppressTrailingZeros(class PyDbDimension {lvalue})
- altSuppressZeroFeet(...)
- altSuppressZeroFeet( (Dimension)arg1) -> bool :
C++ signature :
bool altSuppressZeroFeet(class PyDbDimension {lvalue})
- altSuppressZeroInches(...)
- altSuppressZeroInches( (Dimension)arg1) -> bool :
C++ signature :
bool altSuppressZeroInches(class PyDbDimension {lvalue})
- altToleranceSuppressLeadingZeros(...)
- altToleranceSuppressLeadingZeros( (Dimension)arg1) -> bool :
C++ signature :
bool altToleranceSuppressLeadingZeros(class PyDbDimension {lvalue})
- altToleranceSuppressTrailingZeros(...)
- altToleranceSuppressTrailingZeros( (Dimension)arg1) -> bool :
C++ signature :
bool altToleranceSuppressTrailingZeros(class PyDbDimension {lvalue})
- altToleranceSuppressZeroFeet(...)
- altToleranceSuppressZeroFeet( (Dimension)arg1) -> bool :
C++ signature :
bool altToleranceSuppressZeroFeet(class PyDbDimension {lvalue})
- altToleranceSuppressZeroInches(...)
- altToleranceSuppressZeroInches( (Dimension)arg1) -> bool :
C++ signature :
bool altToleranceSuppressZeroInches(class PyDbDimension {lvalue})
- alternatePrefix(...)
- alternatePrefix( (Dimension)arg1) -> str :
C++ signature :
class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > alternatePrefix(class PyDbDimension {lvalue})
- alternateSuffix(...)
- alternateSuffix( (Dimension)arg1) -> str :
C++ signature :
class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > alternateSuffix(class PyDbDimension {lvalue})
- blockTransform(...)
- blockTransform( (Dimension)arg1) -> Matrix3d :
C++ signature :
class AcGeMatrix3d blockTransform(class PyDbDimension {lvalue})
- centerMarkSize(...)
- centerMarkSize( (Dimension)arg1) -> float :
C++ signature :
double centerMarkSize(class PyDbDimension {lvalue})
- dimBlockId(...)
- dimBlockId( (Dimension)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId dimBlockId(class PyDbDimension {lvalue})
- dimBlockPosition(...)
- dimBlockPosition( (Dimension)arg1) -> Point3d :
C++ signature :
class AcGePoint3d dimBlockPosition(class PyDbDimension {lvalue})
- dimExt1Linetype(...)
- dimExt1Linetype( (Dimension)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId dimExt1Linetype(class PyDbDimension {lvalue})
- dimExt2Linetype(...)
- dimExt2Linetype( (Dimension)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId dimExt2Linetype(class PyDbDimension {lvalue})
- dimLineLinetype(...)
- dimLineLinetype( (Dimension)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId dimLineLinetype(class PyDbDimension {lvalue})
- dimensionStyle(...)
- dimensionStyle( (Dimension)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId dimensionStyle(class PyDbDimension {lvalue})
- dimensionText(...)
- dimensionText( (Dimension)arg1) -> str :
C++ signature :
class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > dimensionText(class PyDbDimension {lvalue})
- elevation(...)
- elevation( (Dimension)arg1) -> float :
C++ signature :
double elevation(class PyDbDimension {lvalue})
- fieldFromMText(...)
- fieldFromMText( (Dimension)arg1, (MText)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus fieldFromMText(class PyDbDimension {lvalue},class PyDbMText {lvalue})
- fieldToMText(...)
- fieldToMText( (Dimension)arg1, (MText)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus fieldToMText(class PyDbDimension {lvalue},class PyDbMText {lvalue})
- formatMeasurement(...)
- formatMeasurement( (Dimension)arg1, (float)arg2) -> str :
C++ signature :
class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > formatMeasurement(class PyDbDimension {lvalue},double)
formatMeasurement( (Dimension)arg1, (float)arg2, (str)arg3) -> str :
C++ signature :
class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > formatMeasurement(class PyDbDimension {lvalue},double,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
- generateLayout(...)
- generateLayout( (Dimension)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus generateLayout(class PyDbDimension {lvalue})
- getArrowFirstIsFlipped(...)
- getArrowFirstIsFlipped( (Dimension)arg1) -> bool :
C++ signature :
bool getArrowFirstIsFlipped(class PyDbDimension {lvalue})
- getArrowSecondIsFlipped(...)
- getArrowSecondIsFlipped( (Dimension)arg1) -> bool :
C++ signature :
bool getArrowSecondIsFlipped(class PyDbDimension {lvalue})
- getDimstyleData(...)
- getDimstyleData( (Dimension)arg1) -> DimStyleTableRecord :
C++ signature :
class PyDbDimStyleTableRecord getDimstyleData(class PyDbDimension {lvalue})
- horizontalRotation(...)
- horizontalRotation( (Dimension)arg1) -> float :
C++ signature :
double horizontalRotation(class PyDbDimension {lvalue})
- inspection(...)
- inspection( (Dimension)arg1) -> bool :
C++ signature :
bool inspection(class PyDbDimension {lvalue})
- inspectionFrame(...)
- inspectionFrame( (Dimension)arg1) -> int :
C++ signature :
int inspectionFrame(class PyDbDimension {lvalue})
- inspectionLabel(...)
- inspectionLabel( (Dimension)arg1) -> str :
C++ signature :
class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > inspectionLabel(class PyDbDimension {lvalue})
- isConstraintDynamic(...)
- isConstraintDynamic( (Dimension)arg1) -> bool :
C++ signature :
bool isConstraintDynamic(class PyDbDimension {lvalue})
- isConstraintObject(...)
- isConstraintObject( (Dimension)arg1) -> tuple :
C++ signature :
class boost::python::tuple isConstraintObject(class PyDbDimension {lvalue})
- isDynamicDimension(...)
- isDynamicDimension( (Dimension)arg1) -> bool :
C++ signature :
bool isDynamicDimension(class PyDbDimension {lvalue})
- isHorizontalRefTextRotation(...)
- isHorizontalRefTextRotation( (Dimension)arg1) -> bool :
C++ signature :
bool isHorizontalRefTextRotation(class PyDbDimension {lvalue})
- isUsingDefaultTextPosition(...)
- isUsingDefaultTextPosition( (Dimension)arg1) -> bool :
C++ signature :
bool isUsingDefaultTextPosition(class PyDbDimension {lvalue})
- measurement(...)
- measurement( (Dimension)arg1) -> float :
C++ signature :
double measurement(class PyDbDimension {lvalue})
- normal(...)
- normal( (Dimension)arg1) -> Vector3d :
C++ signature :
class AcGeVector3d normal(class PyDbDimension {lvalue})
- prefix(...)
- prefix( (Dimension)arg1) -> str :
C++ signature :
class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > prefix(class PyDbDimension {lvalue})
- recomputeDimBlock(...)
- recomputeDimBlock( (Dimension)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus recomputeDimBlock(class PyDbDimension {lvalue})
recomputeDimBlock( (Dimension)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus recomputeDimBlock(class PyDbDimension {lvalue},bool)
- removeTextField(...)
- removeTextField( (Dimension)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus removeTextField(class PyDbDimension {lvalue})
- resetTextDefinedSize(...)
- resetTextDefinedSize( (Dimension)arg1) -> None :
C++ signature :
void resetTextDefinedSize(class PyDbDimension {lvalue})
- setAltSuppressLeadingZeros(...)
- setAltSuppressLeadingZeros( (Dimension)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setAltSuppressLeadingZeros(class PyDbDimension {lvalue},bool)
- setAltSuppressTrailingZeros(...)
- setAltSuppressTrailingZeros( (Dimension)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setAltSuppressTrailingZeros(class PyDbDimension {lvalue},bool)
- setAltSuppressZeroFeet(...)
- setAltSuppressZeroFeet( (Dimension)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setAltSuppressZeroFeet(class PyDbDimension {lvalue},bool)
- setAltSuppressZeroInches(...)
- setAltSuppressZeroInches( (Dimension)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setAltSuppressZeroInches(class PyDbDimension {lvalue},bool)
- setAltToleranceSuppressLeadingZeros(...)
- setAltToleranceSuppressLeadingZeros( (Dimension)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setAltToleranceSuppressLeadingZeros(class PyDbDimension {lvalue},bool)
- setAltToleranceSuppressTrailingZeros(...)
- setAltToleranceSuppressTrailingZeros( (Dimension)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setAltToleranceSuppressTrailingZeros(class PyDbDimension {lvalue},bool)
- setAltToleranceSuppressZeroFeet(...)
- setAltToleranceSuppressZeroFeet( (Dimension)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setAltToleranceSuppressZeroFeet(class PyDbDimension {lvalue},bool)
- setAltToleranceSuppressZeroInches(...)
- setAltToleranceSuppressZeroInches( (Dimension)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setAltToleranceSuppressZeroInches(class PyDbDimension {lvalue},bool)
- setAlternatePrefix(...)
- setAlternatePrefix( (Dimension)arg1, (str)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setAlternatePrefix(class PyDbDimension {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
- setAlternateSuffix(...)
- setAlternateSuffix( (Dimension)arg1, (str)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setAlternateSuffix(class PyDbDimension {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
- setArrowFirstIsFlipped(...)
- setArrowFirstIsFlipped( (Dimension)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setArrowFirstIsFlipped(class PyDbDimension {lvalue},bool)
- setArrowSecondIsFlipped(...)
- setArrowSecondIsFlipped( (Dimension)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setArrowSecondIsFlipped(class PyDbDimension {lvalue},bool)
- setConstraintDynamic(...)
- setConstraintDynamic( (Dimension)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setConstraintDynamic(class PyDbDimension {lvalue},bool)
- setDimBlockId(...)
- setDimBlockId( (Dimension)arg1, (ObjectId)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setDimBlockId(class PyDbDimension {lvalue},class PyDbObjectId)
- setDimBlockPosition(...)
- setDimBlockPosition( (Dimension)arg1, (Point3d)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setDimBlockPosition(class PyDbDimension {lvalue},class AcGePoint3d)
- setDimExt1Linetype(...)
- setDimExt1Linetype( (Dimension)arg1, (ObjectId)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setDimExt1Linetype(class PyDbDimension {lvalue},class PyDbObjectId)
- setDimExt2Linetype(...)
- setDimExt2Linetype( (Dimension)arg1, (ObjectId)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setDimExt2Linetype(class PyDbDimension {lvalue},class PyDbObjectId)
- setDimLineLinetype(...)
- setDimLineLinetype( (Dimension)arg1, (ObjectId)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setDimLineLinetype(class PyDbDimension {lvalue},class PyDbObjectId)
- setDimensionStyle(...)
- setDimensionStyle( (Dimension)arg1, (ObjectId)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setDimensionStyle(class PyDbDimension {lvalue},class PyDbObjectId)
- setDimensionText(...)
- setDimensionText( (Dimension)arg1, (str)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setDimensionText(class PyDbDimension {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
- setDimstyleData(...)
- setDimstyleData( (Dimension)arg1, (ObjectId)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setDimstyleData(class PyDbDimension {lvalue},class PyDbObjectId)
setDimstyleData( (Dimension)arg1, (DimStyleTableRecord)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setDimstyleData(class PyDbDimension {lvalue},class PyDbDimStyleTableRecord)
- setDynamicDimension(...)
- setDynamicDimension( (Dimension)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setDynamicDimension(class PyDbDimension {lvalue},bool)
- setElevation(...)
- setElevation( (Dimension)arg1, (float)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setElevation(class PyDbDimension {lvalue},double)
- setHorizontalRefTextRotation(...)
- setHorizontalRefTextRotation( (Dimension)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setHorizontalRefTextRotation(class PyDbDimension {lvalue},bool)
- setHorizontalRotation(...)
- setHorizontalRotation( (Dimension)arg1, (float)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setHorizontalRotation(class PyDbDimension {lvalue},double)
- setInspection(...)
- setInspection( (Dimension)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setInspection(class PyDbDimension {lvalue},bool)
- setInspectionFrame(...)
- setInspectionFrame( (Dimension)arg1, (int)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setInspectionFrame(class PyDbDimension {lvalue},int)
- setInspectionLabel(...)
- setInspectionLabel( (Dimension)arg1, (str)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setInspectionLabel(class PyDbDimension {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
- setNormal(...)
- setNormal( (Dimension)arg1, (Vector3d)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setNormal(class PyDbDimension {lvalue},class AcGeVector3d)
- setPrefix(...)
- setPrefix( (Dimension)arg1, (str)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setPrefix(class PyDbDimension {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
- setShouldParticipateInOPM(...)
- setShouldParticipateInOPM( (Dimension)arg1, (bool)arg2) -> None :
C++ signature :
void setShouldParticipateInOPM(class PyDbDimension {lvalue},bool)
- setSuffix(...)
- setSuffix( (Dimension)arg1, (str)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setSuffix(class PyDbDimension {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
- setSuppressAngularTrailingZeros(...)
- setSuppressAngularTrailingZeros( (Dimension)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setSuppressAngularTrailingZeros(class PyDbDimension {lvalue},bool)
- setSuppressLeadingZeros(...)
- setSuppressLeadingZeros( (Dimension)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setSuppressLeadingZeros(class PyDbDimension {lvalue},bool)
- setSuppressTrailingZeros(...)
- setSuppressTrailingZeros( (Dimension)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setSuppressTrailingZeros(class PyDbDimension {lvalue},bool)
- setSuppressZeroFeet(...)
- setSuppressZeroFeet( (Dimension)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setSuppressZeroFeet(class PyDbDimension {lvalue},bool)
- setSuppressZeroInches(...)
- setSuppressZeroInches( (Dimension)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setSuppressZeroInches(class PyDbDimension {lvalue},bool)
- setTextAttachment(...)
- setTextAttachment( (Dimension)arg1, (MTextAttachmentPoint)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setTextAttachment(class PyDbDimension {lvalue},enum AcDbMText::AttachmentPoint)
- setTextDefinedSize(...)
- setTextDefinedSize( (Dimension)arg1, (float)arg2, (float)arg3) -> None :
C++ signature :
void setTextDefinedSize(class PyDbDimension {lvalue},double,double)
- setTextLineSpacingFactor(...)
- setTextLineSpacingFactor( (Dimension)arg1, (float)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setTextLineSpacingFactor(class PyDbDimension {lvalue},double)
- setTextLineSpacingStyle(...)
- setTextLineSpacingStyle( (Dimension)arg1, (LineSpacingStyle)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setTextLineSpacingStyle(class PyDbDimension {lvalue},enum AcDb::LineSpacingStyle)
- setTextPosition(...)
- setTextPosition( (Dimension)arg1, (Point3d)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setTextPosition(class PyDbDimension {lvalue},class AcGePoint3d)
- setTextRotation(...)
- setTextRotation( (Dimension)arg1, (float)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setTextRotation(class PyDbDimension {lvalue},double)
- setToleranceSuppressLeadingZeros(...)
- setToleranceSuppressLeadingZeros( (Dimension)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setToleranceSuppressLeadingZeros(class PyDbDimension {lvalue},bool)
- setToleranceSuppressTrailingZeros(...)
- setToleranceSuppressTrailingZeros( (Dimension)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setToleranceSuppressTrailingZeros(class PyDbDimension {lvalue},bool)
- setToleranceSuppressZeroFeet(...)
- setToleranceSuppressZeroFeet( (Dimension)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setToleranceSuppressZeroFeet(class PyDbDimension {lvalue},bool)
- setToleranceSuppressZeroInches(...)
- setToleranceSuppressZeroInches( (Dimension)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setToleranceSuppressZeroInches(class PyDbDimension {lvalue},bool)
- setUsingDefaultTextPosition(...)
- setUsingDefaultTextPosition( (Dimension)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setUsingDefaultTextPosition(class PyDbDimension {lvalue},bool)
- shouldParticipateInOPM(...)
- shouldParticipateInOPM( (Dimension)arg1) -> bool :
C++ signature :
bool shouldParticipateInOPM(class PyDbDimension {lvalue})
- suffix(...)
- suffix( (Dimension)arg1) -> str :
C++ signature :
class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > suffix(class PyDbDimension {lvalue})
- suppressAngularLeadingZeros(...)
- suppressAngularLeadingZeros( (Dimension)arg1) -> bool :
C++ signature :
bool suppressAngularLeadingZeros(class PyDbDimension {lvalue})
- suppressAngularTrailingZeros(...)
- suppressAngularTrailingZeros( (Dimension)arg1) -> bool :
C++ signature :
bool suppressAngularTrailingZeros(class PyDbDimension {lvalue})
- suppressLeadingZeros(...)
- suppressLeadingZeros( (Dimension)arg1) -> bool :
C++ signature :
bool suppressLeadingZeros(class PyDbDimension {lvalue})
- suppressTrailingZeros(...)
- suppressTrailingZeros( (Dimension)arg1) -> bool :
C++ signature :
bool suppressTrailingZeros(class PyDbDimension {lvalue})
- suppressZeroFeet(...)
- suppressZeroFeet( (Dimension)arg1) -> bool :
C++ signature :
bool suppressZeroFeet(class PyDbDimension {lvalue})
- suppressZeroInches(...)
- suppressZeroInches( (Dimension)arg1) -> bool :
C++ signature :
bool suppressZeroInches(class PyDbDimension {lvalue})
- textAttachment(...)
- textAttachment( (Dimension)arg1) -> MTextAttachmentPoint :
C++ signature :
enum AcDbMText::AttachmentPoint textAttachment(class PyDbDimension {lvalue})
- textDefinedSize(...)
- textDefinedSize( (Dimension)arg1) -> tuple :
C++ signature :
class boost::python::tuple textDefinedSize(class PyDbDimension {lvalue})
- textLineSpacingFactor(...)
- textLineSpacingFactor( (Dimension)arg1) -> float :
C++ signature :
double textLineSpacingFactor(class PyDbDimension {lvalue})
- textLineSpacingStyle(...)
- textLineSpacingStyle( (Dimension)arg1) -> LineSpacingStyle :
C++ signature :
enum AcDb::LineSpacingStyle textLineSpacingStyle(class PyDbDimension {lvalue})
- textPosition(...)
- textPosition( (Dimension)arg1) -> Point3d :
C++ signature :
class AcGePoint3d textPosition(class PyDbDimension {lvalue})
- textRotation(...)
- textRotation( (Dimension)arg1) -> float :
C++ signature :
double textRotation(class PyDbDimension {lvalue})
- toleranceSuppressLeadingZeros(...)
- toleranceSuppressLeadingZeros( (Dimension)arg1) -> bool :
C++ signature :
bool toleranceSuppressLeadingZeros(class PyDbDimension {lvalue})
- toleranceSuppressTrailingZeros(...)
- toleranceSuppressTrailingZeros( (Dimension)arg1) -> bool :
C++ signature :
bool toleranceSuppressTrailingZeros(class PyDbDimension {lvalue})
- toleranceSuppressZeroFeet(...)
- toleranceSuppressZeroFeet( (Dimension)arg1) -> bool :
C++ signature :
bool toleranceSuppressZeroFeet(class PyDbDimension {lvalue})
- toleranceSuppressZeroInches(...)
- toleranceSuppressZeroInches( (Dimension)arg1) -> bool :
C++ signature :
bool toleranceSuppressZeroInches(class PyDbDimension {lvalue})
- useDefaultTextPosition(...)
- useDefaultTextPosition( (Dimension)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus useDefaultTextPosition(class PyDbDimension {lvalue})
- useSetTextPosition(...)
- useSetTextPosition( (Dimension)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus useSetTextPosition(class PyDbDimension {lvalue})
Static methods inherited from Entity:
- blockId(...)
- blockId( (Entity)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId blockId(class PyDbEntity {lvalue})
- castShadows(...)
- castShadows( (Entity)arg1) -> bool :
C++ signature :
bool castShadows(class PyDbEntity {lvalue})
- collisionType(...)
- collisionType( (Entity)arg1) -> CollisionType :
C++ signature :
enum AcDb::CollisionType collisionType(class PyDbEntity {lvalue})
- color(...)
- color( (Entity)arg1) -> Color :
C++ signature :
class AcCmColor color(class PyDbEntity {lvalue})
- colorIndex(...)
- colorIndex( (Entity)arg1) -> int :
C++ signature :
unsigned short colorIndex(class PyDbEntity {lvalue})
- draw(...)
- draw( (Entity)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus draw(class PyDbEntity {lvalue})
- entityColor(...)
- entityColor( (Entity)arg1) -> EntityColor :
C++ signature :
class AcCmEntityColor entityColor(class PyDbEntity {lvalue})
- getCompoundObjectTransform(...)
- getCompoundObjectTransform( (Entity)arg1, (Matrix3d)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus getCompoundObjectTransform(class PyDbEntity {lvalue},class AcGeMatrix3d {lvalue})
- getEcs(...)
- getEcs( (Entity)arg1, (Matrix3d)arg2) -> None :
C++ signature :
void getEcs(class PyDbEntity {lvalue},class AcGeMatrix3d {lvalue})
- getGeomExtents(...)
- getGeomExtents( (Entity)arg1, (Extents)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus getGeomExtents(class PyDbEntity {lvalue},class AcDbExtents {lvalue})
- getPlane(...)
- getPlane( (Entity)arg1) -> Plane :
C++ signature :
class PyGePlane getPlane(class PyDbEntity {lvalue})
- getPlotStyleNameId(...)
- getPlotStyleNameId( (Entity)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId getPlotStyleNameId(class PyDbEntity {lvalue})
- isPlanar(...)
- isPlanar( (Entity)arg1) -> bool :
C++ signature :
bool isPlanar(class PyDbEntity {lvalue})
- layer(...)
- layer( (Entity)arg1) -> str :
C++ signature :
class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > layer(class PyDbEntity {lvalue})
- layerId(...)
- layerId( (Entity)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId layerId(class PyDbEntity {lvalue})
- lineWeight(...)
- lineWeight( (Entity)arg1) -> LineWeight :
C++ signature :
enum AcDb::LineWeight lineWeight(class PyDbEntity {lvalue})
- linetype(...)
- linetype( (Entity)arg1) -> str :
C++ signature :
class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > linetype(class PyDbEntity {lvalue})
- linetypeId(...)
- linetypeId( (Entity)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId linetypeId(class PyDbEntity {lvalue})
- linetypeScale(...)
- linetypeScale( (Entity)arg1) -> float :
C++ signature :
double linetypeScale(class PyDbEntity {lvalue})
- list(...)
- list( (Entity)arg1) -> None :
C++ signature :
void list(class PyDbEntity {lvalue})
- material(...)
- material( (Entity)arg1) -> str :
C++ signature :
class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > material(class PyDbEntity {lvalue})
- materialId(...)
- materialId( (Entity)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId materialId(class PyDbEntity {lvalue})
- plotStyleName(...)
- plotStyleName( (Entity)arg1) -> str :
C++ signature :
class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > plotStyleName(class PyDbEntity {lvalue})
- receiveShadows(...)
- receiveShadows( (Entity)arg1) -> bool :
C++ signature :
bool receiveShadows(class PyDbEntity {lvalue})
- recordGraphicsModified(...)
- recordGraphicsModified( (Entity)arg1) -> None :
C++ signature :
void recordGraphicsModified(class PyDbEntity {lvalue})
recordGraphicsModified( (Entity)arg1) -> None :
C++ signature :
void recordGraphicsModified(class PyDbEntity {lvalue})
- setCastShadows(...)
- setCastShadows( (Entity)arg1, (bool)arg2) -> None :
C++ signature :
void setCastShadows(class PyDbEntity {lvalue},bool)
- setColor(...)
- setColor( (Entity)arg1, (Color)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setColor(class PyDbEntity {lvalue},class AcCmColor)
setColor( (Entity)arg1, (Color)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setColor(class PyDbEntity {lvalue},class AcCmColor,bool)
setColor( (Entity)arg1, (Color)arg2, (bool)arg3, (Database)arg4) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setColor(class PyDbEntity {lvalue},class AcCmColor,bool,class PyDbDatabase {lvalue})
- setColorIndex(...)
- setColorIndex( (Entity)arg1, (int)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setColorIndex(class PyDbEntity {lvalue},unsigned short)
setColorIndex( (Entity)arg1, (int)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setColorIndex(class PyDbEntity {lvalue},unsigned short,bool)
- setDatabaseDefaults(...)
- setDatabaseDefaults( (Entity)arg1) -> None :
C++ signature :
void setDatabaseDefaults(class PyDbEntity {lvalue})
setDatabaseDefaults( (Entity)arg1, (Database)arg2) -> None :
C++ signature :
void setDatabaseDefaults(class PyDbEntity {lvalue},class PyDbDatabase)
- setLayer(...)
- setLayer( (Entity)arg1, (str)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLayer(class PyDbEntity {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
setLayer( (Entity)arg1, (str)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLayer(class PyDbEntity {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,bool)
setLayer( (Entity)arg1, (str)arg2, (bool)arg3, (bool)arg4) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLayer(class PyDbEntity {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,bool,bool)
setLayer( (Entity)arg1, (ObjectId)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLayer(class PyDbEntity {lvalue},class PyDbObjectId)
setLayer( (Entity)arg1, (ObjectId)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLayer(class PyDbEntity {lvalue},class PyDbObjectId,bool)
setLayer( (Entity)arg1, (ObjectId)arg2, (bool)arg3, (bool)arg4) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLayer(class PyDbEntity {lvalue},class PyDbObjectId,bool,bool)
- setLineWeight(...)
- setLineWeight( (Entity)arg1, (LineWeight)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLineWeight(class PyDbEntity {lvalue},enum AcDb::LineWeight)
setLineWeight( (Entity)arg1, (LineWeight)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLineWeight(class PyDbEntity {lvalue},enum AcDb::LineWeight,bool)
- setLinetype(...)
- setLinetype( (Entity)arg1, (str)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLinetype(class PyDbEntity {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
setLinetype( (Entity)arg1, (str)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLinetype(class PyDbEntity {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,bool)
setLinetype( (Entity)arg1, (ObjectId)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLinetype(class PyDbEntity {lvalue},class PyDbObjectId)
setLinetype( (Entity)arg1, (ObjectId)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLinetype(class PyDbEntity {lvalue},class PyDbObjectId,bool)
- setLinetypeScale(...)
- setLinetypeScale( (Entity)arg1, (float)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLinetypeScale(class PyDbEntity {lvalue},double)
setLinetypeScale( (Entity)arg1, (float)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLinetypeScale(class PyDbEntity {lvalue},double,bool)
- setMaterial(...)
- setMaterial( (Entity)arg1, (str)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setMaterial(class PyDbEntity {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
setMaterial( (Entity)arg1, (str)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setMaterial(class PyDbEntity {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,bool)
setMaterial( (Entity)arg1, (ObjectId)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setMaterial(class PyDbEntity {lvalue},class PyDbObjectId)
setMaterial( (Entity)arg1, (ObjectId)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setMaterial(class PyDbEntity {lvalue},class PyDbObjectId,bool)
- setPlotStyleName(...)
- setPlotStyleName( (Entity)arg1, (str)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setPlotStyleName(class PyDbEntity {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,bool)
setPlotStyleName( (Entity)arg1, (PlotStyleNameType)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setPlotStyleName(class PyDbEntity {lvalue},enum AcDb::PlotStyleNameType,bool)
setPlotStyleName( (Entity)arg1, (PlotStyleNameType)arg2, (ObjectId)arg3, (bool)arg4) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setPlotStyleName(class PyDbEntity {lvalue},enum AcDb::PlotStyleNameType,class PyDbObjectId,bool)
- setPropertiesFrom(...)
- setPropertiesFrom( (Entity)arg1, (Entity)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setPropertiesFrom(class PyDbEntity {lvalue},class PyDbEntity)
setPropertiesFrom( (Entity)arg1, (Entity)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setPropertiesFrom(class PyDbEntity {lvalue},class PyDbEntity,bool)
- setReceiveShadows(...)
- setReceiveShadows( (Entity)arg1, (bool)arg2) -> None :
C++ signature :
void setReceiveShadows(class PyDbEntity {lvalue},bool)
- setVisibility(...)
- setVisibility( (Entity)arg1, (Visibility)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setVisibility(class PyDbEntity {lvalue},enum AcDb::Visibility)
setVisibility( (Entity)arg1, (Visibility)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setVisibility(class PyDbEntity {lvalue},enum AcDb::Visibility,bool)
- transformBy(...)
- transformBy( (Entity)arg1, (Matrix3d)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus transformBy(class PyDbEntity {lvalue},class AcGeMatrix3d)
- visibility(...)
- visibility( (Entity)arg1) -> Visibility :
C++ signature :
enum AcDb::Visibility visibility(class PyDbEntity {lvalue})
Static methods inherited from DbObject:
- addPersistentReactor(...)
- addPersistentReactor( (DbObject)arg1, (ObjectId)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus addPersistentReactor(class PyDbObject {lvalue},class PyDbObjectId)
- assertNotifyEnabled(...)
- assertNotifyEnabled( (DbObject)arg1) -> None :
C++ signature :
void assertNotifyEnabled(class PyDbObject {lvalue})
- assertReadEnabled(...)
- assertReadEnabled( (DbObject)arg1) -> None :
C++ signature :
void assertReadEnabled(class PyDbObject {lvalue})
- assertWriteEnabled(...)
- assertWriteEnabled( (DbObject)arg1) -> None :
C++ signature :
void assertWriteEnabled(class PyDbObject {lvalue})
- cancel(...)
- cancel( (DbObject)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus cancel(class PyDbObject {lvalue})
- close(...)
- close( (DbObject)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus close(class PyDbObject {lvalue})
- createExtensionDictionary(...)
- createExtensionDictionary( (DbObject)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus createExtensionDictionary(class PyDbObject {lvalue})
- database(...)
- database( (DbObject)arg1) -> Database :
C++ signature :
class PyDbDatabase database(class PyDbObject {lvalue})
- disableUndoRecording(...)
- disableUndoRecording( (DbObject)arg1, (bool)arg2) -> None :
C++ signature :
void disableUndoRecording(class PyDbObject {lvalue},bool)
- downgradeOpen(...)
- downgradeOpen( (DbObject)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus downgradeOpen(class PyDbObject {lvalue})
- downgradeToNotify(...)
- downgradeToNotify( (DbObject)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus downgradeToNotify(class PyDbObject {lvalue},bool)
- erase(...)
- erase( (DbObject)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus erase(class PyDbObject {lvalue})
- extensionDictionary(...)
- extensionDictionary( (DbObject)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId extensionDictionary(class PyDbObject {lvalue})
- handOverTo(...)
- handOverTo( (DbObject)arg1, (DbObject)arg2, (bool)arg3, (bool)arg4) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus handOverTo(class PyDbObject {lvalue},class PyDbObject {lvalue},bool,bool)
- hasPersistentReactor(...)
- hasPersistentReactor( (DbObject)arg1, (ObjectId)arg2) -> bool :
C++ signature :
bool hasPersistentReactor(class PyDbObject {lvalue},class PyDbObjectId)
- isAProxy(...)
- isAProxy( (DbObject)arg1) -> bool :
C++ signature :
bool isAProxy(class PyDbObject {lvalue})
- isCancelling(...)
- isCancelling( (DbObject)arg1) -> bool :
C++ signature :
bool isCancelling(class PyDbObject {lvalue})
- isEraseStatusToggled(...)
- isEraseStatusToggled( (DbObject)arg1) -> bool :
C++ signature :
bool isEraseStatusToggled(class PyDbObject {lvalue})
- isErased(...)
- isErased( (DbObject)arg1) -> bool :
C++ signature :
bool isErased(class PyDbObject {lvalue})
- isModified(...)
- isModified( (DbObject)arg1) -> bool :
C++ signature :
bool isModified(class PyDbObject {lvalue})
- isModifiedGraphics(...)
- isModifiedGraphics( (DbObject)arg1) -> bool :
C++ signature :
bool isModifiedGraphics(class PyDbObject {lvalue})
- isModifiedXData(...)
- isModifiedXData( (DbObject)arg1) -> bool :
C++ signature :
bool isModifiedXData(class PyDbObject {lvalue})
- isNewObject(...)
- isNewObject( (DbObject)arg1) -> bool :
C++ signature :
bool isNewObject(class PyDbObject {lvalue})
- isNotifyEnabled(...)
- isNotifyEnabled( (DbObject)arg1) -> bool :
C++ signature :
bool isNotifyEnabled(class PyDbObject {lvalue})
- isNotifying(...)
- isNotifying( (DbObject)arg1) -> bool :
C++ signature :
bool isNotifying(class PyDbObject {lvalue})
- isReadEnabled(...)
- isReadEnabled( (DbObject)arg1) -> bool :
C++ signature :
bool isReadEnabled(class PyDbObject {lvalue})
- isReallyClosing(...)
- isReallyClosing( (DbObject)arg1) -> bool :
C++ signature :
bool isReallyClosing(class PyDbObject {lvalue})
- isTransactionResident(...)
- isTransactionResident( (DbObject)arg1) -> bool :
C++ signature :
bool isTransactionResident(class PyDbObject {lvalue})
- isUndoRecordingDisabled(...)
- isUndoRecordingDisabled( (DbObject)arg1) -> bool :
C++ signature :
bool isUndoRecordingDisabled(class PyDbObject {lvalue})
- isUndoing(...)
- isUndoing( (DbObject)arg1) -> bool :
C++ signature :
bool isUndoing(class PyDbObject {lvalue})
- isWriteEnabled(...)
- isWriteEnabled( (DbObject)arg1) -> bool :
C++ signature :
bool isWriteEnabled(class PyDbObject {lvalue})
- objectId(...)
- objectId( (DbObject)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId objectId(class PyDbObject {lvalue})
- ownerId(...)
- ownerId( (DbObject)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId ownerId(class PyDbObject {lvalue})
- releaseExtensionDictionary(...)
- releaseExtensionDictionary( (DbObject)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus releaseExtensionDictionary(class PyDbObject {lvalue})
- removePersistentReactor(...)
- removePersistentReactor( (DbObject)arg1, (ObjectId)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus removePersistentReactor(class PyDbObject {lvalue},class PyDbObjectId)
- setOwnerId(...)
- setOwnerId( (DbObject)arg1, (ObjectId)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setOwnerId(class PyDbObject {lvalue},class PyDbObjectId)
- setXData(...)
- setXData( (DbObject)arg1, (list)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setXData(class PyDbObject {lvalue},class boost::python::list)
- swapIdWith(...)
- swapIdWith( (DbObject)arg1, (ObjectId)arg2, (bool)arg3, (bool)arg4) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus swapIdWith(class PyDbObject {lvalue},class PyDbObjectId {lvalue},bool,bool)
- upgradeFromNotify(...)
- upgradeFromNotify( (DbObject)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus upgradeFromNotify(class PyDbObject {lvalue},bool {lvalue})
- upgradeOpen(...)
- upgradeOpen( (DbObject)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus upgradeOpen(class PyDbObject {lvalue})
- xData(...)
- xData( (DbObject)arg1, (str)arg2) -> list :
C++ signature :
class boost::python::list xData(class PyDbObject {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
- xDataTransformBy(...)
- xDataTransformBy( (DbObject)arg1, (Matrix3d)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus xDataTransformBy(class PyDbObject {lvalue},class AcGeMatrix3d)
Static methods inherited from PyGi.Drawable:
- isA(...)
- isA( (Drawable)arg1) -> RxClass :
C++ signature :
class PyRxClass isA(class PyGiDrawable {lvalue})
Static methods inherited from PyRx.RxObject:
- __eq__(...)
- __eq__( (RxObject)arg1, (RxObject)arg2) -> bool :
C++ signature :
bool __eq__(class PyRxObject {lvalue},class PyRxObject)
- __ne__(...)
- __ne__( (RxObject)arg1, (RxObject)arg2) -> bool :
C++ signature :
bool __ne__(class PyRxObject {lvalue},class PyRxObject)
- isNull(...)
- isNull( (RxObject)arg1) -> bool :
C++ signature :
bool isNull(class PyRxObject {lvalue})
Static methods inherited from Boost.Python.instance:
- __new__(*args, **kwargs) from Boost.Python.class
- Create and return a new object. See help(type) for accurate signature.
Data descriptors inherited from Boost.Python.instance:
- __dict__
- __weakref__
|
class OrthographicView(Boost.Python.enum) |
| | |
- Method resolution order:
- OrthographicView
- Boost.Python.enum
- builtins.int
- builtins.object
Data and other attributes defined here:
- kBackView = PyDb.OrthographicView.kBackView
- kBottomView = PyDb.OrthographicView.kBottomView
- kFrontView = PyDb.OrthographicView.kFrontView
- kLeftView = PyDb.OrthographicView.kLeftView
- kNonOrthoView = PyDb.OrthographicView.kNonOrthoView
- kRightView = PyDb.OrthographicView.kRightView
- kTopView = PyDb.OrthographicView.kTopView
- names = {'kBackView': PyDb.OrthographicView.kBackView, 'kBottomView': PyDb.OrthographicView.kBottomView, 'kFrontView': PyDb.OrthographicView.kFrontView, 'kLeftView': PyDb.OrthographicView.kLeftView, 'kNonOrthoView': PyDb.OrthographicView.kNonOrthoView, 'kRightView': PyDb.OrthographicView.kRightView, 'kTopView': PyDb.OrthographicView.kTopView}
- values = {0: PyDb.OrthographicView.kNonOrthoView, 1: PyDb.OrthographicView.kTopView, 2: PyDb.OrthographicView.kBottomView, 3: PyDb.OrthographicView.kFrontView, 4: PyDb.OrthographicView.kBackView, 5: PyDb.OrthographicView.kLeftView, 6: PyDb.OrthographicView.kRightView}
Methods inherited from Boost.Python.enum:
- __repr__(self, /)
- Return repr(self).
- __str__(self, /)
- Return str(self).
Data descriptors inherited from Boost.Python.enum:
- name
Methods inherited from builtins.int:
- __abs__(self, /)
- abs(self)
- __add__(self, value, /)
- Return self+value.
- __and__(self, value, /)
- Return self&value.
- __bool__(self, /)
- True if self else False
- __ceil__(...)
- Ceiling of an Integral returns itself.
- __divmod__(self, value, /)
- Return divmod(self, value).
- __eq__(self, value, /)
- Return self==value.
- __float__(self, /)
- float(self)
- __floor__(...)
- Flooring an Integral returns itself.
- __floordiv__(self, value, /)
- Return self//value.
- __format__(self, format_spec, /)
- Default object formatter.
- __ge__(self, value, /)
- Return self>=value.
- __getattribute__(self, name, /)
- Return getattr(self, name).
- __getnewargs__(self, /)
- __gt__(self, value, /)
- Return self>value.
- __hash__(self, /)
- Return hash(self).
- __index__(self, /)
- Return self converted to an integer, if self is suitable for use as an index into a list.
- __int__(self, /)
- int(self)
- __invert__(self, /)
- ~self
- __le__(self, value, /)
- Return self<=value.
- __lshift__(self, value, /)
- Return self<<value.
- __lt__(self, value, /)
- Return self<value.
- __mod__(self, value, /)
- Return self%value.
- __mul__(self, value, /)
- Return self*value.
- __ne__(self, value, /)
- Return self!=value.
- __neg__(self, /)
- -self
- __or__(self, value, /)
- Return self|value.
- __pos__(self, /)
- +self
- __pow__(self, value, mod=None, /)
- Return pow(self, value, mod).
- __radd__(self, value, /)
- Return value+self.
- __rand__(self, value, /)
- Return value&self.
- __rdivmod__(self, value, /)
- Return divmod(value, self).
- __rfloordiv__(self, value, /)
- Return value//self.
- __rlshift__(self, value, /)
- Return value<<self.
- __rmod__(self, value, /)
- Return value%self.
- __rmul__(self, value, /)
- Return value*self.
- __ror__(self, value, /)
- Return value|self.
- __round__(...)
- Rounding an Integral returns itself.
Rounding with an ndigits argument also returns an integer.
- __rpow__(self, value, mod=None, /)
- Return pow(value, self, mod).
- __rrshift__(self, value, /)
- Return value>>self.
- __rshift__(self, value, /)
- Return self>>value.
- __rsub__(self, value, /)
- Return value-self.
- __rtruediv__(self, value, /)
- Return value/self.
- __rxor__(self, value, /)
- Return value^self.
- __sizeof__(self, /)
- Returns size in memory, in bytes.
- __sub__(self, value, /)
- Return self-value.
- __truediv__(self, value, /)
- Return self/value.
- __trunc__(...)
- Truncating an Integral returns itself.
- __xor__(self, value, /)
- Return self^value.
- as_integer_ratio(self, /)
- Return integer ratio.
Return a pair of integers, whose ratio is exactly equal to the original int
and with a positive denominator.
>>> (10).as_integer_ratio()
(10, 1)
>>> (-10).as_integer_ratio()
(-10, 1)
>>> (0).as_integer_ratio()
(0, 1)
- bit_count(self, /)
- Number of ones in the binary representation of the absolute value of self.
Also known as the population count.
>>> bin(13)
'0b1101'
>>> (13).bit_count()
3
- bit_length(self, /)
- Number of bits necessary to represent self in binary.
>>> bin(37)
'0b100101'
>>> (37).bit_length()
6
- conjugate(...)
- Returns self, the complex conjugate of any int.
- to_bytes(self, /, length, byteorder, *, signed=False)
- Return an array of bytes representing an integer.
length
Length of bytes object to use. An OverflowError is raised if the
integer is not representable with the given number of bytes.
byteorder
The byte order used to represent the integer. If byteorder is 'big',
the most significant byte is at the beginning of the byte array. If
byteorder is 'little', the most significant byte is at the end of the
byte array. To request the native byte order of the host system, use
`sys.byteorder' as the byte order value.
signed
Determines whether two's complement is used to represent the integer.
If signed is False and a negative integer is given, an OverflowError
is raised.
Class methods inherited from builtins.int:
- from_bytes(bytes, byteorder, *, signed=False) from builtins.type
- Return the integer represented by the given array of bytes.
bytes
Holds the array of bytes to convert. The argument must either
support the buffer protocol or be an iterable object producing bytes.
Bytes and bytearray are examples of built-in objects that support the
buffer protocol.
byteorder
The byte order used to represent the integer. If byteorder is 'big',
the most significant byte is at the beginning of the byte array. If
byteorder is 'little', the most significant byte is at the end of the
byte array. To request the native byte order of the host system, use
`sys.byteorder' as the byte order value.
signed
Indicates whether two's complement is used to represent the integer.
Static methods inherited from builtins.int:
- __new__(*args, **kwargs) from builtins.type
- Create and return a new object. See help(type) for accurate signature.
Data descriptors inherited from builtins.int:
- denominator
- the denominator of a rational number in lowest terms
- imag
- the imaginary part of a complex number
- numerator
- the numerator of a rational number in lowest terms
- real
- the real part of a complex number
|
class Planarity(Boost.Python.enum) |
| | |
- Method resolution order:
- Planarity
- Boost.Python.enum
- builtins.int
- builtins.object
Data and other attributes defined here:
- kLinear = PyDb.Planarity.kLinear
- kNonPlanar = PyDb.Planarity.kNonPlanar
- kPlanar = PyDb.Planarity.kPlanar
- names = {'kLinear': PyDb.Planarity.kLinear, 'kNonPlanar': PyDb.Planarity.kNonPlanar, 'kPlanar': PyDb.Planarity.kPlanar}
- values = {0: PyDb.Planarity.kNonPlanar, 1: PyDb.Planarity.kPlanar, 2: PyDb.Planarity.kLinear}
Methods inherited from Boost.Python.enum:
- __repr__(self, /)
- Return repr(self).
- __str__(self, /)
- Return str(self).
Data descriptors inherited from Boost.Python.enum:
- name
Methods inherited from builtins.int:
- __abs__(self, /)
- abs(self)
- __add__(self, value, /)
- Return self+value.
- __and__(self, value, /)
- Return self&value.
- __bool__(self, /)
- True if self else False
- __ceil__(...)
- Ceiling of an Integral returns itself.
- __divmod__(self, value, /)
- Return divmod(self, value).
- __eq__(self, value, /)
- Return self==value.
- __float__(self, /)
- float(self)
- __floor__(...)
- Flooring an Integral returns itself.
- __floordiv__(self, value, /)
- Return self//value.
- __format__(self, format_spec, /)
- Default object formatter.
- __ge__(self, value, /)
- Return self>=value.
- __getattribute__(self, name, /)
- Return getattr(self, name).
- __getnewargs__(self, /)
- __gt__(self, value, /)
- Return self>value.
- __hash__(self, /)
- Return hash(self).
- __index__(self, /)
- Return self converted to an integer, if self is suitable for use as an index into a list.
- __int__(self, /)
- int(self)
- __invert__(self, /)
- ~self
- __le__(self, value, /)
- Return self<=value.
- __lshift__(self, value, /)
- Return self<<value.
- __lt__(self, value, /)
- Return self<value.
- __mod__(self, value, /)
- Return self%value.
- __mul__(self, value, /)
- Return self*value.
- __ne__(self, value, /)
- Return self!=value.
- __neg__(self, /)
- -self
- __or__(self, value, /)
- Return self|value.
- __pos__(self, /)
- +self
- __pow__(self, value, mod=None, /)
- Return pow(self, value, mod).
- __radd__(self, value, /)
- Return value+self.
- __rand__(self, value, /)
- Return value&self.
- __rdivmod__(self, value, /)
- Return divmod(value, self).
- __rfloordiv__(self, value, /)
- Return value//self.
- __rlshift__(self, value, /)
- Return value<<self.
- __rmod__(self, value, /)
- Return value%self.
- __rmul__(self, value, /)
- Return value*self.
- __ror__(self, value, /)
- Return value|self.
- __round__(...)
- Rounding an Integral returns itself.
Rounding with an ndigits argument also returns an integer.
- __rpow__(self, value, mod=None, /)
- Return pow(value, self, mod).
- __rrshift__(self, value, /)
- Return value>>self.
- __rshift__(self, value, /)
- Return self>>value.
- __rsub__(self, value, /)
- Return value-self.
- __rtruediv__(self, value, /)
- Return value/self.
- __rxor__(self, value, /)
- Return value^self.
- __sizeof__(self, /)
- Returns size in memory, in bytes.
- __sub__(self, value, /)
- Return self-value.
- __truediv__(self, value, /)
- Return self/value.
- __trunc__(...)
- Truncating an Integral returns itself.
- __xor__(self, value, /)
- Return self^value.
- as_integer_ratio(self, /)
- Return integer ratio.
Return a pair of integers, whose ratio is exactly equal to the original int
and with a positive denominator.
>>> (10).as_integer_ratio()
(10, 1)
>>> (-10).as_integer_ratio()
(-10, 1)
>>> (0).as_integer_ratio()
(0, 1)
- bit_count(self, /)
- Number of ones in the binary representation of the absolute value of self.
Also known as the population count.
>>> bin(13)
'0b1101'
>>> (13).bit_count()
3
- bit_length(self, /)
- Number of bits necessary to represent self in binary.
>>> bin(37)
'0b100101'
>>> (37).bit_length()
6
- conjugate(...)
- Returns self, the complex conjugate of any int.
- to_bytes(self, /, length, byteorder, *, signed=False)
- Return an array of bytes representing an integer.
length
Length of bytes object to use. An OverflowError is raised if the
integer is not representable with the given number of bytes.
byteorder
The byte order used to represent the integer. If byteorder is 'big',
the most significant byte is at the beginning of the byte array. If
byteorder is 'little', the most significant byte is at the end of the
byte array. To request the native byte order of the host system, use
`sys.byteorder' as the byte order value.
signed
Determines whether two's complement is used to represent the integer.
If signed is False and a negative integer is given, an OverflowError
is raised.
Class methods inherited from builtins.int:
- from_bytes(bytes, byteorder, *, signed=False) from builtins.type
- Return the integer represented by the given array of bytes.
bytes
Holds the array of bytes to convert. The argument must either
support the buffer protocol or be an iterable object producing bytes.
Bytes and bytearray are examples of built-in objects that support the
buffer protocol.
byteorder
The byte order used to represent the integer. If byteorder is 'big',
the most significant byte is at the beginning of the byte array. If
byteorder is 'little', the most significant byte is at the end of the
byte array. To request the native byte order of the host system, use
`sys.byteorder' as the byte order value.
signed
Indicates whether two's complement is used to represent the integer.
Static methods inherited from builtins.int:
- __new__(*args, **kwargs) from builtins.type
- Create and return a new object. See help(type) for accurate signature.
Data descriptors inherited from builtins.int:
- denominator
- the denominator of a rational number in lowest terms
- imag
- the imaginary part of a complex number
- numerator
- the numerator of a rational number in lowest terms
- real
- the real part of a complex number
|
class PlaneSurface(Surface) |
| | |
- Method resolution order:
- PlaneSurface
- Surface
- Entity
- DbObject
- PyGi.Drawable
- PyRx.RxObject
- Boost.Python.instance
- builtins.object
Static methods defined here:
- __init__(...)
- __init__( (object)arg1) -> None :
C++ signature :
void __init__(struct _object * __ptr64)
__init__( (object)arg1) -> None :
C++ signature :
void __init__(struct _object * __ptr64)
__init__( (object)arg1, (ObjectId)arg2, (OpenMode)arg3) -> None :
C++ signature :
void __init__(struct _object * __ptr64,class PyDbObjectId,enum AcDb::OpenMode)
- __reduce__ = (...)
- className(...)
- className() -> str :
C++ signature :
class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > className()
- desc(...)
- desc() -> RxClass :
C++ signature :
class PyRxClass desc()
Data and other attributes defined here:
- __instance_size__ = 48
Static methods inherited from Entity:
- blockId(...)
- blockId( (Entity)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId blockId(class PyDbEntity {lvalue})
- castShadows(...)
- castShadows( (Entity)arg1) -> bool :
C++ signature :
bool castShadows(class PyDbEntity {lvalue})
- collisionType(...)
- collisionType( (Entity)arg1) -> CollisionType :
C++ signature :
enum AcDb::CollisionType collisionType(class PyDbEntity {lvalue})
- color(...)
- color( (Entity)arg1) -> Color :
C++ signature :
class AcCmColor color(class PyDbEntity {lvalue})
- colorIndex(...)
- colorIndex( (Entity)arg1) -> int :
C++ signature :
unsigned short colorIndex(class PyDbEntity {lvalue})
- draw(...)
- draw( (Entity)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus draw(class PyDbEntity {lvalue})
- entityColor(...)
- entityColor( (Entity)arg1) -> EntityColor :
C++ signature :
class AcCmEntityColor entityColor(class PyDbEntity {lvalue})
- getCompoundObjectTransform(...)
- getCompoundObjectTransform( (Entity)arg1, (Matrix3d)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus getCompoundObjectTransform(class PyDbEntity {lvalue},class AcGeMatrix3d {lvalue})
- getEcs(...)
- getEcs( (Entity)arg1, (Matrix3d)arg2) -> None :
C++ signature :
void getEcs(class PyDbEntity {lvalue},class AcGeMatrix3d {lvalue})
- getGeomExtents(...)
- getGeomExtents( (Entity)arg1, (Extents)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus getGeomExtents(class PyDbEntity {lvalue},class AcDbExtents {lvalue})
- getPlane(...)
- getPlane( (Entity)arg1) -> Plane :
C++ signature :
class PyGePlane getPlane(class PyDbEntity {lvalue})
- getPlotStyleNameId(...)
- getPlotStyleNameId( (Entity)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId getPlotStyleNameId(class PyDbEntity {lvalue})
- isPlanar(...)
- isPlanar( (Entity)arg1) -> bool :
C++ signature :
bool isPlanar(class PyDbEntity {lvalue})
- layer(...)
- layer( (Entity)arg1) -> str :
C++ signature :
class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > layer(class PyDbEntity {lvalue})
- layerId(...)
- layerId( (Entity)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId layerId(class PyDbEntity {lvalue})
- lineWeight(...)
- lineWeight( (Entity)arg1) -> LineWeight :
C++ signature :
enum AcDb::LineWeight lineWeight(class PyDbEntity {lvalue})
- linetype(...)
- linetype( (Entity)arg1) -> str :
C++ signature :
class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > linetype(class PyDbEntity {lvalue})
- linetypeId(...)
- linetypeId( (Entity)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId linetypeId(class PyDbEntity {lvalue})
- linetypeScale(...)
- linetypeScale( (Entity)arg1) -> float :
C++ signature :
double linetypeScale(class PyDbEntity {lvalue})
- list(...)
- list( (Entity)arg1) -> None :
C++ signature :
void list(class PyDbEntity {lvalue})
- material(...)
- material( (Entity)arg1) -> str :
C++ signature :
class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > material(class PyDbEntity {lvalue})
- materialId(...)
- materialId( (Entity)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId materialId(class PyDbEntity {lvalue})
- plotStyleName(...)
- plotStyleName( (Entity)arg1) -> str :
C++ signature :
class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > plotStyleName(class PyDbEntity {lvalue})
- receiveShadows(...)
- receiveShadows( (Entity)arg1) -> bool :
C++ signature :
bool receiveShadows(class PyDbEntity {lvalue})
- recordGraphicsModified(...)
- recordGraphicsModified( (Entity)arg1) -> None :
C++ signature :
void recordGraphicsModified(class PyDbEntity {lvalue})
recordGraphicsModified( (Entity)arg1) -> None :
C++ signature :
void recordGraphicsModified(class PyDbEntity {lvalue})
- setCastShadows(...)
- setCastShadows( (Entity)arg1, (bool)arg2) -> None :
C++ signature :
void setCastShadows(class PyDbEntity {lvalue},bool)
- setColor(...)
- setColor( (Entity)arg1, (Color)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setColor(class PyDbEntity {lvalue},class AcCmColor)
setColor( (Entity)arg1, (Color)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setColor(class PyDbEntity {lvalue},class AcCmColor,bool)
setColor( (Entity)arg1, (Color)arg2, (bool)arg3, (Database)arg4) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setColor(class PyDbEntity {lvalue},class AcCmColor,bool,class PyDbDatabase {lvalue})
- setColorIndex(...)
- setColorIndex( (Entity)arg1, (int)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setColorIndex(class PyDbEntity {lvalue},unsigned short)
setColorIndex( (Entity)arg1, (int)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setColorIndex(class PyDbEntity {lvalue},unsigned short,bool)
- setDatabaseDefaults(...)
- setDatabaseDefaults( (Entity)arg1) -> None :
C++ signature :
void setDatabaseDefaults(class PyDbEntity {lvalue})
setDatabaseDefaults( (Entity)arg1, (Database)arg2) -> None :
C++ signature :
void setDatabaseDefaults(class PyDbEntity {lvalue},class PyDbDatabase)
- setLayer(...)
- setLayer( (Entity)arg1, (str)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLayer(class PyDbEntity {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
setLayer( (Entity)arg1, (str)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLayer(class PyDbEntity {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,bool)
setLayer( (Entity)arg1, (str)arg2, (bool)arg3, (bool)arg4) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLayer(class PyDbEntity {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,bool,bool)
setLayer( (Entity)arg1, (ObjectId)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLayer(class PyDbEntity {lvalue},class PyDbObjectId)
setLayer( (Entity)arg1, (ObjectId)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLayer(class PyDbEntity {lvalue},class PyDbObjectId,bool)
setLayer( (Entity)arg1, (ObjectId)arg2, (bool)arg3, (bool)arg4) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLayer(class PyDbEntity {lvalue},class PyDbObjectId,bool,bool)
- setLineWeight(...)
- setLineWeight( (Entity)arg1, (LineWeight)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLineWeight(class PyDbEntity {lvalue},enum AcDb::LineWeight)
setLineWeight( (Entity)arg1, (LineWeight)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLineWeight(class PyDbEntity {lvalue},enum AcDb::LineWeight,bool)
- setLinetype(...)
- setLinetype( (Entity)arg1, (str)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLinetype(class PyDbEntity {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
setLinetype( (Entity)arg1, (str)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLinetype(class PyDbEntity {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,bool)
setLinetype( (Entity)arg1, (ObjectId)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLinetype(class PyDbEntity {lvalue},class PyDbObjectId)
setLinetype( (Entity)arg1, (ObjectId)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLinetype(class PyDbEntity {lvalue},class PyDbObjectId,bool)
- setLinetypeScale(...)
- setLinetypeScale( (Entity)arg1, (float)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLinetypeScale(class PyDbEntity {lvalue},double)
setLinetypeScale( (Entity)arg1, (float)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLinetypeScale(class PyDbEntity {lvalue},double,bool)
- setMaterial(...)
- setMaterial( (Entity)arg1, (str)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setMaterial(class PyDbEntity {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
setMaterial( (Entity)arg1, (str)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setMaterial(class PyDbEntity {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,bool)
setMaterial( (Entity)arg1, (ObjectId)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setMaterial(class PyDbEntity {lvalue},class PyDbObjectId)
setMaterial( (Entity)arg1, (ObjectId)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setMaterial(class PyDbEntity {lvalue},class PyDbObjectId,bool)
- setPlotStyleName(...)
- setPlotStyleName( (Entity)arg1, (str)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setPlotStyleName(class PyDbEntity {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,bool)
setPlotStyleName( (Entity)arg1, (PlotStyleNameType)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setPlotStyleName(class PyDbEntity {lvalue},enum AcDb::PlotStyleNameType,bool)
setPlotStyleName( (Entity)arg1, (PlotStyleNameType)arg2, (ObjectId)arg3, (bool)arg4) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setPlotStyleName(class PyDbEntity {lvalue},enum AcDb::PlotStyleNameType,class PyDbObjectId,bool)
- setPropertiesFrom(...)
- setPropertiesFrom( (Entity)arg1, (Entity)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setPropertiesFrom(class PyDbEntity {lvalue},class PyDbEntity)
setPropertiesFrom( (Entity)arg1, (Entity)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setPropertiesFrom(class PyDbEntity {lvalue},class PyDbEntity,bool)
- setReceiveShadows(...)
- setReceiveShadows( (Entity)arg1, (bool)arg2) -> None :
C++ signature :
void setReceiveShadows(class PyDbEntity {lvalue},bool)
- setVisibility(...)
- setVisibility( (Entity)arg1, (Visibility)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setVisibility(class PyDbEntity {lvalue},enum AcDb::Visibility)
setVisibility( (Entity)arg1, (Visibility)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setVisibility(class PyDbEntity {lvalue},enum AcDb::Visibility,bool)
- transformBy(...)
- transformBy( (Entity)arg1, (Matrix3d)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus transformBy(class PyDbEntity {lvalue},class AcGeMatrix3d)
- visibility(...)
- visibility( (Entity)arg1) -> Visibility :
C++ signature :
enum AcDb::Visibility visibility(class PyDbEntity {lvalue})
Static methods inherited from DbObject:
- addPersistentReactor(...)
- addPersistentReactor( (DbObject)arg1, (ObjectId)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus addPersistentReactor(class PyDbObject {lvalue},class PyDbObjectId)
- assertNotifyEnabled(...)
- assertNotifyEnabled( (DbObject)arg1) -> None :
C++ signature :
void assertNotifyEnabled(class PyDbObject {lvalue})
- assertReadEnabled(...)
- assertReadEnabled( (DbObject)arg1) -> None :
C++ signature :
void assertReadEnabled(class PyDbObject {lvalue})
- assertWriteEnabled(...)
- assertWriteEnabled( (DbObject)arg1) -> None :
C++ signature :
void assertWriteEnabled(class PyDbObject {lvalue})
- cancel(...)
- cancel( (DbObject)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus cancel(class PyDbObject {lvalue})
- close(...)
- close( (DbObject)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus close(class PyDbObject {lvalue})
- createExtensionDictionary(...)
- createExtensionDictionary( (DbObject)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus createExtensionDictionary(class PyDbObject {lvalue})
- database(...)
- database( (DbObject)arg1) -> Database :
C++ signature :
class PyDbDatabase database(class PyDbObject {lvalue})
- disableUndoRecording(...)
- disableUndoRecording( (DbObject)arg1, (bool)arg2) -> None :
C++ signature :
void disableUndoRecording(class PyDbObject {lvalue},bool)
- downgradeOpen(...)
- downgradeOpen( (DbObject)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus downgradeOpen(class PyDbObject {lvalue})
- downgradeToNotify(...)
- downgradeToNotify( (DbObject)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus downgradeToNotify(class PyDbObject {lvalue},bool)
- erase(...)
- erase( (DbObject)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus erase(class PyDbObject {lvalue})
- extensionDictionary(...)
- extensionDictionary( (DbObject)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId extensionDictionary(class PyDbObject {lvalue})
- handOverTo(...)
- handOverTo( (DbObject)arg1, (DbObject)arg2, (bool)arg3, (bool)arg4) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus handOverTo(class PyDbObject {lvalue},class PyDbObject {lvalue},bool,bool)
- hasPersistentReactor(...)
- hasPersistentReactor( (DbObject)arg1, (ObjectId)arg2) -> bool :
C++ signature :
bool hasPersistentReactor(class PyDbObject {lvalue},class PyDbObjectId)
- isAProxy(...)
- isAProxy( (DbObject)arg1) -> bool :
C++ signature :
bool isAProxy(class PyDbObject {lvalue})
- isCancelling(...)
- isCancelling( (DbObject)arg1) -> bool :
C++ signature :
bool isCancelling(class PyDbObject {lvalue})
- isEraseStatusToggled(...)
- isEraseStatusToggled( (DbObject)arg1) -> bool :
C++ signature :
bool isEraseStatusToggled(class PyDbObject {lvalue})
- isErased(...)
- isErased( (DbObject)arg1) -> bool :
C++ signature :
bool isErased(class PyDbObject {lvalue})
- isModified(...)
- isModified( (DbObject)arg1) -> bool :
C++ signature :
bool isModified(class PyDbObject {lvalue})
- isModifiedGraphics(...)
- isModifiedGraphics( (DbObject)arg1) -> bool :
C++ signature :
bool isModifiedGraphics(class PyDbObject {lvalue})
- isModifiedXData(...)
- isModifiedXData( (DbObject)arg1) -> bool :
C++ signature :
bool isModifiedXData(class PyDbObject {lvalue})
- isNewObject(...)
- isNewObject( (DbObject)arg1) -> bool :
C++ signature :
bool isNewObject(class PyDbObject {lvalue})
- isNotifyEnabled(...)
- isNotifyEnabled( (DbObject)arg1) -> bool :
C++ signature :
bool isNotifyEnabled(class PyDbObject {lvalue})
- isNotifying(...)
- isNotifying( (DbObject)arg1) -> bool :
C++ signature :
bool isNotifying(class PyDbObject {lvalue})
- isReadEnabled(...)
- isReadEnabled( (DbObject)arg1) -> bool :
C++ signature :
bool isReadEnabled(class PyDbObject {lvalue})
- isReallyClosing(...)
- isReallyClosing( (DbObject)arg1) -> bool :
C++ signature :
bool isReallyClosing(class PyDbObject {lvalue})
- isTransactionResident(...)
- isTransactionResident( (DbObject)arg1) -> bool :
C++ signature :
bool isTransactionResident(class PyDbObject {lvalue})
- isUndoRecordingDisabled(...)
- isUndoRecordingDisabled( (DbObject)arg1) -> bool :
C++ signature :
bool isUndoRecordingDisabled(class PyDbObject {lvalue})
- isUndoing(...)
- isUndoing( (DbObject)arg1) -> bool :
C++ signature :
bool isUndoing(class PyDbObject {lvalue})
- isWriteEnabled(...)
- isWriteEnabled( (DbObject)arg1) -> bool :
C++ signature :
bool isWriteEnabled(class PyDbObject {lvalue})
- objectId(...)
- objectId( (DbObject)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId objectId(class PyDbObject {lvalue})
- ownerId(...)
- ownerId( (DbObject)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId ownerId(class PyDbObject {lvalue})
- releaseExtensionDictionary(...)
- releaseExtensionDictionary( (DbObject)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus releaseExtensionDictionary(class PyDbObject {lvalue})
- removePersistentReactor(...)
- removePersistentReactor( (DbObject)arg1, (ObjectId)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus removePersistentReactor(class PyDbObject {lvalue},class PyDbObjectId)
- setOwnerId(...)
- setOwnerId( (DbObject)arg1, (ObjectId)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setOwnerId(class PyDbObject {lvalue},class PyDbObjectId)
- setXData(...)
- setXData( (DbObject)arg1, (list)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setXData(class PyDbObject {lvalue},class boost::python::list)
- swapIdWith(...)
- swapIdWith( (DbObject)arg1, (ObjectId)arg2, (bool)arg3, (bool)arg4) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus swapIdWith(class PyDbObject {lvalue},class PyDbObjectId {lvalue},bool,bool)
- upgradeFromNotify(...)
- upgradeFromNotify( (DbObject)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus upgradeFromNotify(class PyDbObject {lvalue},bool {lvalue})
- upgradeOpen(...)
- upgradeOpen( (DbObject)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus upgradeOpen(class PyDbObject {lvalue})
- xData(...)
- xData( (DbObject)arg1, (str)arg2) -> list :
C++ signature :
class boost::python::list xData(class PyDbObject {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
- xDataTransformBy(...)
- xDataTransformBy( (DbObject)arg1, (Matrix3d)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus xDataTransformBy(class PyDbObject {lvalue},class AcGeMatrix3d)
Static methods inherited from PyGi.Drawable:
- isA(...)
- isA( (Drawable)arg1) -> RxClass :
C++ signature :
class PyRxClass isA(class PyGiDrawable {lvalue})
Static methods inherited from PyRx.RxObject:
- __eq__(...)
- __eq__( (RxObject)arg1, (RxObject)arg2) -> bool :
C++ signature :
bool __eq__(class PyRxObject {lvalue},class PyRxObject)
- __ne__(...)
- __ne__( (RxObject)arg1, (RxObject)arg2) -> bool :
C++ signature :
bool __ne__(class PyRxObject {lvalue},class PyRxObject)
- isNull(...)
- isNull( (RxObject)arg1) -> bool :
C++ signature :
bool isNull(class PyRxObject {lvalue})
Static methods inherited from Boost.Python.instance:
- __new__(*args, **kwargs) from Boost.Python.class
- Create and return a new object. See help(type) for accurate signature.
Data descriptors inherited from Boost.Python.instance:
- __dict__
- __weakref__
|
class PlotStyleNameType(Boost.Python.enum) |
| | |
- Method resolution order:
- PlotStyleNameType
- Boost.Python.enum
- builtins.int
- builtins.object
Data and other attributes defined here:
- kPlotStyleNameByBlock = PyDb.PlotStyleNameType.kPlotStyleNameByBlock
- kPlotStyleNameById = PyDb.PlotStyleNameType.kPlotStyleNameById
- kPlotStyleNameByLayer = PyDb.PlotStyleNameType.kPlotStyleNameByLayer
- kPlotStyleNameIsDictDefault = PyDb.PlotStyleNameType.kPlotStyleNameIsDictDefault
- names = {'kPlotStyleNameByBlock': PyDb.PlotStyleNameType.kPlotStyleNameByBlock, 'kPlotStyleNameById': PyDb.PlotStyleNameType.kPlotStyleNameById, 'kPlotStyleNameByLayer': PyDb.PlotStyleNameType.kPlotStyleNameByLayer, 'kPlotStyleNameIsDictDefault': PyDb.PlotStyleNameType.kPlotStyleNameIsDictDefault}
- values = {0: PyDb.PlotStyleNameType.kPlotStyleNameByLayer, 1: PyDb.PlotStyleNameType.kPlotStyleNameByBlock, 2: PyDb.PlotStyleNameType.kPlotStyleNameIsDictDefault, 3: PyDb.PlotStyleNameType.kPlotStyleNameById}
Methods inherited from Boost.Python.enum:
- __repr__(self, /)
- Return repr(self).
- __str__(self, /)
- Return str(self).
Data descriptors inherited from Boost.Python.enum:
- name
Methods inherited from builtins.int:
- __abs__(self, /)
- abs(self)
- __add__(self, value, /)
- Return self+value.
- __and__(self, value, /)
- Return self&value.
- __bool__(self, /)
- True if self else False
- __ceil__(...)
- Ceiling of an Integral returns itself.
- __divmod__(self, value, /)
- Return divmod(self, value).
- __eq__(self, value, /)
- Return self==value.
- __float__(self, /)
- float(self)
- __floor__(...)
- Flooring an Integral returns itself.
- __floordiv__(self, value, /)
- Return self//value.
- __format__(self, format_spec, /)
- Default object formatter.
- __ge__(self, value, /)
- Return self>=value.
- __getattribute__(self, name, /)
- Return getattr(self, name).
- __getnewargs__(self, /)
- __gt__(self, value, /)
- Return self>value.
- __hash__(self, /)
- Return hash(self).
- __index__(self, /)
- Return self converted to an integer, if self is suitable for use as an index into a list.
- __int__(self, /)
- int(self)
- __invert__(self, /)
- ~self
- __le__(self, value, /)
- Return self<=value.
- __lshift__(self, value, /)
- Return self<<value.
- __lt__(self, value, /)
- Return self<value.
- __mod__(self, value, /)
- Return self%value.
- __mul__(self, value, /)
- Return self*value.
- __ne__(self, value, /)
- Return self!=value.
- __neg__(self, /)
- -self
- __or__(self, value, /)
- Return self|value.
- __pos__(self, /)
- +self
- __pow__(self, value, mod=None, /)
- Return pow(self, value, mod).
- __radd__(self, value, /)
- Return value+self.
- __rand__(self, value, /)
- Return value&self.
- __rdivmod__(self, value, /)
- Return divmod(value, self).
- __rfloordiv__(self, value, /)
- Return value//self.
- __rlshift__(self, value, /)
- Return value<<self.
- __rmod__(self, value, /)
- Return value%self.
- __rmul__(self, value, /)
- Return value*self.
- __ror__(self, value, /)
- Return value|self.
- __round__(...)
- Rounding an Integral returns itself.
Rounding with an ndigits argument also returns an integer.
- __rpow__(self, value, mod=None, /)
- Return pow(value, self, mod).
- __rrshift__(self, value, /)
- Return value>>self.
- __rshift__(self, value, /)
- Return self>>value.
- __rsub__(self, value, /)
- Return value-self.
- __rtruediv__(self, value, /)
- Return value/self.
- __rxor__(self, value, /)
- Return value^self.
- __sizeof__(self, /)
- Returns size in memory, in bytes.
- __sub__(self, value, /)
- Return self-value.
- __truediv__(self, value, /)
- Return self/value.
- __trunc__(...)
- Truncating an Integral returns itself.
- __xor__(self, value, /)
- Return self^value.
- as_integer_ratio(self, /)
- Return integer ratio.
Return a pair of integers, whose ratio is exactly equal to the original int
and with a positive denominator.
>>> (10).as_integer_ratio()
(10, 1)
>>> (-10).as_integer_ratio()
(-10, 1)
>>> (0).as_integer_ratio()
(0, 1)
- bit_count(self, /)
- Number of ones in the binary representation of the absolute value of self.
Also known as the population count.
>>> bin(13)
'0b1101'
>>> (13).bit_count()
3
- bit_length(self, /)
- Number of bits necessary to represent self in binary.
>>> bin(37)
'0b100101'
>>> (37).bit_length()
6
- conjugate(...)
- Returns self, the complex conjugate of any int.
- to_bytes(self, /, length, byteorder, *, signed=False)
- Return an array of bytes representing an integer.
length
Length of bytes object to use. An OverflowError is raised if the
integer is not representable with the given number of bytes.
byteorder
The byte order used to represent the integer. If byteorder is 'big',
the most significant byte is at the beginning of the byte array. If
byteorder is 'little', the most significant byte is at the end of the
byte array. To request the native byte order of the host system, use
`sys.byteorder' as the byte order value.
signed
Determines whether two's complement is used to represent the integer.
If signed is False and a negative integer is given, an OverflowError
is raised.
Class methods inherited from builtins.int:
- from_bytes(bytes, byteorder, *, signed=False) from builtins.type
- Return the integer represented by the given array of bytes.
bytes
Holds the array of bytes to convert. The argument must either
support the buffer protocol or be an iterable object producing bytes.
Bytes and bytearray are examples of built-in objects that support the
buffer protocol.
byteorder
The byte order used to represent the integer. If byteorder is 'big',
the most significant byte is at the beginning of the byte array. If
byteorder is 'little', the most significant byte is at the end of the
byte array. To request the native byte order of the host system, use
`sys.byteorder' as the byte order value.
signed
Indicates whether two's complement is used to represent the integer.
Static methods inherited from builtins.int:
- __new__(*args, **kwargs) from builtins.type
- Create and return a new object. See help(type) for accurate signature.
Data descriptors inherited from builtins.int:
- denominator
- the denominator of a rational number in lowest terms
- imag
- the imaginary part of a complex number
- numerator
- the numerator of a rational number in lowest terms
- real
- the real part of a complex number
|
class Point(Entity) |
| | |
- Method resolution order:
- Point
- Entity
- DbObject
- PyGi.Drawable
- PyRx.RxObject
- Boost.Python.instance
- builtins.object
Static methods defined here:
- __init__(...)
- __init__( (object)arg1) -> None :
C++ signature :
void __init__(struct _object * __ptr64)
__init__( (object)arg1) -> None :
C++ signature :
void __init__(struct _object * __ptr64)
__init__( (object)arg1, (Point3d)arg2) -> None :
C++ signature :
void __init__(struct _object * __ptr64,class AcGePoint3d {lvalue})
__init__( (object)arg1, (ObjectId)arg2, (OpenMode)arg3) -> None :
C++ signature :
void __init__(struct _object * __ptr64,class PyDbObjectId,enum AcDb::OpenMode)
- __reduce__ = (...)
- className(...)
- className() -> str :
C++ signature :
class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > className()
- desc(...)
- desc() -> RxClass :
C++ signature :
class PyRxClass desc()
- ecsRotation(...)
- ecsRotation( (Point)arg1) -> float :
C++ signature :
double ecsRotation(class PyDbPoint {lvalue})
- normal(...)
- normal( (Point)arg1) -> Vector3d :
C++ signature :
class AcGeVector3d normal(class PyDbPoint {lvalue})
- position(...)
- position( (Point)arg1) -> Point3d :
C++ signature :
class AcGePoint3d position(class PyDbPoint {lvalue})
- setEcsRotation(...)
- setEcsRotation( (Point)arg1, (float)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setEcsRotation(class PyDbPoint {lvalue},double)
- setNormal(...)
- setNormal( (Point)arg1, (Vector3d)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setNormal(class PyDbPoint {lvalue},class AcGeVector3d)
- setPosition(...)
- setPosition( (Point)arg1, (Point3d)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setPosition(class PyDbPoint {lvalue},class AcGePoint3d)
- setThickness(...)
- setThickness( (Point)arg1, (float)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setThickness(class PyDbPoint {lvalue},double)
- thickness(...)
- thickness( (Point)arg1) -> float :
C++ signature :
double thickness(class PyDbPoint {lvalue})
Data and other attributes defined here:
- __instance_size__ = 48
Static methods inherited from Entity:
- blockId(...)
- blockId( (Entity)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId blockId(class PyDbEntity {lvalue})
- castShadows(...)
- castShadows( (Entity)arg1) -> bool :
C++ signature :
bool castShadows(class PyDbEntity {lvalue})
- collisionType(...)
- collisionType( (Entity)arg1) -> CollisionType :
C++ signature :
enum AcDb::CollisionType collisionType(class PyDbEntity {lvalue})
- color(...)
- color( (Entity)arg1) -> Color :
C++ signature :
class AcCmColor color(class PyDbEntity {lvalue})
- colorIndex(...)
- colorIndex( (Entity)arg1) -> int :
C++ signature :
unsigned short colorIndex(class PyDbEntity {lvalue})
- draw(...)
- draw( (Entity)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus draw(class PyDbEntity {lvalue})
- entityColor(...)
- entityColor( (Entity)arg1) -> EntityColor :
C++ signature :
class AcCmEntityColor entityColor(class PyDbEntity {lvalue})
- getCompoundObjectTransform(...)
- getCompoundObjectTransform( (Entity)arg1, (Matrix3d)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus getCompoundObjectTransform(class PyDbEntity {lvalue},class AcGeMatrix3d {lvalue})
- getEcs(...)
- getEcs( (Entity)arg1, (Matrix3d)arg2) -> None :
C++ signature :
void getEcs(class PyDbEntity {lvalue},class AcGeMatrix3d {lvalue})
- getGeomExtents(...)
- getGeomExtents( (Entity)arg1, (Extents)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus getGeomExtents(class PyDbEntity {lvalue},class AcDbExtents {lvalue})
- getPlane(...)
- getPlane( (Entity)arg1) -> Plane :
C++ signature :
class PyGePlane getPlane(class PyDbEntity {lvalue})
- getPlotStyleNameId(...)
- getPlotStyleNameId( (Entity)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId getPlotStyleNameId(class PyDbEntity {lvalue})
- isPlanar(...)
- isPlanar( (Entity)arg1) -> bool :
C++ signature :
bool isPlanar(class PyDbEntity {lvalue})
- layer(...)
- layer( (Entity)arg1) -> str :
C++ signature :
class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > layer(class PyDbEntity {lvalue})
- layerId(...)
- layerId( (Entity)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId layerId(class PyDbEntity {lvalue})
- lineWeight(...)
- lineWeight( (Entity)arg1) -> LineWeight :
C++ signature :
enum AcDb::LineWeight lineWeight(class PyDbEntity {lvalue})
- linetype(...)
- linetype( (Entity)arg1) -> str :
C++ signature :
class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > linetype(class PyDbEntity {lvalue})
- linetypeId(...)
- linetypeId( (Entity)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId linetypeId(class PyDbEntity {lvalue})
- linetypeScale(...)
- linetypeScale( (Entity)arg1) -> float :
C++ signature :
double linetypeScale(class PyDbEntity {lvalue})
- list(...)
- list( (Entity)arg1) -> None :
C++ signature :
void list(class PyDbEntity {lvalue})
- material(...)
- material( (Entity)arg1) -> str :
C++ signature :
class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > material(class PyDbEntity {lvalue})
- materialId(...)
- materialId( (Entity)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId materialId(class PyDbEntity {lvalue})
- plotStyleName(...)
- plotStyleName( (Entity)arg1) -> str :
C++ signature :
class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > plotStyleName(class PyDbEntity {lvalue})
- receiveShadows(...)
- receiveShadows( (Entity)arg1) -> bool :
C++ signature :
bool receiveShadows(class PyDbEntity {lvalue})
- recordGraphicsModified(...)
- recordGraphicsModified( (Entity)arg1) -> None :
C++ signature :
void recordGraphicsModified(class PyDbEntity {lvalue})
recordGraphicsModified( (Entity)arg1) -> None :
C++ signature :
void recordGraphicsModified(class PyDbEntity {lvalue})
- setCastShadows(...)
- setCastShadows( (Entity)arg1, (bool)arg2) -> None :
C++ signature :
void setCastShadows(class PyDbEntity {lvalue},bool)
- setColor(...)
- setColor( (Entity)arg1, (Color)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setColor(class PyDbEntity {lvalue},class AcCmColor)
setColor( (Entity)arg1, (Color)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setColor(class PyDbEntity {lvalue},class AcCmColor,bool)
setColor( (Entity)arg1, (Color)arg2, (bool)arg3, (Database)arg4) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setColor(class PyDbEntity {lvalue},class AcCmColor,bool,class PyDbDatabase {lvalue})
- setColorIndex(...)
- setColorIndex( (Entity)arg1, (int)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setColorIndex(class PyDbEntity {lvalue},unsigned short)
setColorIndex( (Entity)arg1, (int)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setColorIndex(class PyDbEntity {lvalue},unsigned short,bool)
- setDatabaseDefaults(...)
- setDatabaseDefaults( (Entity)arg1) -> None :
C++ signature :
void setDatabaseDefaults(class PyDbEntity {lvalue})
setDatabaseDefaults( (Entity)arg1, (Database)arg2) -> None :
C++ signature :
void setDatabaseDefaults(class PyDbEntity {lvalue},class PyDbDatabase)
- setLayer(...)
- setLayer( (Entity)arg1, (str)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLayer(class PyDbEntity {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
setLayer( (Entity)arg1, (str)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLayer(class PyDbEntity {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,bool)
setLayer( (Entity)arg1, (str)arg2, (bool)arg3, (bool)arg4) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLayer(class PyDbEntity {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,bool,bool)
setLayer( (Entity)arg1, (ObjectId)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLayer(class PyDbEntity {lvalue},class PyDbObjectId)
setLayer( (Entity)arg1, (ObjectId)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLayer(class PyDbEntity {lvalue},class PyDbObjectId,bool)
setLayer( (Entity)arg1, (ObjectId)arg2, (bool)arg3, (bool)arg4) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLayer(class PyDbEntity {lvalue},class PyDbObjectId,bool,bool)
- setLineWeight(...)
- setLineWeight( (Entity)arg1, (LineWeight)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLineWeight(class PyDbEntity {lvalue},enum AcDb::LineWeight)
setLineWeight( (Entity)arg1, (LineWeight)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLineWeight(class PyDbEntity {lvalue},enum AcDb::LineWeight,bool)
- setLinetype(...)
- setLinetype( (Entity)arg1, (str)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLinetype(class PyDbEntity {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
setLinetype( (Entity)arg1, (str)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLinetype(class PyDbEntity {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,bool)
setLinetype( (Entity)arg1, (ObjectId)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLinetype(class PyDbEntity {lvalue},class PyDbObjectId)
setLinetype( (Entity)arg1, (ObjectId)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLinetype(class PyDbEntity {lvalue},class PyDbObjectId,bool)
- setLinetypeScale(...)
- setLinetypeScale( (Entity)arg1, (float)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLinetypeScale(class PyDbEntity {lvalue},double)
setLinetypeScale( (Entity)arg1, (float)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLinetypeScale(class PyDbEntity {lvalue},double,bool)
- setMaterial(...)
- setMaterial( (Entity)arg1, (str)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setMaterial(class PyDbEntity {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
setMaterial( (Entity)arg1, (str)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setMaterial(class PyDbEntity {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,bool)
setMaterial( (Entity)arg1, (ObjectId)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setMaterial(class PyDbEntity {lvalue},class PyDbObjectId)
setMaterial( (Entity)arg1, (ObjectId)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setMaterial(class PyDbEntity {lvalue},class PyDbObjectId,bool)
- setPlotStyleName(...)
- setPlotStyleName( (Entity)arg1, (str)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setPlotStyleName(class PyDbEntity {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,bool)
setPlotStyleName( (Entity)arg1, (PlotStyleNameType)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setPlotStyleName(class PyDbEntity {lvalue},enum AcDb::PlotStyleNameType,bool)
setPlotStyleName( (Entity)arg1, (PlotStyleNameType)arg2, (ObjectId)arg3, (bool)arg4) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setPlotStyleName(class PyDbEntity {lvalue},enum AcDb::PlotStyleNameType,class PyDbObjectId,bool)
- setPropertiesFrom(...)
- setPropertiesFrom( (Entity)arg1, (Entity)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setPropertiesFrom(class PyDbEntity {lvalue},class PyDbEntity)
setPropertiesFrom( (Entity)arg1, (Entity)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setPropertiesFrom(class PyDbEntity {lvalue},class PyDbEntity,bool)
- setReceiveShadows(...)
- setReceiveShadows( (Entity)arg1, (bool)arg2) -> None :
C++ signature :
void setReceiveShadows(class PyDbEntity {lvalue},bool)
- setVisibility(...)
- setVisibility( (Entity)arg1, (Visibility)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setVisibility(class PyDbEntity {lvalue},enum AcDb::Visibility)
setVisibility( (Entity)arg1, (Visibility)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setVisibility(class PyDbEntity {lvalue},enum AcDb::Visibility,bool)
- transformBy(...)
- transformBy( (Entity)arg1, (Matrix3d)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus transformBy(class PyDbEntity {lvalue},class AcGeMatrix3d)
- visibility(...)
- visibility( (Entity)arg1) -> Visibility :
C++ signature :
enum AcDb::Visibility visibility(class PyDbEntity {lvalue})
Static methods inherited from DbObject:
- addPersistentReactor(...)
- addPersistentReactor( (DbObject)arg1, (ObjectId)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus addPersistentReactor(class PyDbObject {lvalue},class PyDbObjectId)
- assertNotifyEnabled(...)
- assertNotifyEnabled( (DbObject)arg1) -> None :
C++ signature :
void assertNotifyEnabled(class PyDbObject {lvalue})
- assertReadEnabled(...)
- assertReadEnabled( (DbObject)arg1) -> None :
C++ signature :
void assertReadEnabled(class PyDbObject {lvalue})
- assertWriteEnabled(...)
- assertWriteEnabled( (DbObject)arg1) -> None :
C++ signature :
void assertWriteEnabled(class PyDbObject {lvalue})
- cancel(...)
- cancel( (DbObject)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus cancel(class PyDbObject {lvalue})
- close(...)
- close( (DbObject)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus close(class PyDbObject {lvalue})
- createExtensionDictionary(...)
- createExtensionDictionary( (DbObject)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus createExtensionDictionary(class PyDbObject {lvalue})
- database(...)
- database( (DbObject)arg1) -> Database :
C++ signature :
class PyDbDatabase database(class PyDbObject {lvalue})
- disableUndoRecording(...)
- disableUndoRecording( (DbObject)arg1, (bool)arg2) -> None :
C++ signature :
void disableUndoRecording(class PyDbObject {lvalue},bool)
- downgradeOpen(...)
- downgradeOpen( (DbObject)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus downgradeOpen(class PyDbObject {lvalue})
- downgradeToNotify(...)
- downgradeToNotify( (DbObject)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus downgradeToNotify(class PyDbObject {lvalue},bool)
- erase(...)
- erase( (DbObject)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus erase(class PyDbObject {lvalue})
- extensionDictionary(...)
- extensionDictionary( (DbObject)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId extensionDictionary(class PyDbObject {lvalue})
- handOverTo(...)
- handOverTo( (DbObject)arg1, (DbObject)arg2, (bool)arg3, (bool)arg4) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus handOverTo(class PyDbObject {lvalue},class PyDbObject {lvalue},bool,bool)
- hasPersistentReactor(...)
- hasPersistentReactor( (DbObject)arg1, (ObjectId)arg2) -> bool :
C++ signature :
bool hasPersistentReactor(class PyDbObject {lvalue},class PyDbObjectId)
- isAProxy(...)
- isAProxy( (DbObject)arg1) -> bool :
C++ signature :
bool isAProxy(class PyDbObject {lvalue})
- isCancelling(...)
- isCancelling( (DbObject)arg1) -> bool :
C++ signature :
bool isCancelling(class PyDbObject {lvalue})
- isEraseStatusToggled(...)
- isEraseStatusToggled( (DbObject)arg1) -> bool :
C++ signature :
bool isEraseStatusToggled(class PyDbObject {lvalue})
- isErased(...)
- isErased( (DbObject)arg1) -> bool :
C++ signature :
bool isErased(class PyDbObject {lvalue})
- isModified(...)
- isModified( (DbObject)arg1) -> bool :
C++ signature :
bool isModified(class PyDbObject {lvalue})
- isModifiedGraphics(...)
- isModifiedGraphics( (DbObject)arg1) -> bool :
C++ signature :
bool isModifiedGraphics(class PyDbObject {lvalue})
- isModifiedXData(...)
- isModifiedXData( (DbObject)arg1) -> bool :
C++ signature :
bool isModifiedXData(class PyDbObject {lvalue})
- isNewObject(...)
- isNewObject( (DbObject)arg1) -> bool :
C++ signature :
bool isNewObject(class PyDbObject {lvalue})
- isNotifyEnabled(...)
- isNotifyEnabled( (DbObject)arg1) -> bool :
C++ signature :
bool isNotifyEnabled(class PyDbObject {lvalue})
- isNotifying(...)
- isNotifying( (DbObject)arg1) -> bool :
C++ signature :
bool isNotifying(class PyDbObject {lvalue})
- isReadEnabled(...)
- isReadEnabled( (DbObject)arg1) -> bool :
C++ signature :
bool isReadEnabled(class PyDbObject {lvalue})
- isReallyClosing(...)
- isReallyClosing( (DbObject)arg1) -> bool :
C++ signature :
bool isReallyClosing(class PyDbObject {lvalue})
- isTransactionResident(...)
- isTransactionResident( (DbObject)arg1) -> bool :
C++ signature :
bool isTransactionResident(class PyDbObject {lvalue})
- isUndoRecordingDisabled(...)
- isUndoRecordingDisabled( (DbObject)arg1) -> bool :
C++ signature :
bool isUndoRecordingDisabled(class PyDbObject {lvalue})
- isUndoing(...)
- isUndoing( (DbObject)arg1) -> bool :
C++ signature :
bool isUndoing(class PyDbObject {lvalue})
- isWriteEnabled(...)
- isWriteEnabled( (DbObject)arg1) -> bool :
C++ signature :
bool isWriteEnabled(class PyDbObject {lvalue})
- objectId(...)
- objectId( (DbObject)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId objectId(class PyDbObject {lvalue})
- ownerId(...)
- ownerId( (DbObject)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId ownerId(class PyDbObject {lvalue})
- releaseExtensionDictionary(...)
- releaseExtensionDictionary( (DbObject)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus releaseExtensionDictionary(class PyDbObject {lvalue})
- removePersistentReactor(...)
- removePersistentReactor( (DbObject)arg1, (ObjectId)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus removePersistentReactor(class PyDbObject {lvalue},class PyDbObjectId)
- setOwnerId(...)
- setOwnerId( (DbObject)arg1, (ObjectId)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setOwnerId(class PyDbObject {lvalue},class PyDbObjectId)
- setXData(...)
- setXData( (DbObject)arg1, (list)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setXData(class PyDbObject {lvalue},class boost::python::list)
- swapIdWith(...)
- swapIdWith( (DbObject)arg1, (ObjectId)arg2, (bool)arg3, (bool)arg4) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus swapIdWith(class PyDbObject {lvalue},class PyDbObjectId {lvalue},bool,bool)
- upgradeFromNotify(...)
- upgradeFromNotify( (DbObject)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus upgradeFromNotify(class PyDbObject {lvalue},bool {lvalue})
- upgradeOpen(...)
- upgradeOpen( (DbObject)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus upgradeOpen(class PyDbObject {lvalue})
- xData(...)
- xData( (DbObject)arg1, (str)arg2) -> list :
C++ signature :
class boost::python::list xData(class PyDbObject {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
- xDataTransformBy(...)
- xDataTransformBy( (DbObject)arg1, (Matrix3d)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus xDataTransformBy(class PyDbObject {lvalue},class AcGeMatrix3d)
Static methods inherited from PyGi.Drawable:
- isA(...)
- isA( (Drawable)arg1) -> RxClass :
C++ signature :
class PyRxClass isA(class PyGiDrawable {lvalue})
Static methods inherited from PyRx.RxObject:
- __eq__(...)
- __eq__( (RxObject)arg1, (RxObject)arg2) -> bool :
C++ signature :
bool __eq__(class PyRxObject {lvalue},class PyRxObject)
- __ne__(...)
- __ne__( (RxObject)arg1, (RxObject)arg2) -> bool :
C++ signature :
bool __ne__(class PyRxObject {lvalue},class PyRxObject)
- isNull(...)
- isNull( (RxObject)arg1) -> bool :
C++ signature :
bool isNull(class PyRxObject {lvalue})
Static methods inherited from Boost.Python.instance:
- __new__(*args, **kwargs) from Boost.Python.class
- Create and return a new object. See help(type) for accurate signature.
Data descriptors inherited from Boost.Python.instance:
- __dict__
- __weakref__
|
class Point3AngularDimension(Dimension) |
| | |
- Method resolution order:
- Point3AngularDimension
- Dimension
- Entity
- DbObject
- PyGi.Drawable
- PyRx.RxObject
- Boost.Python.instance
- builtins.object
Static methods defined here:
- __init__(...)
- __init__( (object)arg1) -> None :
C++ signature :
void __init__(struct _object * __ptr64)
__init__( (object)arg1) -> None :
C++ signature :
void __init__(struct _object * __ptr64)
__init__( (object)arg1, (ObjectId)arg2, (OpenMode)arg3) -> None :
C++ signature :
void __init__(struct _object * __ptr64,class PyDbObjectId,enum AcDb::OpenMode)
__init__( (object)arg1, (Point3d)arg2, (Point3d)arg3, (Point3d)arg4, (Point3d)arg5) -> None :
C++ signature :
void __init__(struct _object * __ptr64,class AcGePoint3d,class AcGePoint3d,class AcGePoint3d,class AcGePoint3d)
__init__( (object)arg1, (Point3d)arg2, (Point3d)arg3, (Point3d)arg4, (Point3d)arg5, (str)arg6) -> None :
C++ signature :
void __init__(struct _object * __ptr64,class AcGePoint3d,class AcGePoint3d,class AcGePoint3d,class AcGePoint3d,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
__init__( (object)arg1, (Point3d)arg2, (Point3d)arg3, (Point3d)arg4, (Point3d)arg5, (str)arg6, (ObjectId)arg7) -> None :
C++ signature :
void __init__(struct _object * __ptr64,class AcGePoint3d,class AcGePoint3d,class AcGePoint3d,class AcGePoint3d,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,class PyDbObjectId)
- __reduce__ = (...)
- arcPoint(...)
- arcPoint( (Point3AngularDimension)arg1) -> Point3d :
C++ signature :
class AcGePoint3d arcPoint(class PyDb3PointAngularDimension {lvalue})
- centerPoint(...)
- centerPoint( (Point3AngularDimension)arg1) -> Point3d :
C++ signature :
class AcGePoint3d centerPoint(class PyDb3PointAngularDimension {lvalue})
- className(...)
- className() -> str :
C++ signature :
class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > className()
- desc(...)
- desc() -> RxClass :
C++ signature :
class PyRxClass desc()
- extArcOn(...)
- extArcOn( (Point3AngularDimension)arg1) -> bool :
C++ signature :
bool extArcOn(class PyDb3PointAngularDimension {lvalue})
- setArcPoint(...)
- setArcPoint( (Point3AngularDimension)arg1, (Point3d)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setArcPoint(class PyDb3PointAngularDimension {lvalue},class AcGePoint3d)
- setCenterPoint(...)
- setCenterPoint( (Point3AngularDimension)arg1, (Point3d)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setCenterPoint(class PyDb3PointAngularDimension {lvalue},class AcGePoint3d)
- setExtArcOn(...)
- setExtArcOn( (Point3AngularDimension)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setExtArcOn(class PyDb3PointAngularDimension {lvalue},bool)
- setXLine1Point(...)
- setXLine1Point( (Point3AngularDimension)arg1, (Point3d)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setXLine1Point(class PyDb3PointAngularDimension {lvalue},class AcGePoint3d)
- setXLine2Point(...)
- setXLine2Point( (Point3AngularDimension)arg1, (Point3d)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setXLine2Point(class PyDb3PointAngularDimension {lvalue},class AcGePoint3d)
- xLine1Point(...)
- xLine1Point( (Point3AngularDimension)arg1) -> Point3d :
C++ signature :
class AcGePoint3d xLine1Point(class PyDb3PointAngularDimension {lvalue})
- xLine2Point(...)
- xLine2Point( (Point3AngularDimension)arg1) -> Point3d :
C++ signature :
class AcGePoint3d xLine2Point(class PyDb3PointAngularDimension {lvalue})
Data and other attributes defined here:
- __instance_size__ = 48
Static methods inherited from Dimension:
- altSuppressLeadingZeros(...)
- altSuppressLeadingZeros( (Dimension)arg1) -> bool :
C++ signature :
bool altSuppressLeadingZeros(class PyDbDimension {lvalue})
- altSuppressTrailingZeros(...)
- altSuppressTrailingZeros( (Dimension)arg1) -> bool :
C++ signature :
bool altSuppressTrailingZeros(class PyDbDimension {lvalue})
- altSuppressZeroFeet(...)
- altSuppressZeroFeet( (Dimension)arg1) -> bool :
C++ signature :
bool altSuppressZeroFeet(class PyDbDimension {lvalue})
- altSuppressZeroInches(...)
- altSuppressZeroInches( (Dimension)arg1) -> bool :
C++ signature :
bool altSuppressZeroInches(class PyDbDimension {lvalue})
- altToleranceSuppressLeadingZeros(...)
- altToleranceSuppressLeadingZeros( (Dimension)arg1) -> bool :
C++ signature :
bool altToleranceSuppressLeadingZeros(class PyDbDimension {lvalue})
- altToleranceSuppressTrailingZeros(...)
- altToleranceSuppressTrailingZeros( (Dimension)arg1) -> bool :
C++ signature :
bool altToleranceSuppressTrailingZeros(class PyDbDimension {lvalue})
- altToleranceSuppressZeroFeet(...)
- altToleranceSuppressZeroFeet( (Dimension)arg1) -> bool :
C++ signature :
bool altToleranceSuppressZeroFeet(class PyDbDimension {lvalue})
- altToleranceSuppressZeroInches(...)
- altToleranceSuppressZeroInches( (Dimension)arg1) -> bool :
C++ signature :
bool altToleranceSuppressZeroInches(class PyDbDimension {lvalue})
- alternatePrefix(...)
- alternatePrefix( (Dimension)arg1) -> str :
C++ signature :
class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > alternatePrefix(class PyDbDimension {lvalue})
- alternateSuffix(...)
- alternateSuffix( (Dimension)arg1) -> str :
C++ signature :
class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > alternateSuffix(class PyDbDimension {lvalue})
- blockTransform(...)
- blockTransform( (Dimension)arg1) -> Matrix3d :
C++ signature :
class AcGeMatrix3d blockTransform(class PyDbDimension {lvalue})
- centerMarkSize(...)
- centerMarkSize( (Dimension)arg1) -> float :
C++ signature :
double centerMarkSize(class PyDbDimension {lvalue})
- dimBlockId(...)
- dimBlockId( (Dimension)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId dimBlockId(class PyDbDimension {lvalue})
- dimBlockPosition(...)
- dimBlockPosition( (Dimension)arg1) -> Point3d :
C++ signature :
class AcGePoint3d dimBlockPosition(class PyDbDimension {lvalue})
- dimExt1Linetype(...)
- dimExt1Linetype( (Dimension)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId dimExt1Linetype(class PyDbDimension {lvalue})
- dimExt2Linetype(...)
- dimExt2Linetype( (Dimension)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId dimExt2Linetype(class PyDbDimension {lvalue})
- dimLineLinetype(...)
- dimLineLinetype( (Dimension)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId dimLineLinetype(class PyDbDimension {lvalue})
- dimensionStyle(...)
- dimensionStyle( (Dimension)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId dimensionStyle(class PyDbDimension {lvalue})
- dimensionText(...)
- dimensionText( (Dimension)arg1) -> str :
C++ signature :
class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > dimensionText(class PyDbDimension {lvalue})
- elevation(...)
- elevation( (Dimension)arg1) -> float :
C++ signature :
double elevation(class PyDbDimension {lvalue})
- fieldFromMText(...)
- fieldFromMText( (Dimension)arg1, (MText)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus fieldFromMText(class PyDbDimension {lvalue},class PyDbMText {lvalue})
- fieldToMText(...)
- fieldToMText( (Dimension)arg1, (MText)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus fieldToMText(class PyDbDimension {lvalue},class PyDbMText {lvalue})
- formatMeasurement(...)
- formatMeasurement( (Dimension)arg1, (float)arg2) -> str :
C++ signature :
class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > formatMeasurement(class PyDbDimension {lvalue},double)
formatMeasurement( (Dimension)arg1, (float)arg2, (str)arg3) -> str :
C++ signature :
class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > formatMeasurement(class PyDbDimension {lvalue},double,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
- generateLayout(...)
- generateLayout( (Dimension)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus generateLayout(class PyDbDimension {lvalue})
- getArrowFirstIsFlipped(...)
- getArrowFirstIsFlipped( (Dimension)arg1) -> bool :
C++ signature :
bool getArrowFirstIsFlipped(class PyDbDimension {lvalue})
- getArrowSecondIsFlipped(...)
- getArrowSecondIsFlipped( (Dimension)arg1) -> bool :
C++ signature :
bool getArrowSecondIsFlipped(class PyDbDimension {lvalue})
- getDimstyleData(...)
- getDimstyleData( (Dimension)arg1) -> DimStyleTableRecord :
C++ signature :
class PyDbDimStyleTableRecord getDimstyleData(class PyDbDimension {lvalue})
- horizontalRotation(...)
- horizontalRotation( (Dimension)arg1) -> float :
C++ signature :
double horizontalRotation(class PyDbDimension {lvalue})
- inspection(...)
- inspection( (Dimension)arg1) -> bool :
C++ signature :
bool inspection(class PyDbDimension {lvalue})
- inspectionFrame(...)
- inspectionFrame( (Dimension)arg1) -> int :
C++ signature :
int inspectionFrame(class PyDbDimension {lvalue})
- inspectionLabel(...)
- inspectionLabel( (Dimension)arg1) -> str :
C++ signature :
class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > inspectionLabel(class PyDbDimension {lvalue})
- isConstraintDynamic(...)
- isConstraintDynamic( (Dimension)arg1) -> bool :
C++ signature :
bool isConstraintDynamic(class PyDbDimension {lvalue})
- isConstraintObject(...)
- isConstraintObject( (Dimension)arg1) -> tuple :
C++ signature :
class boost::python::tuple isConstraintObject(class PyDbDimension {lvalue})
- isDynamicDimension(...)
- isDynamicDimension( (Dimension)arg1) -> bool :
C++ signature :
bool isDynamicDimension(class PyDbDimension {lvalue})
- isHorizontalRefTextRotation(...)
- isHorizontalRefTextRotation( (Dimension)arg1) -> bool :
C++ signature :
bool isHorizontalRefTextRotation(class PyDbDimension {lvalue})
- isUsingDefaultTextPosition(...)
- isUsingDefaultTextPosition( (Dimension)arg1) -> bool :
C++ signature :
bool isUsingDefaultTextPosition(class PyDbDimension {lvalue})
- measurement(...)
- measurement( (Dimension)arg1) -> float :
C++ signature :
double measurement(class PyDbDimension {lvalue})
- normal(...)
- normal( (Dimension)arg1) -> Vector3d :
C++ signature :
class AcGeVector3d normal(class PyDbDimension {lvalue})
- prefix(...)
- prefix( (Dimension)arg1) -> str :
C++ signature :
class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > prefix(class PyDbDimension {lvalue})
- recomputeDimBlock(...)
- recomputeDimBlock( (Dimension)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus recomputeDimBlock(class PyDbDimension {lvalue})
recomputeDimBlock( (Dimension)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus recomputeDimBlock(class PyDbDimension {lvalue},bool)
- removeTextField(...)
- removeTextField( (Dimension)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus removeTextField(class PyDbDimension {lvalue})
- resetTextDefinedSize(...)
- resetTextDefinedSize( (Dimension)arg1) -> None :
C++ signature :
void resetTextDefinedSize(class PyDbDimension {lvalue})
- setAltSuppressLeadingZeros(...)
- setAltSuppressLeadingZeros( (Dimension)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setAltSuppressLeadingZeros(class PyDbDimension {lvalue},bool)
- setAltSuppressTrailingZeros(...)
- setAltSuppressTrailingZeros( (Dimension)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setAltSuppressTrailingZeros(class PyDbDimension {lvalue},bool)
- setAltSuppressZeroFeet(...)
- setAltSuppressZeroFeet( (Dimension)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setAltSuppressZeroFeet(class PyDbDimension {lvalue},bool)
- setAltSuppressZeroInches(...)
- setAltSuppressZeroInches( (Dimension)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setAltSuppressZeroInches(class PyDbDimension {lvalue},bool)
- setAltToleranceSuppressLeadingZeros(...)
- setAltToleranceSuppressLeadingZeros( (Dimension)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setAltToleranceSuppressLeadingZeros(class PyDbDimension {lvalue},bool)
- setAltToleranceSuppressTrailingZeros(...)
- setAltToleranceSuppressTrailingZeros( (Dimension)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setAltToleranceSuppressTrailingZeros(class PyDbDimension {lvalue},bool)
- setAltToleranceSuppressZeroFeet(...)
- setAltToleranceSuppressZeroFeet( (Dimension)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setAltToleranceSuppressZeroFeet(class PyDbDimension {lvalue},bool)
- setAltToleranceSuppressZeroInches(...)
- setAltToleranceSuppressZeroInches( (Dimension)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setAltToleranceSuppressZeroInches(class PyDbDimension {lvalue},bool)
- setAlternatePrefix(...)
- setAlternatePrefix( (Dimension)arg1, (str)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setAlternatePrefix(class PyDbDimension {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
- setAlternateSuffix(...)
- setAlternateSuffix( (Dimension)arg1, (str)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setAlternateSuffix(class PyDbDimension {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
- setArrowFirstIsFlipped(...)
- setArrowFirstIsFlipped( (Dimension)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setArrowFirstIsFlipped(class PyDbDimension {lvalue},bool)
- setArrowSecondIsFlipped(...)
- setArrowSecondIsFlipped( (Dimension)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setArrowSecondIsFlipped(class PyDbDimension {lvalue},bool)
- setConstraintDynamic(...)
- setConstraintDynamic( (Dimension)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setConstraintDynamic(class PyDbDimension {lvalue},bool)
- setDimBlockId(...)
- setDimBlockId( (Dimension)arg1, (ObjectId)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setDimBlockId(class PyDbDimension {lvalue},class PyDbObjectId)
- setDimBlockPosition(...)
- setDimBlockPosition( (Dimension)arg1, (Point3d)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setDimBlockPosition(class PyDbDimension {lvalue},class AcGePoint3d)
- setDimExt1Linetype(...)
- setDimExt1Linetype( (Dimension)arg1, (ObjectId)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setDimExt1Linetype(class PyDbDimension {lvalue},class PyDbObjectId)
- setDimExt2Linetype(...)
- setDimExt2Linetype( (Dimension)arg1, (ObjectId)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setDimExt2Linetype(class PyDbDimension {lvalue},class PyDbObjectId)
- setDimLineLinetype(...)
- setDimLineLinetype( (Dimension)arg1, (ObjectId)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setDimLineLinetype(class PyDbDimension {lvalue},class PyDbObjectId)
- setDimensionStyle(...)
- setDimensionStyle( (Dimension)arg1, (ObjectId)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setDimensionStyle(class PyDbDimension {lvalue},class PyDbObjectId)
- setDimensionText(...)
- setDimensionText( (Dimension)arg1, (str)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setDimensionText(class PyDbDimension {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
- setDimstyleData(...)
- setDimstyleData( (Dimension)arg1, (ObjectId)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setDimstyleData(class PyDbDimension {lvalue},class PyDbObjectId)
setDimstyleData( (Dimension)arg1, (DimStyleTableRecord)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setDimstyleData(class PyDbDimension {lvalue},class PyDbDimStyleTableRecord)
- setDynamicDimension(...)
- setDynamicDimension( (Dimension)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setDynamicDimension(class PyDbDimension {lvalue},bool)
- setElevation(...)
- setElevation( (Dimension)arg1, (float)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setElevation(class PyDbDimension {lvalue},double)
- setHorizontalRefTextRotation(...)
- setHorizontalRefTextRotation( (Dimension)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setHorizontalRefTextRotation(class PyDbDimension {lvalue},bool)
- setHorizontalRotation(...)
- setHorizontalRotation( (Dimension)arg1, (float)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setHorizontalRotation(class PyDbDimension {lvalue},double)
- setInspection(...)
- setInspection( (Dimension)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setInspection(class PyDbDimension {lvalue},bool)
- setInspectionFrame(...)
- setInspectionFrame( (Dimension)arg1, (int)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setInspectionFrame(class PyDbDimension {lvalue},int)
- setInspectionLabel(...)
- setInspectionLabel( (Dimension)arg1, (str)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setInspectionLabel(class PyDbDimension {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
- setNormal(...)
- setNormal( (Dimension)arg1, (Vector3d)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setNormal(class PyDbDimension {lvalue},class AcGeVector3d)
- setPrefix(...)
- setPrefix( (Dimension)arg1, (str)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setPrefix(class PyDbDimension {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
- setShouldParticipateInOPM(...)
- setShouldParticipateInOPM( (Dimension)arg1, (bool)arg2) -> None :
C++ signature :
void setShouldParticipateInOPM(class PyDbDimension {lvalue},bool)
- setSuffix(...)
- setSuffix( (Dimension)arg1, (str)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setSuffix(class PyDbDimension {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
- setSuppressAngularTrailingZeros(...)
- setSuppressAngularTrailingZeros( (Dimension)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setSuppressAngularTrailingZeros(class PyDbDimension {lvalue},bool)
- setSuppressLeadingZeros(...)
- setSuppressLeadingZeros( (Dimension)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setSuppressLeadingZeros(class PyDbDimension {lvalue},bool)
- setSuppressTrailingZeros(...)
- setSuppressTrailingZeros( (Dimension)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setSuppressTrailingZeros(class PyDbDimension {lvalue},bool)
- setSuppressZeroFeet(...)
- setSuppressZeroFeet( (Dimension)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setSuppressZeroFeet(class PyDbDimension {lvalue},bool)
- setSuppressZeroInches(...)
- setSuppressZeroInches( (Dimension)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setSuppressZeroInches(class PyDbDimension {lvalue},bool)
- setTextAttachment(...)
- setTextAttachment( (Dimension)arg1, (MTextAttachmentPoint)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setTextAttachment(class PyDbDimension {lvalue},enum AcDbMText::AttachmentPoint)
- setTextDefinedSize(...)
- setTextDefinedSize( (Dimension)arg1, (float)arg2, (float)arg3) -> None :
C++ signature :
void setTextDefinedSize(class PyDbDimension {lvalue},double,double)
- setTextLineSpacingFactor(...)
- setTextLineSpacingFactor( (Dimension)arg1, (float)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setTextLineSpacingFactor(class PyDbDimension {lvalue},double)
- setTextLineSpacingStyle(...)
- setTextLineSpacingStyle( (Dimension)arg1, (LineSpacingStyle)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setTextLineSpacingStyle(class PyDbDimension {lvalue},enum AcDb::LineSpacingStyle)
- setTextPosition(...)
- setTextPosition( (Dimension)arg1, (Point3d)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setTextPosition(class PyDbDimension {lvalue},class AcGePoint3d)
- setTextRotation(...)
- setTextRotation( (Dimension)arg1, (float)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setTextRotation(class PyDbDimension {lvalue},double)
- setToleranceSuppressLeadingZeros(...)
- setToleranceSuppressLeadingZeros( (Dimension)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setToleranceSuppressLeadingZeros(class PyDbDimension {lvalue},bool)
- setToleranceSuppressTrailingZeros(...)
- setToleranceSuppressTrailingZeros( (Dimension)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setToleranceSuppressTrailingZeros(class PyDbDimension {lvalue},bool)
- setToleranceSuppressZeroFeet(...)
- setToleranceSuppressZeroFeet( (Dimension)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setToleranceSuppressZeroFeet(class PyDbDimension {lvalue},bool)
- setToleranceSuppressZeroInches(...)
- setToleranceSuppressZeroInches( (Dimension)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setToleranceSuppressZeroInches(class PyDbDimension {lvalue},bool)
- setUsingDefaultTextPosition(...)
- setUsingDefaultTextPosition( (Dimension)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setUsingDefaultTextPosition(class PyDbDimension {lvalue},bool)
- shouldParticipateInOPM(...)
- shouldParticipateInOPM( (Dimension)arg1) -> bool :
C++ signature :
bool shouldParticipateInOPM(class PyDbDimension {lvalue})
- suffix(...)
- suffix( (Dimension)arg1) -> str :
C++ signature :
class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > suffix(class PyDbDimension {lvalue})
- suppressAngularLeadingZeros(...)
- suppressAngularLeadingZeros( (Dimension)arg1) -> bool :
C++ signature :
bool suppressAngularLeadingZeros(class PyDbDimension {lvalue})
- suppressAngularTrailingZeros(...)
- suppressAngularTrailingZeros( (Dimension)arg1) -> bool :
C++ signature :
bool suppressAngularTrailingZeros(class PyDbDimension {lvalue})
- suppressLeadingZeros(...)
- suppressLeadingZeros( (Dimension)arg1) -> bool :
C++ signature :
bool suppressLeadingZeros(class PyDbDimension {lvalue})
- suppressTrailingZeros(...)
- suppressTrailingZeros( (Dimension)arg1) -> bool :
C++ signature :
bool suppressTrailingZeros(class PyDbDimension {lvalue})
- suppressZeroFeet(...)
- suppressZeroFeet( (Dimension)arg1) -> bool :
C++ signature :
bool suppressZeroFeet(class PyDbDimension {lvalue})
- suppressZeroInches(...)
- suppressZeroInches( (Dimension)arg1) -> bool :
C++ signature :
bool suppressZeroInches(class PyDbDimension {lvalue})
- textAttachment(...)
- textAttachment( (Dimension)arg1) -> MTextAttachmentPoint :
C++ signature :
enum AcDbMText::AttachmentPoint textAttachment(class PyDbDimension {lvalue})
- textDefinedSize(...)
- textDefinedSize( (Dimension)arg1) -> tuple :
C++ signature :
class boost::python::tuple textDefinedSize(class PyDbDimension {lvalue})
- textLineSpacingFactor(...)
- textLineSpacingFactor( (Dimension)arg1) -> float :
C++ signature :
double textLineSpacingFactor(class PyDbDimension {lvalue})
- textLineSpacingStyle(...)
- textLineSpacingStyle( (Dimension)arg1) -> LineSpacingStyle :
C++ signature :
enum AcDb::LineSpacingStyle textLineSpacingStyle(class PyDbDimension {lvalue})
- textPosition(...)
- textPosition( (Dimension)arg1) -> Point3d :
C++ signature :
class AcGePoint3d textPosition(class PyDbDimension {lvalue})
- textRotation(...)
- textRotation( (Dimension)arg1) -> float :
C++ signature :
double textRotation(class PyDbDimension {lvalue})
- toleranceSuppressLeadingZeros(...)
- toleranceSuppressLeadingZeros( (Dimension)arg1) -> bool :
C++ signature :
bool toleranceSuppressLeadingZeros(class PyDbDimension {lvalue})
- toleranceSuppressTrailingZeros(...)
- toleranceSuppressTrailingZeros( (Dimension)arg1) -> bool :
C++ signature :
bool toleranceSuppressTrailingZeros(class PyDbDimension {lvalue})
- toleranceSuppressZeroFeet(...)
- toleranceSuppressZeroFeet( (Dimension)arg1) -> bool :
C++ signature :
bool toleranceSuppressZeroFeet(class PyDbDimension {lvalue})
- toleranceSuppressZeroInches(...)
- toleranceSuppressZeroInches( (Dimension)arg1) -> bool :
C++ signature :
bool toleranceSuppressZeroInches(class PyDbDimension {lvalue})
- useDefaultTextPosition(...)
- useDefaultTextPosition( (Dimension)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus useDefaultTextPosition(class PyDbDimension {lvalue})
- useSetTextPosition(...)
- useSetTextPosition( (Dimension)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus useSetTextPosition(class PyDbDimension {lvalue})
Static methods inherited from Entity:
- blockId(...)
- blockId( (Entity)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId blockId(class PyDbEntity {lvalue})
- castShadows(...)
- castShadows( (Entity)arg1) -> bool :
C++ signature :
bool castShadows(class PyDbEntity {lvalue})
- collisionType(...)
- collisionType( (Entity)arg1) -> CollisionType :
C++ signature :
enum AcDb::CollisionType collisionType(class PyDbEntity {lvalue})
- color(...)
- color( (Entity)arg1) -> Color :
C++ signature :
class AcCmColor color(class PyDbEntity {lvalue})
- colorIndex(...)
- colorIndex( (Entity)arg1) -> int :
C++ signature :
unsigned short colorIndex(class PyDbEntity {lvalue})
- draw(...)
- draw( (Entity)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus draw(class PyDbEntity {lvalue})
- entityColor(...)
- entityColor( (Entity)arg1) -> EntityColor :
C++ signature :
class AcCmEntityColor entityColor(class PyDbEntity {lvalue})
- getCompoundObjectTransform(...)
- getCompoundObjectTransform( (Entity)arg1, (Matrix3d)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus getCompoundObjectTransform(class PyDbEntity {lvalue},class AcGeMatrix3d {lvalue})
- getEcs(...)
- getEcs( (Entity)arg1, (Matrix3d)arg2) -> None :
C++ signature :
void getEcs(class PyDbEntity {lvalue},class AcGeMatrix3d {lvalue})
- getGeomExtents(...)
- getGeomExtents( (Entity)arg1, (Extents)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus getGeomExtents(class PyDbEntity {lvalue},class AcDbExtents {lvalue})
- getPlane(...)
- getPlane( (Entity)arg1) -> Plane :
C++ signature :
class PyGePlane getPlane(class PyDbEntity {lvalue})
- getPlotStyleNameId(...)
- getPlotStyleNameId( (Entity)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId getPlotStyleNameId(class PyDbEntity {lvalue})
- isPlanar(...)
- isPlanar( (Entity)arg1) -> bool :
C++ signature :
bool isPlanar(class PyDbEntity {lvalue})
- layer(...)
- layer( (Entity)arg1) -> str :
C++ signature :
class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > layer(class PyDbEntity {lvalue})
- layerId(...)
- layerId( (Entity)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId layerId(class PyDbEntity {lvalue})
- lineWeight(...)
- lineWeight( (Entity)arg1) -> LineWeight :
C++ signature :
enum AcDb::LineWeight lineWeight(class PyDbEntity {lvalue})
- linetype(...)
- linetype( (Entity)arg1) -> str :
C++ signature :
class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > linetype(class PyDbEntity {lvalue})
- linetypeId(...)
- linetypeId( (Entity)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId linetypeId(class PyDbEntity {lvalue})
- linetypeScale(...)
- linetypeScale( (Entity)arg1) -> float :
C++ signature :
double linetypeScale(class PyDbEntity {lvalue})
- list(...)
- list( (Entity)arg1) -> None :
C++ signature :
void list(class PyDbEntity {lvalue})
- material(...)
- material( (Entity)arg1) -> str :
C++ signature :
class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > material(class PyDbEntity {lvalue})
- materialId(...)
- materialId( (Entity)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId materialId(class PyDbEntity {lvalue})
- plotStyleName(...)
- plotStyleName( (Entity)arg1) -> str :
C++ signature :
class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > plotStyleName(class PyDbEntity {lvalue})
- receiveShadows(...)
- receiveShadows( (Entity)arg1) -> bool :
C++ signature :
bool receiveShadows(class PyDbEntity {lvalue})
- recordGraphicsModified(...)
- recordGraphicsModified( (Entity)arg1) -> None :
C++ signature :
void recordGraphicsModified(class PyDbEntity {lvalue})
recordGraphicsModified( (Entity)arg1) -> None :
C++ signature :
void recordGraphicsModified(class PyDbEntity {lvalue})
- setCastShadows(...)
- setCastShadows( (Entity)arg1, (bool)arg2) -> None :
C++ signature :
void setCastShadows(class PyDbEntity {lvalue},bool)
- setColor(...)
- setColor( (Entity)arg1, (Color)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setColor(class PyDbEntity {lvalue},class AcCmColor)
setColor( (Entity)arg1, (Color)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setColor(class PyDbEntity {lvalue},class AcCmColor,bool)
setColor( (Entity)arg1, (Color)arg2, (bool)arg3, (Database)arg4) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setColor(class PyDbEntity {lvalue},class AcCmColor,bool,class PyDbDatabase {lvalue})
- setColorIndex(...)
- setColorIndex( (Entity)arg1, (int)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setColorIndex(class PyDbEntity {lvalue},unsigned short)
setColorIndex( (Entity)arg1, (int)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setColorIndex(class PyDbEntity {lvalue},unsigned short,bool)
- setDatabaseDefaults(...)
- setDatabaseDefaults( (Entity)arg1) -> None :
C++ signature :
void setDatabaseDefaults(class PyDbEntity {lvalue})
setDatabaseDefaults( (Entity)arg1, (Database)arg2) -> None :
C++ signature :
void setDatabaseDefaults(class PyDbEntity {lvalue},class PyDbDatabase)
- setLayer(...)
- setLayer( (Entity)arg1, (str)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLayer(class PyDbEntity {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
setLayer( (Entity)arg1, (str)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLayer(class PyDbEntity {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,bool)
setLayer( (Entity)arg1, (str)arg2, (bool)arg3, (bool)arg4) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLayer(class PyDbEntity {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,bool,bool)
setLayer( (Entity)arg1, (ObjectId)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLayer(class PyDbEntity {lvalue},class PyDbObjectId)
setLayer( (Entity)arg1, (ObjectId)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLayer(class PyDbEntity {lvalue},class PyDbObjectId,bool)
setLayer( (Entity)arg1, (ObjectId)arg2, (bool)arg3, (bool)arg4) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLayer(class PyDbEntity {lvalue},class PyDbObjectId,bool,bool)
- setLineWeight(...)
- setLineWeight( (Entity)arg1, (LineWeight)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLineWeight(class PyDbEntity {lvalue},enum AcDb::LineWeight)
setLineWeight( (Entity)arg1, (LineWeight)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLineWeight(class PyDbEntity {lvalue},enum AcDb::LineWeight,bool)
- setLinetype(...)
- setLinetype( (Entity)arg1, (str)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLinetype(class PyDbEntity {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
setLinetype( (Entity)arg1, (str)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLinetype(class PyDbEntity {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,bool)
setLinetype( (Entity)arg1, (ObjectId)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLinetype(class PyDbEntity {lvalue},class PyDbObjectId)
setLinetype( (Entity)arg1, (ObjectId)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLinetype(class PyDbEntity {lvalue},class PyDbObjectId,bool)
- setLinetypeScale(...)
- setLinetypeScale( (Entity)arg1, (float)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLinetypeScale(class PyDbEntity {lvalue},double)
setLinetypeScale( (Entity)arg1, (float)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLinetypeScale(class PyDbEntity {lvalue},double,bool)
- setMaterial(...)
- setMaterial( (Entity)arg1, (str)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setMaterial(class PyDbEntity {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
setMaterial( (Entity)arg1, (str)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setMaterial(class PyDbEntity {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,bool)
setMaterial( (Entity)arg1, (ObjectId)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setMaterial(class PyDbEntity {lvalue},class PyDbObjectId)
setMaterial( (Entity)arg1, (ObjectId)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setMaterial(class PyDbEntity {lvalue},class PyDbObjectId,bool)
- setPlotStyleName(...)
- setPlotStyleName( (Entity)arg1, (str)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setPlotStyleName(class PyDbEntity {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,bool)
setPlotStyleName( (Entity)arg1, (PlotStyleNameType)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setPlotStyleName(class PyDbEntity {lvalue},enum AcDb::PlotStyleNameType,bool)
setPlotStyleName( (Entity)arg1, (PlotStyleNameType)arg2, (ObjectId)arg3, (bool)arg4) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setPlotStyleName(class PyDbEntity {lvalue},enum AcDb::PlotStyleNameType,class PyDbObjectId,bool)
- setPropertiesFrom(...)
- setPropertiesFrom( (Entity)arg1, (Entity)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setPropertiesFrom(class PyDbEntity {lvalue},class PyDbEntity)
setPropertiesFrom( (Entity)arg1, (Entity)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setPropertiesFrom(class PyDbEntity {lvalue},class PyDbEntity,bool)
- setReceiveShadows(...)
- setReceiveShadows( (Entity)arg1, (bool)arg2) -> None :
C++ signature :
void setReceiveShadows(class PyDbEntity {lvalue},bool)
- setVisibility(...)
- setVisibility( (Entity)arg1, (Visibility)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setVisibility(class PyDbEntity {lvalue},enum AcDb::Visibility)
setVisibility( (Entity)arg1, (Visibility)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setVisibility(class PyDbEntity {lvalue},enum AcDb::Visibility,bool)
- transformBy(...)
- transformBy( (Entity)arg1, (Matrix3d)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus transformBy(class PyDbEntity {lvalue},class AcGeMatrix3d)
- visibility(...)
- visibility( (Entity)arg1) -> Visibility :
C++ signature :
enum AcDb::Visibility visibility(class PyDbEntity {lvalue})
Static methods inherited from DbObject:
- addPersistentReactor(...)
- addPersistentReactor( (DbObject)arg1, (ObjectId)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus addPersistentReactor(class PyDbObject {lvalue},class PyDbObjectId)
- assertNotifyEnabled(...)
- assertNotifyEnabled( (DbObject)arg1) -> None :
C++ signature :
void assertNotifyEnabled(class PyDbObject {lvalue})
- assertReadEnabled(...)
- assertReadEnabled( (DbObject)arg1) -> None :
C++ signature :
void assertReadEnabled(class PyDbObject {lvalue})
- assertWriteEnabled(...)
- assertWriteEnabled( (DbObject)arg1) -> None :
C++ signature :
void assertWriteEnabled(class PyDbObject {lvalue})
- cancel(...)
- cancel( (DbObject)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus cancel(class PyDbObject {lvalue})
- close(...)
- close( (DbObject)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus close(class PyDbObject {lvalue})
- createExtensionDictionary(...)
- createExtensionDictionary( (DbObject)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus createExtensionDictionary(class PyDbObject {lvalue})
- database(...)
- database( (DbObject)arg1) -> Database :
C++ signature :
class PyDbDatabase database(class PyDbObject {lvalue})
- disableUndoRecording(...)
- disableUndoRecording( (DbObject)arg1, (bool)arg2) -> None :
C++ signature :
void disableUndoRecording(class PyDbObject {lvalue},bool)
- downgradeOpen(...)
- downgradeOpen( (DbObject)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus downgradeOpen(class PyDbObject {lvalue})
- downgradeToNotify(...)
- downgradeToNotify( (DbObject)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus downgradeToNotify(class PyDbObject {lvalue},bool)
- erase(...)
- erase( (DbObject)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus erase(class PyDbObject {lvalue})
- extensionDictionary(...)
- extensionDictionary( (DbObject)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId extensionDictionary(class PyDbObject {lvalue})
- handOverTo(...)
- handOverTo( (DbObject)arg1, (DbObject)arg2, (bool)arg3, (bool)arg4) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus handOverTo(class PyDbObject {lvalue},class PyDbObject {lvalue},bool,bool)
- hasPersistentReactor(...)
- hasPersistentReactor( (DbObject)arg1, (ObjectId)arg2) -> bool :
C++ signature :
bool hasPersistentReactor(class PyDbObject {lvalue},class PyDbObjectId)
- isAProxy(...)
- isAProxy( (DbObject)arg1) -> bool :
C++ signature :
bool isAProxy(class PyDbObject {lvalue})
- isCancelling(...)
- isCancelling( (DbObject)arg1) -> bool :
C++ signature :
bool isCancelling(class PyDbObject {lvalue})
- isEraseStatusToggled(...)
- isEraseStatusToggled( (DbObject)arg1) -> bool :
C++ signature :
bool isEraseStatusToggled(class PyDbObject {lvalue})
- isErased(...)
- isErased( (DbObject)arg1) -> bool :
C++ signature :
bool isErased(class PyDbObject {lvalue})
- isModified(...)
- isModified( (DbObject)arg1) -> bool :
C++ signature :
bool isModified(class PyDbObject {lvalue})
- isModifiedGraphics(...)
- isModifiedGraphics( (DbObject)arg1) -> bool :
C++ signature :
bool isModifiedGraphics(class PyDbObject {lvalue})
- isModifiedXData(...)
- isModifiedXData( (DbObject)arg1) -> bool :
C++ signature :
bool isModifiedXData(class PyDbObject {lvalue})
- isNewObject(...)
- isNewObject( (DbObject)arg1) -> bool :
C++ signature :
bool isNewObject(class PyDbObject {lvalue})
- isNotifyEnabled(...)
- isNotifyEnabled( (DbObject)arg1) -> bool :
C++ signature :
bool isNotifyEnabled(class PyDbObject {lvalue})
- isNotifying(...)
- isNotifying( (DbObject)arg1) -> bool :
C++ signature :
bool isNotifying(class PyDbObject {lvalue})
- isReadEnabled(...)
- isReadEnabled( (DbObject)arg1) -> bool :
C++ signature :
bool isReadEnabled(class PyDbObject {lvalue})
- isReallyClosing(...)
- isReallyClosing( (DbObject)arg1) -> bool :
C++ signature :
bool isReallyClosing(class PyDbObject {lvalue})
- isTransactionResident(...)
- isTransactionResident( (DbObject)arg1) -> bool :
C++ signature :
bool isTransactionResident(class PyDbObject {lvalue})
- isUndoRecordingDisabled(...)
- isUndoRecordingDisabled( (DbObject)arg1) -> bool :
C++ signature :
bool isUndoRecordingDisabled(class PyDbObject {lvalue})
- isUndoing(...)
- isUndoing( (DbObject)arg1) -> bool :
C++ signature :
bool isUndoing(class PyDbObject {lvalue})
- isWriteEnabled(...)
- isWriteEnabled( (DbObject)arg1) -> bool :
C++ signature :
bool isWriteEnabled(class PyDbObject {lvalue})
- objectId(...)
- objectId( (DbObject)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId objectId(class PyDbObject {lvalue})
- ownerId(...)
- ownerId( (DbObject)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId ownerId(class PyDbObject {lvalue})
- releaseExtensionDictionary(...)
- releaseExtensionDictionary( (DbObject)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus releaseExtensionDictionary(class PyDbObject {lvalue})
- removePersistentReactor(...)
- removePersistentReactor( (DbObject)arg1, (ObjectId)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus removePersistentReactor(class PyDbObject {lvalue},class PyDbObjectId)
- setOwnerId(...)
- setOwnerId( (DbObject)arg1, (ObjectId)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setOwnerId(class PyDbObject {lvalue},class PyDbObjectId)
- setXData(...)
- setXData( (DbObject)arg1, (list)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setXData(class PyDbObject {lvalue},class boost::python::list)
- swapIdWith(...)
- swapIdWith( (DbObject)arg1, (ObjectId)arg2, (bool)arg3, (bool)arg4) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus swapIdWith(class PyDbObject {lvalue},class PyDbObjectId {lvalue},bool,bool)
- upgradeFromNotify(...)
- upgradeFromNotify( (DbObject)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus upgradeFromNotify(class PyDbObject {lvalue},bool {lvalue})
- upgradeOpen(...)
- upgradeOpen( (DbObject)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus upgradeOpen(class PyDbObject {lvalue})
- xData(...)
- xData( (DbObject)arg1, (str)arg2) -> list :
C++ signature :
class boost::python::list xData(class PyDbObject {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
- xDataTransformBy(...)
- xDataTransformBy( (DbObject)arg1, (Matrix3d)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus xDataTransformBy(class PyDbObject {lvalue},class AcGeMatrix3d)
Static methods inherited from PyGi.Drawable:
- isA(...)
- isA( (Drawable)arg1) -> RxClass :
C++ signature :
class PyRxClass isA(class PyGiDrawable {lvalue})
Static methods inherited from PyRx.RxObject:
- __eq__(...)
- __eq__( (RxObject)arg1, (RxObject)arg2) -> bool :
C++ signature :
bool __eq__(class PyRxObject {lvalue},class PyRxObject)
- __ne__(...)
- __ne__( (RxObject)arg1, (RxObject)arg2) -> bool :
C++ signature :
bool __ne__(class PyRxObject {lvalue},class PyRxObject)
- isNull(...)
- isNull( (RxObject)arg1) -> bool :
C++ signature :
bool isNull(class PyRxObject {lvalue})
Static methods inherited from Boost.Python.instance:
- __new__(*args, **kwargs) from Boost.Python.class
- Create and return a new object. See help(type) for accurate signature.
Data descriptors inherited from Boost.Python.instance:
- __dict__
- __weakref__
|
class Poly2dType(Boost.Python.enum) |
| | |
- Method resolution order:
- Poly2dType
- Boost.Python.enum
- builtins.int
- builtins.object
Data and other attributes defined here:
- k2dCubicSplinePoly = PyDb.Poly2dType.k2dCubicSplinePoly
- k2dFitCurvePoly = PyDb.Poly2dType.k2dFitCurvePoly
- k2dQuadSplinePoly = PyDb.Poly2dType.k2dQuadSplinePoly
- k2dSimplePoly = PyDb.Poly2dType.k2dSimplePoly
- names = {'k2dCubicSplinePoly': PyDb.Poly2dType.k2dCubicSplinePoly, 'k2dFitCurvePoly': PyDb.Poly2dType.k2dFitCurvePoly, 'k2dQuadSplinePoly': PyDb.Poly2dType.k2dQuadSplinePoly, 'k2dSimplePoly': PyDb.Poly2dType.k2dSimplePoly}
- values = {0: PyDb.Poly2dType.k2dSimplePoly, 1: PyDb.Poly2dType.k2dFitCurvePoly, 2: PyDb.Poly2dType.k2dQuadSplinePoly, 3: PyDb.Poly2dType.k2dCubicSplinePoly}
Methods inherited from Boost.Python.enum:
- __repr__(self, /)
- Return repr(self).
- __str__(self, /)
- Return str(self).
Data descriptors inherited from Boost.Python.enum:
- name
Methods inherited from builtins.int:
- __abs__(self, /)
- abs(self)
- __add__(self, value, /)
- Return self+value.
- __and__(self, value, /)
- Return self&value.
- __bool__(self, /)
- True if self else False
- __ceil__(...)
- Ceiling of an Integral returns itself.
- __divmod__(self, value, /)
- Return divmod(self, value).
- __eq__(self, value, /)
- Return self==value.
- __float__(self, /)
- float(self)
- __floor__(...)
- Flooring an Integral returns itself.
- __floordiv__(self, value, /)
- Return self//value.
- __format__(self, format_spec, /)
- Default object formatter.
- __ge__(self, value, /)
- Return self>=value.
- __getattribute__(self, name, /)
- Return getattr(self, name).
- __getnewargs__(self, /)
- __gt__(self, value, /)
- Return self>value.
- __hash__(self, /)
- Return hash(self).
- __index__(self, /)
- Return self converted to an integer, if self is suitable for use as an index into a list.
- __int__(self, /)
- int(self)
- __invert__(self, /)
- ~self
- __le__(self, value, /)
- Return self<=value.
- __lshift__(self, value, /)
- Return self<<value.
- __lt__(self, value, /)
- Return self<value.
- __mod__(self, value, /)
- Return self%value.
- __mul__(self, value, /)
- Return self*value.
- __ne__(self, value, /)
- Return self!=value.
- __neg__(self, /)
- -self
- __or__(self, value, /)
- Return self|value.
- __pos__(self, /)
- +self
- __pow__(self, value, mod=None, /)
- Return pow(self, value, mod).
- __radd__(self, value, /)
- Return value+self.
- __rand__(self, value, /)
- Return value&self.
- __rdivmod__(self, value, /)
- Return divmod(value, self).
- __rfloordiv__(self, value, /)
- Return value//self.
- __rlshift__(self, value, /)
- Return value<<self.
- __rmod__(self, value, /)
- Return value%self.
- __rmul__(self, value, /)
- Return value*self.
- __ror__(self, value, /)
- Return value|self.
- __round__(...)
- Rounding an Integral returns itself.
Rounding with an ndigits argument also returns an integer.
- __rpow__(self, value, mod=None, /)
- Return pow(value, self, mod).
- __rrshift__(self, value, /)
- Return value>>self.
- __rshift__(self, value, /)
- Return self>>value.
- __rsub__(self, value, /)
- Return value-self.
- __rtruediv__(self, value, /)
- Return value/self.
- __rxor__(self, value, /)
- Return value^self.
- __sizeof__(self, /)
- Returns size in memory, in bytes.
- __sub__(self, value, /)
- Return self-value.
- __truediv__(self, value, /)
- Return self/value.
- __trunc__(...)
- Truncating an Integral returns itself.
- __xor__(self, value, /)
- Return self^value.
- as_integer_ratio(self, /)
- Return integer ratio.
Return a pair of integers, whose ratio is exactly equal to the original int
and with a positive denominator.
>>> (10).as_integer_ratio()
(10, 1)
>>> (-10).as_integer_ratio()
(-10, 1)
>>> (0).as_integer_ratio()
(0, 1)
- bit_count(self, /)
- Number of ones in the binary representation of the absolute value of self.
Also known as the population count.
>>> bin(13)
'0b1101'
>>> (13).bit_count()
3
- bit_length(self, /)
- Number of bits necessary to represent self in binary.
>>> bin(37)
'0b100101'
>>> (37).bit_length()
6
- conjugate(...)
- Returns self, the complex conjugate of any int.
- to_bytes(self, /, length, byteorder, *, signed=False)
- Return an array of bytes representing an integer.
length
Length of bytes object to use. An OverflowError is raised if the
integer is not representable with the given number of bytes.
byteorder
The byte order used to represent the integer. If byteorder is 'big',
the most significant byte is at the beginning of the byte array. If
byteorder is 'little', the most significant byte is at the end of the
byte array. To request the native byte order of the host system, use
`sys.byteorder' as the byte order value.
signed
Determines whether two's complement is used to represent the integer.
If signed is False and a negative integer is given, an OverflowError
is raised.
Class methods inherited from builtins.int:
- from_bytes(bytes, byteorder, *, signed=False) from builtins.type
- Return the integer represented by the given array of bytes.
bytes
Holds the array of bytes to convert. The argument must either
support the buffer protocol or be an iterable object producing bytes.
Bytes and bytearray are examples of built-in objects that support the
buffer protocol.
byteorder
The byte order used to represent the integer. If byteorder is 'big',
the most significant byte is at the beginning of the byte array. If
byteorder is 'little', the most significant byte is at the end of the
byte array. To request the native byte order of the host system, use
`sys.byteorder' as the byte order value.
signed
Indicates whether two's complement is used to represent the integer.
Static methods inherited from builtins.int:
- __new__(*args, **kwargs) from builtins.type
- Create and return a new object. See help(type) for accurate signature.
Data descriptors inherited from builtins.int:
- denominator
- the denominator of a rational number in lowest terms
- imag
- the imaginary part of a complex number
- numerator
- the numerator of a rational number in lowest terms
- real
- the real part of a complex number
|
class Poly3dType(Boost.Python.enum) |
| | |
- Method resolution order:
- Poly3dType
- Boost.Python.enum
- builtins.int
- builtins.object
Data and other attributes defined here:
- k3dCubicSplinePoly = PyDb.Poly3dType.k3dCubicSplinePoly
- k3dQuadSplinePoly = PyDb.Poly3dType.k3dQuadSplinePoly
- k3dSimplePoly = PyDb.Poly3dType.k3dSimplePoly
- names = {'k3dCubicSplinePoly': PyDb.Poly3dType.k3dCubicSplinePoly, 'k3dQuadSplinePoly': PyDb.Poly3dType.k3dQuadSplinePoly, 'k3dSimplePoly': PyDb.Poly3dType.k3dSimplePoly}
- values = {0: PyDb.Poly3dType.k3dSimplePoly, 1: PyDb.Poly3dType.k3dQuadSplinePoly, 2: PyDb.Poly3dType.k3dCubicSplinePoly}
Methods inherited from Boost.Python.enum:
- __repr__(self, /)
- Return repr(self).
- __str__(self, /)
- Return str(self).
Data descriptors inherited from Boost.Python.enum:
- name
Methods inherited from builtins.int:
- __abs__(self, /)
- abs(self)
- __add__(self, value, /)
- Return self+value.
- __and__(self, value, /)
- Return self&value.
- __bool__(self, /)
- True if self else False
- __ceil__(...)
- Ceiling of an Integral returns itself.
- __divmod__(self, value, /)
- Return divmod(self, value).
- __eq__(self, value, /)
- Return self==value.
- __float__(self, /)
- float(self)
- __floor__(...)
- Flooring an Integral returns itself.
- __floordiv__(self, value, /)
- Return self//value.
- __format__(self, format_spec, /)
- Default object formatter.
- __ge__(self, value, /)
- Return self>=value.
- __getattribute__(self, name, /)
- Return getattr(self, name).
- __getnewargs__(self, /)
- __gt__(self, value, /)
- Return self>value.
- __hash__(self, /)
- Return hash(self).
- __index__(self, /)
- Return self converted to an integer, if self is suitable for use as an index into a list.
- __int__(self, /)
- int(self)
- __invert__(self, /)
- ~self
- __le__(self, value, /)
- Return self<=value.
- __lshift__(self, value, /)
- Return self<<value.
- __lt__(self, value, /)
- Return self<value.
- __mod__(self, value, /)
- Return self%value.
- __mul__(self, value, /)
- Return self*value.
- __ne__(self, value, /)
- Return self!=value.
- __neg__(self, /)
- -self
- __or__(self, value, /)
- Return self|value.
- __pos__(self, /)
- +self
- __pow__(self, value, mod=None, /)
- Return pow(self, value, mod).
- __radd__(self, value, /)
- Return value+self.
- __rand__(self, value, /)
- Return value&self.
- __rdivmod__(self, value, /)
- Return divmod(value, self).
- __rfloordiv__(self, value, /)
- Return value//self.
- __rlshift__(self, value, /)
- Return value<<self.
- __rmod__(self, value, /)
- Return value%self.
- __rmul__(self, value, /)
- Return value*self.
- __ror__(self, value, /)
- Return value|self.
- __round__(...)
- Rounding an Integral returns itself.
Rounding with an ndigits argument also returns an integer.
- __rpow__(self, value, mod=None, /)
- Return pow(value, self, mod).
- __rrshift__(self, value, /)
- Return value>>self.
- __rshift__(self, value, /)
- Return self>>value.
- __rsub__(self, value, /)
- Return value-self.
- __rtruediv__(self, value, /)
- Return value/self.
- __rxor__(self, value, /)
- Return value^self.
- __sizeof__(self, /)
- Returns size in memory, in bytes.
- __sub__(self, value, /)
- Return self-value.
- __truediv__(self, value, /)
- Return self/value.
- __trunc__(...)
- Truncating an Integral returns itself.
- __xor__(self, value, /)
- Return self^value.
- as_integer_ratio(self, /)
- Return integer ratio.
Return a pair of integers, whose ratio is exactly equal to the original int
and with a positive denominator.
>>> (10).as_integer_ratio()
(10, 1)
>>> (-10).as_integer_ratio()
(-10, 1)
>>> (0).as_integer_ratio()
(0, 1)
- bit_count(self, /)
- Number of ones in the binary representation of the absolute value of self.
Also known as the population count.
>>> bin(13)
'0b1101'
>>> (13).bit_count()
3
- bit_length(self, /)
- Number of bits necessary to represent self in binary.
>>> bin(37)
'0b100101'
>>> (37).bit_length()
6
- conjugate(...)
- Returns self, the complex conjugate of any int.
- to_bytes(self, /, length, byteorder, *, signed=False)
- Return an array of bytes representing an integer.
length
Length of bytes object to use. An OverflowError is raised if the
integer is not representable with the given number of bytes.
byteorder
The byte order used to represent the integer. If byteorder is 'big',
the most significant byte is at the beginning of the byte array. If
byteorder is 'little', the most significant byte is at the end of the
byte array. To request the native byte order of the host system, use
`sys.byteorder' as the byte order value.
signed
Determines whether two's complement is used to represent the integer.
If signed is False and a negative integer is given, an OverflowError
is raised.
Class methods inherited from builtins.int:
- from_bytes(bytes, byteorder, *, signed=False) from builtins.type
- Return the integer represented by the given array of bytes.
bytes
Holds the array of bytes to convert. The argument must either
support the buffer protocol or be an iterable object producing bytes.
Bytes and bytearray are examples of built-in objects that support the
buffer protocol.
byteorder
The byte order used to represent the integer. If byteorder is 'big',
the most significant byte is at the beginning of the byte array. If
byteorder is 'little', the most significant byte is at the end of the
byte array. To request the native byte order of the host system, use
`sys.byteorder' as the byte order value.
signed
Indicates whether two's complement is used to represent the integer.
Static methods inherited from builtins.int:
- __new__(*args, **kwargs) from builtins.type
- Create and return a new object. See help(type) for accurate signature.
Data descriptors inherited from builtins.int:
- denominator
- the denominator of a rational number in lowest terms
- imag
- the imaginary part of a complex number
- numerator
- the numerator of a rational number in lowest terms
- real
- the real part of a complex number
|
class PolyFaceMeshVertex(Vertex) |
| | |
- Method resolution order:
- PolyFaceMeshVertex
- Vertex
- Entity
- DbObject
- PyGi.Drawable
- PyRx.RxObject
- Boost.Python.instance
- builtins.object
Static methods defined here:
- __init__(...)
- __init__( (object)arg1) -> None :
C++ signature :
void __init__(struct _object * __ptr64)
__init__( (object)arg1) -> None :
C++ signature :
void __init__(struct _object * __ptr64)
__init__( (object)arg1, (Point3d)arg2) -> None :
C++ signature :
void __init__(struct _object * __ptr64,class AcGePoint3d)
__init__( (object)arg1, (ObjectId)arg2, (OpenMode)arg3) -> None :
C++ signature :
void __init__(struct _object * __ptr64,class PyDbObjectId,enum AcDb::OpenMode)
- __reduce__ = (...)
- className(...)
- className() -> str :
C++ signature :
class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > className()
- desc(...)
- desc() -> RxClass :
C++ signature :
class PyRxClass desc()
- position(...)
- position( (PolyFaceMeshVertex)arg1) -> Point3d :
C++ signature :
class AcGePoint3d position(class PyDbPolyFaceMeshVertex {lvalue})
- setPosition(...)
- setPosition( (PolyFaceMeshVertex)arg1, (Point3d)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setPosition(class PyDbPolyFaceMeshVertex {lvalue},class AcGePoint3d)
Data and other attributes defined here:
- __instance_size__ = 48
Static methods inherited from Entity:
- blockId(...)
- blockId( (Entity)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId blockId(class PyDbEntity {lvalue})
- castShadows(...)
- castShadows( (Entity)arg1) -> bool :
C++ signature :
bool castShadows(class PyDbEntity {lvalue})
- collisionType(...)
- collisionType( (Entity)arg1) -> CollisionType :
C++ signature :
enum AcDb::CollisionType collisionType(class PyDbEntity {lvalue})
- color(...)
- color( (Entity)arg1) -> Color :
C++ signature :
class AcCmColor color(class PyDbEntity {lvalue})
- colorIndex(...)
- colorIndex( (Entity)arg1) -> int :
C++ signature :
unsigned short colorIndex(class PyDbEntity {lvalue})
- draw(...)
- draw( (Entity)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus draw(class PyDbEntity {lvalue})
- entityColor(...)
- entityColor( (Entity)arg1) -> EntityColor :
C++ signature :
class AcCmEntityColor entityColor(class PyDbEntity {lvalue})
- getCompoundObjectTransform(...)
- getCompoundObjectTransform( (Entity)arg1, (Matrix3d)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus getCompoundObjectTransform(class PyDbEntity {lvalue},class AcGeMatrix3d {lvalue})
- getEcs(...)
- getEcs( (Entity)arg1, (Matrix3d)arg2) -> None :
C++ signature :
void getEcs(class PyDbEntity {lvalue},class AcGeMatrix3d {lvalue})
- getGeomExtents(...)
- getGeomExtents( (Entity)arg1, (Extents)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus getGeomExtents(class PyDbEntity {lvalue},class AcDbExtents {lvalue})
- getPlane(...)
- getPlane( (Entity)arg1) -> Plane :
C++ signature :
class PyGePlane getPlane(class PyDbEntity {lvalue})
- getPlotStyleNameId(...)
- getPlotStyleNameId( (Entity)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId getPlotStyleNameId(class PyDbEntity {lvalue})
- isPlanar(...)
- isPlanar( (Entity)arg1) -> bool :
C++ signature :
bool isPlanar(class PyDbEntity {lvalue})
- layer(...)
- layer( (Entity)arg1) -> str :
C++ signature :
class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > layer(class PyDbEntity {lvalue})
- layerId(...)
- layerId( (Entity)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId layerId(class PyDbEntity {lvalue})
- lineWeight(...)
- lineWeight( (Entity)arg1) -> LineWeight :
C++ signature :
enum AcDb::LineWeight lineWeight(class PyDbEntity {lvalue})
- linetype(...)
- linetype( (Entity)arg1) -> str :
C++ signature :
class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > linetype(class PyDbEntity {lvalue})
- linetypeId(...)
- linetypeId( (Entity)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId linetypeId(class PyDbEntity {lvalue})
- linetypeScale(...)
- linetypeScale( (Entity)arg1) -> float :
C++ signature :
double linetypeScale(class PyDbEntity {lvalue})
- list(...)
- list( (Entity)arg1) -> None :
C++ signature :
void list(class PyDbEntity {lvalue})
- material(...)
- material( (Entity)arg1) -> str :
C++ signature :
class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > material(class PyDbEntity {lvalue})
- materialId(...)
- materialId( (Entity)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId materialId(class PyDbEntity {lvalue})
- plotStyleName(...)
- plotStyleName( (Entity)arg1) -> str :
C++ signature :
class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > plotStyleName(class PyDbEntity {lvalue})
- receiveShadows(...)
- receiveShadows( (Entity)arg1) -> bool :
C++ signature :
bool receiveShadows(class PyDbEntity {lvalue})
- recordGraphicsModified(...)
- recordGraphicsModified( (Entity)arg1) -> None :
C++ signature :
void recordGraphicsModified(class PyDbEntity {lvalue})
recordGraphicsModified( (Entity)arg1) -> None :
C++ signature :
void recordGraphicsModified(class PyDbEntity {lvalue})
- setCastShadows(...)
- setCastShadows( (Entity)arg1, (bool)arg2) -> None :
C++ signature :
void setCastShadows(class PyDbEntity {lvalue},bool)
- setColor(...)
- setColor( (Entity)arg1, (Color)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setColor(class PyDbEntity {lvalue},class AcCmColor)
setColor( (Entity)arg1, (Color)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setColor(class PyDbEntity {lvalue},class AcCmColor,bool)
setColor( (Entity)arg1, (Color)arg2, (bool)arg3, (Database)arg4) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setColor(class PyDbEntity {lvalue},class AcCmColor,bool,class PyDbDatabase {lvalue})
- setColorIndex(...)
- setColorIndex( (Entity)arg1, (int)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setColorIndex(class PyDbEntity {lvalue},unsigned short)
setColorIndex( (Entity)arg1, (int)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setColorIndex(class PyDbEntity {lvalue},unsigned short,bool)
- setDatabaseDefaults(...)
- setDatabaseDefaults( (Entity)arg1) -> None :
C++ signature :
void setDatabaseDefaults(class PyDbEntity {lvalue})
setDatabaseDefaults( (Entity)arg1, (Database)arg2) -> None :
C++ signature :
void setDatabaseDefaults(class PyDbEntity {lvalue},class PyDbDatabase)
- setLayer(...)
- setLayer( (Entity)arg1, (str)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLayer(class PyDbEntity {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
setLayer( (Entity)arg1, (str)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLayer(class PyDbEntity {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,bool)
setLayer( (Entity)arg1, (str)arg2, (bool)arg3, (bool)arg4) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLayer(class PyDbEntity {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,bool,bool)
setLayer( (Entity)arg1, (ObjectId)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLayer(class PyDbEntity {lvalue},class PyDbObjectId)
setLayer( (Entity)arg1, (ObjectId)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLayer(class PyDbEntity {lvalue},class PyDbObjectId,bool)
setLayer( (Entity)arg1, (ObjectId)arg2, (bool)arg3, (bool)arg4) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLayer(class PyDbEntity {lvalue},class PyDbObjectId,bool,bool)
- setLineWeight(...)
- setLineWeight( (Entity)arg1, (LineWeight)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLineWeight(class PyDbEntity {lvalue},enum AcDb::LineWeight)
setLineWeight( (Entity)arg1, (LineWeight)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLineWeight(class PyDbEntity {lvalue},enum AcDb::LineWeight,bool)
- setLinetype(...)
- setLinetype( (Entity)arg1, (str)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLinetype(class PyDbEntity {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
setLinetype( (Entity)arg1, (str)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLinetype(class PyDbEntity {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,bool)
setLinetype( (Entity)arg1, (ObjectId)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLinetype(class PyDbEntity {lvalue},class PyDbObjectId)
setLinetype( (Entity)arg1, (ObjectId)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLinetype(class PyDbEntity {lvalue},class PyDbObjectId,bool)
- setLinetypeScale(...)
- setLinetypeScale( (Entity)arg1, (float)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLinetypeScale(class PyDbEntity {lvalue},double)
setLinetypeScale( (Entity)arg1, (float)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLinetypeScale(class PyDbEntity {lvalue},double,bool)
- setMaterial(...)
- setMaterial( (Entity)arg1, (str)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setMaterial(class PyDbEntity {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
setMaterial( (Entity)arg1, (str)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setMaterial(class PyDbEntity {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,bool)
setMaterial( (Entity)arg1, (ObjectId)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setMaterial(class PyDbEntity {lvalue},class PyDbObjectId)
setMaterial( (Entity)arg1, (ObjectId)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setMaterial(class PyDbEntity {lvalue},class PyDbObjectId,bool)
- setPlotStyleName(...)
- setPlotStyleName( (Entity)arg1, (str)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setPlotStyleName(class PyDbEntity {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,bool)
setPlotStyleName( (Entity)arg1, (PlotStyleNameType)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setPlotStyleName(class PyDbEntity {lvalue},enum AcDb::PlotStyleNameType,bool)
setPlotStyleName( (Entity)arg1, (PlotStyleNameType)arg2, (ObjectId)arg3, (bool)arg4) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setPlotStyleName(class PyDbEntity {lvalue},enum AcDb::PlotStyleNameType,class PyDbObjectId,bool)
- setPropertiesFrom(...)
- setPropertiesFrom( (Entity)arg1, (Entity)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setPropertiesFrom(class PyDbEntity {lvalue},class PyDbEntity)
setPropertiesFrom( (Entity)arg1, (Entity)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setPropertiesFrom(class PyDbEntity {lvalue},class PyDbEntity,bool)
- setReceiveShadows(...)
- setReceiveShadows( (Entity)arg1, (bool)arg2) -> None :
C++ signature :
void setReceiveShadows(class PyDbEntity {lvalue},bool)
- setVisibility(...)
- setVisibility( (Entity)arg1, (Visibility)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setVisibility(class PyDbEntity {lvalue},enum AcDb::Visibility)
setVisibility( (Entity)arg1, (Visibility)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setVisibility(class PyDbEntity {lvalue},enum AcDb::Visibility,bool)
- transformBy(...)
- transformBy( (Entity)arg1, (Matrix3d)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus transformBy(class PyDbEntity {lvalue},class AcGeMatrix3d)
- visibility(...)
- visibility( (Entity)arg1) -> Visibility :
C++ signature :
enum AcDb::Visibility visibility(class PyDbEntity {lvalue})
Static methods inherited from DbObject:
- addPersistentReactor(...)
- addPersistentReactor( (DbObject)arg1, (ObjectId)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus addPersistentReactor(class PyDbObject {lvalue},class PyDbObjectId)
- assertNotifyEnabled(...)
- assertNotifyEnabled( (DbObject)arg1) -> None :
C++ signature :
void assertNotifyEnabled(class PyDbObject {lvalue})
- assertReadEnabled(...)
- assertReadEnabled( (DbObject)arg1) -> None :
C++ signature :
void assertReadEnabled(class PyDbObject {lvalue})
- assertWriteEnabled(...)
- assertWriteEnabled( (DbObject)arg1) -> None :
C++ signature :
void assertWriteEnabled(class PyDbObject {lvalue})
- cancel(...)
- cancel( (DbObject)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus cancel(class PyDbObject {lvalue})
- close(...)
- close( (DbObject)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus close(class PyDbObject {lvalue})
- createExtensionDictionary(...)
- createExtensionDictionary( (DbObject)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus createExtensionDictionary(class PyDbObject {lvalue})
- database(...)
- database( (DbObject)arg1) -> Database :
C++ signature :
class PyDbDatabase database(class PyDbObject {lvalue})
- disableUndoRecording(...)
- disableUndoRecording( (DbObject)arg1, (bool)arg2) -> None :
C++ signature :
void disableUndoRecording(class PyDbObject {lvalue},bool)
- downgradeOpen(...)
- downgradeOpen( (DbObject)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus downgradeOpen(class PyDbObject {lvalue})
- downgradeToNotify(...)
- downgradeToNotify( (DbObject)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus downgradeToNotify(class PyDbObject {lvalue},bool)
- erase(...)
- erase( (DbObject)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus erase(class PyDbObject {lvalue})
- extensionDictionary(...)
- extensionDictionary( (DbObject)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId extensionDictionary(class PyDbObject {lvalue})
- handOverTo(...)
- handOverTo( (DbObject)arg1, (DbObject)arg2, (bool)arg3, (bool)arg4) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus handOverTo(class PyDbObject {lvalue},class PyDbObject {lvalue},bool,bool)
- hasPersistentReactor(...)
- hasPersistentReactor( (DbObject)arg1, (ObjectId)arg2) -> bool :
C++ signature :
bool hasPersistentReactor(class PyDbObject {lvalue},class PyDbObjectId)
- isAProxy(...)
- isAProxy( (DbObject)arg1) -> bool :
C++ signature :
bool isAProxy(class PyDbObject {lvalue})
- isCancelling(...)
- isCancelling( (DbObject)arg1) -> bool :
C++ signature :
bool isCancelling(class PyDbObject {lvalue})
- isEraseStatusToggled(...)
- isEraseStatusToggled( (DbObject)arg1) -> bool :
C++ signature :
bool isEraseStatusToggled(class PyDbObject {lvalue})
- isErased(...)
- isErased( (DbObject)arg1) -> bool :
C++ signature :
bool isErased(class PyDbObject {lvalue})
- isModified(...)
- isModified( (DbObject)arg1) -> bool :
C++ signature :
bool isModified(class PyDbObject {lvalue})
- isModifiedGraphics(...)
- isModifiedGraphics( (DbObject)arg1) -> bool :
C++ signature :
bool isModifiedGraphics(class PyDbObject {lvalue})
- isModifiedXData(...)
- isModifiedXData( (DbObject)arg1) -> bool :
C++ signature :
bool isModifiedXData(class PyDbObject {lvalue})
- isNewObject(...)
- isNewObject( (DbObject)arg1) -> bool :
C++ signature :
bool isNewObject(class PyDbObject {lvalue})
- isNotifyEnabled(...)
- isNotifyEnabled( (DbObject)arg1) -> bool :
C++ signature :
bool isNotifyEnabled(class PyDbObject {lvalue})
- isNotifying(...)
- isNotifying( (DbObject)arg1) -> bool :
C++ signature :
bool isNotifying(class PyDbObject {lvalue})
- isReadEnabled(...)
- isReadEnabled( (DbObject)arg1) -> bool :
C++ signature :
bool isReadEnabled(class PyDbObject {lvalue})
- isReallyClosing(...)
- isReallyClosing( (DbObject)arg1) -> bool :
C++ signature :
bool isReallyClosing(class PyDbObject {lvalue})
- isTransactionResident(...)
- isTransactionResident( (DbObject)arg1) -> bool :
C++ signature :
bool isTransactionResident(class PyDbObject {lvalue})
- isUndoRecordingDisabled(...)
- isUndoRecordingDisabled( (DbObject)arg1) -> bool :
C++ signature :
bool isUndoRecordingDisabled(class PyDbObject {lvalue})
- isUndoing(...)
- isUndoing( (DbObject)arg1) -> bool :
C++ signature :
bool isUndoing(class PyDbObject {lvalue})
- isWriteEnabled(...)
- isWriteEnabled( (DbObject)arg1) -> bool :
C++ signature :
bool isWriteEnabled(class PyDbObject {lvalue})
- objectId(...)
- objectId( (DbObject)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId objectId(class PyDbObject {lvalue})
- ownerId(...)
- ownerId( (DbObject)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId ownerId(class PyDbObject {lvalue})
- releaseExtensionDictionary(...)
- releaseExtensionDictionary( (DbObject)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus releaseExtensionDictionary(class PyDbObject {lvalue})
- removePersistentReactor(...)
- removePersistentReactor( (DbObject)arg1, (ObjectId)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus removePersistentReactor(class PyDbObject {lvalue},class PyDbObjectId)
- setOwnerId(...)
- setOwnerId( (DbObject)arg1, (ObjectId)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setOwnerId(class PyDbObject {lvalue},class PyDbObjectId)
- setXData(...)
- setXData( (DbObject)arg1, (list)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setXData(class PyDbObject {lvalue},class boost::python::list)
- swapIdWith(...)
- swapIdWith( (DbObject)arg1, (ObjectId)arg2, (bool)arg3, (bool)arg4) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus swapIdWith(class PyDbObject {lvalue},class PyDbObjectId {lvalue},bool,bool)
- upgradeFromNotify(...)
- upgradeFromNotify( (DbObject)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus upgradeFromNotify(class PyDbObject {lvalue},bool {lvalue})
- upgradeOpen(...)
- upgradeOpen( (DbObject)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus upgradeOpen(class PyDbObject {lvalue})
- xData(...)
- xData( (DbObject)arg1, (str)arg2) -> list :
C++ signature :
class boost::python::list xData(class PyDbObject {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
- xDataTransformBy(...)
- xDataTransformBy( (DbObject)arg1, (Matrix3d)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus xDataTransformBy(class PyDbObject {lvalue},class AcGeMatrix3d)
Static methods inherited from PyGi.Drawable:
- isA(...)
- isA( (Drawable)arg1) -> RxClass :
C++ signature :
class PyRxClass isA(class PyGiDrawable {lvalue})
Static methods inherited from PyRx.RxObject:
- __eq__(...)
- __eq__( (RxObject)arg1, (RxObject)arg2) -> bool :
C++ signature :
bool __eq__(class PyRxObject {lvalue},class PyRxObject)
- __ne__(...)
- __ne__( (RxObject)arg1, (RxObject)arg2) -> bool :
C++ signature :
bool __ne__(class PyRxObject {lvalue},class PyRxObject)
- isNull(...)
- isNull( (RxObject)arg1) -> bool :
C++ signature :
bool isNull(class PyRxObject {lvalue})
Static methods inherited from Boost.Python.instance:
- __new__(*args, **kwargs) from Boost.Python.class
- Create and return a new object. See help(type) for accurate signature.
Data descriptors inherited from Boost.Python.instance:
- __dict__
- __weakref__
|
class PolygonMeshVertex(Vertex) |
| | |
- Method resolution order:
- PolygonMeshVertex
- Vertex
- Entity
- DbObject
- PyGi.Drawable
- PyRx.RxObject
- Boost.Python.instance
- builtins.object
Static methods defined here:
- __init__(...)
- __init__( (object)arg1) -> None :
C++ signature :
void __init__(struct _object * __ptr64)
__init__( (object)arg1) -> None :
C++ signature :
void __init__(struct _object * __ptr64)
__init__( (object)arg1, (Point3d)arg2) -> None :
C++ signature :
void __init__(struct _object * __ptr64,class AcGePoint3d)
__init__( (object)arg1, (ObjectId)arg2, (OpenMode)arg3) -> None :
C++ signature :
void __init__(struct _object * __ptr64,class PyDbObjectId,enum AcDb::OpenMode)
- __reduce__ = (...)
- className(...)
- className() -> str :
C++ signature :
class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > className()
- desc(...)
- desc() -> RxClass :
C++ signature :
class PyRxClass desc()
- position(...)
- position( (PolygonMeshVertex)arg1) -> Point3d :
C++ signature :
class AcGePoint3d position(class PyDbPolygonMeshVertex {lvalue})
- setPosition(...)
- setPosition( (PolygonMeshVertex)arg1, (Point3d)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setPosition(class PyDbPolygonMeshVertex {lvalue},class AcGePoint3d)
- vertexType(...)
- vertexType( (PolygonMeshVertex)arg1) -> object :
C++ signature :
enum AcDb::Vertex3dType vertexType(class PyDbPolygonMeshVertex {lvalue})
Data and other attributes defined here:
- __instance_size__ = 48
Static methods inherited from Entity:
- blockId(...)
- blockId( (Entity)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId blockId(class PyDbEntity {lvalue})
- castShadows(...)
- castShadows( (Entity)arg1) -> bool :
C++ signature :
bool castShadows(class PyDbEntity {lvalue})
- collisionType(...)
- collisionType( (Entity)arg1) -> CollisionType :
C++ signature :
enum AcDb::CollisionType collisionType(class PyDbEntity {lvalue})
- color(...)
- color( (Entity)arg1) -> Color :
C++ signature :
class AcCmColor color(class PyDbEntity {lvalue})
- colorIndex(...)
- colorIndex( (Entity)arg1) -> int :
C++ signature :
unsigned short colorIndex(class PyDbEntity {lvalue})
- draw(...)
- draw( (Entity)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus draw(class PyDbEntity {lvalue})
- entityColor(...)
- entityColor( (Entity)arg1) -> EntityColor :
C++ signature :
class AcCmEntityColor entityColor(class PyDbEntity {lvalue})
- getCompoundObjectTransform(...)
- getCompoundObjectTransform( (Entity)arg1, (Matrix3d)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus getCompoundObjectTransform(class PyDbEntity {lvalue},class AcGeMatrix3d {lvalue})
- getEcs(...)
- getEcs( (Entity)arg1, (Matrix3d)arg2) -> None :
C++ signature :
void getEcs(class PyDbEntity {lvalue},class AcGeMatrix3d {lvalue})
- getGeomExtents(...)
- getGeomExtents( (Entity)arg1, (Extents)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus getGeomExtents(class PyDbEntity {lvalue},class AcDbExtents {lvalue})
- getPlane(...)
- getPlane( (Entity)arg1) -> Plane :
C++ signature :
class PyGePlane getPlane(class PyDbEntity {lvalue})
- getPlotStyleNameId(...)
- getPlotStyleNameId( (Entity)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId getPlotStyleNameId(class PyDbEntity {lvalue})
- isPlanar(...)
- isPlanar( (Entity)arg1) -> bool :
C++ signature :
bool isPlanar(class PyDbEntity {lvalue})
- layer(...)
- layer( (Entity)arg1) -> str :
C++ signature :
class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > layer(class PyDbEntity {lvalue})
- layerId(...)
- layerId( (Entity)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId layerId(class PyDbEntity {lvalue})
- lineWeight(...)
- lineWeight( (Entity)arg1) -> LineWeight :
C++ signature :
enum AcDb::LineWeight lineWeight(class PyDbEntity {lvalue})
- linetype(...)
- linetype( (Entity)arg1) -> str :
C++ signature :
class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > linetype(class PyDbEntity {lvalue})
- linetypeId(...)
- linetypeId( (Entity)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId linetypeId(class PyDbEntity {lvalue})
- linetypeScale(...)
- linetypeScale( (Entity)arg1) -> float :
C++ signature :
double linetypeScale(class PyDbEntity {lvalue})
- list(...)
- list( (Entity)arg1) -> None :
C++ signature :
void list(class PyDbEntity {lvalue})
- material(...)
- material( (Entity)arg1) -> str :
C++ signature :
class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > material(class PyDbEntity {lvalue})
- materialId(...)
- materialId( (Entity)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId materialId(class PyDbEntity {lvalue})
- plotStyleName(...)
- plotStyleName( (Entity)arg1) -> str :
C++ signature :
class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > plotStyleName(class PyDbEntity {lvalue})
- receiveShadows(...)
- receiveShadows( (Entity)arg1) -> bool :
C++ signature :
bool receiveShadows(class PyDbEntity {lvalue})
- recordGraphicsModified(...)
- recordGraphicsModified( (Entity)arg1) -> None :
C++ signature :
void recordGraphicsModified(class PyDbEntity {lvalue})
recordGraphicsModified( (Entity)arg1) -> None :
C++ signature :
void recordGraphicsModified(class PyDbEntity {lvalue})
- setCastShadows(...)
- setCastShadows( (Entity)arg1, (bool)arg2) -> None :
C++ signature :
void setCastShadows(class PyDbEntity {lvalue},bool)
- setColor(...)
- setColor( (Entity)arg1, (Color)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setColor(class PyDbEntity {lvalue},class AcCmColor)
setColor( (Entity)arg1, (Color)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setColor(class PyDbEntity {lvalue},class AcCmColor,bool)
setColor( (Entity)arg1, (Color)arg2, (bool)arg3, (Database)arg4) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setColor(class PyDbEntity {lvalue},class AcCmColor,bool,class PyDbDatabase {lvalue})
- setColorIndex(...)
- setColorIndex( (Entity)arg1, (int)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setColorIndex(class PyDbEntity {lvalue},unsigned short)
setColorIndex( (Entity)arg1, (int)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setColorIndex(class PyDbEntity {lvalue},unsigned short,bool)
- setDatabaseDefaults(...)
- setDatabaseDefaults( (Entity)arg1) -> None :
C++ signature :
void setDatabaseDefaults(class PyDbEntity {lvalue})
setDatabaseDefaults( (Entity)arg1, (Database)arg2) -> None :
C++ signature :
void setDatabaseDefaults(class PyDbEntity {lvalue},class PyDbDatabase)
- setLayer(...)
- setLayer( (Entity)arg1, (str)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLayer(class PyDbEntity {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
setLayer( (Entity)arg1, (str)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLayer(class PyDbEntity {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,bool)
setLayer( (Entity)arg1, (str)arg2, (bool)arg3, (bool)arg4) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLayer(class PyDbEntity {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,bool,bool)
setLayer( (Entity)arg1, (ObjectId)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLayer(class PyDbEntity {lvalue},class PyDbObjectId)
setLayer( (Entity)arg1, (ObjectId)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLayer(class PyDbEntity {lvalue},class PyDbObjectId,bool)
setLayer( (Entity)arg1, (ObjectId)arg2, (bool)arg3, (bool)arg4) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLayer(class PyDbEntity {lvalue},class PyDbObjectId,bool,bool)
- setLineWeight(...)
- setLineWeight( (Entity)arg1, (LineWeight)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLineWeight(class PyDbEntity {lvalue},enum AcDb::LineWeight)
setLineWeight( (Entity)arg1, (LineWeight)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLineWeight(class PyDbEntity {lvalue},enum AcDb::LineWeight,bool)
- setLinetype(...)
- setLinetype( (Entity)arg1, (str)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLinetype(class PyDbEntity {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
setLinetype( (Entity)arg1, (str)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLinetype(class PyDbEntity {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,bool)
setLinetype( (Entity)arg1, (ObjectId)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLinetype(class PyDbEntity {lvalue},class PyDbObjectId)
setLinetype( (Entity)arg1, (ObjectId)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLinetype(class PyDbEntity {lvalue},class PyDbObjectId,bool)
- setLinetypeScale(...)
- setLinetypeScale( (Entity)arg1, (float)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLinetypeScale(class PyDbEntity {lvalue},double)
setLinetypeScale( (Entity)arg1, (float)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLinetypeScale(class PyDbEntity {lvalue},double,bool)
- setMaterial(...)
- setMaterial( (Entity)arg1, (str)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setMaterial(class PyDbEntity {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
setMaterial( (Entity)arg1, (str)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setMaterial(class PyDbEntity {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,bool)
setMaterial( (Entity)arg1, (ObjectId)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setMaterial(class PyDbEntity {lvalue},class PyDbObjectId)
setMaterial( (Entity)arg1, (ObjectId)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setMaterial(class PyDbEntity {lvalue},class PyDbObjectId,bool)
- setPlotStyleName(...)
- setPlotStyleName( (Entity)arg1, (str)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setPlotStyleName(class PyDbEntity {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,bool)
setPlotStyleName( (Entity)arg1, (PlotStyleNameType)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setPlotStyleName(class PyDbEntity {lvalue},enum AcDb::PlotStyleNameType,bool)
setPlotStyleName( (Entity)arg1, (PlotStyleNameType)arg2, (ObjectId)arg3, (bool)arg4) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setPlotStyleName(class PyDbEntity {lvalue},enum AcDb::PlotStyleNameType,class PyDbObjectId,bool)
- setPropertiesFrom(...)
- setPropertiesFrom( (Entity)arg1, (Entity)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setPropertiesFrom(class PyDbEntity {lvalue},class PyDbEntity)
setPropertiesFrom( (Entity)arg1, (Entity)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setPropertiesFrom(class PyDbEntity {lvalue},class PyDbEntity,bool)
- setReceiveShadows(...)
- setReceiveShadows( (Entity)arg1, (bool)arg2) -> None :
C++ signature :
void setReceiveShadows(class PyDbEntity {lvalue},bool)
- setVisibility(...)
- setVisibility( (Entity)arg1, (Visibility)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setVisibility(class PyDbEntity {lvalue},enum AcDb::Visibility)
setVisibility( (Entity)arg1, (Visibility)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setVisibility(class PyDbEntity {lvalue},enum AcDb::Visibility,bool)
- transformBy(...)
- transformBy( (Entity)arg1, (Matrix3d)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus transformBy(class PyDbEntity {lvalue},class AcGeMatrix3d)
- visibility(...)
- visibility( (Entity)arg1) -> Visibility :
C++ signature :
enum AcDb::Visibility visibility(class PyDbEntity {lvalue})
Static methods inherited from DbObject:
- addPersistentReactor(...)
- addPersistentReactor( (DbObject)arg1, (ObjectId)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus addPersistentReactor(class PyDbObject {lvalue},class PyDbObjectId)
- assertNotifyEnabled(...)
- assertNotifyEnabled( (DbObject)arg1) -> None :
C++ signature :
void assertNotifyEnabled(class PyDbObject {lvalue})
- assertReadEnabled(...)
- assertReadEnabled( (DbObject)arg1) -> None :
C++ signature :
void assertReadEnabled(class PyDbObject {lvalue})
- assertWriteEnabled(...)
- assertWriteEnabled( (DbObject)arg1) -> None :
C++ signature :
void assertWriteEnabled(class PyDbObject {lvalue})
- cancel(...)
- cancel( (DbObject)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus cancel(class PyDbObject {lvalue})
- close(...)
- close( (DbObject)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus close(class PyDbObject {lvalue})
- createExtensionDictionary(...)
- createExtensionDictionary( (DbObject)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus createExtensionDictionary(class PyDbObject {lvalue})
- database(...)
- database( (DbObject)arg1) -> Database :
C++ signature :
class PyDbDatabase database(class PyDbObject {lvalue})
- disableUndoRecording(...)
- disableUndoRecording( (DbObject)arg1, (bool)arg2) -> None :
C++ signature :
void disableUndoRecording(class PyDbObject {lvalue},bool)
- downgradeOpen(...)
- downgradeOpen( (DbObject)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus downgradeOpen(class PyDbObject {lvalue})
- downgradeToNotify(...)
- downgradeToNotify( (DbObject)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus downgradeToNotify(class PyDbObject {lvalue},bool)
- erase(...)
- erase( (DbObject)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus erase(class PyDbObject {lvalue})
- extensionDictionary(...)
- extensionDictionary( (DbObject)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId extensionDictionary(class PyDbObject {lvalue})
- handOverTo(...)
- handOverTo( (DbObject)arg1, (DbObject)arg2, (bool)arg3, (bool)arg4) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus handOverTo(class PyDbObject {lvalue},class PyDbObject {lvalue},bool,bool)
- hasPersistentReactor(...)
- hasPersistentReactor( (DbObject)arg1, (ObjectId)arg2) -> bool :
C++ signature :
bool hasPersistentReactor(class PyDbObject {lvalue},class PyDbObjectId)
- isAProxy(...)
- isAProxy( (DbObject)arg1) -> bool :
C++ signature :
bool isAProxy(class PyDbObject {lvalue})
- isCancelling(...)
- isCancelling( (DbObject)arg1) -> bool :
C++ signature :
bool isCancelling(class PyDbObject {lvalue})
- isEraseStatusToggled(...)
- isEraseStatusToggled( (DbObject)arg1) -> bool :
C++ signature :
bool isEraseStatusToggled(class PyDbObject {lvalue})
- isErased(...)
- isErased( (DbObject)arg1) -> bool :
C++ signature :
bool isErased(class PyDbObject {lvalue})
- isModified(...)
- isModified( (DbObject)arg1) -> bool :
C++ signature :
bool isModified(class PyDbObject {lvalue})
- isModifiedGraphics(...)
- isModifiedGraphics( (DbObject)arg1) -> bool :
C++ signature :
bool isModifiedGraphics(class PyDbObject {lvalue})
- isModifiedXData(...)
- isModifiedXData( (DbObject)arg1) -> bool :
C++ signature :
bool isModifiedXData(class PyDbObject {lvalue})
- isNewObject(...)
- isNewObject( (DbObject)arg1) -> bool :
C++ signature :
bool isNewObject(class PyDbObject {lvalue})
- isNotifyEnabled(...)
- isNotifyEnabled( (DbObject)arg1) -> bool :
C++ signature :
bool isNotifyEnabled(class PyDbObject {lvalue})
- isNotifying(...)
- isNotifying( (DbObject)arg1) -> bool :
C++ signature :
bool isNotifying(class PyDbObject {lvalue})
- isReadEnabled(...)
- isReadEnabled( (DbObject)arg1) -> bool :
C++ signature :
bool isReadEnabled(class PyDbObject {lvalue})
- isReallyClosing(...)
- isReallyClosing( (DbObject)arg1) -> bool :
C++ signature :
bool isReallyClosing(class PyDbObject {lvalue})
- isTransactionResident(...)
- isTransactionResident( (DbObject)arg1) -> bool :
C++ signature :
bool isTransactionResident(class PyDbObject {lvalue})
- isUndoRecordingDisabled(...)
- isUndoRecordingDisabled( (DbObject)arg1) -> bool :
C++ signature :
bool isUndoRecordingDisabled(class PyDbObject {lvalue})
- isUndoing(...)
- isUndoing( (DbObject)arg1) -> bool :
C++ signature :
bool isUndoing(class PyDbObject {lvalue})
- isWriteEnabled(...)
- isWriteEnabled( (DbObject)arg1) -> bool :
C++ signature :
bool isWriteEnabled(class PyDbObject {lvalue})
- objectId(...)
- objectId( (DbObject)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId objectId(class PyDbObject {lvalue})
- ownerId(...)
- ownerId( (DbObject)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId ownerId(class PyDbObject {lvalue})
- releaseExtensionDictionary(...)
- releaseExtensionDictionary( (DbObject)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus releaseExtensionDictionary(class PyDbObject {lvalue})
- removePersistentReactor(...)
- removePersistentReactor( (DbObject)arg1, (ObjectId)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus removePersistentReactor(class PyDbObject {lvalue},class PyDbObjectId)
- setOwnerId(...)
- setOwnerId( (DbObject)arg1, (ObjectId)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setOwnerId(class PyDbObject {lvalue},class PyDbObjectId)
- setXData(...)
- setXData( (DbObject)arg1, (list)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setXData(class PyDbObject {lvalue},class boost::python::list)
- swapIdWith(...)
- swapIdWith( (DbObject)arg1, (ObjectId)arg2, (bool)arg3, (bool)arg4) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus swapIdWith(class PyDbObject {lvalue},class PyDbObjectId {lvalue},bool,bool)
- upgradeFromNotify(...)
- upgradeFromNotify( (DbObject)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus upgradeFromNotify(class PyDbObject {lvalue},bool {lvalue})
- upgradeOpen(...)
- upgradeOpen( (DbObject)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus upgradeOpen(class PyDbObject {lvalue})
- xData(...)
- xData( (DbObject)arg1, (str)arg2) -> list :
C++ signature :
class boost::python::list xData(class PyDbObject {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
- xDataTransformBy(...)
- xDataTransformBy( (DbObject)arg1, (Matrix3d)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus xDataTransformBy(class PyDbObject {lvalue},class AcGeMatrix3d)
Static methods inherited from PyGi.Drawable:
- isA(...)
- isA( (Drawable)arg1) -> RxClass :
C++ signature :
class PyRxClass isA(class PyGiDrawable {lvalue})
Static methods inherited from PyRx.RxObject:
- __eq__(...)
- __eq__( (RxObject)arg1, (RxObject)arg2) -> bool :
C++ signature :
bool __eq__(class PyRxObject {lvalue},class PyRxObject)
- __ne__(...)
- __ne__( (RxObject)arg1, (RxObject)arg2) -> bool :
C++ signature :
bool __ne__(class PyRxObject {lvalue},class PyRxObject)
- isNull(...)
- isNull( (RxObject)arg1) -> bool :
C++ signature :
bool isNull(class PyRxObject {lvalue})
Static methods inherited from Boost.Python.instance:
- __new__(*args, **kwargs) from Boost.Python.class
- Create and return a new object. See help(type) for accurate signature.
Data descriptors inherited from Boost.Python.instance:
- __dict__
- __weakref__
|
class Polyline(Curve) |
| | |
- Method resolution order:
- Polyline
- Curve
- Entity
- DbObject
- PyGi.Drawable
- PyRx.RxObject
- Boost.Python.instance
- builtins.object
Static methods defined here:
- __init__(...)
- __init__( (object)arg1) -> None :
C++ signature :
void __init__(struct _object * __ptr64)
__init__( (object)arg1) -> None :
C++ signature :
void __init__(struct _object * __ptr64)
__init__( (object)arg1, (int)arg2) -> None :
C++ signature :
void __init__(struct _object * __ptr64,unsigned int)
__init__( (object)arg1, (ObjectId)arg2, (OpenMode)arg3) -> None :
C++ signature :
void __init__(struct _object * __ptr64,class PyDbObjectId,enum AcDb::OpenMode)
- __reduce__ = (...)
- addVertexAt(...)
- addVertexAt( (Polyline)arg1, (int)arg2, (Point2d)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus addVertexAt(class PyDbPolyline {lvalue},unsigned int,class AcGePoint2d)
addVertexAt( (Polyline)arg1, (int)arg2, (Point2d)arg3, (float)arg4, (float)arg5, (float)arg6) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus addVertexAt(class PyDbPolyline {lvalue},unsigned int,class AcGePoint2d,double,double,double)
- className(...)
- className() -> str :
C++ signature :
class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > className()
- desc(...)
- desc() -> RxClass :
C++ signature :
class PyRxClass desc()
- elevation(...)
- elevation( (Polyline)arg1) -> float :
C++ signature :
double elevation(class PyDbPolyline {lvalue})
- getArcSeg2dAt(...)
- getArcSeg2dAt( (Polyline)arg1, (int)arg2) -> CircArc2d :
C++ signature :
class PyGeCircArc2d getArcSeg2dAt(class PyDbPolyline {lvalue},unsigned int)
- getArcSeg3dAt(...)
- getArcSeg3dAt( (Polyline)arg1, (int)arg2) -> CircArc3d :
C++ signature :
class PyGeCircArc3d getArcSeg3dAt(class PyDbPolyline {lvalue},unsigned int)
- getBulgeAt(...)
- getBulgeAt( (Polyline)arg1, (int)arg2) -> float :
C++ signature :
double getBulgeAt(class PyDbPolyline {lvalue},unsigned int)
- getConstantWidth(...)
- getConstantWidth( (Polyline)arg1) -> float :
C++ signature :
double getConstantWidth(class PyDbPolyline {lvalue})
- getEcs(...)
- getEcs( (Polyline)arg1, (Matrix3d)arg2) -> None :
C++ signature :
void getEcs(class PyDbPolyline {lvalue},class AcGeMatrix3d {lvalue})
getEcs( (Polyline)arg1, (Matrix3d)arg2) -> None :
C++ signature :
void getEcs(class PyDbPolyline {lvalue},class AcGeMatrix3d {lvalue})
- getEndWidthAt(...)
- getEndWidthAt( (Polyline)arg1, (int)arg2) -> float :
C++ signature :
double getEndWidthAt(class PyDbPolyline {lvalue},unsigned int)
- getLineSeg2dAt(...)
- getLineSeg2dAt( (Polyline)arg1, (int)arg2) -> LineSeg2d :
C++ signature :
class PyGeLineSeg2d getLineSeg2dAt(class PyDbPolyline {lvalue},unsigned int)
- getLineSeg3dAt(...)
- getLineSeg3dAt( (Polyline)arg1, (int)arg2) -> LineSeg3d :
C++ signature :
class PyGeLineSeg3d getLineSeg3dAt(class PyDbPolyline {lvalue},unsigned int)
- getPoint2dAt(...)
- getPoint2dAt( (Polyline)arg1, (int)arg2) -> Point2d :
C++ signature :
class AcGePoint2d getPoint2dAt(class PyDbPolyline {lvalue},unsigned int)
- getPoint3dAt(...)
- getPoint3dAt( (Polyline)arg1, (int)arg2) -> Point3d :
C++ signature :
class AcGePoint3d getPoint3dAt(class PyDbPolyline {lvalue},unsigned int)
- getStartWidthAt(...)
- getStartWidthAt( (Polyline)arg1, (int)arg2) -> float :
C++ signature :
double getStartWidthAt(class PyDbPolyline {lvalue},unsigned int)
- hasBulges(...)
- hasBulges( (Polyline)arg1) -> bool :
C++ signature :
bool hasBulges(class PyDbPolyline {lvalue})
- hasPlinegen(...)
- hasPlinegen( (Polyline)arg1) -> bool :
C++ signature :
bool hasPlinegen(class PyDbPolyline {lvalue})
- hasVertexIdentifiers(...)
- hasVertexIdentifiers( (Polyline)arg1) -> bool :
C++ signature :
bool hasVertexIdentifiers(class PyDbPolyline {lvalue})
- hasWidth(...)
- hasWidth( (Polyline)arg1) -> bool :
C++ signature :
bool hasWidth(class PyDbPolyline {lvalue})
- isOnlyLines(...)
- isOnlyLines( (Polyline)arg1) -> bool :
C++ signature :
bool isOnlyLines(class PyDbPolyline {lvalue})
- makeClosedIfStartAndEndVertexCoincide(...)
- makeClosedIfStartAndEndVertexCoincide( (Polyline)arg1, (float)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus makeClosedIfStartAndEndVertexCoincide(class PyDbPolyline {lvalue},double)
- maximizeMemory(...)
- maximizeMemory( (Polyline)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus maximizeMemory(class PyDbPolyline {lvalue})
- minimizeMemory(...)
- minimizeMemory( (Polyline)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus minimizeMemory(class PyDbPolyline {lvalue})
- normal(...)
- normal( (Polyline)arg1) -> Vector3d :
C++ signature :
class AcGeVector3d normal(class PyDbPolyline {lvalue})
- numVerts(...)
- numVerts( (Polyline)arg1) -> int :
C++ signature :
unsigned int numVerts(class PyDbPolyline {lvalue})
- onSegAt(...)
- onSegAt( (Polyline)arg1, (int)arg2, (Point2d)arg3, (float)arg4) -> bool :
C++ signature :
bool onSegAt(class PyDbPolyline {lvalue},unsigned int,class AcGePoint2d,double)
- removeVertexAt(...)
- removeVertexAt( (Polyline)arg1, (int)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus removeVertexAt(class PyDbPolyline {lvalue},unsigned int)
- reset(...)
- reset( (Polyline)arg1, (bool)arg2, (int)arg3) -> None :
C++ signature :
void reset(class PyDbPolyline {lvalue},bool,unsigned int)
- segType(...)
- segType( (Polyline)arg1, (int)arg2) -> SegType :
C++ signature :
enum AcDbPolyline::SegType segType(class PyDbPolyline {lvalue},unsigned int)
- setBulgeAt(...)
- setBulgeAt( (Polyline)arg1, (int)arg2, (float)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setBulgeAt(class PyDbPolyline {lvalue},unsigned int,double)
- setClosed(...)
- setClosed( (Polyline)arg1, (bool)arg2) -> None :
C++ signature :
void setClosed(class PyDbPolyline {lvalue},bool)
- setConstantWidth(...)
- setConstantWidth( (Polyline)arg1, (float)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setConstantWidth(class PyDbPolyline {lvalue},double)
- setElevation(...)
- setElevation( (Polyline)arg1, (float)arg2) -> None :
C++ signature :
void setElevation(class PyDbPolyline {lvalue},double)
- setNormal(...)
- setNormal( (Polyline)arg1, (Vector3d)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setNormal(class PyDbPolyline {lvalue},class AcGeVector3d)
- setPlinegen(...)
- setPlinegen( (Polyline)arg1, (bool)arg2) -> None :
C++ signature :
void setPlinegen(class PyDbPolyline {lvalue},bool)
- setPointAt(...)
- setPointAt( (Polyline)arg1, (int)arg2, (Point2d)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setPointAt(class PyDbPolyline {lvalue},unsigned int,class AcGePoint2d)
- setThickness(...)
- setThickness( (Polyline)arg1, (float)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setThickness(class PyDbPolyline {lvalue},double)
- setWidthsAt(...)
- setWidthsAt( (Polyline)arg1, (int)arg2, (float)arg3, (float)arg4) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setWidthsAt(class PyDbPolyline {lvalue},unsigned int,double,double)
- thickness(...)
- thickness( (Polyline)arg1) -> float :
C++ signature :
double thickness(class PyDbPolyline {lvalue})
Data and other attributes defined here:
- __instance_size__ = 48
Static methods inherited from Curve:
- extend(...)
- extend( (Curve)arg1, (float)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus extend(class PyDbCurve {lvalue},double)
extend( (Curve)arg1, (bool)arg2, (Point3d)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus extend(class PyDbCurve {lvalue},bool,class AcGePoint3d)
- getArea(...)
- getArea( (Curve)arg1) -> float :
C++ signature :
double getArea(class PyDbCurve {lvalue})
- getClosestPointTo(...)
- getClosestPointTo( (Curve)arg1, (Point3d)arg2, (bool)arg3) -> Point3d :
C++ signature :
class AcGePoint3d getClosestPointTo(class PyDbCurve {lvalue},class AcGePoint3d,bool)
getClosestPointTo( (Curve)arg1, (Point3d)arg2, (Vector3d)arg3, (bool)arg4) -> Point3d :
C++ signature :
class AcGePoint3d getClosestPointTo(class PyDbCurve {lvalue},class AcGePoint3d,class AcGeVector3d,bool)
- getDistAtParam(...)
- getDistAtParam( (Curve)arg1, (float)arg2) -> float :
C++ signature :
double getDistAtParam(class PyDbCurve {lvalue},double)
- getDistAtPoint(...)
- getDistAtPoint( (Curve)arg1, (Point3d)arg2) -> float :
C++ signature :
double getDistAtPoint(class PyDbCurve {lvalue},class AcGePoint3d)
- getEndParam(...)
- getEndParam( (Curve)arg1) -> float :
C++ signature :
double getEndParam(class PyDbCurve {lvalue})
- getEndPoint(...)
- getEndPoint( (Curve)arg1) -> Point3d :
C++ signature :
class AcGePoint3d getEndPoint(class PyDbCurve {lvalue})
- getFirstDeriv(...)
- getFirstDeriv( (Curve)arg1, (float)arg2) -> Vector3d :
C++ signature :
class AcGeVector3d getFirstDeriv(class PyDbCurve {lvalue},double)
getFirstDeriv( (Curve)arg1, (Point3d)arg2) -> Vector3d :
C++ signature :
class AcGeVector3d getFirstDeriv(class PyDbCurve {lvalue},class AcGePoint3d)
- getOffsetCurves(...)
- getOffsetCurves( (Curve)arg1, (float)arg2) -> list :
C++ signature :
class boost::python::list getOffsetCurves(class PyDbCurve {lvalue},double)
- getOffsetCurvesGivenPlaneNormal(...)
- getOffsetCurvesGivenPlaneNormal( (Curve)arg1, (Vector3d)arg2, (float)arg3) -> list :
C++ signature :
class boost::python::list getOffsetCurvesGivenPlaneNormal(class PyDbCurve {lvalue},class AcGeVector3d,double)
- getParamAtDist(...)
- getParamAtDist( (Curve)arg1, (float)arg2) -> float :
C++ signature :
double getParamAtDist(class PyDbCurve {lvalue},double)
- getParamAtPoint(...)
- getParamAtPoint( (Curve)arg1, (Point3d)arg2) -> float :
C++ signature :
double getParamAtPoint(class PyDbCurve {lvalue},class AcGePoint3d)
- getPointAtDist(...)
- getPointAtDist( (Curve)arg1, (float)arg2) -> Point3d :
C++ signature :
class AcGePoint3d getPointAtDist(class PyDbCurve {lvalue},double)
- getPointAtParam(...)
- getPointAtParam( (Curve)arg1, (float)arg2) -> Point3d :
C++ signature :
class AcGePoint3d getPointAtParam(class PyDbCurve {lvalue},double)
- getSecondDeriv(...)
- getSecondDeriv( (Curve)arg1, (float)arg2) -> Vector3d :
C++ signature :
class AcGeVector3d getSecondDeriv(class PyDbCurve {lvalue},double)
getSecondDeriv( (Curve)arg1, (Point3d)arg2) -> Vector3d :
C++ signature :
class AcGeVector3d getSecondDeriv(class PyDbCurve {lvalue},class AcGePoint3d)
- getSplitCurves(...)
- getSplitCurves( (Curve)arg1, (list)arg2) -> list :
C++ signature :
class boost::python::list getSplitCurves(class PyDbCurve {lvalue},class boost::python::list)
- getSplitCurvesAtParams(...)
- getSplitCurvesAtParams( (Curve)arg1, (list)arg2) -> list :
C++ signature :
class boost::python::list getSplitCurvesAtParams(class PyDbCurve {lvalue},class boost::python::list)
- getSplitCurvesAtPoints(...)
- getSplitCurvesAtPoints( (Curve)arg1, (list)arg2) -> list :
C++ signature :
class boost::python::list getSplitCurvesAtPoints(class PyDbCurve {lvalue},class boost::python::list)
- getStartParam(...)
- getStartParam( (Curve)arg1) -> float :
C++ signature :
double getStartParam(class PyDbCurve {lvalue})
- getStartPoint(...)
- getStartPoint( (Curve)arg1) -> Point3d :
C++ signature :
class AcGePoint3d getStartPoint(class PyDbCurve {lvalue})
- isClosed(...)
- isClosed( (Curve)arg1) -> bool :
C++ signature :
bool isClosed(class PyDbCurve {lvalue})
- isPeriodic(...)
- isPeriodic( (Curve)arg1) -> bool :
C++ signature :
bool isPeriodic(class PyDbCurve {lvalue})
- reverseCurve(...)
- reverseCurve( (Curve)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus reverseCurve(class PyDbCurve {lvalue})
Static methods inherited from Entity:
- blockId(...)
- blockId( (Entity)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId blockId(class PyDbEntity {lvalue})
- castShadows(...)
- castShadows( (Entity)arg1) -> bool :
C++ signature :
bool castShadows(class PyDbEntity {lvalue})
- collisionType(...)
- collisionType( (Entity)arg1) -> CollisionType :
C++ signature :
enum AcDb::CollisionType collisionType(class PyDbEntity {lvalue})
- color(...)
- color( (Entity)arg1) -> Color :
C++ signature :
class AcCmColor color(class PyDbEntity {lvalue})
- colorIndex(...)
- colorIndex( (Entity)arg1) -> int :
C++ signature :
unsigned short colorIndex(class PyDbEntity {lvalue})
- draw(...)
- draw( (Entity)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus draw(class PyDbEntity {lvalue})
- entityColor(...)
- entityColor( (Entity)arg1) -> EntityColor :
C++ signature :
class AcCmEntityColor entityColor(class PyDbEntity {lvalue})
- getCompoundObjectTransform(...)
- getCompoundObjectTransform( (Entity)arg1, (Matrix3d)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus getCompoundObjectTransform(class PyDbEntity {lvalue},class AcGeMatrix3d {lvalue})
- getGeomExtents(...)
- getGeomExtents( (Entity)arg1, (Extents)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus getGeomExtents(class PyDbEntity {lvalue},class AcDbExtents {lvalue})
- getPlane(...)
- getPlane( (Entity)arg1) -> Plane :
C++ signature :
class PyGePlane getPlane(class PyDbEntity {lvalue})
- getPlotStyleNameId(...)
- getPlotStyleNameId( (Entity)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId getPlotStyleNameId(class PyDbEntity {lvalue})
- isPlanar(...)
- isPlanar( (Entity)arg1) -> bool :
C++ signature :
bool isPlanar(class PyDbEntity {lvalue})
- layer(...)
- layer( (Entity)arg1) -> str :
C++ signature :
class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > layer(class PyDbEntity {lvalue})
- layerId(...)
- layerId( (Entity)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId layerId(class PyDbEntity {lvalue})
- lineWeight(...)
- lineWeight( (Entity)arg1) -> LineWeight :
C++ signature :
enum AcDb::LineWeight lineWeight(class PyDbEntity {lvalue})
- linetype(...)
- linetype( (Entity)arg1) -> str :
C++ signature :
class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > linetype(class PyDbEntity {lvalue})
- linetypeId(...)
- linetypeId( (Entity)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId linetypeId(class PyDbEntity {lvalue})
- linetypeScale(...)
- linetypeScale( (Entity)arg1) -> float :
C++ signature :
double linetypeScale(class PyDbEntity {lvalue})
- list(...)
- list( (Entity)arg1) -> None :
C++ signature :
void list(class PyDbEntity {lvalue})
- material(...)
- material( (Entity)arg1) -> str :
C++ signature :
class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > material(class PyDbEntity {lvalue})
- materialId(...)
- materialId( (Entity)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId materialId(class PyDbEntity {lvalue})
- plotStyleName(...)
- plotStyleName( (Entity)arg1) -> str :
C++ signature :
class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > plotStyleName(class PyDbEntity {lvalue})
- receiveShadows(...)
- receiveShadows( (Entity)arg1) -> bool :
C++ signature :
bool receiveShadows(class PyDbEntity {lvalue})
- recordGraphicsModified(...)
- recordGraphicsModified( (Entity)arg1) -> None :
C++ signature :
void recordGraphicsModified(class PyDbEntity {lvalue})
recordGraphicsModified( (Entity)arg1) -> None :
C++ signature :
void recordGraphicsModified(class PyDbEntity {lvalue})
- setCastShadows(...)
- setCastShadows( (Entity)arg1, (bool)arg2) -> None :
C++ signature :
void setCastShadows(class PyDbEntity {lvalue},bool)
- setColor(...)
- setColor( (Entity)arg1, (Color)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setColor(class PyDbEntity {lvalue},class AcCmColor)
setColor( (Entity)arg1, (Color)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setColor(class PyDbEntity {lvalue},class AcCmColor,bool)
setColor( (Entity)arg1, (Color)arg2, (bool)arg3, (Database)arg4) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setColor(class PyDbEntity {lvalue},class AcCmColor,bool,class PyDbDatabase {lvalue})
- setColorIndex(...)
- setColorIndex( (Entity)arg1, (int)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setColorIndex(class PyDbEntity {lvalue},unsigned short)
setColorIndex( (Entity)arg1, (int)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setColorIndex(class PyDbEntity {lvalue},unsigned short,bool)
- setDatabaseDefaults(...)
- setDatabaseDefaults( (Entity)arg1) -> None :
C++ signature :
void setDatabaseDefaults(class PyDbEntity {lvalue})
setDatabaseDefaults( (Entity)arg1, (Database)arg2) -> None :
C++ signature :
void setDatabaseDefaults(class PyDbEntity {lvalue},class PyDbDatabase)
- setLayer(...)
- setLayer( (Entity)arg1, (str)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLayer(class PyDbEntity {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
setLayer( (Entity)arg1, (str)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLayer(class PyDbEntity {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,bool)
setLayer( (Entity)arg1, (str)arg2, (bool)arg3, (bool)arg4) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLayer(class PyDbEntity {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,bool,bool)
setLayer( (Entity)arg1, (ObjectId)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLayer(class PyDbEntity {lvalue},class PyDbObjectId)
setLayer( (Entity)arg1, (ObjectId)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLayer(class PyDbEntity {lvalue},class PyDbObjectId,bool)
setLayer( (Entity)arg1, (ObjectId)arg2, (bool)arg3, (bool)arg4) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLayer(class PyDbEntity {lvalue},class PyDbObjectId,bool,bool)
- setLineWeight(...)
- setLineWeight( (Entity)arg1, (LineWeight)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLineWeight(class PyDbEntity {lvalue},enum AcDb::LineWeight)
setLineWeight( (Entity)arg1, (LineWeight)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLineWeight(class PyDbEntity {lvalue},enum AcDb::LineWeight,bool)
- setLinetype(...)
- setLinetype( (Entity)arg1, (str)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLinetype(class PyDbEntity {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
setLinetype( (Entity)arg1, (str)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLinetype(class PyDbEntity {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,bool)
setLinetype( (Entity)arg1, (ObjectId)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLinetype(class PyDbEntity {lvalue},class PyDbObjectId)
setLinetype( (Entity)arg1, (ObjectId)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLinetype(class PyDbEntity {lvalue},class PyDbObjectId,bool)
- setLinetypeScale(...)
- setLinetypeScale( (Entity)arg1, (float)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLinetypeScale(class PyDbEntity {lvalue},double)
setLinetypeScale( (Entity)arg1, (float)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLinetypeScale(class PyDbEntity {lvalue},double,bool)
- setMaterial(...)
- setMaterial( (Entity)arg1, (str)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setMaterial(class PyDbEntity {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
setMaterial( (Entity)arg1, (str)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setMaterial(class PyDbEntity {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,bool)
setMaterial( (Entity)arg1, (ObjectId)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setMaterial(class PyDbEntity {lvalue},class PyDbObjectId)
setMaterial( (Entity)arg1, (ObjectId)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setMaterial(class PyDbEntity {lvalue},class PyDbObjectId,bool)
- setPlotStyleName(...)
- setPlotStyleName( (Entity)arg1, (str)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setPlotStyleName(class PyDbEntity {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,bool)
setPlotStyleName( (Entity)arg1, (PlotStyleNameType)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setPlotStyleName(class PyDbEntity {lvalue},enum AcDb::PlotStyleNameType,bool)
setPlotStyleName( (Entity)arg1, (PlotStyleNameType)arg2, (ObjectId)arg3, (bool)arg4) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setPlotStyleName(class PyDbEntity {lvalue},enum AcDb::PlotStyleNameType,class PyDbObjectId,bool)
- setPropertiesFrom(...)
- setPropertiesFrom( (Entity)arg1, (Entity)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setPropertiesFrom(class PyDbEntity {lvalue},class PyDbEntity)
setPropertiesFrom( (Entity)arg1, (Entity)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setPropertiesFrom(class PyDbEntity {lvalue},class PyDbEntity,bool)
- setReceiveShadows(...)
- setReceiveShadows( (Entity)arg1, (bool)arg2) -> None :
C++ signature :
void setReceiveShadows(class PyDbEntity {lvalue},bool)
- setVisibility(...)
- setVisibility( (Entity)arg1, (Visibility)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setVisibility(class PyDbEntity {lvalue},enum AcDb::Visibility)
setVisibility( (Entity)arg1, (Visibility)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setVisibility(class PyDbEntity {lvalue},enum AcDb::Visibility,bool)
- transformBy(...)
- transformBy( (Entity)arg1, (Matrix3d)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus transformBy(class PyDbEntity {lvalue},class AcGeMatrix3d)
- visibility(...)
- visibility( (Entity)arg1) -> Visibility :
C++ signature :
enum AcDb::Visibility visibility(class PyDbEntity {lvalue})
Static methods inherited from DbObject:
- addPersistentReactor(...)
- addPersistentReactor( (DbObject)arg1, (ObjectId)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus addPersistentReactor(class PyDbObject {lvalue},class PyDbObjectId)
- assertNotifyEnabled(...)
- assertNotifyEnabled( (DbObject)arg1) -> None :
C++ signature :
void assertNotifyEnabled(class PyDbObject {lvalue})
- assertReadEnabled(...)
- assertReadEnabled( (DbObject)arg1) -> None :
C++ signature :
void assertReadEnabled(class PyDbObject {lvalue})
- assertWriteEnabled(...)
- assertWriteEnabled( (DbObject)arg1) -> None :
C++ signature :
void assertWriteEnabled(class PyDbObject {lvalue})
- cancel(...)
- cancel( (DbObject)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus cancel(class PyDbObject {lvalue})
- close(...)
- close( (DbObject)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus close(class PyDbObject {lvalue})
- createExtensionDictionary(...)
- createExtensionDictionary( (DbObject)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus createExtensionDictionary(class PyDbObject {lvalue})
- database(...)
- database( (DbObject)arg1) -> Database :
C++ signature :
class PyDbDatabase database(class PyDbObject {lvalue})
- disableUndoRecording(...)
- disableUndoRecording( (DbObject)arg1, (bool)arg2) -> None :
C++ signature :
void disableUndoRecording(class PyDbObject {lvalue},bool)
- downgradeOpen(...)
- downgradeOpen( (DbObject)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus downgradeOpen(class PyDbObject {lvalue})
- downgradeToNotify(...)
- downgradeToNotify( (DbObject)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus downgradeToNotify(class PyDbObject {lvalue},bool)
- erase(...)
- erase( (DbObject)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus erase(class PyDbObject {lvalue})
- extensionDictionary(...)
- extensionDictionary( (DbObject)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId extensionDictionary(class PyDbObject {lvalue})
- handOverTo(...)
- handOverTo( (DbObject)arg1, (DbObject)arg2, (bool)arg3, (bool)arg4) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus handOverTo(class PyDbObject {lvalue},class PyDbObject {lvalue},bool,bool)
- hasPersistentReactor(...)
- hasPersistentReactor( (DbObject)arg1, (ObjectId)arg2) -> bool :
C++ signature :
bool hasPersistentReactor(class PyDbObject {lvalue},class PyDbObjectId)
- isAProxy(...)
- isAProxy( (DbObject)arg1) -> bool :
C++ signature :
bool isAProxy(class PyDbObject {lvalue})
- isCancelling(...)
- isCancelling( (DbObject)arg1) -> bool :
C++ signature :
bool isCancelling(class PyDbObject {lvalue})
- isEraseStatusToggled(...)
- isEraseStatusToggled( (DbObject)arg1) -> bool :
C++ signature :
bool isEraseStatusToggled(class PyDbObject {lvalue})
- isErased(...)
- isErased( (DbObject)arg1) -> bool :
C++ signature :
bool isErased(class PyDbObject {lvalue})
- isModified(...)
- isModified( (DbObject)arg1) -> bool :
C++ signature :
bool isModified(class PyDbObject {lvalue})
- isModifiedGraphics(...)
- isModifiedGraphics( (DbObject)arg1) -> bool :
C++ signature :
bool isModifiedGraphics(class PyDbObject {lvalue})
- isModifiedXData(...)
- isModifiedXData( (DbObject)arg1) -> bool :
C++ signature :
bool isModifiedXData(class PyDbObject {lvalue})
- isNewObject(...)
- isNewObject( (DbObject)arg1) -> bool :
C++ signature :
bool isNewObject(class PyDbObject {lvalue})
- isNotifyEnabled(...)
- isNotifyEnabled( (DbObject)arg1) -> bool :
C++ signature :
bool isNotifyEnabled(class PyDbObject {lvalue})
- isNotifying(...)
- isNotifying( (DbObject)arg1) -> bool :
C++ signature :
bool isNotifying(class PyDbObject {lvalue})
- isReadEnabled(...)
- isReadEnabled( (DbObject)arg1) -> bool :
C++ signature :
bool isReadEnabled(class PyDbObject {lvalue})
- isReallyClosing(...)
- isReallyClosing( (DbObject)arg1) -> bool :
C++ signature :
bool isReallyClosing(class PyDbObject {lvalue})
- isTransactionResident(...)
- isTransactionResident( (DbObject)arg1) -> bool :
C++ signature :
bool isTransactionResident(class PyDbObject {lvalue})
- isUndoRecordingDisabled(...)
- isUndoRecordingDisabled( (DbObject)arg1) -> bool :
C++ signature :
bool isUndoRecordingDisabled(class PyDbObject {lvalue})
- isUndoing(...)
- isUndoing( (DbObject)arg1) -> bool :
C++ signature :
bool isUndoing(class PyDbObject {lvalue})
- isWriteEnabled(...)
- isWriteEnabled( (DbObject)arg1) -> bool :
C++ signature :
bool isWriteEnabled(class PyDbObject {lvalue})
- objectId(...)
- objectId( (DbObject)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId objectId(class PyDbObject {lvalue})
- ownerId(...)
- ownerId( (DbObject)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId ownerId(class PyDbObject {lvalue})
- releaseExtensionDictionary(...)
- releaseExtensionDictionary( (DbObject)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus releaseExtensionDictionary(class PyDbObject {lvalue})
- removePersistentReactor(...)
- removePersistentReactor( (DbObject)arg1, (ObjectId)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus removePersistentReactor(class PyDbObject {lvalue},class PyDbObjectId)
- setOwnerId(...)
- setOwnerId( (DbObject)arg1, (ObjectId)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setOwnerId(class PyDbObject {lvalue},class PyDbObjectId)
- setXData(...)
- setXData( (DbObject)arg1, (list)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setXData(class PyDbObject {lvalue},class boost::python::list)
- swapIdWith(...)
- swapIdWith( (DbObject)arg1, (ObjectId)arg2, (bool)arg3, (bool)arg4) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus swapIdWith(class PyDbObject {lvalue},class PyDbObjectId {lvalue},bool,bool)
- upgradeFromNotify(...)
- upgradeFromNotify( (DbObject)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus upgradeFromNotify(class PyDbObject {lvalue},bool {lvalue})
- upgradeOpen(...)
- upgradeOpen( (DbObject)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus upgradeOpen(class PyDbObject {lvalue})
- xData(...)
- xData( (DbObject)arg1, (str)arg2) -> list :
C++ signature :
class boost::python::list xData(class PyDbObject {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
- xDataTransformBy(...)
- xDataTransformBy( (DbObject)arg1, (Matrix3d)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus xDataTransformBy(class PyDbObject {lvalue},class AcGeMatrix3d)
Static methods inherited from PyGi.Drawable:
- isA(...)
- isA( (Drawable)arg1) -> RxClass :
C++ signature :
class PyRxClass isA(class PyGiDrawable {lvalue})
Static methods inherited from PyRx.RxObject:
- __eq__(...)
- __eq__( (RxObject)arg1, (RxObject)arg2) -> bool :
C++ signature :
bool __eq__(class PyRxObject {lvalue},class PyRxObject)
- __ne__(...)
- __ne__( (RxObject)arg1, (RxObject)arg2) -> bool :
C++ signature :
bool __ne__(class PyRxObject {lvalue},class PyRxObject)
- isNull(...)
- isNull( (RxObject)arg1) -> bool :
C++ signature :
bool isNull(class PyRxObject {lvalue})
Static methods inherited from Boost.Python.instance:
- __new__(*args, **kwargs) from Boost.Python.class
- Create and return a new object. See help(type) for accurate signature.
Data descriptors inherited from Boost.Python.instance:
- __dict__
- __weakref__
|
class Polyline2d(Curve) |
| | |
- Method resolution order:
- Polyline2d
- Curve
- Entity
- DbObject
- PyGi.Drawable
- PyRx.RxObject
- Boost.Python.instance
- builtins.object
Static methods defined here:
- __init__(...)
- __init__( (object)arg1) -> None :
C++ signature :
void __init__(struct _object * __ptr64)
__init__( (object)arg1) -> None :
C++ signature :
void __init__(struct _object * __ptr64)
__init__( (object)arg1, (ObjectId)arg2, (OpenMode)arg3) -> None :
C++ signature :
void __init__(struct _object * __ptr64,class PyDbObjectId,enum AcDb::OpenMode)
__init__( (object)arg1, (Poly2dType)arg2, (list)arg3, (bool)arg4) -> None :
C++ signature :
void __init__(struct _object * __ptr64,enum AcDb::Poly2dType,class boost::python::list,bool)
- __reduce__ = (...)
- appendVertex(...)
- appendVertex( (Polyline2d)arg1, (Vertex2d)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus appendVertex(class PyDb2dPolyline {lvalue},class PyDb2dVertex)
appendVertex( (Polyline2d)arg1, (ObjectId)arg2, (Vertex2d)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus appendVertex(class PyDb2dPolyline {lvalue},class PyDbObjectId {lvalue},class PyDb2dVertex)
- className(...)
- className() -> str :
C++ signature :
class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > className()
- constantWidth(...)
- constantWidth( (Polyline2d)arg1) -> float :
C++ signature :
double constantWidth(class PyDb2dPolyline {lvalue})
- convertToPolyType(...)
- convertToPolyType( (Polyline2d)arg1, (Poly2dType)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus convertToPolyType(class PyDb2dPolyline {lvalue},enum AcDb::Poly2dType)
- defaultEndWidth(...)
- defaultEndWidth( (Polyline2d)arg1) -> float :
C++ signature :
double defaultEndWidth(class PyDb2dPolyline {lvalue})
- defaultStartWidth(...)
- defaultStartWidth( (Polyline2d)arg1) -> float :
C++ signature :
double defaultStartWidth(class PyDb2dPolyline {lvalue})
- desc(...)
- desc() -> RxClass :
C++ signature :
class PyRxClass desc()
- elevation(...)
- elevation( (Polyline2d)arg1) -> float :
C++ signature :
double elevation(class PyDb2dPolyline {lvalue})
- insertVertexAt(...)
- insertVertexAt( (Polyline2d)arg1, (Vertex2d)arg2, (Vertex2d)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus insertVertexAt(class PyDb2dPolyline {lvalue},class PyDb2dVertex,class PyDb2dVertex {lvalue})
insertVertexAt( (Polyline2d)arg1, (ObjectId)arg2, (ObjectId)arg3, (Vertex2d)arg4) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus insertVertexAt(class PyDb2dPolyline {lvalue},class PyDbObjectId {lvalue},class PyDbObjectId,class PyDb2dVertex {lvalue})
- isLinetypeGenerationOn(...)
- isLinetypeGenerationOn( (Polyline2d)arg1) -> bool :
C++ signature :
bool isLinetypeGenerationOn(class PyDb2dPolyline {lvalue})
- length(...)
- length( (Polyline2d)arg1) -> float :
C++ signature :
double length(class PyDb2dPolyline {lvalue})
- makeClosed(...)
- makeClosed( (Polyline2d)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus makeClosed(class PyDb2dPolyline {lvalue})
- makeClosedIfStartAndEndVertexCoincide(...)
- makeClosedIfStartAndEndVertexCoincide( (Polyline2d)arg1, (float)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus makeClosedIfStartAndEndVertexCoincide(class PyDb2dPolyline {lvalue},double)
- makeOpen(...)
- makeOpen( (Polyline2d)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus makeOpen(class PyDb2dPolyline {lvalue})
- normal(...)
- normal( (Polyline2d)arg1) -> Vector3d :
C++ signature :
class AcGeVector3d normal(class PyDb2dPolyline {lvalue})
- openSequenceEnd(...)
- openSequenceEnd( (Polyline2d)arg1, (SequenceEnd)arg2, (OpenMode)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus openSequenceEnd(class PyDb2dPolyline {lvalue},class PyDbSequenceEnd {lvalue},enum AcDb::OpenMode)
- openVertex(...)
- openVertex( (Polyline2d)arg1, (Vertex2d)arg2, (ObjectId)arg3, (OpenMode)arg4) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus openVertex(class PyDb2dPolyline {lvalue},class PyDb2dVertex {lvalue},class PyDbObjectId,enum AcDb::OpenMode)
- polyType(...)
- polyType( (Polyline2d)arg1) -> Poly2dType :
C++ signature :
enum AcDb::Poly2dType polyType(class PyDb2dPolyline {lvalue})
- setClosed(...)
- setClosed( (Polyline2d)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setClosed(class PyDb2dPolyline {lvalue},bool)
- setConstantWidth(...)
- setConstantWidth( (Polyline2d)arg1, (float)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setConstantWidth(class PyDb2dPolyline {lvalue},double)
- setDefaultEndWidth(...)
- setDefaultEndWidth( (Polyline2d)arg1, (float)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setDefaultEndWidth(class PyDb2dPolyline {lvalue},double)
- setDefaultStartWidth(...)
- setDefaultStartWidth( (Polyline2d)arg1, (float)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setDefaultStartWidth(class PyDb2dPolyline {lvalue},double)
- setElevation(...)
- setElevation( (Polyline2d)arg1, (float)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setElevation(class PyDb2dPolyline {lvalue},double)
- setLinetypeGenerationOff(...)
- setLinetypeGenerationOff( (Polyline2d)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLinetypeGenerationOff(class PyDb2dPolyline {lvalue})
- setLinetypeGenerationOn(...)
- setLinetypeGenerationOn( (Polyline2d)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLinetypeGenerationOn(class PyDb2dPolyline {lvalue})
- setNormal(...)
- setNormal( (Polyline2d)arg1, (Vector3d)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setNormal(class PyDb2dPolyline {lvalue},class AcGeVector3d)
- setPolyType(...)
- setPolyType( (Polyline2d)arg1, (Poly2dType)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setPolyType(class PyDb2dPolyline {lvalue},enum AcDb::Poly2dType)
- setThickness(...)
- setThickness( (Polyline2d)arg1, (float)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setThickness(class PyDb2dPolyline {lvalue},double)
- splineFit(...)
- splineFit( (Polyline2d)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus splineFit(class PyDb2dPolyline {lvalue})
splineFit( (Polyline2d)arg1, (Poly2dType)arg2, (DxfCode)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus splineFit(class PyDb2dPolyline {lvalue},enum AcDb::Poly2dType,short)
- straighten(...)
- straighten( (Polyline2d)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus straighten(class PyDb2dPolyline {lvalue})
- thickness(...)
- thickness( (Polyline2d)arg1) -> float :
C++ signature :
double thickness(class PyDb2dPolyline {lvalue})
- vertexIds(...)
- vertexIds( (Polyline2d)arg1) -> list :
C++ signature :
class boost::python::list vertexIds(class PyDb2dPolyline {lvalue})
- vertexPosition(...)
- vertexPosition( (Polyline2d)arg1, (object)arg2) -> Point3d :
C++ signature :
class AcGePoint3d vertexPosition(class PyDb2dPolyline {lvalue},class AcDb2dVertex)
Data and other attributes defined here:
- __instance_size__ = 48
Static methods inherited from Curve:
- extend(...)
- extend( (Curve)arg1, (float)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus extend(class PyDbCurve {lvalue},double)
extend( (Curve)arg1, (bool)arg2, (Point3d)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus extend(class PyDbCurve {lvalue},bool,class AcGePoint3d)
- getArea(...)
- getArea( (Curve)arg1) -> float :
C++ signature :
double getArea(class PyDbCurve {lvalue})
- getClosestPointTo(...)
- getClosestPointTo( (Curve)arg1, (Point3d)arg2, (bool)arg3) -> Point3d :
C++ signature :
class AcGePoint3d getClosestPointTo(class PyDbCurve {lvalue},class AcGePoint3d,bool)
getClosestPointTo( (Curve)arg1, (Point3d)arg2, (Vector3d)arg3, (bool)arg4) -> Point3d :
C++ signature :
class AcGePoint3d getClosestPointTo(class PyDbCurve {lvalue},class AcGePoint3d,class AcGeVector3d,bool)
- getDistAtParam(...)
- getDistAtParam( (Curve)arg1, (float)arg2) -> float :
C++ signature :
double getDistAtParam(class PyDbCurve {lvalue},double)
- getDistAtPoint(...)
- getDistAtPoint( (Curve)arg1, (Point3d)arg2) -> float :
C++ signature :
double getDistAtPoint(class PyDbCurve {lvalue},class AcGePoint3d)
- getEndParam(...)
- getEndParam( (Curve)arg1) -> float :
C++ signature :
double getEndParam(class PyDbCurve {lvalue})
- getEndPoint(...)
- getEndPoint( (Curve)arg1) -> Point3d :
C++ signature :
class AcGePoint3d getEndPoint(class PyDbCurve {lvalue})
- getFirstDeriv(...)
- getFirstDeriv( (Curve)arg1, (float)arg2) -> Vector3d :
C++ signature :
class AcGeVector3d getFirstDeriv(class PyDbCurve {lvalue},double)
getFirstDeriv( (Curve)arg1, (Point3d)arg2) -> Vector3d :
C++ signature :
class AcGeVector3d getFirstDeriv(class PyDbCurve {lvalue},class AcGePoint3d)
- getOffsetCurves(...)
- getOffsetCurves( (Curve)arg1, (float)arg2) -> list :
C++ signature :
class boost::python::list getOffsetCurves(class PyDbCurve {lvalue},double)
- getOffsetCurvesGivenPlaneNormal(...)
- getOffsetCurvesGivenPlaneNormal( (Curve)arg1, (Vector3d)arg2, (float)arg3) -> list :
C++ signature :
class boost::python::list getOffsetCurvesGivenPlaneNormal(class PyDbCurve {lvalue},class AcGeVector3d,double)
- getParamAtDist(...)
- getParamAtDist( (Curve)arg1, (float)arg2) -> float :
C++ signature :
double getParamAtDist(class PyDbCurve {lvalue},double)
- getParamAtPoint(...)
- getParamAtPoint( (Curve)arg1, (Point3d)arg2) -> float :
C++ signature :
double getParamAtPoint(class PyDbCurve {lvalue},class AcGePoint3d)
- getPointAtDist(...)
- getPointAtDist( (Curve)arg1, (float)arg2) -> Point3d :
C++ signature :
class AcGePoint3d getPointAtDist(class PyDbCurve {lvalue},double)
- getPointAtParam(...)
- getPointAtParam( (Curve)arg1, (float)arg2) -> Point3d :
C++ signature :
class AcGePoint3d getPointAtParam(class PyDbCurve {lvalue},double)
- getSecondDeriv(...)
- getSecondDeriv( (Curve)arg1, (float)arg2) -> Vector3d :
C++ signature :
class AcGeVector3d getSecondDeriv(class PyDbCurve {lvalue},double)
getSecondDeriv( (Curve)arg1, (Point3d)arg2) -> Vector3d :
C++ signature :
class AcGeVector3d getSecondDeriv(class PyDbCurve {lvalue},class AcGePoint3d)
- getSplitCurves(...)
- getSplitCurves( (Curve)arg1, (list)arg2) -> list :
C++ signature :
class boost::python::list getSplitCurves(class PyDbCurve {lvalue},class boost::python::list)
- getSplitCurvesAtParams(...)
- getSplitCurvesAtParams( (Curve)arg1, (list)arg2) -> list :
C++ signature :
class boost::python::list getSplitCurvesAtParams(class PyDbCurve {lvalue},class boost::python::list)
- getSplitCurvesAtPoints(...)
- getSplitCurvesAtPoints( (Curve)arg1, (list)arg2) -> list :
C++ signature :
class boost::python::list getSplitCurvesAtPoints(class PyDbCurve {lvalue},class boost::python::list)
- getStartParam(...)
- getStartParam( (Curve)arg1) -> float :
C++ signature :
double getStartParam(class PyDbCurve {lvalue})
- getStartPoint(...)
- getStartPoint( (Curve)arg1) -> Point3d :
C++ signature :
class AcGePoint3d getStartPoint(class PyDbCurve {lvalue})
- isClosed(...)
- isClosed( (Curve)arg1) -> bool :
C++ signature :
bool isClosed(class PyDbCurve {lvalue})
- isPeriodic(...)
- isPeriodic( (Curve)arg1) -> bool :
C++ signature :
bool isPeriodic(class PyDbCurve {lvalue})
- reverseCurve(...)
- reverseCurve( (Curve)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus reverseCurve(class PyDbCurve {lvalue})
Static methods inherited from Entity:
- blockId(...)
- blockId( (Entity)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId blockId(class PyDbEntity {lvalue})
- castShadows(...)
- castShadows( (Entity)arg1) -> bool :
C++ signature :
bool castShadows(class PyDbEntity {lvalue})
- collisionType(...)
- collisionType( (Entity)arg1) -> CollisionType :
C++ signature :
enum AcDb::CollisionType collisionType(class PyDbEntity {lvalue})
- color(...)
- color( (Entity)arg1) -> Color :
C++ signature :
class AcCmColor color(class PyDbEntity {lvalue})
- colorIndex(...)
- colorIndex( (Entity)arg1) -> int :
C++ signature :
unsigned short colorIndex(class PyDbEntity {lvalue})
- draw(...)
- draw( (Entity)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus draw(class PyDbEntity {lvalue})
- entityColor(...)
- entityColor( (Entity)arg1) -> EntityColor :
C++ signature :
class AcCmEntityColor entityColor(class PyDbEntity {lvalue})
- getCompoundObjectTransform(...)
- getCompoundObjectTransform( (Entity)arg1, (Matrix3d)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus getCompoundObjectTransform(class PyDbEntity {lvalue},class AcGeMatrix3d {lvalue})
- getEcs(...)
- getEcs( (Entity)arg1, (Matrix3d)arg2) -> None :
C++ signature :
void getEcs(class PyDbEntity {lvalue},class AcGeMatrix3d {lvalue})
- getGeomExtents(...)
- getGeomExtents( (Entity)arg1, (Extents)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus getGeomExtents(class PyDbEntity {lvalue},class AcDbExtents {lvalue})
- getPlane(...)
- getPlane( (Entity)arg1) -> Plane :
C++ signature :
class PyGePlane getPlane(class PyDbEntity {lvalue})
- getPlotStyleNameId(...)
- getPlotStyleNameId( (Entity)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId getPlotStyleNameId(class PyDbEntity {lvalue})
- isPlanar(...)
- isPlanar( (Entity)arg1) -> bool :
C++ signature :
bool isPlanar(class PyDbEntity {lvalue})
- layer(...)
- layer( (Entity)arg1) -> str :
C++ signature :
class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > layer(class PyDbEntity {lvalue})
- layerId(...)
- layerId( (Entity)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId layerId(class PyDbEntity {lvalue})
- lineWeight(...)
- lineWeight( (Entity)arg1) -> LineWeight :
C++ signature :
enum AcDb::LineWeight lineWeight(class PyDbEntity {lvalue})
- linetype(...)
- linetype( (Entity)arg1) -> str :
C++ signature :
class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > linetype(class PyDbEntity {lvalue})
- linetypeId(...)
- linetypeId( (Entity)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId linetypeId(class PyDbEntity {lvalue})
- linetypeScale(...)
- linetypeScale( (Entity)arg1) -> float :
C++ signature :
double linetypeScale(class PyDbEntity {lvalue})
- list(...)
- list( (Entity)arg1) -> None :
C++ signature :
void list(class PyDbEntity {lvalue})
- material(...)
- material( (Entity)arg1) -> str :
C++ signature :
class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > material(class PyDbEntity {lvalue})
- materialId(...)
- materialId( (Entity)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId materialId(class PyDbEntity {lvalue})
- plotStyleName(...)
- plotStyleName( (Entity)arg1) -> str :
C++ signature :
class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > plotStyleName(class PyDbEntity {lvalue})
- receiveShadows(...)
- receiveShadows( (Entity)arg1) -> bool :
C++ signature :
bool receiveShadows(class PyDbEntity {lvalue})
- recordGraphicsModified(...)
- recordGraphicsModified( (Entity)arg1) -> None :
C++ signature :
void recordGraphicsModified(class PyDbEntity {lvalue})
recordGraphicsModified( (Entity)arg1) -> None :
C++ signature :
void recordGraphicsModified(class PyDbEntity {lvalue})
- setCastShadows(...)
- setCastShadows( (Entity)arg1, (bool)arg2) -> None :
C++ signature :
void setCastShadows(class PyDbEntity {lvalue},bool)
- setColor(...)
- setColor( (Entity)arg1, (Color)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setColor(class PyDbEntity {lvalue},class AcCmColor)
setColor( (Entity)arg1, (Color)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setColor(class PyDbEntity {lvalue},class AcCmColor,bool)
setColor( (Entity)arg1, (Color)arg2, (bool)arg3, (Database)arg4) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setColor(class PyDbEntity {lvalue},class AcCmColor,bool,class PyDbDatabase {lvalue})
- setColorIndex(...)
- setColorIndex( (Entity)arg1, (int)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setColorIndex(class PyDbEntity {lvalue},unsigned short)
setColorIndex( (Entity)arg1, (int)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setColorIndex(class PyDbEntity {lvalue},unsigned short,bool)
- setDatabaseDefaults(...)
- setDatabaseDefaults( (Entity)arg1) -> None :
C++ signature :
void setDatabaseDefaults(class PyDbEntity {lvalue})
setDatabaseDefaults( (Entity)arg1, (Database)arg2) -> None :
C++ signature :
void setDatabaseDefaults(class PyDbEntity {lvalue},class PyDbDatabase)
- setLayer(...)
- setLayer( (Entity)arg1, (str)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLayer(class PyDbEntity {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
setLayer( (Entity)arg1, (str)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLayer(class PyDbEntity {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,bool)
setLayer( (Entity)arg1, (str)arg2, (bool)arg3, (bool)arg4) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLayer(class PyDbEntity {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,bool,bool)
setLayer( (Entity)arg1, (ObjectId)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLayer(class PyDbEntity {lvalue},class PyDbObjectId)
setLayer( (Entity)arg1, (ObjectId)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLayer(class PyDbEntity {lvalue},class PyDbObjectId,bool)
setLayer( (Entity)arg1, (ObjectId)arg2, (bool)arg3, (bool)arg4) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLayer(class PyDbEntity {lvalue},class PyDbObjectId,bool,bool)
- setLineWeight(...)
- setLineWeight( (Entity)arg1, (LineWeight)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLineWeight(class PyDbEntity {lvalue},enum AcDb::LineWeight)
setLineWeight( (Entity)arg1, (LineWeight)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLineWeight(class PyDbEntity {lvalue},enum AcDb::LineWeight,bool)
- setLinetype(...)
- setLinetype( (Entity)arg1, (str)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLinetype(class PyDbEntity {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
setLinetype( (Entity)arg1, (str)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLinetype(class PyDbEntity {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,bool)
setLinetype( (Entity)arg1, (ObjectId)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLinetype(class PyDbEntity {lvalue},class PyDbObjectId)
setLinetype( (Entity)arg1, (ObjectId)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLinetype(class PyDbEntity {lvalue},class PyDbObjectId,bool)
- setLinetypeScale(...)
- setLinetypeScale( (Entity)arg1, (float)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLinetypeScale(class PyDbEntity {lvalue},double)
setLinetypeScale( (Entity)arg1, (float)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLinetypeScale(class PyDbEntity {lvalue},double,bool)
- setMaterial(...)
- setMaterial( (Entity)arg1, (str)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setMaterial(class PyDbEntity {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
setMaterial( (Entity)arg1, (str)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setMaterial(class PyDbEntity {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,bool)
setMaterial( (Entity)arg1, (ObjectId)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setMaterial(class PyDbEntity {lvalue},class PyDbObjectId)
setMaterial( (Entity)arg1, (ObjectId)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setMaterial(class PyDbEntity {lvalue},class PyDbObjectId,bool)
- setPlotStyleName(...)
- setPlotStyleName( (Entity)arg1, (str)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setPlotStyleName(class PyDbEntity {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,bool)
setPlotStyleName( (Entity)arg1, (PlotStyleNameType)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setPlotStyleName(class PyDbEntity {lvalue},enum AcDb::PlotStyleNameType,bool)
setPlotStyleName( (Entity)arg1, (PlotStyleNameType)arg2, (ObjectId)arg3, (bool)arg4) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setPlotStyleName(class PyDbEntity {lvalue},enum AcDb::PlotStyleNameType,class PyDbObjectId,bool)
- setPropertiesFrom(...)
- setPropertiesFrom( (Entity)arg1, (Entity)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setPropertiesFrom(class PyDbEntity {lvalue},class PyDbEntity)
setPropertiesFrom( (Entity)arg1, (Entity)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setPropertiesFrom(class PyDbEntity {lvalue},class PyDbEntity,bool)
- setReceiveShadows(...)
- setReceiveShadows( (Entity)arg1, (bool)arg2) -> None :
C++ signature :
void setReceiveShadows(class PyDbEntity {lvalue},bool)
- setVisibility(...)
- setVisibility( (Entity)arg1, (Visibility)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setVisibility(class PyDbEntity {lvalue},enum AcDb::Visibility)
setVisibility( (Entity)arg1, (Visibility)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setVisibility(class PyDbEntity {lvalue},enum AcDb::Visibility,bool)
- transformBy(...)
- transformBy( (Entity)arg1, (Matrix3d)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus transformBy(class PyDbEntity {lvalue},class AcGeMatrix3d)
- visibility(...)
- visibility( (Entity)arg1) -> Visibility :
C++ signature :
enum AcDb::Visibility visibility(class PyDbEntity {lvalue})
Static methods inherited from DbObject:
- addPersistentReactor(...)
- addPersistentReactor( (DbObject)arg1, (ObjectId)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus addPersistentReactor(class PyDbObject {lvalue},class PyDbObjectId)
- assertNotifyEnabled(...)
- assertNotifyEnabled( (DbObject)arg1) -> None :
C++ signature :
void assertNotifyEnabled(class PyDbObject {lvalue})
- assertReadEnabled(...)
- assertReadEnabled( (DbObject)arg1) -> None :
C++ signature :
void assertReadEnabled(class PyDbObject {lvalue})
- assertWriteEnabled(...)
- assertWriteEnabled( (DbObject)arg1) -> None :
C++ signature :
void assertWriteEnabled(class PyDbObject {lvalue})
- cancel(...)
- cancel( (DbObject)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus cancel(class PyDbObject {lvalue})
- close(...)
- close( (DbObject)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus close(class PyDbObject {lvalue})
- createExtensionDictionary(...)
- createExtensionDictionary( (DbObject)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus createExtensionDictionary(class PyDbObject {lvalue})
- database(...)
- database( (DbObject)arg1) -> Database :
C++ signature :
class PyDbDatabase database(class PyDbObject {lvalue})
- disableUndoRecording(...)
- disableUndoRecording( (DbObject)arg1, (bool)arg2) -> None :
C++ signature :
void disableUndoRecording(class PyDbObject {lvalue},bool)
- downgradeOpen(...)
- downgradeOpen( (DbObject)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus downgradeOpen(class PyDbObject {lvalue})
- downgradeToNotify(...)
- downgradeToNotify( (DbObject)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus downgradeToNotify(class PyDbObject {lvalue},bool)
- erase(...)
- erase( (DbObject)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus erase(class PyDbObject {lvalue})
- extensionDictionary(...)
- extensionDictionary( (DbObject)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId extensionDictionary(class PyDbObject {lvalue})
- handOverTo(...)
- handOverTo( (DbObject)arg1, (DbObject)arg2, (bool)arg3, (bool)arg4) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus handOverTo(class PyDbObject {lvalue},class PyDbObject {lvalue},bool,bool)
- hasPersistentReactor(...)
- hasPersistentReactor( (DbObject)arg1, (ObjectId)arg2) -> bool :
C++ signature :
bool hasPersistentReactor(class PyDbObject {lvalue},class PyDbObjectId)
- isAProxy(...)
- isAProxy( (DbObject)arg1) -> bool :
C++ signature :
bool isAProxy(class PyDbObject {lvalue})
- isCancelling(...)
- isCancelling( (DbObject)arg1) -> bool :
C++ signature :
bool isCancelling(class PyDbObject {lvalue})
- isEraseStatusToggled(...)
- isEraseStatusToggled( (DbObject)arg1) -> bool :
C++ signature :
bool isEraseStatusToggled(class PyDbObject {lvalue})
- isErased(...)
- isErased( (DbObject)arg1) -> bool :
C++ signature :
bool isErased(class PyDbObject {lvalue})
- isModified(...)
- isModified( (DbObject)arg1) -> bool :
C++ signature :
bool isModified(class PyDbObject {lvalue})
- isModifiedGraphics(...)
- isModifiedGraphics( (DbObject)arg1) -> bool :
C++ signature :
bool isModifiedGraphics(class PyDbObject {lvalue})
- isModifiedXData(...)
- isModifiedXData( (DbObject)arg1) -> bool :
C++ signature :
bool isModifiedXData(class PyDbObject {lvalue})
- isNewObject(...)
- isNewObject( (DbObject)arg1) -> bool :
C++ signature :
bool isNewObject(class PyDbObject {lvalue})
- isNotifyEnabled(...)
- isNotifyEnabled( (DbObject)arg1) -> bool :
C++ signature :
bool isNotifyEnabled(class PyDbObject {lvalue})
- isNotifying(...)
- isNotifying( (DbObject)arg1) -> bool :
C++ signature :
bool isNotifying(class PyDbObject {lvalue})
- isReadEnabled(...)
- isReadEnabled( (DbObject)arg1) -> bool :
C++ signature :
bool isReadEnabled(class PyDbObject {lvalue})
- isReallyClosing(...)
- isReallyClosing( (DbObject)arg1) -> bool :
C++ signature :
bool isReallyClosing(class PyDbObject {lvalue})
- isTransactionResident(...)
- isTransactionResident( (DbObject)arg1) -> bool :
C++ signature :
bool isTransactionResident(class PyDbObject {lvalue})
- isUndoRecordingDisabled(...)
- isUndoRecordingDisabled( (DbObject)arg1) -> bool :
C++ signature :
bool isUndoRecordingDisabled(class PyDbObject {lvalue})
- isUndoing(...)
- isUndoing( (DbObject)arg1) -> bool :
C++ signature :
bool isUndoing(class PyDbObject {lvalue})
- isWriteEnabled(...)
- isWriteEnabled( (DbObject)arg1) -> bool :
C++ signature :
bool isWriteEnabled(class PyDbObject {lvalue})
- objectId(...)
- objectId( (DbObject)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId objectId(class PyDbObject {lvalue})
- ownerId(...)
- ownerId( (DbObject)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId ownerId(class PyDbObject {lvalue})
- releaseExtensionDictionary(...)
- releaseExtensionDictionary( (DbObject)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus releaseExtensionDictionary(class PyDbObject {lvalue})
- removePersistentReactor(...)
- removePersistentReactor( (DbObject)arg1, (ObjectId)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus removePersistentReactor(class PyDbObject {lvalue},class PyDbObjectId)
- setOwnerId(...)
- setOwnerId( (DbObject)arg1, (ObjectId)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setOwnerId(class PyDbObject {lvalue},class PyDbObjectId)
- setXData(...)
- setXData( (DbObject)arg1, (list)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setXData(class PyDbObject {lvalue},class boost::python::list)
- swapIdWith(...)
- swapIdWith( (DbObject)arg1, (ObjectId)arg2, (bool)arg3, (bool)arg4) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus swapIdWith(class PyDbObject {lvalue},class PyDbObjectId {lvalue},bool,bool)
- upgradeFromNotify(...)
- upgradeFromNotify( (DbObject)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus upgradeFromNotify(class PyDbObject {lvalue},bool {lvalue})
- upgradeOpen(...)
- upgradeOpen( (DbObject)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus upgradeOpen(class PyDbObject {lvalue})
- xData(...)
- xData( (DbObject)arg1, (str)arg2) -> list :
C++ signature :
class boost::python::list xData(class PyDbObject {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
- xDataTransformBy(...)
- xDataTransformBy( (DbObject)arg1, (Matrix3d)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus xDataTransformBy(class PyDbObject {lvalue},class AcGeMatrix3d)
Static methods inherited from PyGi.Drawable:
- isA(...)
- isA( (Drawable)arg1) -> RxClass :
C++ signature :
class PyRxClass isA(class PyGiDrawable {lvalue})
Static methods inherited from PyRx.RxObject:
- __eq__(...)
- __eq__( (RxObject)arg1, (RxObject)arg2) -> bool :
C++ signature :
bool __eq__(class PyRxObject {lvalue},class PyRxObject)
- __ne__(...)
- __ne__( (RxObject)arg1, (RxObject)arg2) -> bool :
C++ signature :
bool __ne__(class PyRxObject {lvalue},class PyRxObject)
- isNull(...)
- isNull( (RxObject)arg1) -> bool :
C++ signature :
bool isNull(class PyRxObject {lvalue})
Static methods inherited from Boost.Python.instance:
- __new__(*args, **kwargs) from Boost.Python.class
- Create and return a new object. See help(type) for accurate signature.
Data descriptors inherited from Boost.Python.instance:
- __dict__
- __weakref__
|
class Polyline3d(Curve) |
| | |
- Method resolution order:
- Polyline3d
- Curve
- Entity
- DbObject
- PyGi.Drawable
- PyRx.RxObject
- Boost.Python.instance
- builtins.object
Static methods defined here:
- __init__(...)
- __init__( (object)arg1) -> None :
C++ signature :
void __init__(struct _object * __ptr64)
__init__( (object)arg1) -> None :
C++ signature :
void __init__(struct _object * __ptr64)
__init__( (object)arg1, (ObjectId)arg2, (OpenMode)arg3) -> None :
C++ signature :
void __init__(struct _object * __ptr64,class PyDbObjectId,enum AcDb::OpenMode)
__init__( (object)arg1, (Poly3dType)arg2, (list)arg3, (bool)arg4) -> None :
C++ signature :
void __init__(struct _object * __ptr64,enum AcDb::Poly3dType,class boost::python::list,bool)
- __reduce__ = (...)
- appendVertex(...)
- appendVertex( (Polyline3d)arg1, (Polyline3dVertex)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus appendVertex(class PyDb3dPolyline {lvalue},class PyDb3dPolylineVertex)
appendVertex( (Polyline3d)arg1, (ObjectId)arg2, (Polyline3dVertex)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus appendVertex(class PyDb3dPolyline {lvalue},class PyDbObjectId {lvalue},class PyDb3dPolylineVertex)
- className(...)
- className() -> str :
C++ signature :
class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > className()
- convertToPolyType(...)
- convertToPolyType( (Polyline3d)arg1, (Poly3dType)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus convertToPolyType(class PyDb3dPolyline {lvalue},enum AcDb::Poly3dType)
- desc(...)
- desc() -> RxClass :
C++ signature :
class PyRxClass desc()
- insertVertexAt(...)
- insertVertexAt( (Polyline3d)arg1, (Polyline3dVertex)arg2, (Polyline3dVertex)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus insertVertexAt(class PyDb3dPolyline {lvalue},class PyDb3dPolylineVertex,class PyDb3dPolylineVertex {lvalue})
insertVertexAt( (Polyline3d)arg1, (ObjectId)arg2, (ObjectId)arg3, (Polyline3dVertex)arg4) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus insertVertexAt(class PyDb3dPolyline {lvalue},class PyDbObjectId {lvalue},class PyDbObjectId,class PyDb3dPolylineVertex {lvalue})
- length(...)
- length( (Polyline3d)arg1) -> float :
C++ signature :
double length(class PyDb3dPolyline {lvalue})
- makeClosed(...)
- makeClosed( (Polyline3d)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus makeClosed(class PyDb3dPolyline {lvalue})
- makeOpen(...)
- makeOpen( (Polyline3d)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus makeOpen(class PyDb3dPolyline {lvalue})
- openSequenceEnd(...)
- openSequenceEnd( (Polyline3d)arg1, (SequenceEnd)arg2, (OpenMode)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus openSequenceEnd(class PyDb3dPolyline {lvalue},class PyDbSequenceEnd {lvalue},enum AcDb::OpenMode)
- openVertex(...)
- openVertex( (Polyline3d)arg1, (Polyline3dVertex)arg2, (ObjectId)arg3, (OpenMode)arg4) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus openVertex(class PyDb3dPolyline {lvalue},class PyDb3dPolylineVertex {lvalue},class PyDbObjectId,enum AcDb::OpenMode)
- polyType(...)
- polyType( (Polyline3d)arg1) -> Poly3dType :
C++ signature :
enum AcDb::Poly3dType polyType(class PyDb3dPolyline {lvalue})
- setClosed(...)
- setClosed( (Polyline3d)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setClosed(class PyDb3dPolyline {lvalue},bool)
- setPolyType(...)
- setPolyType( (Polyline3d)arg1, (Poly3dType)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setPolyType(class PyDb3dPolyline {lvalue},enum AcDb::Poly3dType)
- splineFit(...)
- splineFit( (Polyline3d)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus splineFit(class PyDb3dPolyline {lvalue})
splineFit( (Polyline3d)arg1, (Poly3dType)arg2, (DxfCode)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus splineFit(class PyDb3dPolyline {lvalue},enum AcDb::Poly3dType,short)
- straighten(...)
- straighten( (Polyline3d)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus straighten(class PyDb3dPolyline {lvalue})
- vertexIds(...)
- vertexIds( (Polyline3d)arg1) -> list :
C++ signature :
class boost::python::list vertexIds(class PyDb3dPolyline {lvalue})
Data and other attributes defined here:
- __instance_size__ = 48
Static methods inherited from Curve:
- extend(...)
- extend( (Curve)arg1, (float)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus extend(class PyDbCurve {lvalue},double)
extend( (Curve)arg1, (bool)arg2, (Point3d)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus extend(class PyDbCurve {lvalue},bool,class AcGePoint3d)
- getArea(...)
- getArea( (Curve)arg1) -> float :
C++ signature :
double getArea(class PyDbCurve {lvalue})
- getClosestPointTo(...)
- getClosestPointTo( (Curve)arg1, (Point3d)arg2, (bool)arg3) -> Point3d :
C++ signature :
class AcGePoint3d getClosestPointTo(class PyDbCurve {lvalue},class AcGePoint3d,bool)
getClosestPointTo( (Curve)arg1, (Point3d)arg2, (Vector3d)arg3, (bool)arg4) -> Point3d :
C++ signature :
class AcGePoint3d getClosestPointTo(class PyDbCurve {lvalue},class AcGePoint3d,class AcGeVector3d,bool)
- getDistAtParam(...)
- getDistAtParam( (Curve)arg1, (float)arg2) -> float :
C++ signature :
double getDistAtParam(class PyDbCurve {lvalue},double)
- getDistAtPoint(...)
- getDistAtPoint( (Curve)arg1, (Point3d)arg2) -> float :
C++ signature :
double getDistAtPoint(class PyDbCurve {lvalue},class AcGePoint3d)
- getEndParam(...)
- getEndParam( (Curve)arg1) -> float :
C++ signature :
double getEndParam(class PyDbCurve {lvalue})
- getEndPoint(...)
- getEndPoint( (Curve)arg1) -> Point3d :
C++ signature :
class AcGePoint3d getEndPoint(class PyDbCurve {lvalue})
- getFirstDeriv(...)
- getFirstDeriv( (Curve)arg1, (float)arg2) -> Vector3d :
C++ signature :
class AcGeVector3d getFirstDeriv(class PyDbCurve {lvalue},double)
getFirstDeriv( (Curve)arg1, (Point3d)arg2) -> Vector3d :
C++ signature :
class AcGeVector3d getFirstDeriv(class PyDbCurve {lvalue},class AcGePoint3d)
- getOffsetCurves(...)
- getOffsetCurves( (Curve)arg1, (float)arg2) -> list :
C++ signature :
class boost::python::list getOffsetCurves(class PyDbCurve {lvalue},double)
- getOffsetCurvesGivenPlaneNormal(...)
- getOffsetCurvesGivenPlaneNormal( (Curve)arg1, (Vector3d)arg2, (float)arg3) -> list :
C++ signature :
class boost::python::list getOffsetCurvesGivenPlaneNormal(class PyDbCurve {lvalue},class AcGeVector3d,double)
- getParamAtDist(...)
- getParamAtDist( (Curve)arg1, (float)arg2) -> float :
C++ signature :
double getParamAtDist(class PyDbCurve {lvalue},double)
- getParamAtPoint(...)
- getParamAtPoint( (Curve)arg1, (Point3d)arg2) -> float :
C++ signature :
double getParamAtPoint(class PyDbCurve {lvalue},class AcGePoint3d)
- getPointAtDist(...)
- getPointAtDist( (Curve)arg1, (float)arg2) -> Point3d :
C++ signature :
class AcGePoint3d getPointAtDist(class PyDbCurve {lvalue},double)
- getPointAtParam(...)
- getPointAtParam( (Curve)arg1, (float)arg2) -> Point3d :
C++ signature :
class AcGePoint3d getPointAtParam(class PyDbCurve {lvalue},double)
- getSecondDeriv(...)
- getSecondDeriv( (Curve)arg1, (float)arg2) -> Vector3d :
C++ signature :
class AcGeVector3d getSecondDeriv(class PyDbCurve {lvalue},double)
getSecondDeriv( (Curve)arg1, (Point3d)arg2) -> Vector3d :
C++ signature :
class AcGeVector3d getSecondDeriv(class PyDbCurve {lvalue},class AcGePoint3d)
- getSplitCurves(...)
- getSplitCurves( (Curve)arg1, (list)arg2) -> list :
C++ signature :
class boost::python::list getSplitCurves(class PyDbCurve {lvalue},class boost::python::list)
- getSplitCurvesAtParams(...)
- getSplitCurvesAtParams( (Curve)arg1, (list)arg2) -> list :
C++ signature :
class boost::python::list getSplitCurvesAtParams(class PyDbCurve {lvalue},class boost::python::list)
- getSplitCurvesAtPoints(...)
- getSplitCurvesAtPoints( (Curve)arg1, (list)arg2) -> list :
C++ signature :
class boost::python::list getSplitCurvesAtPoints(class PyDbCurve {lvalue},class boost::python::list)
- getStartParam(...)
- getStartParam( (Curve)arg1) -> float :
C++ signature :
double getStartParam(class PyDbCurve {lvalue})
- getStartPoint(...)
- getStartPoint( (Curve)arg1) -> Point3d :
C++ signature :
class AcGePoint3d getStartPoint(class PyDbCurve {lvalue})
- isClosed(...)
- isClosed( (Curve)arg1) -> bool :
C++ signature :
bool isClosed(class PyDbCurve {lvalue})
- isPeriodic(...)
- isPeriodic( (Curve)arg1) -> bool :
C++ signature :
bool isPeriodic(class PyDbCurve {lvalue})
- reverseCurve(...)
- reverseCurve( (Curve)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus reverseCurve(class PyDbCurve {lvalue})
Static methods inherited from Entity:
- blockId(...)
- blockId( (Entity)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId blockId(class PyDbEntity {lvalue})
- castShadows(...)
- castShadows( (Entity)arg1) -> bool :
C++ signature :
bool castShadows(class PyDbEntity {lvalue})
- collisionType(...)
- collisionType( (Entity)arg1) -> CollisionType :
C++ signature :
enum AcDb::CollisionType collisionType(class PyDbEntity {lvalue})
- color(...)
- color( (Entity)arg1) -> Color :
C++ signature :
class AcCmColor color(class PyDbEntity {lvalue})
- colorIndex(...)
- colorIndex( (Entity)arg1) -> int :
C++ signature :
unsigned short colorIndex(class PyDbEntity {lvalue})
- draw(...)
- draw( (Entity)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus draw(class PyDbEntity {lvalue})
- entityColor(...)
- entityColor( (Entity)arg1) -> EntityColor :
C++ signature :
class AcCmEntityColor entityColor(class PyDbEntity {lvalue})
- getCompoundObjectTransform(...)
- getCompoundObjectTransform( (Entity)arg1, (Matrix3d)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus getCompoundObjectTransform(class PyDbEntity {lvalue},class AcGeMatrix3d {lvalue})
- getEcs(...)
- getEcs( (Entity)arg1, (Matrix3d)arg2) -> None :
C++ signature :
void getEcs(class PyDbEntity {lvalue},class AcGeMatrix3d {lvalue})
- getGeomExtents(...)
- getGeomExtents( (Entity)arg1, (Extents)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus getGeomExtents(class PyDbEntity {lvalue},class AcDbExtents {lvalue})
- getPlane(...)
- getPlane( (Entity)arg1) -> Plane :
C++ signature :
class PyGePlane getPlane(class PyDbEntity {lvalue})
- getPlotStyleNameId(...)
- getPlotStyleNameId( (Entity)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId getPlotStyleNameId(class PyDbEntity {lvalue})
- isPlanar(...)
- isPlanar( (Entity)arg1) -> bool :
C++ signature :
bool isPlanar(class PyDbEntity {lvalue})
- layer(...)
- layer( (Entity)arg1) -> str :
C++ signature :
class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > layer(class PyDbEntity {lvalue})
- layerId(...)
- layerId( (Entity)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId layerId(class PyDbEntity {lvalue})
- lineWeight(...)
- lineWeight( (Entity)arg1) -> LineWeight :
C++ signature :
enum AcDb::LineWeight lineWeight(class PyDbEntity {lvalue})
- linetype(...)
- linetype( (Entity)arg1) -> str :
C++ signature :
class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > linetype(class PyDbEntity {lvalue})
- linetypeId(...)
- linetypeId( (Entity)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId linetypeId(class PyDbEntity {lvalue})
- linetypeScale(...)
- linetypeScale( (Entity)arg1) -> float :
C++ signature :
double linetypeScale(class PyDbEntity {lvalue})
- list(...)
- list( (Entity)arg1) -> None :
C++ signature :
void list(class PyDbEntity {lvalue})
- material(...)
- material( (Entity)arg1) -> str :
C++ signature :
class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > material(class PyDbEntity {lvalue})
- materialId(...)
- materialId( (Entity)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId materialId(class PyDbEntity {lvalue})
- plotStyleName(...)
- plotStyleName( (Entity)arg1) -> str :
C++ signature :
class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > plotStyleName(class PyDbEntity {lvalue})
- receiveShadows(...)
- receiveShadows( (Entity)arg1) -> bool :
C++ signature :
bool receiveShadows(class PyDbEntity {lvalue})
- recordGraphicsModified(...)
- recordGraphicsModified( (Entity)arg1) -> None :
C++ signature :
void recordGraphicsModified(class PyDbEntity {lvalue})
recordGraphicsModified( (Entity)arg1) -> None :
C++ signature :
void recordGraphicsModified(class PyDbEntity {lvalue})
- setCastShadows(...)
- setCastShadows( (Entity)arg1, (bool)arg2) -> None :
C++ signature :
void setCastShadows(class PyDbEntity {lvalue},bool)
- setColor(...)
- setColor( (Entity)arg1, (Color)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setColor(class PyDbEntity {lvalue},class AcCmColor)
setColor( (Entity)arg1, (Color)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setColor(class PyDbEntity {lvalue},class AcCmColor,bool)
setColor( (Entity)arg1, (Color)arg2, (bool)arg3, (Database)arg4) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setColor(class PyDbEntity {lvalue},class AcCmColor,bool,class PyDbDatabase {lvalue})
- setColorIndex(...)
- setColorIndex( (Entity)arg1, (int)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setColorIndex(class PyDbEntity {lvalue},unsigned short)
setColorIndex( (Entity)arg1, (int)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setColorIndex(class PyDbEntity {lvalue},unsigned short,bool)
- setDatabaseDefaults(...)
- setDatabaseDefaults( (Entity)arg1) -> None :
C++ signature :
void setDatabaseDefaults(class PyDbEntity {lvalue})
setDatabaseDefaults( (Entity)arg1, (Database)arg2) -> None :
C++ signature :
void setDatabaseDefaults(class PyDbEntity {lvalue},class PyDbDatabase)
- setLayer(...)
- setLayer( (Entity)arg1, (str)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLayer(class PyDbEntity {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
setLayer( (Entity)arg1, (str)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLayer(class PyDbEntity {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,bool)
setLayer( (Entity)arg1, (str)arg2, (bool)arg3, (bool)arg4) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLayer(class PyDbEntity {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,bool,bool)
setLayer( (Entity)arg1, (ObjectId)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLayer(class PyDbEntity {lvalue},class PyDbObjectId)
setLayer( (Entity)arg1, (ObjectId)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLayer(class PyDbEntity {lvalue},class PyDbObjectId,bool)
setLayer( (Entity)arg1, (ObjectId)arg2, (bool)arg3, (bool)arg4) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLayer(class PyDbEntity {lvalue},class PyDbObjectId,bool,bool)
- setLineWeight(...)
- setLineWeight( (Entity)arg1, (LineWeight)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLineWeight(class PyDbEntity {lvalue},enum AcDb::LineWeight)
setLineWeight( (Entity)arg1, (LineWeight)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLineWeight(class PyDbEntity {lvalue},enum AcDb::LineWeight,bool)
- setLinetype(...)
- setLinetype( (Entity)arg1, (str)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLinetype(class PyDbEntity {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
setLinetype( (Entity)arg1, (str)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLinetype(class PyDbEntity {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,bool)
setLinetype( (Entity)arg1, (ObjectId)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLinetype(class PyDbEntity {lvalue},class PyDbObjectId)
setLinetype( (Entity)arg1, (ObjectId)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLinetype(class PyDbEntity {lvalue},class PyDbObjectId,bool)
- setLinetypeScale(...)
- setLinetypeScale( (Entity)arg1, (float)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLinetypeScale(class PyDbEntity {lvalue},double)
setLinetypeScale( (Entity)arg1, (float)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLinetypeScale(class PyDbEntity {lvalue},double,bool)
- setMaterial(...)
- setMaterial( (Entity)arg1, (str)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setMaterial(class PyDbEntity {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
setMaterial( (Entity)arg1, (str)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setMaterial(class PyDbEntity {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,bool)
setMaterial( (Entity)arg1, (ObjectId)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setMaterial(class PyDbEntity {lvalue},class PyDbObjectId)
setMaterial( (Entity)arg1, (ObjectId)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setMaterial(class PyDbEntity {lvalue},class PyDbObjectId,bool)
- setPlotStyleName(...)
- setPlotStyleName( (Entity)arg1, (str)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setPlotStyleName(class PyDbEntity {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,bool)
setPlotStyleName( (Entity)arg1, (PlotStyleNameType)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setPlotStyleName(class PyDbEntity {lvalue},enum AcDb::PlotStyleNameType,bool)
setPlotStyleName( (Entity)arg1, (PlotStyleNameType)arg2, (ObjectId)arg3, (bool)arg4) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setPlotStyleName(class PyDbEntity {lvalue},enum AcDb::PlotStyleNameType,class PyDbObjectId,bool)
- setPropertiesFrom(...)
- setPropertiesFrom( (Entity)arg1, (Entity)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setPropertiesFrom(class PyDbEntity {lvalue},class PyDbEntity)
setPropertiesFrom( (Entity)arg1, (Entity)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setPropertiesFrom(class PyDbEntity {lvalue},class PyDbEntity,bool)
- setReceiveShadows(...)
- setReceiveShadows( (Entity)arg1, (bool)arg2) -> None :
C++ signature :
void setReceiveShadows(class PyDbEntity {lvalue},bool)
- setVisibility(...)
- setVisibility( (Entity)arg1, (Visibility)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setVisibility(class PyDbEntity {lvalue},enum AcDb::Visibility)
setVisibility( (Entity)arg1, (Visibility)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setVisibility(class PyDbEntity {lvalue},enum AcDb::Visibility,bool)
- transformBy(...)
- transformBy( (Entity)arg1, (Matrix3d)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus transformBy(class PyDbEntity {lvalue},class AcGeMatrix3d)
- visibility(...)
- visibility( (Entity)arg1) -> Visibility :
C++ signature :
enum AcDb::Visibility visibility(class PyDbEntity {lvalue})
Static methods inherited from DbObject:
- addPersistentReactor(...)
- addPersistentReactor( (DbObject)arg1, (ObjectId)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus addPersistentReactor(class PyDbObject {lvalue},class PyDbObjectId)
- assertNotifyEnabled(...)
- assertNotifyEnabled( (DbObject)arg1) -> None :
C++ signature :
void assertNotifyEnabled(class PyDbObject {lvalue})
- assertReadEnabled(...)
- assertReadEnabled( (DbObject)arg1) -> None :
C++ signature :
void assertReadEnabled(class PyDbObject {lvalue})
- assertWriteEnabled(...)
- assertWriteEnabled( (DbObject)arg1) -> None :
C++ signature :
void assertWriteEnabled(class PyDbObject {lvalue})
- cancel(...)
- cancel( (DbObject)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus cancel(class PyDbObject {lvalue})
- close(...)
- close( (DbObject)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus close(class PyDbObject {lvalue})
- createExtensionDictionary(...)
- createExtensionDictionary( (DbObject)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus createExtensionDictionary(class PyDbObject {lvalue})
- database(...)
- database( (DbObject)arg1) -> Database :
C++ signature :
class PyDbDatabase database(class PyDbObject {lvalue})
- disableUndoRecording(...)
- disableUndoRecording( (DbObject)arg1, (bool)arg2) -> None :
C++ signature :
void disableUndoRecording(class PyDbObject {lvalue},bool)
- downgradeOpen(...)
- downgradeOpen( (DbObject)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus downgradeOpen(class PyDbObject {lvalue})
- downgradeToNotify(...)
- downgradeToNotify( (DbObject)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus downgradeToNotify(class PyDbObject {lvalue},bool)
- erase(...)
- erase( (DbObject)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus erase(class PyDbObject {lvalue})
- extensionDictionary(...)
- extensionDictionary( (DbObject)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId extensionDictionary(class PyDbObject {lvalue})
- handOverTo(...)
- handOverTo( (DbObject)arg1, (DbObject)arg2, (bool)arg3, (bool)arg4) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus handOverTo(class PyDbObject {lvalue},class PyDbObject {lvalue},bool,bool)
- hasPersistentReactor(...)
- hasPersistentReactor( (DbObject)arg1, (ObjectId)arg2) -> bool :
C++ signature :
bool hasPersistentReactor(class PyDbObject {lvalue},class PyDbObjectId)
- isAProxy(...)
- isAProxy( (DbObject)arg1) -> bool :
C++ signature :
bool isAProxy(class PyDbObject {lvalue})
- isCancelling(...)
- isCancelling( (DbObject)arg1) -> bool :
C++ signature :
bool isCancelling(class PyDbObject {lvalue})
- isEraseStatusToggled(...)
- isEraseStatusToggled( (DbObject)arg1) -> bool :
C++ signature :
bool isEraseStatusToggled(class PyDbObject {lvalue})
- isErased(...)
- isErased( (DbObject)arg1) -> bool :
C++ signature :
bool isErased(class PyDbObject {lvalue})
- isModified(...)
- isModified( (DbObject)arg1) -> bool :
C++ signature :
bool isModified(class PyDbObject {lvalue})
- isModifiedGraphics(...)
- isModifiedGraphics( (DbObject)arg1) -> bool :
C++ signature :
bool isModifiedGraphics(class PyDbObject {lvalue})
- isModifiedXData(...)
- isModifiedXData( (DbObject)arg1) -> bool :
C++ signature :
bool isModifiedXData(class PyDbObject {lvalue})
- isNewObject(...)
- isNewObject( (DbObject)arg1) -> bool :
C++ signature :
bool isNewObject(class PyDbObject {lvalue})
- isNotifyEnabled(...)
- isNotifyEnabled( (DbObject)arg1) -> bool :
C++ signature :
bool isNotifyEnabled(class PyDbObject {lvalue})
- isNotifying(...)
- isNotifying( (DbObject)arg1) -> bool :
C++ signature :
bool isNotifying(class PyDbObject {lvalue})
- isReadEnabled(...)
- isReadEnabled( (DbObject)arg1) -> bool :
C++ signature :
bool isReadEnabled(class PyDbObject {lvalue})
- isReallyClosing(...)
- isReallyClosing( (DbObject)arg1) -> bool :
C++ signature :
bool isReallyClosing(class PyDbObject {lvalue})
- isTransactionResident(...)
- isTransactionResident( (DbObject)arg1) -> bool :
C++ signature :
bool isTransactionResident(class PyDbObject {lvalue})
- isUndoRecordingDisabled(...)
- isUndoRecordingDisabled( (DbObject)arg1) -> bool :
C++ signature :
bool isUndoRecordingDisabled(class PyDbObject {lvalue})
- isUndoing(...)
- isUndoing( (DbObject)arg1) -> bool :
C++ signature :
bool isUndoing(class PyDbObject {lvalue})
- isWriteEnabled(...)
- isWriteEnabled( (DbObject)arg1) -> bool :
C++ signature :
bool isWriteEnabled(class PyDbObject {lvalue})
- objectId(...)
- objectId( (DbObject)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId objectId(class PyDbObject {lvalue})
- ownerId(...)
- ownerId( (DbObject)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId ownerId(class PyDbObject {lvalue})
- releaseExtensionDictionary(...)
- releaseExtensionDictionary( (DbObject)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus releaseExtensionDictionary(class PyDbObject {lvalue})
- removePersistentReactor(...)
- removePersistentReactor( (DbObject)arg1, (ObjectId)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus removePersistentReactor(class PyDbObject {lvalue},class PyDbObjectId)
- setOwnerId(...)
- setOwnerId( (DbObject)arg1, (ObjectId)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setOwnerId(class PyDbObject {lvalue},class PyDbObjectId)
- setXData(...)
- setXData( (DbObject)arg1, (list)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setXData(class PyDbObject {lvalue},class boost::python::list)
- swapIdWith(...)
- swapIdWith( (DbObject)arg1, (ObjectId)arg2, (bool)arg3, (bool)arg4) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus swapIdWith(class PyDbObject {lvalue},class PyDbObjectId {lvalue},bool,bool)
- upgradeFromNotify(...)
- upgradeFromNotify( (DbObject)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus upgradeFromNotify(class PyDbObject {lvalue},bool {lvalue})
- upgradeOpen(...)
- upgradeOpen( (DbObject)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus upgradeOpen(class PyDbObject {lvalue})
- xData(...)
- xData( (DbObject)arg1, (str)arg2) -> list :
C++ signature :
class boost::python::list xData(class PyDbObject {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
- xDataTransformBy(...)
- xDataTransformBy( (DbObject)arg1, (Matrix3d)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus xDataTransformBy(class PyDbObject {lvalue},class AcGeMatrix3d)
Static methods inherited from PyGi.Drawable:
- isA(...)
- isA( (Drawable)arg1) -> RxClass :
C++ signature :
class PyRxClass isA(class PyGiDrawable {lvalue})
Static methods inherited from PyRx.RxObject:
- __eq__(...)
- __eq__( (RxObject)arg1, (RxObject)arg2) -> bool :
C++ signature :
bool __eq__(class PyRxObject {lvalue},class PyRxObject)
- __ne__(...)
- __ne__( (RxObject)arg1, (RxObject)arg2) -> bool :
C++ signature :
bool __ne__(class PyRxObject {lvalue},class PyRxObject)
- isNull(...)
- isNull( (RxObject)arg1) -> bool :
C++ signature :
bool isNull(class PyRxObject {lvalue})
Static methods inherited from Boost.Python.instance:
- __new__(*args, **kwargs) from Boost.Python.class
- Create and return a new object. See help(type) for accurate signature.
Data descriptors inherited from Boost.Python.instance:
- __dict__
- __weakref__
|
class Polyline3dVertex(Vertex) |
| | |
- Method resolution order:
- Polyline3dVertex
- Vertex
- Entity
- DbObject
- PyGi.Drawable
- PyRx.RxObject
- Boost.Python.instance
- builtins.object
Static methods defined here:
- __init__(...)
- __init__( (object)arg1) -> None :
C++ signature :
void __init__(struct _object * __ptr64)
__init__( (object)arg1) -> None :
C++ signature :
void __init__(struct _object * __ptr64)
__init__( (object)arg1, (Point3d)arg2) -> None :
C++ signature :
void __init__(struct _object * __ptr64,class AcGePoint3d)
__init__( (object)arg1, (ObjectId)arg2, (OpenMode)arg3) -> None :
C++ signature :
void __init__(struct _object * __ptr64,class PyDbObjectId,enum AcDb::OpenMode)
- __reduce__ = (...)
- className(...)
- className() -> str :
C++ signature :
class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > className()
- desc(...)
- desc() -> RxClass :
C++ signature :
class PyRxClass desc()
- position(...)
- position( (Polyline3dVertex)arg1) -> Point3d :
C++ signature :
class AcGePoint3d position(class PyDb3dPolylineVertex {lvalue})
- setPosition(...)
- setPosition( (Polyline3dVertex)arg1, (Point3d)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setPosition(class PyDb3dPolylineVertex {lvalue},class AcGePoint3d)
- vertexType(...)
- vertexType( (Polyline3dVertex)arg1) -> object :
C++ signature :
enum AcDb::Vertex3dType vertexType(class PyDb3dPolylineVertex {lvalue})
Data and other attributes defined here:
- __instance_size__ = 48
Static methods inherited from Entity:
- blockId(...)
- blockId( (Entity)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId blockId(class PyDbEntity {lvalue})
- castShadows(...)
- castShadows( (Entity)arg1) -> bool :
C++ signature :
bool castShadows(class PyDbEntity {lvalue})
- collisionType(...)
- collisionType( (Entity)arg1) -> CollisionType :
C++ signature :
enum AcDb::CollisionType collisionType(class PyDbEntity {lvalue})
- color(...)
- color( (Entity)arg1) -> Color :
C++ signature :
class AcCmColor color(class PyDbEntity {lvalue})
- colorIndex(...)
- colorIndex( (Entity)arg1) -> int :
C++ signature :
unsigned short colorIndex(class PyDbEntity {lvalue})
- draw(...)
- draw( (Entity)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus draw(class PyDbEntity {lvalue})
- entityColor(...)
- entityColor( (Entity)arg1) -> EntityColor :
C++ signature :
class AcCmEntityColor entityColor(class PyDbEntity {lvalue})
- getCompoundObjectTransform(...)
- getCompoundObjectTransform( (Entity)arg1, (Matrix3d)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus getCompoundObjectTransform(class PyDbEntity {lvalue},class AcGeMatrix3d {lvalue})
- getEcs(...)
- getEcs( (Entity)arg1, (Matrix3d)arg2) -> None :
C++ signature :
void getEcs(class PyDbEntity {lvalue},class AcGeMatrix3d {lvalue})
- getGeomExtents(...)
- getGeomExtents( (Entity)arg1, (Extents)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus getGeomExtents(class PyDbEntity {lvalue},class AcDbExtents {lvalue})
- getPlane(...)
- getPlane( (Entity)arg1) -> Plane :
C++ signature :
class PyGePlane getPlane(class PyDbEntity {lvalue})
- getPlotStyleNameId(...)
- getPlotStyleNameId( (Entity)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId getPlotStyleNameId(class PyDbEntity {lvalue})
- isPlanar(...)
- isPlanar( (Entity)arg1) -> bool :
C++ signature :
bool isPlanar(class PyDbEntity {lvalue})
- layer(...)
- layer( (Entity)arg1) -> str :
C++ signature :
class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > layer(class PyDbEntity {lvalue})
- layerId(...)
- layerId( (Entity)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId layerId(class PyDbEntity {lvalue})
- lineWeight(...)
- lineWeight( (Entity)arg1) -> LineWeight :
C++ signature :
enum AcDb::LineWeight lineWeight(class PyDbEntity {lvalue})
- linetype(...)
- linetype( (Entity)arg1) -> str :
C++ signature :
class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > linetype(class PyDbEntity {lvalue})
- linetypeId(...)
- linetypeId( (Entity)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId linetypeId(class PyDbEntity {lvalue})
- linetypeScale(...)
- linetypeScale( (Entity)arg1) -> float :
C++ signature :
double linetypeScale(class PyDbEntity {lvalue})
- list(...)
- list( (Entity)arg1) -> None :
C++ signature :
void list(class PyDbEntity {lvalue})
- material(...)
- material( (Entity)arg1) -> str :
C++ signature :
class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > material(class PyDbEntity {lvalue})
- materialId(...)
- materialId( (Entity)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId materialId(class PyDbEntity {lvalue})
- plotStyleName(...)
- plotStyleName( (Entity)arg1) -> str :
C++ signature :
class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > plotStyleName(class PyDbEntity {lvalue})
- receiveShadows(...)
- receiveShadows( (Entity)arg1) -> bool :
C++ signature :
bool receiveShadows(class PyDbEntity {lvalue})
- recordGraphicsModified(...)
- recordGraphicsModified( (Entity)arg1) -> None :
C++ signature :
void recordGraphicsModified(class PyDbEntity {lvalue})
recordGraphicsModified( (Entity)arg1) -> None :
C++ signature :
void recordGraphicsModified(class PyDbEntity {lvalue})
- setCastShadows(...)
- setCastShadows( (Entity)arg1, (bool)arg2) -> None :
C++ signature :
void setCastShadows(class PyDbEntity {lvalue},bool)
- setColor(...)
- setColor( (Entity)arg1, (Color)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setColor(class PyDbEntity {lvalue},class AcCmColor)
setColor( (Entity)arg1, (Color)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setColor(class PyDbEntity {lvalue},class AcCmColor,bool)
setColor( (Entity)arg1, (Color)arg2, (bool)arg3, (Database)arg4) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setColor(class PyDbEntity {lvalue},class AcCmColor,bool,class PyDbDatabase {lvalue})
- setColorIndex(...)
- setColorIndex( (Entity)arg1, (int)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setColorIndex(class PyDbEntity {lvalue},unsigned short)
setColorIndex( (Entity)arg1, (int)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setColorIndex(class PyDbEntity {lvalue},unsigned short,bool)
- setDatabaseDefaults(...)
- setDatabaseDefaults( (Entity)arg1) -> None :
C++ signature :
void setDatabaseDefaults(class PyDbEntity {lvalue})
setDatabaseDefaults( (Entity)arg1, (Database)arg2) -> None :
C++ signature :
void setDatabaseDefaults(class PyDbEntity {lvalue},class PyDbDatabase)
- setLayer(...)
- setLayer( (Entity)arg1, (str)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLayer(class PyDbEntity {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
setLayer( (Entity)arg1, (str)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLayer(class PyDbEntity {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,bool)
setLayer( (Entity)arg1, (str)arg2, (bool)arg3, (bool)arg4) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLayer(class PyDbEntity {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,bool,bool)
setLayer( (Entity)arg1, (ObjectId)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLayer(class PyDbEntity {lvalue},class PyDbObjectId)
setLayer( (Entity)arg1, (ObjectId)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLayer(class PyDbEntity {lvalue},class PyDbObjectId,bool)
setLayer( (Entity)arg1, (ObjectId)arg2, (bool)arg3, (bool)arg4) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLayer(class PyDbEntity {lvalue},class PyDbObjectId,bool,bool)
- setLineWeight(...)
- setLineWeight( (Entity)arg1, (LineWeight)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLineWeight(class PyDbEntity {lvalue},enum AcDb::LineWeight)
setLineWeight( (Entity)arg1, (LineWeight)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLineWeight(class PyDbEntity {lvalue},enum AcDb::LineWeight,bool)
- setLinetype(...)
- setLinetype( (Entity)arg1, (str)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLinetype(class PyDbEntity {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
setLinetype( (Entity)arg1, (str)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLinetype(class PyDbEntity {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,bool)
setLinetype( (Entity)arg1, (ObjectId)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLinetype(class PyDbEntity {lvalue},class PyDbObjectId)
setLinetype( (Entity)arg1, (ObjectId)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLinetype(class PyDbEntity {lvalue},class PyDbObjectId,bool)
- setLinetypeScale(...)
- setLinetypeScale( (Entity)arg1, (float)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLinetypeScale(class PyDbEntity {lvalue},double)
setLinetypeScale( (Entity)arg1, (float)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLinetypeScale(class PyDbEntity {lvalue},double,bool)
- setMaterial(...)
- setMaterial( (Entity)arg1, (str)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setMaterial(class PyDbEntity {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
setMaterial( (Entity)arg1, (str)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setMaterial(class PyDbEntity {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,bool)
setMaterial( (Entity)arg1, (ObjectId)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setMaterial(class PyDbEntity {lvalue},class PyDbObjectId)
setMaterial( (Entity)arg1, (ObjectId)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setMaterial(class PyDbEntity {lvalue},class PyDbObjectId,bool)
- setPlotStyleName(...)
- setPlotStyleName( (Entity)arg1, (str)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setPlotStyleName(class PyDbEntity {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,bool)
setPlotStyleName( (Entity)arg1, (PlotStyleNameType)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setPlotStyleName(class PyDbEntity {lvalue},enum AcDb::PlotStyleNameType,bool)
setPlotStyleName( (Entity)arg1, (PlotStyleNameType)arg2, (ObjectId)arg3, (bool)arg4) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setPlotStyleName(class PyDbEntity {lvalue},enum AcDb::PlotStyleNameType,class PyDbObjectId,bool)
- setPropertiesFrom(...)
- setPropertiesFrom( (Entity)arg1, (Entity)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setPropertiesFrom(class PyDbEntity {lvalue},class PyDbEntity)
setPropertiesFrom( (Entity)arg1, (Entity)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setPropertiesFrom(class PyDbEntity {lvalue},class PyDbEntity,bool)
- setReceiveShadows(...)
- setReceiveShadows( (Entity)arg1, (bool)arg2) -> None :
C++ signature :
void setReceiveShadows(class PyDbEntity {lvalue},bool)
- setVisibility(...)
- setVisibility( (Entity)arg1, (Visibility)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setVisibility(class PyDbEntity {lvalue},enum AcDb::Visibility)
setVisibility( (Entity)arg1, (Visibility)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setVisibility(class PyDbEntity {lvalue},enum AcDb::Visibility,bool)
- transformBy(...)
- transformBy( (Entity)arg1, (Matrix3d)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus transformBy(class PyDbEntity {lvalue},class AcGeMatrix3d)
- visibility(...)
- visibility( (Entity)arg1) -> Visibility :
C++ signature :
enum AcDb::Visibility visibility(class PyDbEntity {lvalue})
Static methods inherited from DbObject:
- addPersistentReactor(...)
- addPersistentReactor( (DbObject)arg1, (ObjectId)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus addPersistentReactor(class PyDbObject {lvalue},class PyDbObjectId)
- assertNotifyEnabled(...)
- assertNotifyEnabled( (DbObject)arg1) -> None :
C++ signature :
void assertNotifyEnabled(class PyDbObject {lvalue})
- assertReadEnabled(...)
- assertReadEnabled( (DbObject)arg1) -> None :
C++ signature :
void assertReadEnabled(class PyDbObject {lvalue})
- assertWriteEnabled(...)
- assertWriteEnabled( (DbObject)arg1) -> None :
C++ signature :
void assertWriteEnabled(class PyDbObject {lvalue})
- cancel(...)
- cancel( (DbObject)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus cancel(class PyDbObject {lvalue})
- close(...)
- close( (DbObject)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus close(class PyDbObject {lvalue})
- createExtensionDictionary(...)
- createExtensionDictionary( (DbObject)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus createExtensionDictionary(class PyDbObject {lvalue})
- database(...)
- database( (DbObject)arg1) -> Database :
C++ signature :
class PyDbDatabase database(class PyDbObject {lvalue})
- disableUndoRecording(...)
- disableUndoRecording( (DbObject)arg1, (bool)arg2) -> None :
C++ signature :
void disableUndoRecording(class PyDbObject {lvalue},bool)
- downgradeOpen(...)
- downgradeOpen( (DbObject)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus downgradeOpen(class PyDbObject {lvalue})
- downgradeToNotify(...)
- downgradeToNotify( (DbObject)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus downgradeToNotify(class PyDbObject {lvalue},bool)
- erase(...)
- erase( (DbObject)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus erase(class PyDbObject {lvalue})
- extensionDictionary(...)
- extensionDictionary( (DbObject)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId extensionDictionary(class PyDbObject {lvalue})
- handOverTo(...)
- handOverTo( (DbObject)arg1, (DbObject)arg2, (bool)arg3, (bool)arg4) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus handOverTo(class PyDbObject {lvalue},class PyDbObject {lvalue},bool,bool)
- hasPersistentReactor(...)
- hasPersistentReactor( (DbObject)arg1, (ObjectId)arg2) -> bool :
C++ signature :
bool hasPersistentReactor(class PyDbObject {lvalue},class PyDbObjectId)
- isAProxy(...)
- isAProxy( (DbObject)arg1) -> bool :
C++ signature :
bool isAProxy(class PyDbObject {lvalue})
- isCancelling(...)
- isCancelling( (DbObject)arg1) -> bool :
C++ signature :
bool isCancelling(class PyDbObject {lvalue})
- isEraseStatusToggled(...)
- isEraseStatusToggled( (DbObject)arg1) -> bool :
C++ signature :
bool isEraseStatusToggled(class PyDbObject {lvalue})
- isErased(...)
- isErased( (DbObject)arg1) -> bool :
C++ signature :
bool isErased(class PyDbObject {lvalue})
- isModified(...)
- isModified( (DbObject)arg1) -> bool :
C++ signature :
bool isModified(class PyDbObject {lvalue})
- isModifiedGraphics(...)
- isModifiedGraphics( (DbObject)arg1) -> bool :
C++ signature :
bool isModifiedGraphics(class PyDbObject {lvalue})
- isModifiedXData(...)
- isModifiedXData( (DbObject)arg1) -> bool :
C++ signature :
bool isModifiedXData(class PyDbObject {lvalue})
- isNewObject(...)
- isNewObject( (DbObject)arg1) -> bool :
C++ signature :
bool isNewObject(class PyDbObject {lvalue})
- isNotifyEnabled(...)
- isNotifyEnabled( (DbObject)arg1) -> bool :
C++ signature :
bool isNotifyEnabled(class PyDbObject {lvalue})
- isNotifying(...)
- isNotifying( (DbObject)arg1) -> bool :
C++ signature :
bool isNotifying(class PyDbObject {lvalue})
- isReadEnabled(...)
- isReadEnabled( (DbObject)arg1) -> bool :
C++ signature :
bool isReadEnabled(class PyDbObject {lvalue})
- isReallyClosing(...)
- isReallyClosing( (DbObject)arg1) -> bool :
C++ signature :
bool isReallyClosing(class PyDbObject {lvalue})
- isTransactionResident(...)
- isTransactionResident( (DbObject)arg1) -> bool :
C++ signature :
bool isTransactionResident(class PyDbObject {lvalue})
- isUndoRecordingDisabled(...)
- isUndoRecordingDisabled( (DbObject)arg1) -> bool :
C++ signature :
bool isUndoRecordingDisabled(class PyDbObject {lvalue})
- isUndoing(...)
- isUndoing( (DbObject)arg1) -> bool :
C++ signature :
bool isUndoing(class PyDbObject {lvalue})
- isWriteEnabled(...)
- isWriteEnabled( (DbObject)arg1) -> bool :
C++ signature :
bool isWriteEnabled(class PyDbObject {lvalue})
- objectId(...)
- objectId( (DbObject)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId objectId(class PyDbObject {lvalue})
- ownerId(...)
- ownerId( (DbObject)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId ownerId(class PyDbObject {lvalue})
- releaseExtensionDictionary(...)
- releaseExtensionDictionary( (DbObject)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus releaseExtensionDictionary(class PyDbObject {lvalue})
- removePersistentReactor(...)
- removePersistentReactor( (DbObject)arg1, (ObjectId)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus removePersistentReactor(class PyDbObject {lvalue},class PyDbObjectId)
- setOwnerId(...)
- setOwnerId( (DbObject)arg1, (ObjectId)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setOwnerId(class PyDbObject {lvalue},class PyDbObjectId)
- setXData(...)
- setXData( (DbObject)arg1, (list)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setXData(class PyDbObject {lvalue},class boost::python::list)
- swapIdWith(...)
- swapIdWith( (DbObject)arg1, (ObjectId)arg2, (bool)arg3, (bool)arg4) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus swapIdWith(class PyDbObject {lvalue},class PyDbObjectId {lvalue},bool,bool)
- upgradeFromNotify(...)
- upgradeFromNotify( (DbObject)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus upgradeFromNotify(class PyDbObject {lvalue},bool {lvalue})
- upgradeOpen(...)
- upgradeOpen( (DbObject)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus upgradeOpen(class PyDbObject {lvalue})
- xData(...)
- xData( (DbObject)arg1, (str)arg2) -> list :
C++ signature :
class boost::python::list xData(class PyDbObject {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
- xDataTransformBy(...)
- xDataTransformBy( (DbObject)arg1, (Matrix3d)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus xDataTransformBy(class PyDbObject {lvalue},class AcGeMatrix3d)
Static methods inherited from PyGi.Drawable:
- isA(...)
- isA( (Drawable)arg1) -> RxClass :
C++ signature :
class PyRxClass isA(class PyGiDrawable {lvalue})
Static methods inherited from PyRx.RxObject:
- __eq__(...)
- __eq__( (RxObject)arg1, (RxObject)arg2) -> bool :
C++ signature :
bool __eq__(class PyRxObject {lvalue},class PyRxObject)
- __ne__(...)
- __ne__( (RxObject)arg1, (RxObject)arg2) -> bool :
C++ signature :
bool __ne__(class PyRxObject {lvalue},class PyRxObject)
- isNull(...)
- isNull( (RxObject)arg1) -> bool :
C++ signature :
bool isNull(class PyRxObject {lvalue})
Static methods inherited from Boost.Python.instance:
- __new__(*args, **kwargs) from Boost.Python.class
- Create and return a new object. See help(type) for accurate signature.
Data descriptors inherited from Boost.Python.instance:
- __dict__
- __weakref__
|
class RadialDimension(Dimension) |
| | |
- Method resolution order:
- RadialDimension
- Dimension
- Entity
- DbObject
- PyGi.Drawable
- PyRx.RxObject
- Boost.Python.instance
- builtins.object
Static methods defined here:
- __init__(...)
- __init__( (object)arg1) -> None :
C++ signature :
void __init__(struct _object * __ptr64)
__init__( (object)arg1) -> None :
C++ signature :
void __init__(struct _object * __ptr64)
__init__( (object)arg1, (ObjectId)arg2, (OpenMode)arg3) -> None :
C++ signature :
void __init__(struct _object * __ptr64,class PyDbObjectId,enum AcDb::OpenMode)
__init__( (object)arg1, (Point3d)arg2, (Point3d)arg3, (float)arg4) -> None :
C++ signature :
void __init__(struct _object * __ptr64,class AcGePoint3d,class AcGePoint3d,double)
__init__( (object)arg1, (Point3d)arg2, (Point3d)arg3, (float)arg4, (str)arg5) -> None :
C++ signature :
void __init__(struct _object * __ptr64,class AcGePoint3d,class AcGePoint3d,double,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
__init__( (object)arg1, (Point3d)arg2, (Point3d)arg3, (float)arg4, (str)arg5, (ObjectId)arg6) -> None :
C++ signature :
void __init__(struct _object * __ptr64,class AcGePoint3d,class AcGePoint3d,double,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,class PyDbObjectId)
- __reduce__ = (...)
- center(...)
- center( (RadialDimension)arg1) -> Point3d :
C++ signature :
class AcGePoint3d center(class PyDbRadialDimension {lvalue})
- chordPoint(...)
- chordPoint( (RadialDimension)arg1) -> Point3d :
C++ signature :
class AcGePoint3d chordPoint(class PyDbRadialDimension {lvalue})
- className(...)
- className() -> str :
C++ signature :
class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > className()
- desc(...)
- desc() -> RxClass :
C++ signature :
class PyRxClass desc()
- extArcEndAngle(...)
- extArcEndAngle( (RadialDimension)arg1) -> float :
C++ signature :
double extArcEndAngle(class PyDbRadialDimension {lvalue})
- extArcStartAngle(...)
- extArcStartAngle( (RadialDimension)arg1) -> float :
C++ signature :
double extArcStartAngle(class PyDbRadialDimension {lvalue})
- leaderLength(...)
- leaderLength( (RadialDimension)arg1) -> float :
C++ signature :
double leaderLength(class PyDbRadialDimension {lvalue})
- setCenter(...)
- setCenter( (RadialDimension)arg1, (Point3d)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setCenter(class PyDbRadialDimension {lvalue},class AcGePoint3d)
- setChordPoint(...)
- setChordPoint( (RadialDimension)arg1, (Point3d)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setChordPoint(class PyDbRadialDimension {lvalue},class AcGePoint3d)
- setExtArcEndAngle(...)
- setExtArcEndAngle( (RadialDimension)arg1, (float)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setExtArcEndAngle(class PyDbRadialDimension {lvalue},double)
- setExtArcStartAngle(...)
- setExtArcStartAngle( (RadialDimension)arg1, (float)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setExtArcStartAngle(class PyDbRadialDimension {lvalue},double)
- setLeaderLength(...)
- setLeaderLength( (RadialDimension)arg1, (float)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLeaderLength(class PyDbRadialDimension {lvalue},double)
Data and other attributes defined here:
- __instance_size__ = 48
Static methods inherited from Dimension:
- altSuppressLeadingZeros(...)
- altSuppressLeadingZeros( (Dimension)arg1) -> bool :
C++ signature :
bool altSuppressLeadingZeros(class PyDbDimension {lvalue})
- altSuppressTrailingZeros(...)
- altSuppressTrailingZeros( (Dimension)arg1) -> bool :
C++ signature :
bool altSuppressTrailingZeros(class PyDbDimension {lvalue})
- altSuppressZeroFeet(...)
- altSuppressZeroFeet( (Dimension)arg1) -> bool :
C++ signature :
bool altSuppressZeroFeet(class PyDbDimension {lvalue})
- altSuppressZeroInches(...)
- altSuppressZeroInches( (Dimension)arg1) -> bool :
C++ signature :
bool altSuppressZeroInches(class PyDbDimension {lvalue})
- altToleranceSuppressLeadingZeros(...)
- altToleranceSuppressLeadingZeros( (Dimension)arg1) -> bool :
C++ signature :
bool altToleranceSuppressLeadingZeros(class PyDbDimension {lvalue})
- altToleranceSuppressTrailingZeros(...)
- altToleranceSuppressTrailingZeros( (Dimension)arg1) -> bool :
C++ signature :
bool altToleranceSuppressTrailingZeros(class PyDbDimension {lvalue})
- altToleranceSuppressZeroFeet(...)
- altToleranceSuppressZeroFeet( (Dimension)arg1) -> bool :
C++ signature :
bool altToleranceSuppressZeroFeet(class PyDbDimension {lvalue})
- altToleranceSuppressZeroInches(...)
- altToleranceSuppressZeroInches( (Dimension)arg1) -> bool :
C++ signature :
bool altToleranceSuppressZeroInches(class PyDbDimension {lvalue})
- alternatePrefix(...)
- alternatePrefix( (Dimension)arg1) -> str :
C++ signature :
class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > alternatePrefix(class PyDbDimension {lvalue})
- alternateSuffix(...)
- alternateSuffix( (Dimension)arg1) -> str :
C++ signature :
class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > alternateSuffix(class PyDbDimension {lvalue})
- blockTransform(...)
- blockTransform( (Dimension)arg1) -> Matrix3d :
C++ signature :
class AcGeMatrix3d blockTransform(class PyDbDimension {lvalue})
- centerMarkSize(...)
- centerMarkSize( (Dimension)arg1) -> float :
C++ signature :
double centerMarkSize(class PyDbDimension {lvalue})
- dimBlockId(...)
- dimBlockId( (Dimension)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId dimBlockId(class PyDbDimension {lvalue})
- dimBlockPosition(...)
- dimBlockPosition( (Dimension)arg1) -> Point3d :
C++ signature :
class AcGePoint3d dimBlockPosition(class PyDbDimension {lvalue})
- dimExt1Linetype(...)
- dimExt1Linetype( (Dimension)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId dimExt1Linetype(class PyDbDimension {lvalue})
- dimExt2Linetype(...)
- dimExt2Linetype( (Dimension)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId dimExt2Linetype(class PyDbDimension {lvalue})
- dimLineLinetype(...)
- dimLineLinetype( (Dimension)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId dimLineLinetype(class PyDbDimension {lvalue})
- dimensionStyle(...)
- dimensionStyle( (Dimension)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId dimensionStyle(class PyDbDimension {lvalue})
- dimensionText(...)
- dimensionText( (Dimension)arg1) -> str :
C++ signature :
class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > dimensionText(class PyDbDimension {lvalue})
- elevation(...)
- elevation( (Dimension)arg1) -> float :
C++ signature :
double elevation(class PyDbDimension {lvalue})
- fieldFromMText(...)
- fieldFromMText( (Dimension)arg1, (MText)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus fieldFromMText(class PyDbDimension {lvalue},class PyDbMText {lvalue})
- fieldToMText(...)
- fieldToMText( (Dimension)arg1, (MText)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus fieldToMText(class PyDbDimension {lvalue},class PyDbMText {lvalue})
- formatMeasurement(...)
- formatMeasurement( (Dimension)arg1, (float)arg2) -> str :
C++ signature :
class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > formatMeasurement(class PyDbDimension {lvalue},double)
formatMeasurement( (Dimension)arg1, (float)arg2, (str)arg3) -> str :
C++ signature :
class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > formatMeasurement(class PyDbDimension {lvalue},double,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
- generateLayout(...)
- generateLayout( (Dimension)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus generateLayout(class PyDbDimension {lvalue})
- getArrowFirstIsFlipped(...)
- getArrowFirstIsFlipped( (Dimension)arg1) -> bool :
C++ signature :
bool getArrowFirstIsFlipped(class PyDbDimension {lvalue})
- getArrowSecondIsFlipped(...)
- getArrowSecondIsFlipped( (Dimension)arg1) -> bool :
C++ signature :
bool getArrowSecondIsFlipped(class PyDbDimension {lvalue})
- getDimstyleData(...)
- getDimstyleData( (Dimension)arg1) -> DimStyleTableRecord :
C++ signature :
class PyDbDimStyleTableRecord getDimstyleData(class PyDbDimension {lvalue})
- horizontalRotation(...)
- horizontalRotation( (Dimension)arg1) -> float :
C++ signature :
double horizontalRotation(class PyDbDimension {lvalue})
- inspection(...)
- inspection( (Dimension)arg1) -> bool :
C++ signature :
bool inspection(class PyDbDimension {lvalue})
- inspectionFrame(...)
- inspectionFrame( (Dimension)arg1) -> int :
C++ signature :
int inspectionFrame(class PyDbDimension {lvalue})
- inspectionLabel(...)
- inspectionLabel( (Dimension)arg1) -> str :
C++ signature :
class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > inspectionLabel(class PyDbDimension {lvalue})
- isConstraintDynamic(...)
- isConstraintDynamic( (Dimension)arg1) -> bool :
C++ signature :
bool isConstraintDynamic(class PyDbDimension {lvalue})
- isConstraintObject(...)
- isConstraintObject( (Dimension)arg1) -> tuple :
C++ signature :
class boost::python::tuple isConstraintObject(class PyDbDimension {lvalue})
- isDynamicDimension(...)
- isDynamicDimension( (Dimension)arg1) -> bool :
C++ signature :
bool isDynamicDimension(class PyDbDimension {lvalue})
- isHorizontalRefTextRotation(...)
- isHorizontalRefTextRotation( (Dimension)arg1) -> bool :
C++ signature :
bool isHorizontalRefTextRotation(class PyDbDimension {lvalue})
- isUsingDefaultTextPosition(...)
- isUsingDefaultTextPosition( (Dimension)arg1) -> bool :
C++ signature :
bool isUsingDefaultTextPosition(class PyDbDimension {lvalue})
- measurement(...)
- measurement( (Dimension)arg1) -> float :
C++ signature :
double measurement(class PyDbDimension {lvalue})
- normal(...)
- normal( (Dimension)arg1) -> Vector3d :
C++ signature :
class AcGeVector3d normal(class PyDbDimension {lvalue})
- prefix(...)
- prefix( (Dimension)arg1) -> str :
C++ signature :
class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > prefix(class PyDbDimension {lvalue})
- recomputeDimBlock(...)
- recomputeDimBlock( (Dimension)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus recomputeDimBlock(class PyDbDimension {lvalue})
recomputeDimBlock( (Dimension)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus recomputeDimBlock(class PyDbDimension {lvalue},bool)
- removeTextField(...)
- removeTextField( (Dimension)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus removeTextField(class PyDbDimension {lvalue})
- resetTextDefinedSize(...)
- resetTextDefinedSize( (Dimension)arg1) -> None :
C++ signature :
void resetTextDefinedSize(class PyDbDimension {lvalue})
- setAltSuppressLeadingZeros(...)
- setAltSuppressLeadingZeros( (Dimension)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setAltSuppressLeadingZeros(class PyDbDimension {lvalue},bool)
- setAltSuppressTrailingZeros(...)
- setAltSuppressTrailingZeros( (Dimension)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setAltSuppressTrailingZeros(class PyDbDimension {lvalue},bool)
- setAltSuppressZeroFeet(...)
- setAltSuppressZeroFeet( (Dimension)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setAltSuppressZeroFeet(class PyDbDimension {lvalue},bool)
- setAltSuppressZeroInches(...)
- setAltSuppressZeroInches( (Dimension)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setAltSuppressZeroInches(class PyDbDimension {lvalue},bool)
- setAltToleranceSuppressLeadingZeros(...)
- setAltToleranceSuppressLeadingZeros( (Dimension)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setAltToleranceSuppressLeadingZeros(class PyDbDimension {lvalue},bool)
- setAltToleranceSuppressTrailingZeros(...)
- setAltToleranceSuppressTrailingZeros( (Dimension)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setAltToleranceSuppressTrailingZeros(class PyDbDimension {lvalue},bool)
- setAltToleranceSuppressZeroFeet(...)
- setAltToleranceSuppressZeroFeet( (Dimension)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setAltToleranceSuppressZeroFeet(class PyDbDimension {lvalue},bool)
- setAltToleranceSuppressZeroInches(...)
- setAltToleranceSuppressZeroInches( (Dimension)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setAltToleranceSuppressZeroInches(class PyDbDimension {lvalue},bool)
- setAlternatePrefix(...)
- setAlternatePrefix( (Dimension)arg1, (str)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setAlternatePrefix(class PyDbDimension {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
- setAlternateSuffix(...)
- setAlternateSuffix( (Dimension)arg1, (str)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setAlternateSuffix(class PyDbDimension {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
- setArrowFirstIsFlipped(...)
- setArrowFirstIsFlipped( (Dimension)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setArrowFirstIsFlipped(class PyDbDimension {lvalue},bool)
- setArrowSecondIsFlipped(...)
- setArrowSecondIsFlipped( (Dimension)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setArrowSecondIsFlipped(class PyDbDimension {lvalue},bool)
- setConstraintDynamic(...)
- setConstraintDynamic( (Dimension)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setConstraintDynamic(class PyDbDimension {lvalue},bool)
- setDimBlockId(...)
- setDimBlockId( (Dimension)arg1, (ObjectId)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setDimBlockId(class PyDbDimension {lvalue},class PyDbObjectId)
- setDimBlockPosition(...)
- setDimBlockPosition( (Dimension)arg1, (Point3d)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setDimBlockPosition(class PyDbDimension {lvalue},class AcGePoint3d)
- setDimExt1Linetype(...)
- setDimExt1Linetype( (Dimension)arg1, (ObjectId)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setDimExt1Linetype(class PyDbDimension {lvalue},class PyDbObjectId)
- setDimExt2Linetype(...)
- setDimExt2Linetype( (Dimension)arg1, (ObjectId)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setDimExt2Linetype(class PyDbDimension {lvalue},class PyDbObjectId)
- setDimLineLinetype(...)
- setDimLineLinetype( (Dimension)arg1, (ObjectId)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setDimLineLinetype(class PyDbDimension {lvalue},class PyDbObjectId)
- setDimensionStyle(...)
- setDimensionStyle( (Dimension)arg1, (ObjectId)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setDimensionStyle(class PyDbDimension {lvalue},class PyDbObjectId)
- setDimensionText(...)
- setDimensionText( (Dimension)arg1, (str)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setDimensionText(class PyDbDimension {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
- setDimstyleData(...)
- setDimstyleData( (Dimension)arg1, (ObjectId)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setDimstyleData(class PyDbDimension {lvalue},class PyDbObjectId)
setDimstyleData( (Dimension)arg1, (DimStyleTableRecord)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setDimstyleData(class PyDbDimension {lvalue},class PyDbDimStyleTableRecord)
- setDynamicDimension(...)
- setDynamicDimension( (Dimension)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setDynamicDimension(class PyDbDimension {lvalue},bool)
- setElevation(...)
- setElevation( (Dimension)arg1, (float)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setElevation(class PyDbDimension {lvalue},double)
- setHorizontalRefTextRotation(...)
- setHorizontalRefTextRotation( (Dimension)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setHorizontalRefTextRotation(class PyDbDimension {lvalue},bool)
- setHorizontalRotation(...)
- setHorizontalRotation( (Dimension)arg1, (float)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setHorizontalRotation(class PyDbDimension {lvalue},double)
- setInspection(...)
- setInspection( (Dimension)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setInspection(class PyDbDimension {lvalue},bool)
- setInspectionFrame(...)
- setInspectionFrame( (Dimension)arg1, (int)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setInspectionFrame(class PyDbDimension {lvalue},int)
- setInspectionLabel(...)
- setInspectionLabel( (Dimension)arg1, (str)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setInspectionLabel(class PyDbDimension {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
- setNormal(...)
- setNormal( (Dimension)arg1, (Vector3d)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setNormal(class PyDbDimension {lvalue},class AcGeVector3d)
- setPrefix(...)
- setPrefix( (Dimension)arg1, (str)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setPrefix(class PyDbDimension {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
- setShouldParticipateInOPM(...)
- setShouldParticipateInOPM( (Dimension)arg1, (bool)arg2) -> None :
C++ signature :
void setShouldParticipateInOPM(class PyDbDimension {lvalue},bool)
- setSuffix(...)
- setSuffix( (Dimension)arg1, (str)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setSuffix(class PyDbDimension {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
- setSuppressAngularTrailingZeros(...)
- setSuppressAngularTrailingZeros( (Dimension)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setSuppressAngularTrailingZeros(class PyDbDimension {lvalue},bool)
- setSuppressLeadingZeros(...)
- setSuppressLeadingZeros( (Dimension)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setSuppressLeadingZeros(class PyDbDimension {lvalue},bool)
- setSuppressTrailingZeros(...)
- setSuppressTrailingZeros( (Dimension)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setSuppressTrailingZeros(class PyDbDimension {lvalue},bool)
- setSuppressZeroFeet(...)
- setSuppressZeroFeet( (Dimension)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setSuppressZeroFeet(class PyDbDimension {lvalue},bool)
- setSuppressZeroInches(...)
- setSuppressZeroInches( (Dimension)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setSuppressZeroInches(class PyDbDimension {lvalue},bool)
- setTextAttachment(...)
- setTextAttachment( (Dimension)arg1, (MTextAttachmentPoint)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setTextAttachment(class PyDbDimension {lvalue},enum AcDbMText::AttachmentPoint)
- setTextDefinedSize(...)
- setTextDefinedSize( (Dimension)arg1, (float)arg2, (float)arg3) -> None :
C++ signature :
void setTextDefinedSize(class PyDbDimension {lvalue},double,double)
- setTextLineSpacingFactor(...)
- setTextLineSpacingFactor( (Dimension)arg1, (float)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setTextLineSpacingFactor(class PyDbDimension {lvalue},double)
- setTextLineSpacingStyle(...)
- setTextLineSpacingStyle( (Dimension)arg1, (LineSpacingStyle)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setTextLineSpacingStyle(class PyDbDimension {lvalue},enum AcDb::LineSpacingStyle)
- setTextPosition(...)
- setTextPosition( (Dimension)arg1, (Point3d)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setTextPosition(class PyDbDimension {lvalue},class AcGePoint3d)
- setTextRotation(...)
- setTextRotation( (Dimension)arg1, (float)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setTextRotation(class PyDbDimension {lvalue},double)
- setToleranceSuppressLeadingZeros(...)
- setToleranceSuppressLeadingZeros( (Dimension)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setToleranceSuppressLeadingZeros(class PyDbDimension {lvalue},bool)
- setToleranceSuppressTrailingZeros(...)
- setToleranceSuppressTrailingZeros( (Dimension)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setToleranceSuppressTrailingZeros(class PyDbDimension {lvalue},bool)
- setToleranceSuppressZeroFeet(...)
- setToleranceSuppressZeroFeet( (Dimension)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setToleranceSuppressZeroFeet(class PyDbDimension {lvalue},bool)
- setToleranceSuppressZeroInches(...)
- setToleranceSuppressZeroInches( (Dimension)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setToleranceSuppressZeroInches(class PyDbDimension {lvalue},bool)
- setUsingDefaultTextPosition(...)
- setUsingDefaultTextPosition( (Dimension)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setUsingDefaultTextPosition(class PyDbDimension {lvalue},bool)
- shouldParticipateInOPM(...)
- shouldParticipateInOPM( (Dimension)arg1) -> bool :
C++ signature :
bool shouldParticipateInOPM(class PyDbDimension {lvalue})
- suffix(...)
- suffix( (Dimension)arg1) -> str :
C++ signature :
class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > suffix(class PyDbDimension {lvalue})
- suppressAngularLeadingZeros(...)
- suppressAngularLeadingZeros( (Dimension)arg1) -> bool :
C++ signature :
bool suppressAngularLeadingZeros(class PyDbDimension {lvalue})
- suppressAngularTrailingZeros(...)
- suppressAngularTrailingZeros( (Dimension)arg1) -> bool :
C++ signature :
bool suppressAngularTrailingZeros(class PyDbDimension {lvalue})
- suppressLeadingZeros(...)
- suppressLeadingZeros( (Dimension)arg1) -> bool :
C++ signature :
bool suppressLeadingZeros(class PyDbDimension {lvalue})
- suppressTrailingZeros(...)
- suppressTrailingZeros( (Dimension)arg1) -> bool :
C++ signature :
bool suppressTrailingZeros(class PyDbDimension {lvalue})
- suppressZeroFeet(...)
- suppressZeroFeet( (Dimension)arg1) -> bool :
C++ signature :
bool suppressZeroFeet(class PyDbDimension {lvalue})
- suppressZeroInches(...)
- suppressZeroInches( (Dimension)arg1) -> bool :
C++ signature :
bool suppressZeroInches(class PyDbDimension {lvalue})
- textAttachment(...)
- textAttachment( (Dimension)arg1) -> MTextAttachmentPoint :
C++ signature :
enum AcDbMText::AttachmentPoint textAttachment(class PyDbDimension {lvalue})
- textDefinedSize(...)
- textDefinedSize( (Dimension)arg1) -> tuple :
C++ signature :
class boost::python::tuple textDefinedSize(class PyDbDimension {lvalue})
- textLineSpacingFactor(...)
- textLineSpacingFactor( (Dimension)arg1) -> float :
C++ signature :
double textLineSpacingFactor(class PyDbDimension {lvalue})
- textLineSpacingStyle(...)
- textLineSpacingStyle( (Dimension)arg1) -> LineSpacingStyle :
C++ signature :
enum AcDb::LineSpacingStyle textLineSpacingStyle(class PyDbDimension {lvalue})
- textPosition(...)
- textPosition( (Dimension)arg1) -> Point3d :
C++ signature :
class AcGePoint3d textPosition(class PyDbDimension {lvalue})
- textRotation(...)
- textRotation( (Dimension)arg1) -> float :
C++ signature :
double textRotation(class PyDbDimension {lvalue})
- toleranceSuppressLeadingZeros(...)
- toleranceSuppressLeadingZeros( (Dimension)arg1) -> bool :
C++ signature :
bool toleranceSuppressLeadingZeros(class PyDbDimension {lvalue})
- toleranceSuppressTrailingZeros(...)
- toleranceSuppressTrailingZeros( (Dimension)arg1) -> bool :
C++ signature :
bool toleranceSuppressTrailingZeros(class PyDbDimension {lvalue})
- toleranceSuppressZeroFeet(...)
- toleranceSuppressZeroFeet( (Dimension)arg1) -> bool :
C++ signature :
bool toleranceSuppressZeroFeet(class PyDbDimension {lvalue})
- toleranceSuppressZeroInches(...)
- toleranceSuppressZeroInches( (Dimension)arg1) -> bool :
C++ signature :
bool toleranceSuppressZeroInches(class PyDbDimension {lvalue})
- useDefaultTextPosition(...)
- useDefaultTextPosition( (Dimension)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus useDefaultTextPosition(class PyDbDimension {lvalue})
- useSetTextPosition(...)
- useSetTextPosition( (Dimension)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus useSetTextPosition(class PyDbDimension {lvalue})
Static methods inherited from Entity:
- blockId(...)
- blockId( (Entity)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId blockId(class PyDbEntity {lvalue})
- castShadows(...)
- castShadows( (Entity)arg1) -> bool :
C++ signature :
bool castShadows(class PyDbEntity {lvalue})
- collisionType(...)
- collisionType( (Entity)arg1) -> CollisionType :
C++ signature :
enum AcDb::CollisionType collisionType(class PyDbEntity {lvalue})
- color(...)
- color( (Entity)arg1) -> Color :
C++ signature :
class AcCmColor color(class PyDbEntity {lvalue})
- colorIndex(...)
- colorIndex( (Entity)arg1) -> int :
C++ signature :
unsigned short colorIndex(class PyDbEntity {lvalue})
- draw(...)
- draw( (Entity)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus draw(class PyDbEntity {lvalue})
- entityColor(...)
- entityColor( (Entity)arg1) -> EntityColor :
C++ signature :
class AcCmEntityColor entityColor(class PyDbEntity {lvalue})
- getCompoundObjectTransform(...)
- getCompoundObjectTransform( (Entity)arg1, (Matrix3d)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus getCompoundObjectTransform(class PyDbEntity {lvalue},class AcGeMatrix3d {lvalue})
- getEcs(...)
- getEcs( (Entity)arg1, (Matrix3d)arg2) -> None :
C++ signature :
void getEcs(class PyDbEntity {lvalue},class AcGeMatrix3d {lvalue})
- getGeomExtents(...)
- getGeomExtents( (Entity)arg1, (Extents)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus getGeomExtents(class PyDbEntity {lvalue},class AcDbExtents {lvalue})
- getPlane(...)
- getPlane( (Entity)arg1) -> Plane :
C++ signature :
class PyGePlane getPlane(class PyDbEntity {lvalue})
- getPlotStyleNameId(...)
- getPlotStyleNameId( (Entity)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId getPlotStyleNameId(class PyDbEntity {lvalue})
- isPlanar(...)
- isPlanar( (Entity)arg1) -> bool :
C++ signature :
bool isPlanar(class PyDbEntity {lvalue})
- layer(...)
- layer( (Entity)arg1) -> str :
C++ signature :
class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > layer(class PyDbEntity {lvalue})
- layerId(...)
- layerId( (Entity)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId layerId(class PyDbEntity {lvalue})
- lineWeight(...)
- lineWeight( (Entity)arg1) -> LineWeight :
C++ signature :
enum AcDb::LineWeight lineWeight(class PyDbEntity {lvalue})
- linetype(...)
- linetype( (Entity)arg1) -> str :
C++ signature :
class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > linetype(class PyDbEntity {lvalue})
- linetypeId(...)
- linetypeId( (Entity)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId linetypeId(class PyDbEntity {lvalue})
- linetypeScale(...)
- linetypeScale( (Entity)arg1) -> float :
C++ signature :
double linetypeScale(class PyDbEntity {lvalue})
- list(...)
- list( (Entity)arg1) -> None :
C++ signature :
void list(class PyDbEntity {lvalue})
- material(...)
- material( (Entity)arg1) -> str :
C++ signature :
class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > material(class PyDbEntity {lvalue})
- materialId(...)
- materialId( (Entity)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId materialId(class PyDbEntity {lvalue})
- plotStyleName(...)
- plotStyleName( (Entity)arg1) -> str :
C++ signature :
class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > plotStyleName(class PyDbEntity {lvalue})
- receiveShadows(...)
- receiveShadows( (Entity)arg1) -> bool :
C++ signature :
bool receiveShadows(class PyDbEntity {lvalue})
- recordGraphicsModified(...)
- recordGraphicsModified( (Entity)arg1) -> None :
C++ signature :
void recordGraphicsModified(class PyDbEntity {lvalue})
recordGraphicsModified( (Entity)arg1) -> None :
C++ signature :
void recordGraphicsModified(class PyDbEntity {lvalue})
- setCastShadows(...)
- setCastShadows( (Entity)arg1, (bool)arg2) -> None :
C++ signature :
void setCastShadows(class PyDbEntity {lvalue},bool)
- setColor(...)
- setColor( (Entity)arg1, (Color)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setColor(class PyDbEntity {lvalue},class AcCmColor)
setColor( (Entity)arg1, (Color)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setColor(class PyDbEntity {lvalue},class AcCmColor,bool)
setColor( (Entity)arg1, (Color)arg2, (bool)arg3, (Database)arg4) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setColor(class PyDbEntity {lvalue},class AcCmColor,bool,class PyDbDatabase {lvalue})
- setColorIndex(...)
- setColorIndex( (Entity)arg1, (int)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setColorIndex(class PyDbEntity {lvalue},unsigned short)
setColorIndex( (Entity)arg1, (int)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setColorIndex(class PyDbEntity {lvalue},unsigned short,bool)
- setDatabaseDefaults(...)
- setDatabaseDefaults( (Entity)arg1) -> None :
C++ signature :
void setDatabaseDefaults(class PyDbEntity {lvalue})
setDatabaseDefaults( (Entity)arg1, (Database)arg2) -> None :
C++ signature :
void setDatabaseDefaults(class PyDbEntity {lvalue},class PyDbDatabase)
- setLayer(...)
- setLayer( (Entity)arg1, (str)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLayer(class PyDbEntity {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
setLayer( (Entity)arg1, (str)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLayer(class PyDbEntity {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,bool)
setLayer( (Entity)arg1, (str)arg2, (bool)arg3, (bool)arg4) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLayer(class PyDbEntity {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,bool,bool)
setLayer( (Entity)arg1, (ObjectId)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLayer(class PyDbEntity {lvalue},class PyDbObjectId)
setLayer( (Entity)arg1, (ObjectId)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLayer(class PyDbEntity {lvalue},class PyDbObjectId,bool)
setLayer( (Entity)arg1, (ObjectId)arg2, (bool)arg3, (bool)arg4) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLayer(class PyDbEntity {lvalue},class PyDbObjectId,bool,bool)
- setLineWeight(...)
- setLineWeight( (Entity)arg1, (LineWeight)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLineWeight(class PyDbEntity {lvalue},enum AcDb::LineWeight)
setLineWeight( (Entity)arg1, (LineWeight)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLineWeight(class PyDbEntity {lvalue},enum AcDb::LineWeight,bool)
- setLinetype(...)
- setLinetype( (Entity)arg1, (str)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLinetype(class PyDbEntity {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
setLinetype( (Entity)arg1, (str)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLinetype(class PyDbEntity {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,bool)
setLinetype( (Entity)arg1, (ObjectId)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLinetype(class PyDbEntity {lvalue},class PyDbObjectId)
setLinetype( (Entity)arg1, (ObjectId)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLinetype(class PyDbEntity {lvalue},class PyDbObjectId,bool)
- setLinetypeScale(...)
- setLinetypeScale( (Entity)arg1, (float)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLinetypeScale(class PyDbEntity {lvalue},double)
setLinetypeScale( (Entity)arg1, (float)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLinetypeScale(class PyDbEntity {lvalue},double,bool)
- setMaterial(...)
- setMaterial( (Entity)arg1, (str)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setMaterial(class PyDbEntity {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
setMaterial( (Entity)arg1, (str)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setMaterial(class PyDbEntity {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,bool)
setMaterial( (Entity)arg1, (ObjectId)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setMaterial(class PyDbEntity {lvalue},class PyDbObjectId)
setMaterial( (Entity)arg1, (ObjectId)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setMaterial(class PyDbEntity {lvalue},class PyDbObjectId,bool)
- setPlotStyleName(...)
- setPlotStyleName( (Entity)arg1, (str)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setPlotStyleName(class PyDbEntity {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,bool)
setPlotStyleName( (Entity)arg1, (PlotStyleNameType)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setPlotStyleName(class PyDbEntity {lvalue},enum AcDb::PlotStyleNameType,bool)
setPlotStyleName( (Entity)arg1, (PlotStyleNameType)arg2, (ObjectId)arg3, (bool)arg4) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setPlotStyleName(class PyDbEntity {lvalue},enum AcDb::PlotStyleNameType,class PyDbObjectId,bool)
- setPropertiesFrom(...)
- setPropertiesFrom( (Entity)arg1, (Entity)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setPropertiesFrom(class PyDbEntity {lvalue},class PyDbEntity)
setPropertiesFrom( (Entity)arg1, (Entity)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setPropertiesFrom(class PyDbEntity {lvalue},class PyDbEntity,bool)
- setReceiveShadows(...)
- setReceiveShadows( (Entity)arg1, (bool)arg2) -> None :
C++ signature :
void setReceiveShadows(class PyDbEntity {lvalue},bool)
- setVisibility(...)
- setVisibility( (Entity)arg1, (Visibility)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setVisibility(class PyDbEntity {lvalue},enum AcDb::Visibility)
setVisibility( (Entity)arg1, (Visibility)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setVisibility(class PyDbEntity {lvalue},enum AcDb::Visibility,bool)
- transformBy(...)
- transformBy( (Entity)arg1, (Matrix3d)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus transformBy(class PyDbEntity {lvalue},class AcGeMatrix3d)
- visibility(...)
- visibility( (Entity)arg1) -> Visibility :
C++ signature :
enum AcDb::Visibility visibility(class PyDbEntity {lvalue})
Static methods inherited from DbObject:
- addPersistentReactor(...)
- addPersistentReactor( (DbObject)arg1, (ObjectId)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus addPersistentReactor(class PyDbObject {lvalue},class PyDbObjectId)
- assertNotifyEnabled(...)
- assertNotifyEnabled( (DbObject)arg1) -> None :
C++ signature :
void assertNotifyEnabled(class PyDbObject {lvalue})
- assertReadEnabled(...)
- assertReadEnabled( (DbObject)arg1) -> None :
C++ signature :
void assertReadEnabled(class PyDbObject {lvalue})
- assertWriteEnabled(...)
- assertWriteEnabled( (DbObject)arg1) -> None :
C++ signature :
void assertWriteEnabled(class PyDbObject {lvalue})
- cancel(...)
- cancel( (DbObject)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus cancel(class PyDbObject {lvalue})
- close(...)
- close( (DbObject)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus close(class PyDbObject {lvalue})
- createExtensionDictionary(...)
- createExtensionDictionary( (DbObject)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus createExtensionDictionary(class PyDbObject {lvalue})
- database(...)
- database( (DbObject)arg1) -> Database :
C++ signature :
class PyDbDatabase database(class PyDbObject {lvalue})
- disableUndoRecording(...)
- disableUndoRecording( (DbObject)arg1, (bool)arg2) -> None :
C++ signature :
void disableUndoRecording(class PyDbObject {lvalue},bool)
- downgradeOpen(...)
- downgradeOpen( (DbObject)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus downgradeOpen(class PyDbObject {lvalue})
- downgradeToNotify(...)
- downgradeToNotify( (DbObject)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus downgradeToNotify(class PyDbObject {lvalue},bool)
- erase(...)
- erase( (DbObject)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus erase(class PyDbObject {lvalue})
- extensionDictionary(...)
- extensionDictionary( (DbObject)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId extensionDictionary(class PyDbObject {lvalue})
- handOverTo(...)
- handOverTo( (DbObject)arg1, (DbObject)arg2, (bool)arg3, (bool)arg4) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus handOverTo(class PyDbObject {lvalue},class PyDbObject {lvalue},bool,bool)
- hasPersistentReactor(...)
- hasPersistentReactor( (DbObject)arg1, (ObjectId)arg2) -> bool :
C++ signature :
bool hasPersistentReactor(class PyDbObject {lvalue},class PyDbObjectId)
- isAProxy(...)
- isAProxy( (DbObject)arg1) -> bool :
C++ signature :
bool isAProxy(class PyDbObject {lvalue})
- isCancelling(...)
- isCancelling( (DbObject)arg1) -> bool :
C++ signature :
bool isCancelling(class PyDbObject {lvalue})
- isEraseStatusToggled(...)
- isEraseStatusToggled( (DbObject)arg1) -> bool :
C++ signature :
bool isEraseStatusToggled(class PyDbObject {lvalue})
- isErased(...)
- isErased( (DbObject)arg1) -> bool :
C++ signature :
bool isErased(class PyDbObject {lvalue})
- isModified(...)
- isModified( (DbObject)arg1) -> bool :
C++ signature :
bool isModified(class PyDbObject {lvalue})
- isModifiedGraphics(...)
- isModifiedGraphics( (DbObject)arg1) -> bool :
C++ signature :
bool isModifiedGraphics(class PyDbObject {lvalue})
- isModifiedXData(...)
- isModifiedXData( (DbObject)arg1) -> bool :
C++ signature :
bool isModifiedXData(class PyDbObject {lvalue})
- isNewObject(...)
- isNewObject( (DbObject)arg1) -> bool :
C++ signature :
bool isNewObject(class PyDbObject {lvalue})
- isNotifyEnabled(...)
- isNotifyEnabled( (DbObject)arg1) -> bool :
C++ signature :
bool isNotifyEnabled(class PyDbObject {lvalue})
- isNotifying(...)
- isNotifying( (DbObject)arg1) -> bool :
C++ signature :
bool isNotifying(class PyDbObject {lvalue})
- isReadEnabled(...)
- isReadEnabled( (DbObject)arg1) -> bool :
C++ signature :
bool isReadEnabled(class PyDbObject {lvalue})
- isReallyClosing(...)
- isReallyClosing( (DbObject)arg1) -> bool :
C++ signature :
bool isReallyClosing(class PyDbObject {lvalue})
- isTransactionResident(...)
- isTransactionResident( (DbObject)arg1) -> bool :
C++ signature :
bool isTransactionResident(class PyDbObject {lvalue})
- isUndoRecordingDisabled(...)
- isUndoRecordingDisabled( (DbObject)arg1) -> bool :
C++ signature :
bool isUndoRecordingDisabled(class PyDbObject {lvalue})
- isUndoing(...)
- isUndoing( (DbObject)arg1) -> bool :
C++ signature :
bool isUndoing(class PyDbObject {lvalue})
- isWriteEnabled(...)
- isWriteEnabled( (DbObject)arg1) -> bool :
C++ signature :
bool isWriteEnabled(class PyDbObject {lvalue})
- objectId(...)
- objectId( (DbObject)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId objectId(class PyDbObject {lvalue})
- ownerId(...)
- ownerId( (DbObject)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId ownerId(class PyDbObject {lvalue})
- releaseExtensionDictionary(...)
- releaseExtensionDictionary( (DbObject)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus releaseExtensionDictionary(class PyDbObject {lvalue})
- removePersistentReactor(...)
- removePersistentReactor( (DbObject)arg1, (ObjectId)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus removePersistentReactor(class PyDbObject {lvalue},class PyDbObjectId)
- setOwnerId(...)
- setOwnerId( (DbObject)arg1, (ObjectId)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setOwnerId(class PyDbObject {lvalue},class PyDbObjectId)
- setXData(...)
- setXData( (DbObject)arg1, (list)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setXData(class PyDbObject {lvalue},class boost::python::list)
- swapIdWith(...)
- swapIdWith( (DbObject)arg1, (ObjectId)arg2, (bool)arg3, (bool)arg4) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus swapIdWith(class PyDbObject {lvalue},class PyDbObjectId {lvalue},bool,bool)
- upgradeFromNotify(...)
- upgradeFromNotify( (DbObject)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus upgradeFromNotify(class PyDbObject {lvalue},bool {lvalue})
- upgradeOpen(...)
- upgradeOpen( (DbObject)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus upgradeOpen(class PyDbObject {lvalue})
- xData(...)
- xData( (DbObject)arg1, (str)arg2) -> list :
C++ signature :
class boost::python::list xData(class PyDbObject {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
- xDataTransformBy(...)
- xDataTransformBy( (DbObject)arg1, (Matrix3d)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus xDataTransformBy(class PyDbObject {lvalue},class AcGeMatrix3d)
Static methods inherited from PyGi.Drawable:
- isA(...)
- isA( (Drawable)arg1) -> RxClass :
C++ signature :
class PyRxClass isA(class PyGiDrawable {lvalue})
Static methods inherited from PyRx.RxObject:
- __eq__(...)
- __eq__( (RxObject)arg1, (RxObject)arg2) -> bool :
C++ signature :
bool __eq__(class PyRxObject {lvalue},class PyRxObject)
- __ne__(...)
- __ne__( (RxObject)arg1, (RxObject)arg2) -> bool :
C++ signature :
bool __ne__(class PyRxObject {lvalue},class PyRxObject)
- isNull(...)
- isNull( (RxObject)arg1) -> bool :
C++ signature :
bool isNull(class PyRxObject {lvalue})
Static methods inherited from Boost.Python.instance:
- __new__(*args, **kwargs) from Boost.Python.class
- Create and return a new object. See help(type) for accurate signature.
Data descriptors inherited from Boost.Python.instance:
- __dict__
- __weakref__
|
class RadialDimensionLarge(Dimension) |
| | |
- Method resolution order:
- RadialDimensionLarge
- Dimension
- Entity
- DbObject
- PyGi.Drawable
- PyRx.RxObject
- Boost.Python.instance
- builtins.object
Static methods defined here:
- __init__(...)
- __init__( (object)arg1) -> None :
C++ signature :
void __init__(struct _object * __ptr64)
__init__( (object)arg1) -> None :
C++ signature :
void __init__(struct _object * __ptr64)
__init__( (object)arg1, (ObjectId)arg2, (OpenMode)arg3) -> None :
C++ signature :
void __init__(struct _object * __ptr64,class PyDbObjectId,enum AcDb::OpenMode)
__init__( (object)arg1, (Point3d)arg2, (Point3d)arg3, (Point3d)arg4, (Point3d)arg5, (float)arg6) -> None :
C++ signature :
void __init__(struct _object * __ptr64,class AcGePoint3d,class AcGePoint3d,class AcGePoint3d,class AcGePoint3d,double)
__init__( (object)arg1, (Point3d)arg2, (Point3d)arg3, (Point3d)arg4, (Point3d)arg5, (float)arg6, (str)arg7) -> None :
C++ signature :
void __init__(struct _object * __ptr64,class AcGePoint3d,class AcGePoint3d,class AcGePoint3d,class AcGePoint3d,double,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
__init__( (object)arg1, (Point3d)arg2, (Point3d)arg3, (Point3d)arg4, (Point3d)arg5, (float)arg6, (str)arg7, (ObjectId)arg8) -> None :
C++ signature :
void __init__(struct _object * __ptr64,class AcGePoint3d,class AcGePoint3d,class AcGePoint3d,class AcGePoint3d,double,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,class PyDbObjectId)
- __reduce__ = (...)
- center(...)
- center( (RadialDimensionLarge)arg1) -> Point3d :
C++ signature :
class AcGePoint3d center(class PyDbRadialDimensionLarge {lvalue})
- chordPoint(...)
- chordPoint( (RadialDimensionLarge)arg1) -> Point3d :
C++ signature :
class AcGePoint3d chordPoint(class PyDbRadialDimensionLarge {lvalue})
- className(...)
- className() -> str :
C++ signature :
class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > className()
- desc(...)
- desc() -> RxClass :
C++ signature :
class PyRxClass desc()
- extArcEndAngle(...)
- extArcEndAngle( (RadialDimensionLarge)arg1) -> float :
C++ signature :
double extArcEndAngle(class PyDbRadialDimensionLarge {lvalue})
- extArcStartAngle(...)
- extArcStartAngle( (RadialDimensionLarge)arg1) -> float :
C++ signature :
double extArcStartAngle(class PyDbRadialDimensionLarge {lvalue})
- jogAngle(...)
- jogAngle( (RadialDimensionLarge)arg1) -> float :
C++ signature :
double jogAngle(class PyDbRadialDimensionLarge {lvalue})
- jogPoint(...)
- jogPoint( (RadialDimensionLarge)arg1) -> Point3d :
C++ signature :
class AcGePoint3d jogPoint(class PyDbRadialDimensionLarge {lvalue})
- overrideCenter(...)
- overrideCenter( (RadialDimensionLarge)arg1) -> Point3d :
C++ signature :
class AcGePoint3d overrideCenter(class PyDbRadialDimensionLarge {lvalue})
- setCenter(...)
- setCenter( (RadialDimensionLarge)arg1, (Point3d)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setCenter(class PyDbRadialDimensionLarge {lvalue},class AcGePoint3d)
- setChordPoint(...)
- setChordPoint( (RadialDimensionLarge)arg1, (Point3d)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setChordPoint(class PyDbRadialDimensionLarge {lvalue},class AcGePoint3d)
- setExtArcEndAngle(...)
- setExtArcEndAngle( (RadialDimensionLarge)arg1, (float)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setExtArcEndAngle(class PyDbRadialDimensionLarge {lvalue},double)
- setExtArcStartAngle(...)
- setExtArcStartAngle( (RadialDimensionLarge)arg1, (float)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setExtArcStartAngle(class PyDbRadialDimensionLarge {lvalue},double)
- setJogAngle(...)
- setJogAngle( (RadialDimensionLarge)arg1, (float)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setJogAngle(class PyDbRadialDimensionLarge {lvalue},double)
- setJogPoint(...)
- setJogPoint( (RadialDimensionLarge)arg1, (Point3d)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setJogPoint(class PyDbRadialDimensionLarge {lvalue},class AcGePoint3d)
- setJogPointPP(...)
- setJogPointPP( (RadialDimensionLarge)arg1, (Point3d)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setJogPointPP(class PyDbRadialDimensionLarge {lvalue},class AcGePoint3d)
- setOverrideCenter(...)
- setOverrideCenter( (RadialDimensionLarge)arg1, (Point3d)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setOverrideCenter(class PyDbRadialDimensionLarge {lvalue},class AcGePoint3d)
- setOverrideCenterPP(...)
- setOverrideCenterPP( (RadialDimensionLarge)arg1, (Point3d)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setOverrideCenterPP(class PyDbRadialDimensionLarge {lvalue},class AcGePoint3d)
- setTextPositionPP(...)
- setTextPositionPP( (RadialDimensionLarge)arg1, (Point3d)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setTextPositionPP(class PyDbRadialDimensionLarge {lvalue},class AcGePoint3d)
Data and other attributes defined here:
- __instance_size__ = 48
Static methods inherited from Dimension:
- altSuppressLeadingZeros(...)
- altSuppressLeadingZeros( (Dimension)arg1) -> bool :
C++ signature :
bool altSuppressLeadingZeros(class PyDbDimension {lvalue})
- altSuppressTrailingZeros(...)
- altSuppressTrailingZeros( (Dimension)arg1) -> bool :
C++ signature :
bool altSuppressTrailingZeros(class PyDbDimension {lvalue})
- altSuppressZeroFeet(...)
- altSuppressZeroFeet( (Dimension)arg1) -> bool :
C++ signature :
bool altSuppressZeroFeet(class PyDbDimension {lvalue})
- altSuppressZeroInches(...)
- altSuppressZeroInches( (Dimension)arg1) -> bool :
C++ signature :
bool altSuppressZeroInches(class PyDbDimension {lvalue})
- altToleranceSuppressLeadingZeros(...)
- altToleranceSuppressLeadingZeros( (Dimension)arg1) -> bool :
C++ signature :
bool altToleranceSuppressLeadingZeros(class PyDbDimension {lvalue})
- altToleranceSuppressTrailingZeros(...)
- altToleranceSuppressTrailingZeros( (Dimension)arg1) -> bool :
C++ signature :
bool altToleranceSuppressTrailingZeros(class PyDbDimension {lvalue})
- altToleranceSuppressZeroFeet(...)
- altToleranceSuppressZeroFeet( (Dimension)arg1) -> bool :
C++ signature :
bool altToleranceSuppressZeroFeet(class PyDbDimension {lvalue})
- altToleranceSuppressZeroInches(...)
- altToleranceSuppressZeroInches( (Dimension)arg1) -> bool :
C++ signature :
bool altToleranceSuppressZeroInches(class PyDbDimension {lvalue})
- alternatePrefix(...)
- alternatePrefix( (Dimension)arg1) -> str :
C++ signature :
class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > alternatePrefix(class PyDbDimension {lvalue})
- alternateSuffix(...)
- alternateSuffix( (Dimension)arg1) -> str :
C++ signature :
class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > alternateSuffix(class PyDbDimension {lvalue})
- blockTransform(...)
- blockTransform( (Dimension)arg1) -> Matrix3d :
C++ signature :
class AcGeMatrix3d blockTransform(class PyDbDimension {lvalue})
- centerMarkSize(...)
- centerMarkSize( (Dimension)arg1) -> float :
C++ signature :
double centerMarkSize(class PyDbDimension {lvalue})
- dimBlockId(...)
- dimBlockId( (Dimension)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId dimBlockId(class PyDbDimension {lvalue})
- dimBlockPosition(...)
- dimBlockPosition( (Dimension)arg1) -> Point3d :
C++ signature :
class AcGePoint3d dimBlockPosition(class PyDbDimension {lvalue})
- dimExt1Linetype(...)
- dimExt1Linetype( (Dimension)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId dimExt1Linetype(class PyDbDimension {lvalue})
- dimExt2Linetype(...)
- dimExt2Linetype( (Dimension)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId dimExt2Linetype(class PyDbDimension {lvalue})
- dimLineLinetype(...)
- dimLineLinetype( (Dimension)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId dimLineLinetype(class PyDbDimension {lvalue})
- dimensionStyle(...)
- dimensionStyle( (Dimension)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId dimensionStyle(class PyDbDimension {lvalue})
- dimensionText(...)
- dimensionText( (Dimension)arg1) -> str :
C++ signature :
class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > dimensionText(class PyDbDimension {lvalue})
- elevation(...)
- elevation( (Dimension)arg1) -> float :
C++ signature :
double elevation(class PyDbDimension {lvalue})
- fieldFromMText(...)
- fieldFromMText( (Dimension)arg1, (MText)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus fieldFromMText(class PyDbDimension {lvalue},class PyDbMText {lvalue})
- fieldToMText(...)
- fieldToMText( (Dimension)arg1, (MText)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus fieldToMText(class PyDbDimension {lvalue},class PyDbMText {lvalue})
- formatMeasurement(...)
- formatMeasurement( (Dimension)arg1, (float)arg2) -> str :
C++ signature :
class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > formatMeasurement(class PyDbDimension {lvalue},double)
formatMeasurement( (Dimension)arg1, (float)arg2, (str)arg3) -> str :
C++ signature :
class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > formatMeasurement(class PyDbDimension {lvalue},double,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
- generateLayout(...)
- generateLayout( (Dimension)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus generateLayout(class PyDbDimension {lvalue})
- getArrowFirstIsFlipped(...)
- getArrowFirstIsFlipped( (Dimension)arg1) -> bool :
C++ signature :
bool getArrowFirstIsFlipped(class PyDbDimension {lvalue})
- getArrowSecondIsFlipped(...)
- getArrowSecondIsFlipped( (Dimension)arg1) -> bool :
C++ signature :
bool getArrowSecondIsFlipped(class PyDbDimension {lvalue})
- getDimstyleData(...)
- getDimstyleData( (Dimension)arg1) -> DimStyleTableRecord :
C++ signature :
class PyDbDimStyleTableRecord getDimstyleData(class PyDbDimension {lvalue})
- horizontalRotation(...)
- horizontalRotation( (Dimension)arg1) -> float :
C++ signature :
double horizontalRotation(class PyDbDimension {lvalue})
- inspection(...)
- inspection( (Dimension)arg1) -> bool :
C++ signature :
bool inspection(class PyDbDimension {lvalue})
- inspectionFrame(...)
- inspectionFrame( (Dimension)arg1) -> int :
C++ signature :
int inspectionFrame(class PyDbDimension {lvalue})
- inspectionLabel(...)
- inspectionLabel( (Dimension)arg1) -> str :
C++ signature :
class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > inspectionLabel(class PyDbDimension {lvalue})
- isConstraintDynamic(...)
- isConstraintDynamic( (Dimension)arg1) -> bool :
C++ signature :
bool isConstraintDynamic(class PyDbDimension {lvalue})
- isConstraintObject(...)
- isConstraintObject( (Dimension)arg1) -> tuple :
C++ signature :
class boost::python::tuple isConstraintObject(class PyDbDimension {lvalue})
- isDynamicDimension(...)
- isDynamicDimension( (Dimension)arg1) -> bool :
C++ signature :
bool isDynamicDimension(class PyDbDimension {lvalue})
- isHorizontalRefTextRotation(...)
- isHorizontalRefTextRotation( (Dimension)arg1) -> bool :
C++ signature :
bool isHorizontalRefTextRotation(class PyDbDimension {lvalue})
- isUsingDefaultTextPosition(...)
- isUsingDefaultTextPosition( (Dimension)arg1) -> bool :
C++ signature :
bool isUsingDefaultTextPosition(class PyDbDimension {lvalue})
- measurement(...)
- measurement( (Dimension)arg1) -> float :
C++ signature :
double measurement(class PyDbDimension {lvalue})
- normal(...)
- normal( (Dimension)arg1) -> Vector3d :
C++ signature :
class AcGeVector3d normal(class PyDbDimension {lvalue})
- prefix(...)
- prefix( (Dimension)arg1) -> str :
C++ signature :
class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > prefix(class PyDbDimension {lvalue})
- recomputeDimBlock(...)
- recomputeDimBlock( (Dimension)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus recomputeDimBlock(class PyDbDimension {lvalue})
recomputeDimBlock( (Dimension)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus recomputeDimBlock(class PyDbDimension {lvalue},bool)
- removeTextField(...)
- removeTextField( (Dimension)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus removeTextField(class PyDbDimension {lvalue})
- resetTextDefinedSize(...)
- resetTextDefinedSize( (Dimension)arg1) -> None :
C++ signature :
void resetTextDefinedSize(class PyDbDimension {lvalue})
- setAltSuppressLeadingZeros(...)
- setAltSuppressLeadingZeros( (Dimension)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setAltSuppressLeadingZeros(class PyDbDimension {lvalue},bool)
- setAltSuppressTrailingZeros(...)
- setAltSuppressTrailingZeros( (Dimension)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setAltSuppressTrailingZeros(class PyDbDimension {lvalue},bool)
- setAltSuppressZeroFeet(...)
- setAltSuppressZeroFeet( (Dimension)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setAltSuppressZeroFeet(class PyDbDimension {lvalue},bool)
- setAltSuppressZeroInches(...)
- setAltSuppressZeroInches( (Dimension)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setAltSuppressZeroInches(class PyDbDimension {lvalue},bool)
- setAltToleranceSuppressLeadingZeros(...)
- setAltToleranceSuppressLeadingZeros( (Dimension)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setAltToleranceSuppressLeadingZeros(class PyDbDimension {lvalue},bool)
- setAltToleranceSuppressTrailingZeros(...)
- setAltToleranceSuppressTrailingZeros( (Dimension)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setAltToleranceSuppressTrailingZeros(class PyDbDimension {lvalue},bool)
- setAltToleranceSuppressZeroFeet(...)
- setAltToleranceSuppressZeroFeet( (Dimension)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setAltToleranceSuppressZeroFeet(class PyDbDimension {lvalue},bool)
- setAltToleranceSuppressZeroInches(...)
- setAltToleranceSuppressZeroInches( (Dimension)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setAltToleranceSuppressZeroInches(class PyDbDimension {lvalue},bool)
- setAlternatePrefix(...)
- setAlternatePrefix( (Dimension)arg1, (str)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setAlternatePrefix(class PyDbDimension {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
- setAlternateSuffix(...)
- setAlternateSuffix( (Dimension)arg1, (str)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setAlternateSuffix(class PyDbDimension {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
- setArrowFirstIsFlipped(...)
- setArrowFirstIsFlipped( (Dimension)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setArrowFirstIsFlipped(class PyDbDimension {lvalue},bool)
- setArrowSecondIsFlipped(...)
- setArrowSecondIsFlipped( (Dimension)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setArrowSecondIsFlipped(class PyDbDimension {lvalue},bool)
- setConstraintDynamic(...)
- setConstraintDynamic( (Dimension)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setConstraintDynamic(class PyDbDimension {lvalue},bool)
- setDimBlockId(...)
- setDimBlockId( (Dimension)arg1, (ObjectId)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setDimBlockId(class PyDbDimension {lvalue},class PyDbObjectId)
- setDimBlockPosition(...)
- setDimBlockPosition( (Dimension)arg1, (Point3d)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setDimBlockPosition(class PyDbDimension {lvalue},class AcGePoint3d)
- setDimExt1Linetype(...)
- setDimExt1Linetype( (Dimension)arg1, (ObjectId)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setDimExt1Linetype(class PyDbDimension {lvalue},class PyDbObjectId)
- setDimExt2Linetype(...)
- setDimExt2Linetype( (Dimension)arg1, (ObjectId)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setDimExt2Linetype(class PyDbDimension {lvalue},class PyDbObjectId)
- setDimLineLinetype(...)
- setDimLineLinetype( (Dimension)arg1, (ObjectId)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setDimLineLinetype(class PyDbDimension {lvalue},class PyDbObjectId)
- setDimensionStyle(...)
- setDimensionStyle( (Dimension)arg1, (ObjectId)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setDimensionStyle(class PyDbDimension {lvalue},class PyDbObjectId)
- setDimensionText(...)
- setDimensionText( (Dimension)arg1, (str)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setDimensionText(class PyDbDimension {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
- setDimstyleData(...)
- setDimstyleData( (Dimension)arg1, (ObjectId)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setDimstyleData(class PyDbDimension {lvalue},class PyDbObjectId)
setDimstyleData( (Dimension)arg1, (DimStyleTableRecord)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setDimstyleData(class PyDbDimension {lvalue},class PyDbDimStyleTableRecord)
- setDynamicDimension(...)
- setDynamicDimension( (Dimension)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setDynamicDimension(class PyDbDimension {lvalue},bool)
- setElevation(...)
- setElevation( (Dimension)arg1, (float)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setElevation(class PyDbDimension {lvalue},double)
- setHorizontalRefTextRotation(...)
- setHorizontalRefTextRotation( (Dimension)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setHorizontalRefTextRotation(class PyDbDimension {lvalue},bool)
- setHorizontalRotation(...)
- setHorizontalRotation( (Dimension)arg1, (float)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setHorizontalRotation(class PyDbDimension {lvalue},double)
- setInspection(...)
- setInspection( (Dimension)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setInspection(class PyDbDimension {lvalue},bool)
- setInspectionFrame(...)
- setInspectionFrame( (Dimension)arg1, (int)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setInspectionFrame(class PyDbDimension {lvalue},int)
- setInspectionLabel(...)
- setInspectionLabel( (Dimension)arg1, (str)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setInspectionLabel(class PyDbDimension {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
- setNormal(...)
- setNormal( (Dimension)arg1, (Vector3d)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setNormal(class PyDbDimension {lvalue},class AcGeVector3d)
- setPrefix(...)
- setPrefix( (Dimension)arg1, (str)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setPrefix(class PyDbDimension {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
- setShouldParticipateInOPM(...)
- setShouldParticipateInOPM( (Dimension)arg1, (bool)arg2) -> None :
C++ signature :
void setShouldParticipateInOPM(class PyDbDimension {lvalue},bool)
- setSuffix(...)
- setSuffix( (Dimension)arg1, (str)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setSuffix(class PyDbDimension {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
- setSuppressAngularTrailingZeros(...)
- setSuppressAngularTrailingZeros( (Dimension)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setSuppressAngularTrailingZeros(class PyDbDimension {lvalue},bool)
- setSuppressLeadingZeros(...)
- setSuppressLeadingZeros( (Dimension)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setSuppressLeadingZeros(class PyDbDimension {lvalue},bool)
- setSuppressTrailingZeros(...)
- setSuppressTrailingZeros( (Dimension)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setSuppressTrailingZeros(class PyDbDimension {lvalue},bool)
- setSuppressZeroFeet(...)
- setSuppressZeroFeet( (Dimension)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setSuppressZeroFeet(class PyDbDimension {lvalue},bool)
- setSuppressZeroInches(...)
- setSuppressZeroInches( (Dimension)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setSuppressZeroInches(class PyDbDimension {lvalue},bool)
- setTextAttachment(...)
- setTextAttachment( (Dimension)arg1, (MTextAttachmentPoint)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setTextAttachment(class PyDbDimension {lvalue},enum AcDbMText::AttachmentPoint)
- setTextDefinedSize(...)
- setTextDefinedSize( (Dimension)arg1, (float)arg2, (float)arg3) -> None :
C++ signature :
void setTextDefinedSize(class PyDbDimension {lvalue},double,double)
- setTextLineSpacingFactor(...)
- setTextLineSpacingFactor( (Dimension)arg1, (float)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setTextLineSpacingFactor(class PyDbDimension {lvalue},double)
- setTextLineSpacingStyle(...)
- setTextLineSpacingStyle( (Dimension)arg1, (LineSpacingStyle)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setTextLineSpacingStyle(class PyDbDimension {lvalue},enum AcDb::LineSpacingStyle)
- setTextPosition(...)
- setTextPosition( (Dimension)arg1, (Point3d)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setTextPosition(class PyDbDimension {lvalue},class AcGePoint3d)
- setTextRotation(...)
- setTextRotation( (Dimension)arg1, (float)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setTextRotation(class PyDbDimension {lvalue},double)
- setToleranceSuppressLeadingZeros(...)
- setToleranceSuppressLeadingZeros( (Dimension)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setToleranceSuppressLeadingZeros(class PyDbDimension {lvalue},bool)
- setToleranceSuppressTrailingZeros(...)
- setToleranceSuppressTrailingZeros( (Dimension)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setToleranceSuppressTrailingZeros(class PyDbDimension {lvalue},bool)
- setToleranceSuppressZeroFeet(...)
- setToleranceSuppressZeroFeet( (Dimension)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setToleranceSuppressZeroFeet(class PyDbDimension {lvalue},bool)
- setToleranceSuppressZeroInches(...)
- setToleranceSuppressZeroInches( (Dimension)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setToleranceSuppressZeroInches(class PyDbDimension {lvalue},bool)
- setUsingDefaultTextPosition(...)
- setUsingDefaultTextPosition( (Dimension)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setUsingDefaultTextPosition(class PyDbDimension {lvalue},bool)
- shouldParticipateInOPM(...)
- shouldParticipateInOPM( (Dimension)arg1) -> bool :
C++ signature :
bool shouldParticipateInOPM(class PyDbDimension {lvalue})
- suffix(...)
- suffix( (Dimension)arg1) -> str :
C++ signature :
class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > suffix(class PyDbDimension {lvalue})
- suppressAngularLeadingZeros(...)
- suppressAngularLeadingZeros( (Dimension)arg1) -> bool :
C++ signature :
bool suppressAngularLeadingZeros(class PyDbDimension {lvalue})
- suppressAngularTrailingZeros(...)
- suppressAngularTrailingZeros( (Dimension)arg1) -> bool :
C++ signature :
bool suppressAngularTrailingZeros(class PyDbDimension {lvalue})
- suppressLeadingZeros(...)
- suppressLeadingZeros( (Dimension)arg1) -> bool :
C++ signature :
bool suppressLeadingZeros(class PyDbDimension {lvalue})
- suppressTrailingZeros(...)
- suppressTrailingZeros( (Dimension)arg1) -> bool :
C++ signature :
bool suppressTrailingZeros(class PyDbDimension {lvalue})
- suppressZeroFeet(...)
- suppressZeroFeet( (Dimension)arg1) -> bool :
C++ signature :
bool suppressZeroFeet(class PyDbDimension {lvalue})
- suppressZeroInches(...)
- suppressZeroInches( (Dimension)arg1) -> bool :
C++ signature :
bool suppressZeroInches(class PyDbDimension {lvalue})
- textAttachment(...)
- textAttachment( (Dimension)arg1) -> MTextAttachmentPoint :
C++ signature :
enum AcDbMText::AttachmentPoint textAttachment(class PyDbDimension {lvalue})
- textDefinedSize(...)
- textDefinedSize( (Dimension)arg1) -> tuple :
C++ signature :
class boost::python::tuple textDefinedSize(class PyDbDimension {lvalue})
- textLineSpacingFactor(...)
- textLineSpacingFactor( (Dimension)arg1) -> float :
C++ signature :
double textLineSpacingFactor(class PyDbDimension {lvalue})
- textLineSpacingStyle(...)
- textLineSpacingStyle( (Dimension)arg1) -> LineSpacingStyle :
C++ signature :
enum AcDb::LineSpacingStyle textLineSpacingStyle(class PyDbDimension {lvalue})
- textPosition(...)
- textPosition( (Dimension)arg1) -> Point3d :
C++ signature :
class AcGePoint3d textPosition(class PyDbDimension {lvalue})
- textRotation(...)
- textRotation( (Dimension)arg1) -> float :
C++ signature :
double textRotation(class PyDbDimension {lvalue})
- toleranceSuppressLeadingZeros(...)
- toleranceSuppressLeadingZeros( (Dimension)arg1) -> bool :
C++ signature :
bool toleranceSuppressLeadingZeros(class PyDbDimension {lvalue})
- toleranceSuppressTrailingZeros(...)
- toleranceSuppressTrailingZeros( (Dimension)arg1) -> bool :
C++ signature :
bool toleranceSuppressTrailingZeros(class PyDbDimension {lvalue})
- toleranceSuppressZeroFeet(...)
- toleranceSuppressZeroFeet( (Dimension)arg1) -> bool :
C++ signature :
bool toleranceSuppressZeroFeet(class PyDbDimension {lvalue})
- toleranceSuppressZeroInches(...)
- toleranceSuppressZeroInches( (Dimension)arg1) -> bool :
C++ signature :
bool toleranceSuppressZeroInches(class PyDbDimension {lvalue})
- useDefaultTextPosition(...)
- useDefaultTextPosition( (Dimension)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus useDefaultTextPosition(class PyDbDimension {lvalue})
- useSetTextPosition(...)
- useSetTextPosition( (Dimension)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus useSetTextPosition(class PyDbDimension {lvalue})
Static methods inherited from Entity:
- blockId(...)
- blockId( (Entity)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId blockId(class PyDbEntity {lvalue})
- castShadows(...)
- castShadows( (Entity)arg1) -> bool :
C++ signature :
bool castShadows(class PyDbEntity {lvalue})
- collisionType(...)
- collisionType( (Entity)arg1) -> CollisionType :
C++ signature :
enum AcDb::CollisionType collisionType(class PyDbEntity {lvalue})
- color(...)
- color( (Entity)arg1) -> Color :
C++ signature :
class AcCmColor color(class PyDbEntity {lvalue})
- colorIndex(...)
- colorIndex( (Entity)arg1) -> int :
C++ signature :
unsigned short colorIndex(class PyDbEntity {lvalue})
- draw(...)
- draw( (Entity)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus draw(class PyDbEntity {lvalue})
- entityColor(...)
- entityColor( (Entity)arg1) -> EntityColor :
C++ signature :
class AcCmEntityColor entityColor(class PyDbEntity {lvalue})
- getCompoundObjectTransform(...)
- getCompoundObjectTransform( (Entity)arg1, (Matrix3d)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus getCompoundObjectTransform(class PyDbEntity {lvalue},class AcGeMatrix3d {lvalue})
- getEcs(...)
- getEcs( (Entity)arg1, (Matrix3d)arg2) -> None :
C++ signature :
void getEcs(class PyDbEntity {lvalue},class AcGeMatrix3d {lvalue})
- getGeomExtents(...)
- getGeomExtents( (Entity)arg1, (Extents)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus getGeomExtents(class PyDbEntity {lvalue},class AcDbExtents {lvalue})
- getPlane(...)
- getPlane( (Entity)arg1) -> Plane :
C++ signature :
class PyGePlane getPlane(class PyDbEntity {lvalue})
- getPlotStyleNameId(...)
- getPlotStyleNameId( (Entity)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId getPlotStyleNameId(class PyDbEntity {lvalue})
- isPlanar(...)
- isPlanar( (Entity)arg1) -> bool :
C++ signature :
bool isPlanar(class PyDbEntity {lvalue})
- layer(...)
- layer( (Entity)arg1) -> str :
C++ signature :
class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > layer(class PyDbEntity {lvalue})
- layerId(...)
- layerId( (Entity)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId layerId(class PyDbEntity {lvalue})
- lineWeight(...)
- lineWeight( (Entity)arg1) -> LineWeight :
C++ signature :
enum AcDb::LineWeight lineWeight(class PyDbEntity {lvalue})
- linetype(...)
- linetype( (Entity)arg1) -> str :
C++ signature :
class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > linetype(class PyDbEntity {lvalue})
- linetypeId(...)
- linetypeId( (Entity)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId linetypeId(class PyDbEntity {lvalue})
- linetypeScale(...)
- linetypeScale( (Entity)arg1) -> float :
C++ signature :
double linetypeScale(class PyDbEntity {lvalue})
- list(...)
- list( (Entity)arg1) -> None :
C++ signature :
void list(class PyDbEntity {lvalue})
- material(...)
- material( (Entity)arg1) -> str :
C++ signature :
class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > material(class PyDbEntity {lvalue})
- materialId(...)
- materialId( (Entity)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId materialId(class PyDbEntity {lvalue})
- plotStyleName(...)
- plotStyleName( (Entity)arg1) -> str :
C++ signature :
class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > plotStyleName(class PyDbEntity {lvalue})
- receiveShadows(...)
- receiveShadows( (Entity)arg1) -> bool :
C++ signature :
bool receiveShadows(class PyDbEntity {lvalue})
- recordGraphicsModified(...)
- recordGraphicsModified( (Entity)arg1) -> None :
C++ signature :
void recordGraphicsModified(class PyDbEntity {lvalue})
recordGraphicsModified( (Entity)arg1) -> None :
C++ signature :
void recordGraphicsModified(class PyDbEntity {lvalue})
- setCastShadows(...)
- setCastShadows( (Entity)arg1, (bool)arg2) -> None :
C++ signature :
void setCastShadows(class PyDbEntity {lvalue},bool)
- setColor(...)
- setColor( (Entity)arg1, (Color)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setColor(class PyDbEntity {lvalue},class AcCmColor)
setColor( (Entity)arg1, (Color)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setColor(class PyDbEntity {lvalue},class AcCmColor,bool)
setColor( (Entity)arg1, (Color)arg2, (bool)arg3, (Database)arg4) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setColor(class PyDbEntity {lvalue},class AcCmColor,bool,class PyDbDatabase {lvalue})
- setColorIndex(...)
- setColorIndex( (Entity)arg1, (int)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setColorIndex(class PyDbEntity {lvalue},unsigned short)
setColorIndex( (Entity)arg1, (int)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setColorIndex(class PyDbEntity {lvalue},unsigned short,bool)
- setDatabaseDefaults(...)
- setDatabaseDefaults( (Entity)arg1) -> None :
C++ signature :
void setDatabaseDefaults(class PyDbEntity {lvalue})
setDatabaseDefaults( (Entity)arg1, (Database)arg2) -> None :
C++ signature :
void setDatabaseDefaults(class PyDbEntity {lvalue},class PyDbDatabase)
- setLayer(...)
- setLayer( (Entity)arg1, (str)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLayer(class PyDbEntity {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
setLayer( (Entity)arg1, (str)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLayer(class PyDbEntity {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,bool)
setLayer( (Entity)arg1, (str)arg2, (bool)arg3, (bool)arg4) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLayer(class PyDbEntity {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,bool,bool)
setLayer( (Entity)arg1, (ObjectId)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLayer(class PyDbEntity {lvalue},class PyDbObjectId)
setLayer( (Entity)arg1, (ObjectId)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLayer(class PyDbEntity {lvalue},class PyDbObjectId,bool)
setLayer( (Entity)arg1, (ObjectId)arg2, (bool)arg3, (bool)arg4) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLayer(class PyDbEntity {lvalue},class PyDbObjectId,bool,bool)
- setLineWeight(...)
- setLineWeight( (Entity)arg1, (LineWeight)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLineWeight(class PyDbEntity {lvalue},enum AcDb::LineWeight)
setLineWeight( (Entity)arg1, (LineWeight)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLineWeight(class PyDbEntity {lvalue},enum AcDb::LineWeight,bool)
- setLinetype(...)
- setLinetype( (Entity)arg1, (str)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLinetype(class PyDbEntity {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
setLinetype( (Entity)arg1, (str)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLinetype(class PyDbEntity {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,bool)
setLinetype( (Entity)arg1, (ObjectId)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLinetype(class PyDbEntity {lvalue},class PyDbObjectId)
setLinetype( (Entity)arg1, (ObjectId)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLinetype(class PyDbEntity {lvalue},class PyDbObjectId,bool)
- setLinetypeScale(...)
- setLinetypeScale( (Entity)arg1, (float)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLinetypeScale(class PyDbEntity {lvalue},double)
setLinetypeScale( (Entity)arg1, (float)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLinetypeScale(class PyDbEntity {lvalue},double,bool)
- setMaterial(...)
- setMaterial( (Entity)arg1, (str)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setMaterial(class PyDbEntity {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
setMaterial( (Entity)arg1, (str)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setMaterial(class PyDbEntity {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,bool)
setMaterial( (Entity)arg1, (ObjectId)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setMaterial(class PyDbEntity {lvalue},class PyDbObjectId)
setMaterial( (Entity)arg1, (ObjectId)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setMaterial(class PyDbEntity {lvalue},class PyDbObjectId,bool)
- setPlotStyleName(...)
- setPlotStyleName( (Entity)arg1, (str)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setPlotStyleName(class PyDbEntity {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,bool)
setPlotStyleName( (Entity)arg1, (PlotStyleNameType)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setPlotStyleName(class PyDbEntity {lvalue},enum AcDb::PlotStyleNameType,bool)
setPlotStyleName( (Entity)arg1, (PlotStyleNameType)arg2, (ObjectId)arg3, (bool)arg4) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setPlotStyleName(class PyDbEntity {lvalue},enum AcDb::PlotStyleNameType,class PyDbObjectId,bool)
- setPropertiesFrom(...)
- setPropertiesFrom( (Entity)arg1, (Entity)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setPropertiesFrom(class PyDbEntity {lvalue},class PyDbEntity)
setPropertiesFrom( (Entity)arg1, (Entity)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setPropertiesFrom(class PyDbEntity {lvalue},class PyDbEntity,bool)
- setReceiveShadows(...)
- setReceiveShadows( (Entity)arg1, (bool)arg2) -> None :
C++ signature :
void setReceiveShadows(class PyDbEntity {lvalue},bool)
- setVisibility(...)
- setVisibility( (Entity)arg1, (Visibility)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setVisibility(class PyDbEntity {lvalue},enum AcDb::Visibility)
setVisibility( (Entity)arg1, (Visibility)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setVisibility(class PyDbEntity {lvalue},enum AcDb::Visibility,bool)
- transformBy(...)
- transformBy( (Entity)arg1, (Matrix3d)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus transformBy(class PyDbEntity {lvalue},class AcGeMatrix3d)
- visibility(...)
- visibility( (Entity)arg1) -> Visibility :
C++ signature :
enum AcDb::Visibility visibility(class PyDbEntity {lvalue})
Static methods inherited from DbObject:
- addPersistentReactor(...)
- addPersistentReactor( (DbObject)arg1, (ObjectId)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus addPersistentReactor(class PyDbObject {lvalue},class PyDbObjectId)
- assertNotifyEnabled(...)
- assertNotifyEnabled( (DbObject)arg1) -> None :
C++ signature :
void assertNotifyEnabled(class PyDbObject {lvalue})
- assertReadEnabled(...)
- assertReadEnabled( (DbObject)arg1) -> None :
C++ signature :
void assertReadEnabled(class PyDbObject {lvalue})
- assertWriteEnabled(...)
- assertWriteEnabled( (DbObject)arg1) -> None :
C++ signature :
void assertWriteEnabled(class PyDbObject {lvalue})
- cancel(...)
- cancel( (DbObject)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus cancel(class PyDbObject {lvalue})
- close(...)
- close( (DbObject)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus close(class PyDbObject {lvalue})
- createExtensionDictionary(...)
- createExtensionDictionary( (DbObject)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus createExtensionDictionary(class PyDbObject {lvalue})
- database(...)
- database( (DbObject)arg1) -> Database :
C++ signature :
class PyDbDatabase database(class PyDbObject {lvalue})
- disableUndoRecording(...)
- disableUndoRecording( (DbObject)arg1, (bool)arg2) -> None :
C++ signature :
void disableUndoRecording(class PyDbObject {lvalue},bool)
- downgradeOpen(...)
- downgradeOpen( (DbObject)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus downgradeOpen(class PyDbObject {lvalue})
- downgradeToNotify(...)
- downgradeToNotify( (DbObject)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus downgradeToNotify(class PyDbObject {lvalue},bool)
- erase(...)
- erase( (DbObject)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus erase(class PyDbObject {lvalue})
- extensionDictionary(...)
- extensionDictionary( (DbObject)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId extensionDictionary(class PyDbObject {lvalue})
- handOverTo(...)
- handOverTo( (DbObject)arg1, (DbObject)arg2, (bool)arg3, (bool)arg4) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus handOverTo(class PyDbObject {lvalue},class PyDbObject {lvalue},bool,bool)
- hasPersistentReactor(...)
- hasPersistentReactor( (DbObject)arg1, (ObjectId)arg2) -> bool :
C++ signature :
bool hasPersistentReactor(class PyDbObject {lvalue},class PyDbObjectId)
- isAProxy(...)
- isAProxy( (DbObject)arg1) -> bool :
C++ signature :
bool isAProxy(class PyDbObject {lvalue})
- isCancelling(...)
- isCancelling( (DbObject)arg1) -> bool :
C++ signature :
bool isCancelling(class PyDbObject {lvalue})
- isEraseStatusToggled(...)
- isEraseStatusToggled( (DbObject)arg1) -> bool :
C++ signature :
bool isEraseStatusToggled(class PyDbObject {lvalue})
- isErased(...)
- isErased( (DbObject)arg1) -> bool :
C++ signature :
bool isErased(class PyDbObject {lvalue})
- isModified(...)
- isModified( (DbObject)arg1) -> bool :
C++ signature :
bool isModified(class PyDbObject {lvalue})
- isModifiedGraphics(...)
- isModifiedGraphics( (DbObject)arg1) -> bool :
C++ signature :
bool isModifiedGraphics(class PyDbObject {lvalue})
- isModifiedXData(...)
- isModifiedXData( (DbObject)arg1) -> bool :
C++ signature :
bool isModifiedXData(class PyDbObject {lvalue})
- isNewObject(...)
- isNewObject( (DbObject)arg1) -> bool :
C++ signature :
bool isNewObject(class PyDbObject {lvalue})
- isNotifyEnabled(...)
- isNotifyEnabled( (DbObject)arg1) -> bool :
C++ signature :
bool isNotifyEnabled(class PyDbObject {lvalue})
- isNotifying(...)
- isNotifying( (DbObject)arg1) -> bool :
C++ signature :
bool isNotifying(class PyDbObject {lvalue})
- isReadEnabled(...)
- isReadEnabled( (DbObject)arg1) -> bool :
C++ signature :
bool isReadEnabled(class PyDbObject {lvalue})
- isReallyClosing(...)
- isReallyClosing( (DbObject)arg1) -> bool :
C++ signature :
bool isReallyClosing(class PyDbObject {lvalue})
- isTransactionResident(...)
- isTransactionResident( (DbObject)arg1) -> bool :
C++ signature :
bool isTransactionResident(class PyDbObject {lvalue})
- isUndoRecordingDisabled(...)
- isUndoRecordingDisabled( (DbObject)arg1) -> bool :
C++ signature :
bool isUndoRecordingDisabled(class PyDbObject {lvalue})
- isUndoing(...)
- isUndoing( (DbObject)arg1) -> bool :
C++ signature :
bool isUndoing(class PyDbObject {lvalue})
- isWriteEnabled(...)
- isWriteEnabled( (DbObject)arg1) -> bool :
C++ signature :
bool isWriteEnabled(class PyDbObject {lvalue})
- objectId(...)
- objectId( (DbObject)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId objectId(class PyDbObject {lvalue})
- ownerId(...)
- ownerId( (DbObject)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId ownerId(class PyDbObject {lvalue})
- releaseExtensionDictionary(...)
- releaseExtensionDictionary( (DbObject)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus releaseExtensionDictionary(class PyDbObject {lvalue})
- removePersistentReactor(...)
- removePersistentReactor( (DbObject)arg1, (ObjectId)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus removePersistentReactor(class PyDbObject {lvalue},class PyDbObjectId)
- setOwnerId(...)
- setOwnerId( (DbObject)arg1, (ObjectId)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setOwnerId(class PyDbObject {lvalue},class PyDbObjectId)
- setXData(...)
- setXData( (DbObject)arg1, (list)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setXData(class PyDbObject {lvalue},class boost::python::list)
- swapIdWith(...)
- swapIdWith( (DbObject)arg1, (ObjectId)arg2, (bool)arg3, (bool)arg4) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus swapIdWith(class PyDbObject {lvalue},class PyDbObjectId {lvalue},bool,bool)
- upgradeFromNotify(...)
- upgradeFromNotify( (DbObject)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus upgradeFromNotify(class PyDbObject {lvalue},bool {lvalue})
- upgradeOpen(...)
- upgradeOpen( (DbObject)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus upgradeOpen(class PyDbObject {lvalue})
- xData(...)
- xData( (DbObject)arg1, (str)arg2) -> list :
C++ signature :
class boost::python::list xData(class PyDbObject {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
- xDataTransformBy(...)
- xDataTransformBy( (DbObject)arg1, (Matrix3d)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus xDataTransformBy(class PyDbObject {lvalue},class AcGeMatrix3d)
Static methods inherited from PyGi.Drawable:
- isA(...)
- isA( (Drawable)arg1) -> RxClass :
C++ signature :
class PyRxClass isA(class PyGiDrawable {lvalue})
Static methods inherited from PyRx.RxObject:
- __eq__(...)
- __eq__( (RxObject)arg1, (RxObject)arg2) -> bool :
C++ signature :
bool __eq__(class PyRxObject {lvalue},class PyRxObject)
- __ne__(...)
- __ne__( (RxObject)arg1, (RxObject)arg2) -> bool :
C++ signature :
bool __ne__(class PyRxObject {lvalue},class PyRxObject)
- isNull(...)
- isNull( (RxObject)arg1) -> bool :
C++ signature :
bool isNull(class PyRxObject {lvalue})
Static methods inherited from Boost.Python.instance:
- __new__(*args, **kwargs) from Boost.Python.class
- Create and return a new object. See help(type) for accurate signature.
Data descriptors inherited from Boost.Python.instance:
- __dict__
- __weakref__
|
class Region(Entity) |
| | |
- Method resolution order:
- Region
- Entity
- DbObject
- PyGi.Drawable
- PyRx.RxObject
- Boost.Python.instance
- builtins.object
Static methods defined here:
- __init__(...)
- __init__( (object)arg1) -> None :
C++ signature :
void __init__(struct _object * __ptr64)
__init__( (object)arg1) -> None :
C++ signature :
void __init__(struct _object * __ptr64)
__init__( (object)arg1, (ObjectId)arg2, (OpenMode)arg3) -> None :
C++ signature :
void __init__(struct _object * __ptr64,class PyDbObjectId,enum AcDb::OpenMode)
- __reduce__ = (...)
- className(...)
- className() -> str :
C++ signature :
class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > className()
- desc(...)
- desc() -> RxClass :
C++ signature :
class PyRxClass desc()
Data and other attributes defined here:
- __instance_size__ = 48
Static methods inherited from Entity:
- blockId(...)
- blockId( (Entity)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId blockId(class PyDbEntity {lvalue})
- castShadows(...)
- castShadows( (Entity)arg1) -> bool :
C++ signature :
bool castShadows(class PyDbEntity {lvalue})
- collisionType(...)
- collisionType( (Entity)arg1) -> CollisionType :
C++ signature :
enum AcDb::CollisionType collisionType(class PyDbEntity {lvalue})
- color(...)
- color( (Entity)arg1) -> Color :
C++ signature :
class AcCmColor color(class PyDbEntity {lvalue})
- colorIndex(...)
- colorIndex( (Entity)arg1) -> int :
C++ signature :
unsigned short colorIndex(class PyDbEntity {lvalue})
- draw(...)
- draw( (Entity)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus draw(class PyDbEntity {lvalue})
- entityColor(...)
- entityColor( (Entity)arg1) -> EntityColor :
C++ signature :
class AcCmEntityColor entityColor(class PyDbEntity {lvalue})
- getCompoundObjectTransform(...)
- getCompoundObjectTransform( (Entity)arg1, (Matrix3d)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus getCompoundObjectTransform(class PyDbEntity {lvalue},class AcGeMatrix3d {lvalue})
- getEcs(...)
- getEcs( (Entity)arg1, (Matrix3d)arg2) -> None :
C++ signature :
void getEcs(class PyDbEntity {lvalue},class AcGeMatrix3d {lvalue})
- getGeomExtents(...)
- getGeomExtents( (Entity)arg1, (Extents)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus getGeomExtents(class PyDbEntity {lvalue},class AcDbExtents {lvalue})
- getPlane(...)
- getPlane( (Entity)arg1) -> Plane :
C++ signature :
class PyGePlane getPlane(class PyDbEntity {lvalue})
- getPlotStyleNameId(...)
- getPlotStyleNameId( (Entity)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId getPlotStyleNameId(class PyDbEntity {lvalue})
- isPlanar(...)
- isPlanar( (Entity)arg1) -> bool :
C++ signature :
bool isPlanar(class PyDbEntity {lvalue})
- layer(...)
- layer( (Entity)arg1) -> str :
C++ signature :
class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > layer(class PyDbEntity {lvalue})
- layerId(...)
- layerId( (Entity)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId layerId(class PyDbEntity {lvalue})
- lineWeight(...)
- lineWeight( (Entity)arg1) -> LineWeight :
C++ signature :
enum AcDb::LineWeight lineWeight(class PyDbEntity {lvalue})
- linetype(...)
- linetype( (Entity)arg1) -> str :
C++ signature :
class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > linetype(class PyDbEntity {lvalue})
- linetypeId(...)
- linetypeId( (Entity)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId linetypeId(class PyDbEntity {lvalue})
- linetypeScale(...)
- linetypeScale( (Entity)arg1) -> float :
C++ signature :
double linetypeScale(class PyDbEntity {lvalue})
- list(...)
- list( (Entity)arg1) -> None :
C++ signature :
void list(class PyDbEntity {lvalue})
- material(...)
- material( (Entity)arg1) -> str :
C++ signature :
class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > material(class PyDbEntity {lvalue})
- materialId(...)
- materialId( (Entity)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId materialId(class PyDbEntity {lvalue})
- plotStyleName(...)
- plotStyleName( (Entity)arg1) -> str :
C++ signature :
class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > plotStyleName(class PyDbEntity {lvalue})
- receiveShadows(...)
- receiveShadows( (Entity)arg1) -> bool :
C++ signature :
bool receiveShadows(class PyDbEntity {lvalue})
- recordGraphicsModified(...)
- recordGraphicsModified( (Entity)arg1) -> None :
C++ signature :
void recordGraphicsModified(class PyDbEntity {lvalue})
recordGraphicsModified( (Entity)arg1) -> None :
C++ signature :
void recordGraphicsModified(class PyDbEntity {lvalue})
- setCastShadows(...)
- setCastShadows( (Entity)arg1, (bool)arg2) -> None :
C++ signature :
void setCastShadows(class PyDbEntity {lvalue},bool)
- setColor(...)
- setColor( (Entity)arg1, (Color)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setColor(class PyDbEntity {lvalue},class AcCmColor)
setColor( (Entity)arg1, (Color)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setColor(class PyDbEntity {lvalue},class AcCmColor,bool)
setColor( (Entity)arg1, (Color)arg2, (bool)arg3, (Database)arg4) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setColor(class PyDbEntity {lvalue},class AcCmColor,bool,class PyDbDatabase {lvalue})
- setColorIndex(...)
- setColorIndex( (Entity)arg1, (int)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setColorIndex(class PyDbEntity {lvalue},unsigned short)
setColorIndex( (Entity)arg1, (int)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setColorIndex(class PyDbEntity {lvalue},unsigned short,bool)
- setDatabaseDefaults(...)
- setDatabaseDefaults( (Entity)arg1) -> None :
C++ signature :
void setDatabaseDefaults(class PyDbEntity {lvalue})
setDatabaseDefaults( (Entity)arg1, (Database)arg2) -> None :
C++ signature :
void setDatabaseDefaults(class PyDbEntity {lvalue},class PyDbDatabase)
- setLayer(...)
- setLayer( (Entity)arg1, (str)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLayer(class PyDbEntity {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
setLayer( (Entity)arg1, (str)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLayer(class PyDbEntity {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,bool)
setLayer( (Entity)arg1, (str)arg2, (bool)arg3, (bool)arg4) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLayer(class PyDbEntity {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,bool,bool)
setLayer( (Entity)arg1, (ObjectId)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLayer(class PyDbEntity {lvalue},class PyDbObjectId)
setLayer( (Entity)arg1, (ObjectId)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLayer(class PyDbEntity {lvalue},class PyDbObjectId,bool)
setLayer( (Entity)arg1, (ObjectId)arg2, (bool)arg3, (bool)arg4) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLayer(class PyDbEntity {lvalue},class PyDbObjectId,bool,bool)
- setLineWeight(...)
- setLineWeight( (Entity)arg1, (LineWeight)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLineWeight(class PyDbEntity {lvalue},enum AcDb::LineWeight)
setLineWeight( (Entity)arg1, (LineWeight)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLineWeight(class PyDbEntity {lvalue},enum AcDb::LineWeight,bool)
- setLinetype(...)
- setLinetype( (Entity)arg1, (str)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLinetype(class PyDbEntity {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
setLinetype( (Entity)arg1, (str)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLinetype(class PyDbEntity {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,bool)
setLinetype( (Entity)arg1, (ObjectId)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLinetype(class PyDbEntity {lvalue},class PyDbObjectId)
setLinetype( (Entity)arg1, (ObjectId)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLinetype(class PyDbEntity {lvalue},class PyDbObjectId,bool)
- setLinetypeScale(...)
- setLinetypeScale( (Entity)arg1, (float)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLinetypeScale(class PyDbEntity {lvalue},double)
setLinetypeScale( (Entity)arg1, (float)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLinetypeScale(class PyDbEntity {lvalue},double,bool)
- setMaterial(...)
- setMaterial( (Entity)arg1, (str)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setMaterial(class PyDbEntity {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
setMaterial( (Entity)arg1, (str)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setMaterial(class PyDbEntity {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,bool)
setMaterial( (Entity)arg1, (ObjectId)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setMaterial(class PyDbEntity {lvalue},class PyDbObjectId)
setMaterial( (Entity)arg1, (ObjectId)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setMaterial(class PyDbEntity {lvalue},class PyDbObjectId,bool)
- setPlotStyleName(...)
- setPlotStyleName( (Entity)arg1, (str)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setPlotStyleName(class PyDbEntity {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,bool)
setPlotStyleName( (Entity)arg1, (PlotStyleNameType)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setPlotStyleName(class PyDbEntity {lvalue},enum AcDb::PlotStyleNameType,bool)
setPlotStyleName( (Entity)arg1, (PlotStyleNameType)arg2, (ObjectId)arg3, (bool)arg4) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setPlotStyleName(class PyDbEntity {lvalue},enum AcDb::PlotStyleNameType,class PyDbObjectId,bool)
- setPropertiesFrom(...)
- setPropertiesFrom( (Entity)arg1, (Entity)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setPropertiesFrom(class PyDbEntity {lvalue},class PyDbEntity)
setPropertiesFrom( (Entity)arg1, (Entity)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setPropertiesFrom(class PyDbEntity {lvalue},class PyDbEntity,bool)
- setReceiveShadows(...)
- setReceiveShadows( (Entity)arg1, (bool)arg2) -> None :
C++ signature :
void setReceiveShadows(class PyDbEntity {lvalue},bool)
- setVisibility(...)
- setVisibility( (Entity)arg1, (Visibility)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setVisibility(class PyDbEntity {lvalue},enum AcDb::Visibility)
setVisibility( (Entity)arg1, (Visibility)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setVisibility(class PyDbEntity {lvalue},enum AcDb::Visibility,bool)
- transformBy(...)
- transformBy( (Entity)arg1, (Matrix3d)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus transformBy(class PyDbEntity {lvalue},class AcGeMatrix3d)
- visibility(...)
- visibility( (Entity)arg1) -> Visibility :
C++ signature :
enum AcDb::Visibility visibility(class PyDbEntity {lvalue})
Static methods inherited from DbObject:
- addPersistentReactor(...)
- addPersistentReactor( (DbObject)arg1, (ObjectId)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus addPersistentReactor(class PyDbObject {lvalue},class PyDbObjectId)
- assertNotifyEnabled(...)
- assertNotifyEnabled( (DbObject)arg1) -> None :
C++ signature :
void assertNotifyEnabled(class PyDbObject {lvalue})
- assertReadEnabled(...)
- assertReadEnabled( (DbObject)arg1) -> None :
C++ signature :
void assertReadEnabled(class PyDbObject {lvalue})
- assertWriteEnabled(...)
- assertWriteEnabled( (DbObject)arg1) -> None :
C++ signature :
void assertWriteEnabled(class PyDbObject {lvalue})
- cancel(...)
- cancel( (DbObject)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus cancel(class PyDbObject {lvalue})
- close(...)
- close( (DbObject)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus close(class PyDbObject {lvalue})
- createExtensionDictionary(...)
- createExtensionDictionary( (DbObject)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus createExtensionDictionary(class PyDbObject {lvalue})
- database(...)
- database( (DbObject)arg1) -> Database :
C++ signature :
class PyDbDatabase database(class PyDbObject {lvalue})
- disableUndoRecording(...)
- disableUndoRecording( (DbObject)arg1, (bool)arg2) -> None :
C++ signature :
void disableUndoRecording(class PyDbObject {lvalue},bool)
- downgradeOpen(...)
- downgradeOpen( (DbObject)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus downgradeOpen(class PyDbObject {lvalue})
- downgradeToNotify(...)
- downgradeToNotify( (DbObject)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus downgradeToNotify(class PyDbObject {lvalue},bool)
- erase(...)
- erase( (DbObject)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus erase(class PyDbObject {lvalue})
- extensionDictionary(...)
- extensionDictionary( (DbObject)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId extensionDictionary(class PyDbObject {lvalue})
- handOverTo(...)
- handOverTo( (DbObject)arg1, (DbObject)arg2, (bool)arg3, (bool)arg4) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus handOverTo(class PyDbObject {lvalue},class PyDbObject {lvalue},bool,bool)
- hasPersistentReactor(...)
- hasPersistentReactor( (DbObject)arg1, (ObjectId)arg2) -> bool :
C++ signature :
bool hasPersistentReactor(class PyDbObject {lvalue},class PyDbObjectId)
- isAProxy(...)
- isAProxy( (DbObject)arg1) -> bool :
C++ signature :
bool isAProxy(class PyDbObject {lvalue})
- isCancelling(...)
- isCancelling( (DbObject)arg1) -> bool :
C++ signature :
bool isCancelling(class PyDbObject {lvalue})
- isEraseStatusToggled(...)
- isEraseStatusToggled( (DbObject)arg1) -> bool :
C++ signature :
bool isEraseStatusToggled(class PyDbObject {lvalue})
- isErased(...)
- isErased( (DbObject)arg1) -> bool :
C++ signature :
bool isErased(class PyDbObject {lvalue})
- isModified(...)
- isModified( (DbObject)arg1) -> bool :
C++ signature :
bool isModified(class PyDbObject {lvalue})
- isModifiedGraphics(...)
- isModifiedGraphics( (DbObject)arg1) -> bool :
C++ signature :
bool isModifiedGraphics(class PyDbObject {lvalue})
- isModifiedXData(...)
- isModifiedXData( (DbObject)arg1) -> bool :
C++ signature :
bool isModifiedXData(class PyDbObject {lvalue})
- isNewObject(...)
- isNewObject( (DbObject)arg1) -> bool :
C++ signature :
bool isNewObject(class PyDbObject {lvalue})
- isNotifyEnabled(...)
- isNotifyEnabled( (DbObject)arg1) -> bool :
C++ signature :
bool isNotifyEnabled(class PyDbObject {lvalue})
- isNotifying(...)
- isNotifying( (DbObject)arg1) -> bool :
C++ signature :
bool isNotifying(class PyDbObject {lvalue})
- isReadEnabled(...)
- isReadEnabled( (DbObject)arg1) -> bool :
C++ signature :
bool isReadEnabled(class PyDbObject {lvalue})
- isReallyClosing(...)
- isReallyClosing( (DbObject)arg1) -> bool :
C++ signature :
bool isReallyClosing(class PyDbObject {lvalue})
- isTransactionResident(...)
- isTransactionResident( (DbObject)arg1) -> bool :
C++ signature :
bool isTransactionResident(class PyDbObject {lvalue})
- isUndoRecordingDisabled(...)
- isUndoRecordingDisabled( (DbObject)arg1) -> bool :
C++ signature :
bool isUndoRecordingDisabled(class PyDbObject {lvalue})
- isUndoing(...)
- isUndoing( (DbObject)arg1) -> bool :
C++ signature :
bool isUndoing(class PyDbObject {lvalue})
- isWriteEnabled(...)
- isWriteEnabled( (DbObject)arg1) -> bool :
C++ signature :
bool isWriteEnabled(class PyDbObject {lvalue})
- objectId(...)
- objectId( (DbObject)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId objectId(class PyDbObject {lvalue})
- ownerId(...)
- ownerId( (DbObject)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId ownerId(class PyDbObject {lvalue})
- releaseExtensionDictionary(...)
- releaseExtensionDictionary( (DbObject)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus releaseExtensionDictionary(class PyDbObject {lvalue})
- removePersistentReactor(...)
- removePersistentReactor( (DbObject)arg1, (ObjectId)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus removePersistentReactor(class PyDbObject {lvalue},class PyDbObjectId)
- setOwnerId(...)
- setOwnerId( (DbObject)arg1, (ObjectId)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setOwnerId(class PyDbObject {lvalue},class PyDbObjectId)
- setXData(...)
- setXData( (DbObject)arg1, (list)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setXData(class PyDbObject {lvalue},class boost::python::list)
- swapIdWith(...)
- swapIdWith( (DbObject)arg1, (ObjectId)arg2, (bool)arg3, (bool)arg4) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus swapIdWith(class PyDbObject {lvalue},class PyDbObjectId {lvalue},bool,bool)
- upgradeFromNotify(...)
- upgradeFromNotify( (DbObject)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus upgradeFromNotify(class PyDbObject {lvalue},bool {lvalue})
- upgradeOpen(...)
- upgradeOpen( (DbObject)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus upgradeOpen(class PyDbObject {lvalue})
- xData(...)
- xData( (DbObject)arg1, (str)arg2) -> list :
C++ signature :
class boost::python::list xData(class PyDbObject {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
- xDataTransformBy(...)
- xDataTransformBy( (DbObject)arg1, (Matrix3d)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus xDataTransformBy(class PyDbObject {lvalue},class AcGeMatrix3d)
Static methods inherited from PyGi.Drawable:
- isA(...)
- isA( (Drawable)arg1) -> RxClass :
C++ signature :
class PyRxClass isA(class PyGiDrawable {lvalue})
Static methods inherited from PyRx.RxObject:
- __eq__(...)
- __eq__( (RxObject)arg1, (RxObject)arg2) -> bool :
C++ signature :
bool __eq__(class PyRxObject {lvalue},class PyRxObject)
- __ne__(...)
- __ne__( (RxObject)arg1, (RxObject)arg2) -> bool :
C++ signature :
bool __ne__(class PyRxObject {lvalue},class PyRxObject)
- isNull(...)
- isNull( (RxObject)arg1) -> bool :
C++ signature :
bool isNull(class PyRxObject {lvalue})
Static methods inherited from Boost.Python.instance:
- __new__(*args, **kwargs) from Boost.Python.class
- Create and return a new object. See help(type) for accurate signature.
Data descriptors inherited from Boost.Python.instance:
- __dict__
- __weakref__
|
class RevolvedSurface(Surface) |
| | |
- Method resolution order:
- RevolvedSurface
- Surface
- Entity
- DbObject
- PyGi.Drawable
- PyRx.RxObject
- Boost.Python.instance
- builtins.object
Static methods defined here:
- __init__(...)
- __init__( (object)arg1) -> None :
C++ signature :
void __init__(struct _object * __ptr64)
__init__( (object)arg1) -> None :
C++ signature :
void __init__(struct _object * __ptr64)
__init__( (object)arg1, (ObjectId)arg2, (OpenMode)arg3) -> None :
C++ signature :
void __init__(struct _object * __ptr64,class PyDbObjectId,enum AcDb::OpenMode)
- __reduce__ = (...)
- className(...)
- className() -> str :
C++ signature :
class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > className()
- desc(...)
- desc() -> RxClass :
C++ signature :
class PyRxClass desc()
Data and other attributes defined here:
- __instance_size__ = 48
Static methods inherited from Entity:
- blockId(...)
- blockId( (Entity)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId blockId(class PyDbEntity {lvalue})
- castShadows(...)
- castShadows( (Entity)arg1) -> bool :
C++ signature :
bool castShadows(class PyDbEntity {lvalue})
- collisionType(...)
- collisionType( (Entity)arg1) -> CollisionType :
C++ signature :
enum AcDb::CollisionType collisionType(class PyDbEntity {lvalue})
- color(...)
- color( (Entity)arg1) -> Color :
C++ signature :
class AcCmColor color(class PyDbEntity {lvalue})
- colorIndex(...)
- colorIndex( (Entity)arg1) -> int :
C++ signature :
unsigned short colorIndex(class PyDbEntity {lvalue})
- draw(...)
- draw( (Entity)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus draw(class PyDbEntity {lvalue})
- entityColor(...)
- entityColor( (Entity)arg1) -> EntityColor :
C++ signature :
class AcCmEntityColor entityColor(class PyDbEntity {lvalue})
- getCompoundObjectTransform(...)
- getCompoundObjectTransform( (Entity)arg1, (Matrix3d)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus getCompoundObjectTransform(class PyDbEntity {lvalue},class AcGeMatrix3d {lvalue})
- getEcs(...)
- getEcs( (Entity)arg1, (Matrix3d)arg2) -> None :
C++ signature :
void getEcs(class PyDbEntity {lvalue},class AcGeMatrix3d {lvalue})
- getGeomExtents(...)
- getGeomExtents( (Entity)arg1, (Extents)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus getGeomExtents(class PyDbEntity {lvalue},class AcDbExtents {lvalue})
- getPlane(...)
- getPlane( (Entity)arg1) -> Plane :
C++ signature :
class PyGePlane getPlane(class PyDbEntity {lvalue})
- getPlotStyleNameId(...)
- getPlotStyleNameId( (Entity)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId getPlotStyleNameId(class PyDbEntity {lvalue})
- isPlanar(...)
- isPlanar( (Entity)arg1) -> bool :
C++ signature :
bool isPlanar(class PyDbEntity {lvalue})
- layer(...)
- layer( (Entity)arg1) -> str :
C++ signature :
class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > layer(class PyDbEntity {lvalue})
- layerId(...)
- layerId( (Entity)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId layerId(class PyDbEntity {lvalue})
- lineWeight(...)
- lineWeight( (Entity)arg1) -> LineWeight :
C++ signature :
enum AcDb::LineWeight lineWeight(class PyDbEntity {lvalue})
- linetype(...)
- linetype( (Entity)arg1) -> str :
C++ signature :
class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > linetype(class PyDbEntity {lvalue})
- linetypeId(...)
- linetypeId( (Entity)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId linetypeId(class PyDbEntity {lvalue})
- linetypeScale(...)
- linetypeScale( (Entity)arg1) -> float :
C++ signature :
double linetypeScale(class PyDbEntity {lvalue})
- list(...)
- list( (Entity)arg1) -> None :
C++ signature :
void list(class PyDbEntity {lvalue})
- material(...)
- material( (Entity)arg1) -> str :
C++ signature :
class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > material(class PyDbEntity {lvalue})
- materialId(...)
- materialId( (Entity)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId materialId(class PyDbEntity {lvalue})
- plotStyleName(...)
- plotStyleName( (Entity)arg1) -> str :
C++ signature :
class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > plotStyleName(class PyDbEntity {lvalue})
- receiveShadows(...)
- receiveShadows( (Entity)arg1) -> bool :
C++ signature :
bool receiveShadows(class PyDbEntity {lvalue})
- recordGraphicsModified(...)
- recordGraphicsModified( (Entity)arg1) -> None :
C++ signature :
void recordGraphicsModified(class PyDbEntity {lvalue})
recordGraphicsModified( (Entity)arg1) -> None :
C++ signature :
void recordGraphicsModified(class PyDbEntity {lvalue})
- setCastShadows(...)
- setCastShadows( (Entity)arg1, (bool)arg2) -> None :
C++ signature :
void setCastShadows(class PyDbEntity {lvalue},bool)
- setColor(...)
- setColor( (Entity)arg1, (Color)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setColor(class PyDbEntity {lvalue},class AcCmColor)
setColor( (Entity)arg1, (Color)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setColor(class PyDbEntity {lvalue},class AcCmColor,bool)
setColor( (Entity)arg1, (Color)arg2, (bool)arg3, (Database)arg4) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setColor(class PyDbEntity {lvalue},class AcCmColor,bool,class PyDbDatabase {lvalue})
- setColorIndex(...)
- setColorIndex( (Entity)arg1, (int)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setColorIndex(class PyDbEntity {lvalue},unsigned short)
setColorIndex( (Entity)arg1, (int)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setColorIndex(class PyDbEntity {lvalue},unsigned short,bool)
- setDatabaseDefaults(...)
- setDatabaseDefaults( (Entity)arg1) -> None :
C++ signature :
void setDatabaseDefaults(class PyDbEntity {lvalue})
setDatabaseDefaults( (Entity)arg1, (Database)arg2) -> None :
C++ signature :
void setDatabaseDefaults(class PyDbEntity {lvalue},class PyDbDatabase)
- setLayer(...)
- setLayer( (Entity)arg1, (str)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLayer(class PyDbEntity {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
setLayer( (Entity)arg1, (str)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLayer(class PyDbEntity {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,bool)
setLayer( (Entity)arg1, (str)arg2, (bool)arg3, (bool)arg4) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLayer(class PyDbEntity {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,bool,bool)
setLayer( (Entity)arg1, (ObjectId)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLayer(class PyDbEntity {lvalue},class PyDbObjectId)
setLayer( (Entity)arg1, (ObjectId)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLayer(class PyDbEntity {lvalue},class PyDbObjectId,bool)
setLayer( (Entity)arg1, (ObjectId)arg2, (bool)arg3, (bool)arg4) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLayer(class PyDbEntity {lvalue},class PyDbObjectId,bool,bool)
- setLineWeight(...)
- setLineWeight( (Entity)arg1, (LineWeight)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLineWeight(class PyDbEntity {lvalue},enum AcDb::LineWeight)
setLineWeight( (Entity)arg1, (LineWeight)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLineWeight(class PyDbEntity {lvalue},enum AcDb::LineWeight,bool)
- setLinetype(...)
- setLinetype( (Entity)arg1, (str)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLinetype(class PyDbEntity {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
setLinetype( (Entity)arg1, (str)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLinetype(class PyDbEntity {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,bool)
setLinetype( (Entity)arg1, (ObjectId)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLinetype(class PyDbEntity {lvalue},class PyDbObjectId)
setLinetype( (Entity)arg1, (ObjectId)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLinetype(class PyDbEntity {lvalue},class PyDbObjectId,bool)
- setLinetypeScale(...)
- setLinetypeScale( (Entity)arg1, (float)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLinetypeScale(class PyDbEntity {lvalue},double)
setLinetypeScale( (Entity)arg1, (float)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLinetypeScale(class PyDbEntity {lvalue},double,bool)
- setMaterial(...)
- setMaterial( (Entity)arg1, (str)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setMaterial(class PyDbEntity {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
setMaterial( (Entity)arg1, (str)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setMaterial(class PyDbEntity {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,bool)
setMaterial( (Entity)arg1, (ObjectId)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setMaterial(class PyDbEntity {lvalue},class PyDbObjectId)
setMaterial( (Entity)arg1, (ObjectId)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setMaterial(class PyDbEntity {lvalue},class PyDbObjectId,bool)
- setPlotStyleName(...)
- setPlotStyleName( (Entity)arg1, (str)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setPlotStyleName(class PyDbEntity {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,bool)
setPlotStyleName( (Entity)arg1, (PlotStyleNameType)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setPlotStyleName(class PyDbEntity {lvalue},enum AcDb::PlotStyleNameType,bool)
setPlotStyleName( (Entity)arg1, (PlotStyleNameType)arg2, (ObjectId)arg3, (bool)arg4) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setPlotStyleName(class PyDbEntity {lvalue},enum AcDb::PlotStyleNameType,class PyDbObjectId,bool)
- setPropertiesFrom(...)
- setPropertiesFrom( (Entity)arg1, (Entity)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setPropertiesFrom(class PyDbEntity {lvalue},class PyDbEntity)
setPropertiesFrom( (Entity)arg1, (Entity)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setPropertiesFrom(class PyDbEntity {lvalue},class PyDbEntity,bool)
- setReceiveShadows(...)
- setReceiveShadows( (Entity)arg1, (bool)arg2) -> None :
C++ signature :
void setReceiveShadows(class PyDbEntity {lvalue},bool)
- setVisibility(...)
- setVisibility( (Entity)arg1, (Visibility)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setVisibility(class PyDbEntity {lvalue},enum AcDb::Visibility)
setVisibility( (Entity)arg1, (Visibility)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setVisibility(class PyDbEntity {lvalue},enum AcDb::Visibility,bool)
- transformBy(...)
- transformBy( (Entity)arg1, (Matrix3d)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus transformBy(class PyDbEntity {lvalue},class AcGeMatrix3d)
- visibility(...)
- visibility( (Entity)arg1) -> Visibility :
C++ signature :
enum AcDb::Visibility visibility(class PyDbEntity {lvalue})
Static methods inherited from DbObject:
- addPersistentReactor(...)
- addPersistentReactor( (DbObject)arg1, (ObjectId)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus addPersistentReactor(class PyDbObject {lvalue},class PyDbObjectId)
- assertNotifyEnabled(...)
- assertNotifyEnabled( (DbObject)arg1) -> None :
C++ signature :
void assertNotifyEnabled(class PyDbObject {lvalue})
- assertReadEnabled(...)
- assertReadEnabled( (DbObject)arg1) -> None :
C++ signature :
void assertReadEnabled(class PyDbObject {lvalue})
- assertWriteEnabled(...)
- assertWriteEnabled( (DbObject)arg1) -> None :
C++ signature :
void assertWriteEnabled(class PyDbObject {lvalue})
- cancel(...)
- cancel( (DbObject)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus cancel(class PyDbObject {lvalue})
- close(...)
- close( (DbObject)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus close(class PyDbObject {lvalue})
- createExtensionDictionary(...)
- createExtensionDictionary( (DbObject)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus createExtensionDictionary(class PyDbObject {lvalue})
- database(...)
- database( (DbObject)arg1) -> Database :
C++ signature :
class PyDbDatabase database(class PyDbObject {lvalue})
- disableUndoRecording(...)
- disableUndoRecording( (DbObject)arg1, (bool)arg2) -> None :
C++ signature :
void disableUndoRecording(class PyDbObject {lvalue},bool)
- downgradeOpen(...)
- downgradeOpen( (DbObject)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus downgradeOpen(class PyDbObject {lvalue})
- downgradeToNotify(...)
- downgradeToNotify( (DbObject)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus downgradeToNotify(class PyDbObject {lvalue},bool)
- erase(...)
- erase( (DbObject)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus erase(class PyDbObject {lvalue})
- extensionDictionary(...)
- extensionDictionary( (DbObject)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId extensionDictionary(class PyDbObject {lvalue})
- handOverTo(...)
- handOverTo( (DbObject)arg1, (DbObject)arg2, (bool)arg3, (bool)arg4) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus handOverTo(class PyDbObject {lvalue},class PyDbObject {lvalue},bool,bool)
- hasPersistentReactor(...)
- hasPersistentReactor( (DbObject)arg1, (ObjectId)arg2) -> bool :
C++ signature :
bool hasPersistentReactor(class PyDbObject {lvalue},class PyDbObjectId)
- isAProxy(...)
- isAProxy( (DbObject)arg1) -> bool :
C++ signature :
bool isAProxy(class PyDbObject {lvalue})
- isCancelling(...)
- isCancelling( (DbObject)arg1) -> bool :
C++ signature :
bool isCancelling(class PyDbObject {lvalue})
- isEraseStatusToggled(...)
- isEraseStatusToggled( (DbObject)arg1) -> bool :
C++ signature :
bool isEraseStatusToggled(class PyDbObject {lvalue})
- isErased(...)
- isErased( (DbObject)arg1) -> bool :
C++ signature :
bool isErased(class PyDbObject {lvalue})
- isModified(...)
- isModified( (DbObject)arg1) -> bool :
C++ signature :
bool isModified(class PyDbObject {lvalue})
- isModifiedGraphics(...)
- isModifiedGraphics( (DbObject)arg1) -> bool :
C++ signature :
bool isModifiedGraphics(class PyDbObject {lvalue})
- isModifiedXData(...)
- isModifiedXData( (DbObject)arg1) -> bool :
C++ signature :
bool isModifiedXData(class PyDbObject {lvalue})
- isNewObject(...)
- isNewObject( (DbObject)arg1) -> bool :
C++ signature :
bool isNewObject(class PyDbObject {lvalue})
- isNotifyEnabled(...)
- isNotifyEnabled( (DbObject)arg1) -> bool :
C++ signature :
bool isNotifyEnabled(class PyDbObject {lvalue})
- isNotifying(...)
- isNotifying( (DbObject)arg1) -> bool :
C++ signature :
bool isNotifying(class PyDbObject {lvalue})
- isReadEnabled(...)
- isReadEnabled( (DbObject)arg1) -> bool :
C++ signature :
bool isReadEnabled(class PyDbObject {lvalue})
- isReallyClosing(...)
- isReallyClosing( (DbObject)arg1) -> bool :
C++ signature :
bool isReallyClosing(class PyDbObject {lvalue})
- isTransactionResident(...)
- isTransactionResident( (DbObject)arg1) -> bool :
C++ signature :
bool isTransactionResident(class PyDbObject {lvalue})
- isUndoRecordingDisabled(...)
- isUndoRecordingDisabled( (DbObject)arg1) -> bool :
C++ signature :
bool isUndoRecordingDisabled(class PyDbObject {lvalue})
- isUndoing(...)
- isUndoing( (DbObject)arg1) -> bool :
C++ signature :
bool isUndoing(class PyDbObject {lvalue})
- isWriteEnabled(...)
- isWriteEnabled( (DbObject)arg1) -> bool :
C++ signature :
bool isWriteEnabled(class PyDbObject {lvalue})
- objectId(...)
- objectId( (DbObject)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId objectId(class PyDbObject {lvalue})
- ownerId(...)
- ownerId( (DbObject)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId ownerId(class PyDbObject {lvalue})
- releaseExtensionDictionary(...)
- releaseExtensionDictionary( (DbObject)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus releaseExtensionDictionary(class PyDbObject {lvalue})
- removePersistentReactor(...)
- removePersistentReactor( (DbObject)arg1, (ObjectId)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus removePersistentReactor(class PyDbObject {lvalue},class PyDbObjectId)
- setOwnerId(...)
- setOwnerId( (DbObject)arg1, (ObjectId)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setOwnerId(class PyDbObject {lvalue},class PyDbObjectId)
- setXData(...)
- setXData( (DbObject)arg1, (list)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setXData(class PyDbObject {lvalue},class boost::python::list)
- swapIdWith(...)
- swapIdWith( (DbObject)arg1, (ObjectId)arg2, (bool)arg3, (bool)arg4) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus swapIdWith(class PyDbObject {lvalue},class PyDbObjectId {lvalue},bool,bool)
- upgradeFromNotify(...)
- upgradeFromNotify( (DbObject)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus upgradeFromNotify(class PyDbObject {lvalue},bool {lvalue})
- upgradeOpen(...)
- upgradeOpen( (DbObject)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus upgradeOpen(class PyDbObject {lvalue})
- xData(...)
- xData( (DbObject)arg1, (str)arg2) -> list :
C++ signature :
class boost::python::list xData(class PyDbObject {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
- xDataTransformBy(...)
- xDataTransformBy( (DbObject)arg1, (Matrix3d)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus xDataTransformBy(class PyDbObject {lvalue},class AcGeMatrix3d)
Static methods inherited from PyGi.Drawable:
- isA(...)
- isA( (Drawable)arg1) -> RxClass :
C++ signature :
class PyRxClass isA(class PyGiDrawable {lvalue})
Static methods inherited from PyRx.RxObject:
- __eq__(...)
- __eq__( (RxObject)arg1, (RxObject)arg2) -> bool :
C++ signature :
bool __eq__(class PyRxObject {lvalue},class PyRxObject)
- __ne__(...)
- __ne__( (RxObject)arg1, (RxObject)arg2) -> bool :
C++ signature :
bool __ne__(class PyRxObject {lvalue},class PyRxObject)
- isNull(...)
- isNull( (RxObject)arg1) -> bool :
C++ signature :
bool isNull(class PyRxObject {lvalue})
Static methods inherited from Boost.Python.instance:
- __new__(*args, **kwargs) from Boost.Python.class
- Create and return a new object. See help(type) for accurate signature.
Data descriptors inherited from Boost.Python.instance:
- __dict__
- __weakref__
|
class RotatedDimension(Dimension) |
| | |
- Method resolution order:
- RotatedDimension
- Dimension
- Entity
- DbObject
- PyGi.Drawable
- PyRx.RxObject
- Boost.Python.instance
- builtins.object
Static methods defined here:
- __init__(...)
- __init__( (object)arg1) -> None :
C++ signature :
void __init__(struct _object * __ptr64)
__init__( (object)arg1) -> None :
C++ signature :
void __init__(struct _object * __ptr64)
__init__( (object)arg1, (ObjectId)arg2, (OpenMode)arg3) -> None :
C++ signature :
void __init__(struct _object * __ptr64,class PyDbObjectId,enum AcDb::OpenMode)
__init__( (object)arg1, (float)arg2, (Point3d)arg3, (Point3d)arg4, (Point3d)arg5) -> None :
C++ signature :
void __init__(struct _object * __ptr64,double,class AcGePoint3d,class AcGePoint3d,class AcGePoint3d)
__init__( (object)arg1, (float)arg2, (Point3d)arg3, (Point3d)arg4, (Point3d)arg5, (str)arg6) -> None :
C++ signature :
void __init__(struct _object * __ptr64,double,class AcGePoint3d,class AcGePoint3d,class AcGePoint3d,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
__init__( (object)arg1, (float)arg2, (Point3d)arg3, (Point3d)arg4, (Point3d)arg5, (str)arg6, (ObjectId)arg7) -> None :
C++ signature :
void __init__(struct _object * __ptr64,double,class AcGePoint3d,class AcGePoint3d,class AcGePoint3d,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,class PyDbObjectId)
- __reduce__ = (...)
- className(...)
- className() -> str :
C++ signature :
class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > className()
- desc(...)
- desc() -> RxClass :
C++ signature :
class PyRxClass desc()
- dimLinePoint(...)
- dimLinePoint( (RotatedDimension)arg1) -> Point3d :
C++ signature :
class AcGePoint3d dimLinePoint(class PyDbRotatedDimension {lvalue})
- jogSymbolOn(...)
- jogSymbolOn( (RotatedDimension)arg1) -> bool :
C++ signature :
bool jogSymbolOn(class PyDbRotatedDimension {lvalue})
- jogSymbolPosition(...)
- jogSymbolPosition( (RotatedDimension)arg1) -> Point3d :
C++ signature :
class AcGePoint3d jogSymbolPosition(class PyDbRotatedDimension {lvalue})
- oblique(...)
- oblique( (RotatedDimension)arg1) -> float :
C++ signature :
double oblique(class PyDbRotatedDimension {lvalue})
- rotation(...)
- rotation( (RotatedDimension)arg1) -> float :
C++ signature :
double rotation(class PyDbRotatedDimension {lvalue})
- setDimLinePoint(...)
- setDimLinePoint( (RotatedDimension)arg1, (Point3d)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setDimLinePoint(class PyDbRotatedDimension {lvalue},class AcGePoint3d)
- setJogSymbolOn(...)
- setJogSymbolOn( (RotatedDimension)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setJogSymbolOn(class PyDbRotatedDimension {lvalue},bool)
- setJogSymbolPosition(...)
- setJogSymbolPosition( (RotatedDimension)arg1, (Point3d)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setJogSymbolPosition(class PyDbRotatedDimension {lvalue},class AcGePoint3d)
- setOblique(...)
- setOblique( (RotatedDimension)arg1, (float)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setOblique(class PyDbRotatedDimension {lvalue},double)
- setRotation(...)
- setRotation( (RotatedDimension)arg1, (float)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setRotation(class PyDbRotatedDimension {lvalue},double)
- setXLine1Point(...)
- setXLine1Point( (RotatedDimension)arg1, (Point3d)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setXLine1Point(class PyDbRotatedDimension {lvalue},class AcGePoint3d)
- setXLine2Point(...)
- setXLine2Point( (RotatedDimension)arg1, (Point3d)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setXLine2Point(class PyDbRotatedDimension {lvalue},class AcGePoint3d)
- xLine1Point(...)
- xLine1Point( (RotatedDimension)arg1) -> Point3d :
C++ signature :
class AcGePoint3d xLine1Point(class PyDbRotatedDimension {lvalue})
- xLine2Point(...)
- xLine2Point( (RotatedDimension)arg1) -> Point3d :
C++ signature :
class AcGePoint3d xLine2Point(class PyDbRotatedDimension {lvalue})
Data and other attributes defined here:
- __instance_size__ = 48
Static methods inherited from Dimension:
- altSuppressLeadingZeros(...)
- altSuppressLeadingZeros( (Dimension)arg1) -> bool :
C++ signature :
bool altSuppressLeadingZeros(class PyDbDimension {lvalue})
- altSuppressTrailingZeros(...)
- altSuppressTrailingZeros( (Dimension)arg1) -> bool :
C++ signature :
bool altSuppressTrailingZeros(class PyDbDimension {lvalue})
- altSuppressZeroFeet(...)
- altSuppressZeroFeet( (Dimension)arg1) -> bool :
C++ signature :
bool altSuppressZeroFeet(class PyDbDimension {lvalue})
- altSuppressZeroInches(...)
- altSuppressZeroInches( (Dimension)arg1) -> bool :
C++ signature :
bool altSuppressZeroInches(class PyDbDimension {lvalue})
- altToleranceSuppressLeadingZeros(...)
- altToleranceSuppressLeadingZeros( (Dimension)arg1) -> bool :
C++ signature :
bool altToleranceSuppressLeadingZeros(class PyDbDimension {lvalue})
- altToleranceSuppressTrailingZeros(...)
- altToleranceSuppressTrailingZeros( (Dimension)arg1) -> bool :
C++ signature :
bool altToleranceSuppressTrailingZeros(class PyDbDimension {lvalue})
- altToleranceSuppressZeroFeet(...)
- altToleranceSuppressZeroFeet( (Dimension)arg1) -> bool :
C++ signature :
bool altToleranceSuppressZeroFeet(class PyDbDimension {lvalue})
- altToleranceSuppressZeroInches(...)
- altToleranceSuppressZeroInches( (Dimension)arg1) -> bool :
C++ signature :
bool altToleranceSuppressZeroInches(class PyDbDimension {lvalue})
- alternatePrefix(...)
- alternatePrefix( (Dimension)arg1) -> str :
C++ signature :
class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > alternatePrefix(class PyDbDimension {lvalue})
- alternateSuffix(...)
- alternateSuffix( (Dimension)arg1) -> str :
C++ signature :
class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > alternateSuffix(class PyDbDimension {lvalue})
- blockTransform(...)
- blockTransform( (Dimension)arg1) -> Matrix3d :
C++ signature :
class AcGeMatrix3d blockTransform(class PyDbDimension {lvalue})
- centerMarkSize(...)
- centerMarkSize( (Dimension)arg1) -> float :
C++ signature :
double centerMarkSize(class PyDbDimension {lvalue})
- dimBlockId(...)
- dimBlockId( (Dimension)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId dimBlockId(class PyDbDimension {lvalue})
- dimBlockPosition(...)
- dimBlockPosition( (Dimension)arg1) -> Point3d :
C++ signature :
class AcGePoint3d dimBlockPosition(class PyDbDimension {lvalue})
- dimExt1Linetype(...)
- dimExt1Linetype( (Dimension)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId dimExt1Linetype(class PyDbDimension {lvalue})
- dimExt2Linetype(...)
- dimExt2Linetype( (Dimension)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId dimExt2Linetype(class PyDbDimension {lvalue})
- dimLineLinetype(...)
- dimLineLinetype( (Dimension)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId dimLineLinetype(class PyDbDimension {lvalue})
- dimensionStyle(...)
- dimensionStyle( (Dimension)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId dimensionStyle(class PyDbDimension {lvalue})
- dimensionText(...)
- dimensionText( (Dimension)arg1) -> str :
C++ signature :
class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > dimensionText(class PyDbDimension {lvalue})
- elevation(...)
- elevation( (Dimension)arg1) -> float :
C++ signature :
double elevation(class PyDbDimension {lvalue})
- fieldFromMText(...)
- fieldFromMText( (Dimension)arg1, (MText)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus fieldFromMText(class PyDbDimension {lvalue},class PyDbMText {lvalue})
- fieldToMText(...)
- fieldToMText( (Dimension)arg1, (MText)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus fieldToMText(class PyDbDimension {lvalue},class PyDbMText {lvalue})
- formatMeasurement(...)
- formatMeasurement( (Dimension)arg1, (float)arg2) -> str :
C++ signature :
class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > formatMeasurement(class PyDbDimension {lvalue},double)
formatMeasurement( (Dimension)arg1, (float)arg2, (str)arg3) -> str :
C++ signature :
class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > formatMeasurement(class PyDbDimension {lvalue},double,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
- generateLayout(...)
- generateLayout( (Dimension)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus generateLayout(class PyDbDimension {lvalue})
- getArrowFirstIsFlipped(...)
- getArrowFirstIsFlipped( (Dimension)arg1) -> bool :
C++ signature :
bool getArrowFirstIsFlipped(class PyDbDimension {lvalue})
- getArrowSecondIsFlipped(...)
- getArrowSecondIsFlipped( (Dimension)arg1) -> bool :
C++ signature :
bool getArrowSecondIsFlipped(class PyDbDimension {lvalue})
- getDimstyleData(...)
- getDimstyleData( (Dimension)arg1) -> DimStyleTableRecord :
C++ signature :
class PyDbDimStyleTableRecord getDimstyleData(class PyDbDimension {lvalue})
- horizontalRotation(...)
- horizontalRotation( (Dimension)arg1) -> float :
C++ signature :
double horizontalRotation(class PyDbDimension {lvalue})
- inspection(...)
- inspection( (Dimension)arg1) -> bool :
C++ signature :
bool inspection(class PyDbDimension {lvalue})
- inspectionFrame(...)
- inspectionFrame( (Dimension)arg1) -> int :
C++ signature :
int inspectionFrame(class PyDbDimension {lvalue})
- inspectionLabel(...)
- inspectionLabel( (Dimension)arg1) -> str :
C++ signature :
class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > inspectionLabel(class PyDbDimension {lvalue})
- isConstraintDynamic(...)
- isConstraintDynamic( (Dimension)arg1) -> bool :
C++ signature :
bool isConstraintDynamic(class PyDbDimension {lvalue})
- isConstraintObject(...)
- isConstraintObject( (Dimension)arg1) -> tuple :
C++ signature :
class boost::python::tuple isConstraintObject(class PyDbDimension {lvalue})
- isDynamicDimension(...)
- isDynamicDimension( (Dimension)arg1) -> bool :
C++ signature :
bool isDynamicDimension(class PyDbDimension {lvalue})
- isHorizontalRefTextRotation(...)
- isHorizontalRefTextRotation( (Dimension)arg1) -> bool :
C++ signature :
bool isHorizontalRefTextRotation(class PyDbDimension {lvalue})
- isUsingDefaultTextPosition(...)
- isUsingDefaultTextPosition( (Dimension)arg1) -> bool :
C++ signature :
bool isUsingDefaultTextPosition(class PyDbDimension {lvalue})
- measurement(...)
- measurement( (Dimension)arg1) -> float :
C++ signature :
double measurement(class PyDbDimension {lvalue})
- normal(...)
- normal( (Dimension)arg1) -> Vector3d :
C++ signature :
class AcGeVector3d normal(class PyDbDimension {lvalue})
- prefix(...)
- prefix( (Dimension)arg1) -> str :
C++ signature :
class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > prefix(class PyDbDimension {lvalue})
- recomputeDimBlock(...)
- recomputeDimBlock( (Dimension)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus recomputeDimBlock(class PyDbDimension {lvalue})
recomputeDimBlock( (Dimension)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus recomputeDimBlock(class PyDbDimension {lvalue},bool)
- removeTextField(...)
- removeTextField( (Dimension)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus removeTextField(class PyDbDimension {lvalue})
- resetTextDefinedSize(...)
- resetTextDefinedSize( (Dimension)arg1) -> None :
C++ signature :
void resetTextDefinedSize(class PyDbDimension {lvalue})
- setAltSuppressLeadingZeros(...)
- setAltSuppressLeadingZeros( (Dimension)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setAltSuppressLeadingZeros(class PyDbDimension {lvalue},bool)
- setAltSuppressTrailingZeros(...)
- setAltSuppressTrailingZeros( (Dimension)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setAltSuppressTrailingZeros(class PyDbDimension {lvalue},bool)
- setAltSuppressZeroFeet(...)
- setAltSuppressZeroFeet( (Dimension)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setAltSuppressZeroFeet(class PyDbDimension {lvalue},bool)
- setAltSuppressZeroInches(...)
- setAltSuppressZeroInches( (Dimension)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setAltSuppressZeroInches(class PyDbDimension {lvalue},bool)
- setAltToleranceSuppressLeadingZeros(...)
- setAltToleranceSuppressLeadingZeros( (Dimension)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setAltToleranceSuppressLeadingZeros(class PyDbDimension {lvalue},bool)
- setAltToleranceSuppressTrailingZeros(...)
- setAltToleranceSuppressTrailingZeros( (Dimension)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setAltToleranceSuppressTrailingZeros(class PyDbDimension {lvalue},bool)
- setAltToleranceSuppressZeroFeet(...)
- setAltToleranceSuppressZeroFeet( (Dimension)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setAltToleranceSuppressZeroFeet(class PyDbDimension {lvalue},bool)
- setAltToleranceSuppressZeroInches(...)
- setAltToleranceSuppressZeroInches( (Dimension)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setAltToleranceSuppressZeroInches(class PyDbDimension {lvalue},bool)
- setAlternatePrefix(...)
- setAlternatePrefix( (Dimension)arg1, (str)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setAlternatePrefix(class PyDbDimension {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
- setAlternateSuffix(...)
- setAlternateSuffix( (Dimension)arg1, (str)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setAlternateSuffix(class PyDbDimension {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
- setArrowFirstIsFlipped(...)
- setArrowFirstIsFlipped( (Dimension)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setArrowFirstIsFlipped(class PyDbDimension {lvalue},bool)
- setArrowSecondIsFlipped(...)
- setArrowSecondIsFlipped( (Dimension)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setArrowSecondIsFlipped(class PyDbDimension {lvalue},bool)
- setConstraintDynamic(...)
- setConstraintDynamic( (Dimension)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setConstraintDynamic(class PyDbDimension {lvalue},bool)
- setDimBlockId(...)
- setDimBlockId( (Dimension)arg1, (ObjectId)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setDimBlockId(class PyDbDimension {lvalue},class PyDbObjectId)
- setDimBlockPosition(...)
- setDimBlockPosition( (Dimension)arg1, (Point3d)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setDimBlockPosition(class PyDbDimension {lvalue},class AcGePoint3d)
- setDimExt1Linetype(...)
- setDimExt1Linetype( (Dimension)arg1, (ObjectId)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setDimExt1Linetype(class PyDbDimension {lvalue},class PyDbObjectId)
- setDimExt2Linetype(...)
- setDimExt2Linetype( (Dimension)arg1, (ObjectId)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setDimExt2Linetype(class PyDbDimension {lvalue},class PyDbObjectId)
- setDimLineLinetype(...)
- setDimLineLinetype( (Dimension)arg1, (ObjectId)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setDimLineLinetype(class PyDbDimension {lvalue},class PyDbObjectId)
- setDimensionStyle(...)
- setDimensionStyle( (Dimension)arg1, (ObjectId)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setDimensionStyle(class PyDbDimension {lvalue},class PyDbObjectId)
- setDimensionText(...)
- setDimensionText( (Dimension)arg1, (str)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setDimensionText(class PyDbDimension {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
- setDimstyleData(...)
- setDimstyleData( (Dimension)arg1, (ObjectId)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setDimstyleData(class PyDbDimension {lvalue},class PyDbObjectId)
setDimstyleData( (Dimension)arg1, (DimStyleTableRecord)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setDimstyleData(class PyDbDimension {lvalue},class PyDbDimStyleTableRecord)
- setDynamicDimension(...)
- setDynamicDimension( (Dimension)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setDynamicDimension(class PyDbDimension {lvalue},bool)
- setElevation(...)
- setElevation( (Dimension)arg1, (float)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setElevation(class PyDbDimension {lvalue},double)
- setHorizontalRefTextRotation(...)
- setHorizontalRefTextRotation( (Dimension)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setHorizontalRefTextRotation(class PyDbDimension {lvalue},bool)
- setHorizontalRotation(...)
- setHorizontalRotation( (Dimension)arg1, (float)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setHorizontalRotation(class PyDbDimension {lvalue},double)
- setInspection(...)
- setInspection( (Dimension)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setInspection(class PyDbDimension {lvalue},bool)
- setInspectionFrame(...)
- setInspectionFrame( (Dimension)arg1, (int)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setInspectionFrame(class PyDbDimension {lvalue},int)
- setInspectionLabel(...)
- setInspectionLabel( (Dimension)arg1, (str)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setInspectionLabel(class PyDbDimension {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
- setNormal(...)
- setNormal( (Dimension)arg1, (Vector3d)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setNormal(class PyDbDimension {lvalue},class AcGeVector3d)
- setPrefix(...)
- setPrefix( (Dimension)arg1, (str)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setPrefix(class PyDbDimension {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
- setShouldParticipateInOPM(...)
- setShouldParticipateInOPM( (Dimension)arg1, (bool)arg2) -> None :
C++ signature :
void setShouldParticipateInOPM(class PyDbDimension {lvalue},bool)
- setSuffix(...)
- setSuffix( (Dimension)arg1, (str)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setSuffix(class PyDbDimension {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
- setSuppressAngularTrailingZeros(...)
- setSuppressAngularTrailingZeros( (Dimension)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setSuppressAngularTrailingZeros(class PyDbDimension {lvalue},bool)
- setSuppressLeadingZeros(...)
- setSuppressLeadingZeros( (Dimension)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setSuppressLeadingZeros(class PyDbDimension {lvalue},bool)
- setSuppressTrailingZeros(...)
- setSuppressTrailingZeros( (Dimension)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setSuppressTrailingZeros(class PyDbDimension {lvalue},bool)
- setSuppressZeroFeet(...)
- setSuppressZeroFeet( (Dimension)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setSuppressZeroFeet(class PyDbDimension {lvalue},bool)
- setSuppressZeroInches(...)
- setSuppressZeroInches( (Dimension)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setSuppressZeroInches(class PyDbDimension {lvalue},bool)
- setTextAttachment(...)
- setTextAttachment( (Dimension)arg1, (MTextAttachmentPoint)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setTextAttachment(class PyDbDimension {lvalue},enum AcDbMText::AttachmentPoint)
- setTextDefinedSize(...)
- setTextDefinedSize( (Dimension)arg1, (float)arg2, (float)arg3) -> None :
C++ signature :
void setTextDefinedSize(class PyDbDimension {lvalue},double,double)
- setTextLineSpacingFactor(...)
- setTextLineSpacingFactor( (Dimension)arg1, (float)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setTextLineSpacingFactor(class PyDbDimension {lvalue},double)
- setTextLineSpacingStyle(...)
- setTextLineSpacingStyle( (Dimension)arg1, (LineSpacingStyle)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setTextLineSpacingStyle(class PyDbDimension {lvalue},enum AcDb::LineSpacingStyle)
- setTextPosition(...)
- setTextPosition( (Dimension)arg1, (Point3d)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setTextPosition(class PyDbDimension {lvalue},class AcGePoint3d)
- setTextRotation(...)
- setTextRotation( (Dimension)arg1, (float)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setTextRotation(class PyDbDimension {lvalue},double)
- setToleranceSuppressLeadingZeros(...)
- setToleranceSuppressLeadingZeros( (Dimension)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setToleranceSuppressLeadingZeros(class PyDbDimension {lvalue},bool)
- setToleranceSuppressTrailingZeros(...)
- setToleranceSuppressTrailingZeros( (Dimension)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setToleranceSuppressTrailingZeros(class PyDbDimension {lvalue},bool)
- setToleranceSuppressZeroFeet(...)
- setToleranceSuppressZeroFeet( (Dimension)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setToleranceSuppressZeroFeet(class PyDbDimension {lvalue},bool)
- setToleranceSuppressZeroInches(...)
- setToleranceSuppressZeroInches( (Dimension)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setToleranceSuppressZeroInches(class PyDbDimension {lvalue},bool)
- setUsingDefaultTextPosition(...)
- setUsingDefaultTextPosition( (Dimension)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setUsingDefaultTextPosition(class PyDbDimension {lvalue},bool)
- shouldParticipateInOPM(...)
- shouldParticipateInOPM( (Dimension)arg1) -> bool :
C++ signature :
bool shouldParticipateInOPM(class PyDbDimension {lvalue})
- suffix(...)
- suffix( (Dimension)arg1) -> str :
C++ signature :
class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > suffix(class PyDbDimension {lvalue})
- suppressAngularLeadingZeros(...)
- suppressAngularLeadingZeros( (Dimension)arg1) -> bool :
C++ signature :
bool suppressAngularLeadingZeros(class PyDbDimension {lvalue})
- suppressAngularTrailingZeros(...)
- suppressAngularTrailingZeros( (Dimension)arg1) -> bool :
C++ signature :
bool suppressAngularTrailingZeros(class PyDbDimension {lvalue})
- suppressLeadingZeros(...)
- suppressLeadingZeros( (Dimension)arg1) -> bool :
C++ signature :
bool suppressLeadingZeros(class PyDbDimension {lvalue})
- suppressTrailingZeros(...)
- suppressTrailingZeros( (Dimension)arg1) -> bool :
C++ signature :
bool suppressTrailingZeros(class PyDbDimension {lvalue})
- suppressZeroFeet(...)
- suppressZeroFeet( (Dimension)arg1) -> bool :
C++ signature :
bool suppressZeroFeet(class PyDbDimension {lvalue})
- suppressZeroInches(...)
- suppressZeroInches( (Dimension)arg1) -> bool :
C++ signature :
bool suppressZeroInches(class PyDbDimension {lvalue})
- textAttachment(...)
- textAttachment( (Dimension)arg1) -> MTextAttachmentPoint :
C++ signature :
enum AcDbMText::AttachmentPoint textAttachment(class PyDbDimension {lvalue})
- textDefinedSize(...)
- textDefinedSize( (Dimension)arg1) -> tuple :
C++ signature :
class boost::python::tuple textDefinedSize(class PyDbDimension {lvalue})
- textLineSpacingFactor(...)
- textLineSpacingFactor( (Dimension)arg1) -> float :
C++ signature :
double textLineSpacingFactor(class PyDbDimension {lvalue})
- textLineSpacingStyle(...)
- textLineSpacingStyle( (Dimension)arg1) -> LineSpacingStyle :
C++ signature :
enum AcDb::LineSpacingStyle textLineSpacingStyle(class PyDbDimension {lvalue})
- textPosition(...)
- textPosition( (Dimension)arg1) -> Point3d :
C++ signature :
class AcGePoint3d textPosition(class PyDbDimension {lvalue})
- textRotation(...)
- textRotation( (Dimension)arg1) -> float :
C++ signature :
double textRotation(class PyDbDimension {lvalue})
- toleranceSuppressLeadingZeros(...)
- toleranceSuppressLeadingZeros( (Dimension)arg1) -> bool :
C++ signature :
bool toleranceSuppressLeadingZeros(class PyDbDimension {lvalue})
- toleranceSuppressTrailingZeros(...)
- toleranceSuppressTrailingZeros( (Dimension)arg1) -> bool :
C++ signature :
bool toleranceSuppressTrailingZeros(class PyDbDimension {lvalue})
- toleranceSuppressZeroFeet(...)
- toleranceSuppressZeroFeet( (Dimension)arg1) -> bool :
C++ signature :
bool toleranceSuppressZeroFeet(class PyDbDimension {lvalue})
- toleranceSuppressZeroInches(...)
- toleranceSuppressZeroInches( (Dimension)arg1) -> bool :
C++ signature :
bool toleranceSuppressZeroInches(class PyDbDimension {lvalue})
- useDefaultTextPosition(...)
- useDefaultTextPosition( (Dimension)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus useDefaultTextPosition(class PyDbDimension {lvalue})
- useSetTextPosition(...)
- useSetTextPosition( (Dimension)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus useSetTextPosition(class PyDbDimension {lvalue})
Static methods inherited from Entity:
- blockId(...)
- blockId( (Entity)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId blockId(class PyDbEntity {lvalue})
- castShadows(...)
- castShadows( (Entity)arg1) -> bool :
C++ signature :
bool castShadows(class PyDbEntity {lvalue})
- collisionType(...)
- collisionType( (Entity)arg1) -> CollisionType :
C++ signature :
enum AcDb::CollisionType collisionType(class PyDbEntity {lvalue})
- color(...)
- color( (Entity)arg1) -> Color :
C++ signature :
class AcCmColor color(class PyDbEntity {lvalue})
- colorIndex(...)
- colorIndex( (Entity)arg1) -> int :
C++ signature :
unsigned short colorIndex(class PyDbEntity {lvalue})
- draw(...)
- draw( (Entity)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus draw(class PyDbEntity {lvalue})
- entityColor(...)
- entityColor( (Entity)arg1) -> EntityColor :
C++ signature :
class AcCmEntityColor entityColor(class PyDbEntity {lvalue})
- getCompoundObjectTransform(...)
- getCompoundObjectTransform( (Entity)arg1, (Matrix3d)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus getCompoundObjectTransform(class PyDbEntity {lvalue},class AcGeMatrix3d {lvalue})
- getEcs(...)
- getEcs( (Entity)arg1, (Matrix3d)arg2) -> None :
C++ signature :
void getEcs(class PyDbEntity {lvalue},class AcGeMatrix3d {lvalue})
- getGeomExtents(...)
- getGeomExtents( (Entity)arg1, (Extents)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus getGeomExtents(class PyDbEntity {lvalue},class AcDbExtents {lvalue})
- getPlane(...)
- getPlane( (Entity)arg1) -> Plane :
C++ signature :
class PyGePlane getPlane(class PyDbEntity {lvalue})
- getPlotStyleNameId(...)
- getPlotStyleNameId( (Entity)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId getPlotStyleNameId(class PyDbEntity {lvalue})
- isPlanar(...)
- isPlanar( (Entity)arg1) -> bool :
C++ signature :
bool isPlanar(class PyDbEntity {lvalue})
- layer(...)
- layer( (Entity)arg1) -> str :
C++ signature :
class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > layer(class PyDbEntity {lvalue})
- layerId(...)
- layerId( (Entity)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId layerId(class PyDbEntity {lvalue})
- lineWeight(...)
- lineWeight( (Entity)arg1) -> LineWeight :
C++ signature :
enum AcDb::LineWeight lineWeight(class PyDbEntity {lvalue})
- linetype(...)
- linetype( (Entity)arg1) -> str :
C++ signature :
class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > linetype(class PyDbEntity {lvalue})
- linetypeId(...)
- linetypeId( (Entity)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId linetypeId(class PyDbEntity {lvalue})
- linetypeScale(...)
- linetypeScale( (Entity)arg1) -> float :
C++ signature :
double linetypeScale(class PyDbEntity {lvalue})
- list(...)
- list( (Entity)arg1) -> None :
C++ signature :
void list(class PyDbEntity {lvalue})
- material(...)
- material( (Entity)arg1) -> str :
C++ signature :
class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > material(class PyDbEntity {lvalue})
- materialId(...)
- materialId( (Entity)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId materialId(class PyDbEntity {lvalue})
- plotStyleName(...)
- plotStyleName( (Entity)arg1) -> str :
C++ signature :
class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > plotStyleName(class PyDbEntity {lvalue})
- receiveShadows(...)
- receiveShadows( (Entity)arg1) -> bool :
C++ signature :
bool receiveShadows(class PyDbEntity {lvalue})
- recordGraphicsModified(...)
- recordGraphicsModified( (Entity)arg1) -> None :
C++ signature :
void recordGraphicsModified(class PyDbEntity {lvalue})
recordGraphicsModified( (Entity)arg1) -> None :
C++ signature :
void recordGraphicsModified(class PyDbEntity {lvalue})
- setCastShadows(...)
- setCastShadows( (Entity)arg1, (bool)arg2) -> None :
C++ signature :
void setCastShadows(class PyDbEntity {lvalue},bool)
- setColor(...)
- setColor( (Entity)arg1, (Color)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setColor(class PyDbEntity {lvalue},class AcCmColor)
setColor( (Entity)arg1, (Color)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setColor(class PyDbEntity {lvalue},class AcCmColor,bool)
setColor( (Entity)arg1, (Color)arg2, (bool)arg3, (Database)arg4) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setColor(class PyDbEntity {lvalue},class AcCmColor,bool,class PyDbDatabase {lvalue})
- setColorIndex(...)
- setColorIndex( (Entity)arg1, (int)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setColorIndex(class PyDbEntity {lvalue},unsigned short)
setColorIndex( (Entity)arg1, (int)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setColorIndex(class PyDbEntity {lvalue},unsigned short,bool)
- setDatabaseDefaults(...)
- setDatabaseDefaults( (Entity)arg1) -> None :
C++ signature :
void setDatabaseDefaults(class PyDbEntity {lvalue})
setDatabaseDefaults( (Entity)arg1, (Database)arg2) -> None :
C++ signature :
void setDatabaseDefaults(class PyDbEntity {lvalue},class PyDbDatabase)
- setLayer(...)
- setLayer( (Entity)arg1, (str)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLayer(class PyDbEntity {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
setLayer( (Entity)arg1, (str)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLayer(class PyDbEntity {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,bool)
setLayer( (Entity)arg1, (str)arg2, (bool)arg3, (bool)arg4) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLayer(class PyDbEntity {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,bool,bool)
setLayer( (Entity)arg1, (ObjectId)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLayer(class PyDbEntity {lvalue},class PyDbObjectId)
setLayer( (Entity)arg1, (ObjectId)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLayer(class PyDbEntity {lvalue},class PyDbObjectId,bool)
setLayer( (Entity)arg1, (ObjectId)arg2, (bool)arg3, (bool)arg4) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLayer(class PyDbEntity {lvalue},class PyDbObjectId,bool,bool)
- setLineWeight(...)
- setLineWeight( (Entity)arg1, (LineWeight)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLineWeight(class PyDbEntity {lvalue},enum AcDb::LineWeight)
setLineWeight( (Entity)arg1, (LineWeight)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLineWeight(class PyDbEntity {lvalue},enum AcDb::LineWeight,bool)
- setLinetype(...)
- setLinetype( (Entity)arg1, (str)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLinetype(class PyDbEntity {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
setLinetype( (Entity)arg1, (str)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLinetype(class PyDbEntity {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,bool)
setLinetype( (Entity)arg1, (ObjectId)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLinetype(class PyDbEntity {lvalue},class PyDbObjectId)
setLinetype( (Entity)arg1, (ObjectId)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLinetype(class PyDbEntity {lvalue},class PyDbObjectId,bool)
- setLinetypeScale(...)
- setLinetypeScale( (Entity)arg1, (float)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLinetypeScale(class PyDbEntity {lvalue},double)
setLinetypeScale( (Entity)arg1, (float)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLinetypeScale(class PyDbEntity {lvalue},double,bool)
- setMaterial(...)
- setMaterial( (Entity)arg1, (str)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setMaterial(class PyDbEntity {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
setMaterial( (Entity)arg1, (str)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setMaterial(class PyDbEntity {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,bool)
setMaterial( (Entity)arg1, (ObjectId)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setMaterial(class PyDbEntity {lvalue},class PyDbObjectId)
setMaterial( (Entity)arg1, (ObjectId)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setMaterial(class PyDbEntity {lvalue},class PyDbObjectId,bool)
- setPlotStyleName(...)
- setPlotStyleName( (Entity)arg1, (str)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setPlotStyleName(class PyDbEntity {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,bool)
setPlotStyleName( (Entity)arg1, (PlotStyleNameType)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setPlotStyleName(class PyDbEntity {lvalue},enum AcDb::PlotStyleNameType,bool)
setPlotStyleName( (Entity)arg1, (PlotStyleNameType)arg2, (ObjectId)arg3, (bool)arg4) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setPlotStyleName(class PyDbEntity {lvalue},enum AcDb::PlotStyleNameType,class PyDbObjectId,bool)
- setPropertiesFrom(...)
- setPropertiesFrom( (Entity)arg1, (Entity)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setPropertiesFrom(class PyDbEntity {lvalue},class PyDbEntity)
setPropertiesFrom( (Entity)arg1, (Entity)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setPropertiesFrom(class PyDbEntity {lvalue},class PyDbEntity,bool)
- setReceiveShadows(...)
- setReceiveShadows( (Entity)arg1, (bool)arg2) -> None :
C++ signature :
void setReceiveShadows(class PyDbEntity {lvalue},bool)
- setVisibility(...)
- setVisibility( (Entity)arg1, (Visibility)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setVisibility(class PyDbEntity {lvalue},enum AcDb::Visibility)
setVisibility( (Entity)arg1, (Visibility)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setVisibility(class PyDbEntity {lvalue},enum AcDb::Visibility,bool)
- transformBy(...)
- transformBy( (Entity)arg1, (Matrix3d)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus transformBy(class PyDbEntity {lvalue},class AcGeMatrix3d)
- visibility(...)
- visibility( (Entity)arg1) -> Visibility :
C++ signature :
enum AcDb::Visibility visibility(class PyDbEntity {lvalue})
Static methods inherited from DbObject:
- addPersistentReactor(...)
- addPersistentReactor( (DbObject)arg1, (ObjectId)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus addPersistentReactor(class PyDbObject {lvalue},class PyDbObjectId)
- assertNotifyEnabled(...)
- assertNotifyEnabled( (DbObject)arg1) -> None :
C++ signature :
void assertNotifyEnabled(class PyDbObject {lvalue})
- assertReadEnabled(...)
- assertReadEnabled( (DbObject)arg1) -> None :
C++ signature :
void assertReadEnabled(class PyDbObject {lvalue})
- assertWriteEnabled(...)
- assertWriteEnabled( (DbObject)arg1) -> None :
C++ signature :
void assertWriteEnabled(class PyDbObject {lvalue})
- cancel(...)
- cancel( (DbObject)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus cancel(class PyDbObject {lvalue})
- close(...)
- close( (DbObject)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus close(class PyDbObject {lvalue})
- createExtensionDictionary(...)
- createExtensionDictionary( (DbObject)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus createExtensionDictionary(class PyDbObject {lvalue})
- database(...)
- database( (DbObject)arg1) -> Database :
C++ signature :
class PyDbDatabase database(class PyDbObject {lvalue})
- disableUndoRecording(...)
- disableUndoRecording( (DbObject)arg1, (bool)arg2) -> None :
C++ signature :
void disableUndoRecording(class PyDbObject {lvalue},bool)
- downgradeOpen(...)
- downgradeOpen( (DbObject)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus downgradeOpen(class PyDbObject {lvalue})
- downgradeToNotify(...)
- downgradeToNotify( (DbObject)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus downgradeToNotify(class PyDbObject {lvalue},bool)
- erase(...)
- erase( (DbObject)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus erase(class PyDbObject {lvalue})
- extensionDictionary(...)
- extensionDictionary( (DbObject)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId extensionDictionary(class PyDbObject {lvalue})
- handOverTo(...)
- handOverTo( (DbObject)arg1, (DbObject)arg2, (bool)arg3, (bool)arg4) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus handOverTo(class PyDbObject {lvalue},class PyDbObject {lvalue},bool,bool)
- hasPersistentReactor(...)
- hasPersistentReactor( (DbObject)arg1, (ObjectId)arg2) -> bool :
C++ signature :
bool hasPersistentReactor(class PyDbObject {lvalue},class PyDbObjectId)
- isAProxy(...)
- isAProxy( (DbObject)arg1) -> bool :
C++ signature :
bool isAProxy(class PyDbObject {lvalue})
- isCancelling(...)
- isCancelling( (DbObject)arg1) -> bool :
C++ signature :
bool isCancelling(class PyDbObject {lvalue})
- isEraseStatusToggled(...)
- isEraseStatusToggled( (DbObject)arg1) -> bool :
C++ signature :
bool isEraseStatusToggled(class PyDbObject {lvalue})
- isErased(...)
- isErased( (DbObject)arg1) -> bool :
C++ signature :
bool isErased(class PyDbObject {lvalue})
- isModified(...)
- isModified( (DbObject)arg1) -> bool :
C++ signature :
bool isModified(class PyDbObject {lvalue})
- isModifiedGraphics(...)
- isModifiedGraphics( (DbObject)arg1) -> bool :
C++ signature :
bool isModifiedGraphics(class PyDbObject {lvalue})
- isModifiedXData(...)
- isModifiedXData( (DbObject)arg1) -> bool :
C++ signature :
bool isModifiedXData(class PyDbObject {lvalue})
- isNewObject(...)
- isNewObject( (DbObject)arg1) -> bool :
C++ signature :
bool isNewObject(class PyDbObject {lvalue})
- isNotifyEnabled(...)
- isNotifyEnabled( (DbObject)arg1) -> bool :
C++ signature :
bool isNotifyEnabled(class PyDbObject {lvalue})
- isNotifying(...)
- isNotifying( (DbObject)arg1) -> bool :
C++ signature :
bool isNotifying(class PyDbObject {lvalue})
- isReadEnabled(...)
- isReadEnabled( (DbObject)arg1) -> bool :
C++ signature :
bool isReadEnabled(class PyDbObject {lvalue})
- isReallyClosing(...)
- isReallyClosing( (DbObject)arg1) -> bool :
C++ signature :
bool isReallyClosing(class PyDbObject {lvalue})
- isTransactionResident(...)
- isTransactionResident( (DbObject)arg1) -> bool :
C++ signature :
bool isTransactionResident(class PyDbObject {lvalue})
- isUndoRecordingDisabled(...)
- isUndoRecordingDisabled( (DbObject)arg1) -> bool :
C++ signature :
bool isUndoRecordingDisabled(class PyDbObject {lvalue})
- isUndoing(...)
- isUndoing( (DbObject)arg1) -> bool :
C++ signature :
bool isUndoing(class PyDbObject {lvalue})
- isWriteEnabled(...)
- isWriteEnabled( (DbObject)arg1) -> bool :
C++ signature :
bool isWriteEnabled(class PyDbObject {lvalue})
- objectId(...)
- objectId( (DbObject)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId objectId(class PyDbObject {lvalue})
- ownerId(...)
- ownerId( (DbObject)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId ownerId(class PyDbObject {lvalue})
- releaseExtensionDictionary(...)
- releaseExtensionDictionary( (DbObject)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus releaseExtensionDictionary(class PyDbObject {lvalue})
- removePersistentReactor(...)
- removePersistentReactor( (DbObject)arg1, (ObjectId)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus removePersistentReactor(class PyDbObject {lvalue},class PyDbObjectId)
- setOwnerId(...)
- setOwnerId( (DbObject)arg1, (ObjectId)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setOwnerId(class PyDbObject {lvalue},class PyDbObjectId)
- setXData(...)
- setXData( (DbObject)arg1, (list)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setXData(class PyDbObject {lvalue},class boost::python::list)
- swapIdWith(...)
- swapIdWith( (DbObject)arg1, (ObjectId)arg2, (bool)arg3, (bool)arg4) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus swapIdWith(class PyDbObject {lvalue},class PyDbObjectId {lvalue},bool,bool)
- upgradeFromNotify(...)
- upgradeFromNotify( (DbObject)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus upgradeFromNotify(class PyDbObject {lvalue},bool {lvalue})
- upgradeOpen(...)
- upgradeOpen( (DbObject)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus upgradeOpen(class PyDbObject {lvalue})
- xData(...)
- xData( (DbObject)arg1, (str)arg2) -> list :
C++ signature :
class boost::python::list xData(class PyDbObject {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
- xDataTransformBy(...)
- xDataTransformBy( (DbObject)arg1, (Matrix3d)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus xDataTransformBy(class PyDbObject {lvalue},class AcGeMatrix3d)
Static methods inherited from PyGi.Drawable:
- isA(...)
- isA( (Drawable)arg1) -> RxClass :
C++ signature :
class PyRxClass isA(class PyGiDrawable {lvalue})
Static methods inherited from PyRx.RxObject:
- __eq__(...)
- __eq__( (RxObject)arg1, (RxObject)arg2) -> bool :
C++ signature :
bool __eq__(class PyRxObject {lvalue},class PyRxObject)
- __ne__(...)
- __ne__( (RxObject)arg1, (RxObject)arg2) -> bool :
C++ signature :
bool __ne__(class PyRxObject {lvalue},class PyRxObject)
- isNull(...)
- isNull( (RxObject)arg1) -> bool :
C++ signature :
bool isNull(class PyRxObject {lvalue})
Static methods inherited from Boost.Python.instance:
- __new__(*args, **kwargs) from Boost.Python.class
- Create and return a new object. See help(type) for accurate signature.
Data descriptors inherited from Boost.Python.instance:
- __dict__
- __weakref__
|
class RotationAngle(Boost.Python.enum) |
| | |
- Method resolution order:
- RotationAngle
- Boost.Python.enum
- builtins.int
- builtins.object
Data and other attributes defined here:
- kDegrees000 = PyDb.RotationAngle.kDegrees000
- kDegrees090 = PyDb.RotationAngle.kDegrees090
- kDegrees180 = PyDb.RotationAngle.kDegrees180
- kDegrees270 = PyDb.RotationAngle.kDegrees270
- kDegreesUnknown = PyDb.RotationAngle.kDegreesUnknown
- names = {'kDegrees000': PyDb.RotationAngle.kDegrees000, 'kDegrees090': PyDb.RotationAngle.kDegrees090, 'kDegrees180': PyDb.RotationAngle.kDegrees180, 'kDegrees270': PyDb.RotationAngle.kDegrees270, 'kDegreesUnknown': PyDb.RotationAngle.kDegreesUnknown}
- values = {-1: PyDb.RotationAngle.kDegreesUnknown, 0: PyDb.RotationAngle.kDegrees000, 1: PyDb.RotationAngle.kDegrees090, 2: PyDb.RotationAngle.kDegrees180, 3: PyDb.RotationAngle.kDegrees270}
Methods inherited from Boost.Python.enum:
- __repr__(self, /)
- Return repr(self).
- __str__(self, /)
- Return str(self).
Data descriptors inherited from Boost.Python.enum:
- name
Methods inherited from builtins.int:
- __abs__(self, /)
- abs(self)
- __add__(self, value, /)
- Return self+value.
- __and__(self, value, /)
- Return self&value.
- __bool__(self, /)
- True if self else False
- __ceil__(...)
- Ceiling of an Integral returns itself.
- __divmod__(self, value, /)
- Return divmod(self, value).
- __eq__(self, value, /)
- Return self==value.
- __float__(self, /)
- float(self)
- __floor__(...)
- Flooring an Integral returns itself.
- __floordiv__(self, value, /)
- Return self//value.
- __format__(self, format_spec, /)
- Default object formatter.
- __ge__(self, value, /)
- Return self>=value.
- __getattribute__(self, name, /)
- Return getattr(self, name).
- __getnewargs__(self, /)
- __gt__(self, value, /)
- Return self>value.
- __hash__(self, /)
- Return hash(self).
- __index__(self, /)
- Return self converted to an integer, if self is suitable for use as an index into a list.
- __int__(self, /)
- int(self)
- __invert__(self, /)
- ~self
- __le__(self, value, /)
- Return self<=value.
- __lshift__(self, value, /)
- Return self<<value.
- __lt__(self, value, /)
- Return self<value.
- __mod__(self, value, /)
- Return self%value.
- __mul__(self, value, /)
- Return self*value.
- __ne__(self, value, /)
- Return self!=value.
- __neg__(self, /)
- -self
- __or__(self, value, /)
- Return self|value.
- __pos__(self, /)
- +self
- __pow__(self, value, mod=None, /)
- Return pow(self, value, mod).
- __radd__(self, value, /)
- Return value+self.
- __rand__(self, value, /)
- Return value&self.
- __rdivmod__(self, value, /)
- Return divmod(value, self).
- __rfloordiv__(self, value, /)
- Return value//self.
- __rlshift__(self, value, /)
- Return value<<self.
- __rmod__(self, value, /)
- Return value%self.
- __rmul__(self, value, /)
- Return value*self.
- __ror__(self, value, /)
- Return value|self.
- __round__(...)
- Rounding an Integral returns itself.
Rounding with an ndigits argument also returns an integer.
- __rpow__(self, value, mod=None, /)
- Return pow(value, self, mod).
- __rrshift__(self, value, /)
- Return value>>self.
- __rshift__(self, value, /)
- Return self>>value.
- __rsub__(self, value, /)
- Return value-self.
- __rtruediv__(self, value, /)
- Return value/self.
- __rxor__(self, value, /)
- Return value^self.
- __sizeof__(self, /)
- Returns size in memory, in bytes.
- __sub__(self, value, /)
- Return self-value.
- __truediv__(self, value, /)
- Return self/value.
- __trunc__(...)
- Truncating an Integral returns itself.
- __xor__(self, value, /)
- Return self^value.
- as_integer_ratio(self, /)
- Return integer ratio.
Return a pair of integers, whose ratio is exactly equal to the original int
and with a positive denominator.
>>> (10).as_integer_ratio()
(10, 1)
>>> (-10).as_integer_ratio()
(-10, 1)
>>> (0).as_integer_ratio()
(0, 1)
- bit_count(self, /)
- Number of ones in the binary representation of the absolute value of self.
Also known as the population count.
>>> bin(13)
'0b1101'
>>> (13).bit_count()
3
- bit_length(self, /)
- Number of bits necessary to represent self in binary.
>>> bin(37)
'0b100101'
>>> (37).bit_length()
6
- conjugate(...)
- Returns self, the complex conjugate of any int.
- to_bytes(self, /, length, byteorder, *, signed=False)
- Return an array of bytes representing an integer.
length
Length of bytes object to use. An OverflowError is raised if the
integer is not representable with the given number of bytes.
byteorder
The byte order used to represent the integer. If byteorder is 'big',
the most significant byte is at the beginning of the byte array. If
byteorder is 'little', the most significant byte is at the end of the
byte array. To request the native byte order of the host system, use
`sys.byteorder' as the byte order value.
signed
Determines whether two's complement is used to represent the integer.
If signed is False and a negative integer is given, an OverflowError
is raised.
Class methods inherited from builtins.int:
- from_bytes(bytes, byteorder, *, signed=False) from builtins.type
- Return the integer represented by the given array of bytes.
bytes
Holds the array of bytes to convert. The argument must either
support the buffer protocol or be an iterable object producing bytes.
Bytes and bytearray are examples of built-in objects that support the
buffer protocol.
byteorder
The byte order used to represent the integer. If byteorder is 'big',
the most significant byte is at the beginning of the byte array. If
byteorder is 'little', the most significant byte is at the end of the
byte array. To request the native byte order of the host system, use
`sys.byteorder' as the byte order value.
signed
Indicates whether two's complement is used to represent the integer.
Static methods inherited from builtins.int:
- __new__(*args, **kwargs) from builtins.type
- Create and return a new object. See help(type) for accurate signature.
Data descriptors inherited from builtins.int:
- denominator
- the denominator of a rational number in lowest terms
- imag
- the imaginary part of a complex number
- numerator
- the numerator of a rational number in lowest terms
- real
- the real part of a complex number
|
class RowType(Boost.Python.enum) |
| | |
- Method resolution order:
- RowType
- Boost.Python.enum
- builtins.int
- builtins.object
Data and other attributes defined here:
- kAllRowTypes = PyDb.RowType.kAllRowTypes
- kDataRow = PyDb.RowType.kDataRow
- kHeaderRow = PyDb.RowType.kHeaderRow
- kTitleRow = PyDb.RowType.kTitleRow
- kUnknownRow = PyDb.RowType.kUnknownRow
- names = {'kAllRowTypes': PyDb.RowType.kAllRowTypes, 'kDataRow': PyDb.RowType.kDataRow, 'kHeaderRow': PyDb.RowType.kHeaderRow, 'kTitleRow': PyDb.RowType.kTitleRow, 'kUnknownRow': PyDb.RowType.kUnknownRow}
- values = {0: PyDb.RowType.kUnknownRow, 1: PyDb.RowType.kDataRow, 2: PyDb.RowType.kTitleRow, 4: PyDb.RowType.kHeaderRow, 7: PyDb.RowType.kAllRowTypes}
Methods inherited from Boost.Python.enum:
- __repr__(self, /)
- Return repr(self).
- __str__(self, /)
- Return str(self).
Data descriptors inherited from Boost.Python.enum:
- name
Methods inherited from builtins.int:
- __abs__(self, /)
- abs(self)
- __add__(self, value, /)
- Return self+value.
- __and__(self, value, /)
- Return self&value.
- __bool__(self, /)
- True if self else False
- __ceil__(...)
- Ceiling of an Integral returns itself.
- __divmod__(self, value, /)
- Return divmod(self, value).
- __eq__(self, value, /)
- Return self==value.
- __float__(self, /)
- float(self)
- __floor__(...)
- Flooring an Integral returns itself.
- __floordiv__(self, value, /)
- Return self//value.
- __format__(self, format_spec, /)
- Default object formatter.
- __ge__(self, value, /)
- Return self>=value.
- __getattribute__(self, name, /)
- Return getattr(self, name).
- __getnewargs__(self, /)
- __gt__(self, value, /)
- Return self>value.
- __hash__(self, /)
- Return hash(self).
- __index__(self, /)
- Return self converted to an integer, if self is suitable for use as an index into a list.
- __int__(self, /)
- int(self)
- __invert__(self, /)
- ~self
- __le__(self, value, /)
- Return self<=value.
- __lshift__(self, value, /)
- Return self<<value.
- __lt__(self, value, /)
- Return self<value.
- __mod__(self, value, /)
- Return self%value.
- __mul__(self, value, /)
- Return self*value.
- __ne__(self, value, /)
- Return self!=value.
- __neg__(self, /)
- -self
- __or__(self, value, /)
- Return self|value.
- __pos__(self, /)
- +self
- __pow__(self, value, mod=None, /)
- Return pow(self, value, mod).
- __radd__(self, value, /)
- Return value+self.
- __rand__(self, value, /)
- Return value&self.
- __rdivmod__(self, value, /)
- Return divmod(value, self).
- __rfloordiv__(self, value, /)
- Return value//self.
- __rlshift__(self, value, /)
- Return value<<self.
- __rmod__(self, value, /)
- Return value%self.
- __rmul__(self, value, /)
- Return value*self.
- __ror__(self, value, /)
- Return value|self.
- __round__(...)
- Rounding an Integral returns itself.
Rounding with an ndigits argument also returns an integer.
- __rpow__(self, value, mod=None, /)
- Return pow(value, self, mod).
- __rrshift__(self, value, /)
- Return value>>self.
- __rshift__(self, value, /)
- Return self>>value.
- __rsub__(self, value, /)
- Return value-self.
- __rtruediv__(self, value, /)
- Return value/self.
- __rxor__(self, value, /)
- Return value^self.
- __sizeof__(self, /)
- Returns size in memory, in bytes.
- __sub__(self, value, /)
- Return self-value.
- __truediv__(self, value, /)
- Return self/value.
- __trunc__(...)
- Truncating an Integral returns itself.
- __xor__(self, value, /)
- Return self^value.
- as_integer_ratio(self, /)
- Return integer ratio.
Return a pair of integers, whose ratio is exactly equal to the original int
and with a positive denominator.
>>> (10).as_integer_ratio()
(10, 1)
>>> (-10).as_integer_ratio()
(-10, 1)
>>> (0).as_integer_ratio()
(0, 1)
- bit_count(self, /)
- Number of ones in the binary representation of the absolute value of self.
Also known as the population count.
>>> bin(13)
'0b1101'
>>> (13).bit_count()
3
- bit_length(self, /)
- Number of bits necessary to represent self in binary.
>>> bin(37)
'0b100101'
>>> (37).bit_length()
6
- conjugate(...)
- Returns self, the complex conjugate of any int.
- to_bytes(self, /, length, byteorder, *, signed=False)
- Return an array of bytes representing an integer.
length
Length of bytes object to use. An OverflowError is raised if the
integer is not representable with the given number of bytes.
byteorder
The byte order used to represent the integer. If byteorder is 'big',
the most significant byte is at the beginning of the byte array. If
byteorder is 'little', the most significant byte is at the end of the
byte array. To request the native byte order of the host system, use
`sys.byteorder' as the byte order value.
signed
Determines whether two's complement is used to represent the integer.
If signed is False and a negative integer is given, an OverflowError
is raised.
Class methods inherited from builtins.int:
- from_bytes(bytes, byteorder, *, signed=False) from builtins.type
- Return the integer represented by the given array of bytes.
bytes
Holds the array of bytes to convert. The argument must either
support the buffer protocol or be an iterable object producing bytes.
Bytes and bytearray are examples of built-in objects that support the
buffer protocol.
byteorder
The byte order used to represent the integer. If byteorder is 'big',
the most significant byte is at the beginning of the byte array. If
byteorder is 'little', the most significant byte is at the end of the
byte array. To request the native byte order of the host system, use
`sys.byteorder' as the byte order value.
signed
Indicates whether two's complement is used to represent the integer.
Static methods inherited from builtins.int:
- __new__(*args, **kwargs) from builtins.type
- Create and return a new object. See help(type) for accurate signature.
Data descriptors inherited from builtins.int:
- denominator
- the denominator of a rational number in lowest terms
- imag
- the imaginary part of a complex number
- numerator
- the numerator of a rational number in lowest terms
- real
- the real part of a complex number
|
class SegType(Boost.Python.enum) |
| | |
- Method resolution order:
- SegType
- Boost.Python.enum
- builtins.int
- builtins.object
Data and other attributes defined here:
- kArc = PyDb.SegType.kArc
- kCoincident = PyDb.SegType.kCoincident
- kEmpty = PyDb.SegType.kEmpty
- kLine = PyDb.SegType.kLine
- kPoint = PyDb.SegType.kPoint
- names = {'kArc': PyDb.SegType.kArc, 'kCoincident': PyDb.SegType.kCoincident, 'kEmpty': PyDb.SegType.kEmpty, 'kLine': PyDb.SegType.kLine, 'kPoint': PyDb.SegType.kPoint}
- values = {0: PyDb.SegType.kLine, 1: PyDb.SegType.kArc, 2: PyDb.SegType.kCoincident, 3: PyDb.SegType.kPoint, 4: PyDb.SegType.kEmpty}
Methods inherited from Boost.Python.enum:
- __repr__(self, /)
- Return repr(self).
- __str__(self, /)
- Return str(self).
Data descriptors inherited from Boost.Python.enum:
- name
Methods inherited from builtins.int:
- __abs__(self, /)
- abs(self)
- __add__(self, value, /)
- Return self+value.
- __and__(self, value, /)
- Return self&value.
- __bool__(self, /)
- True if self else False
- __ceil__(...)
- Ceiling of an Integral returns itself.
- __divmod__(self, value, /)
- Return divmod(self, value).
- __eq__(self, value, /)
- Return self==value.
- __float__(self, /)
- float(self)
- __floor__(...)
- Flooring an Integral returns itself.
- __floordiv__(self, value, /)
- Return self//value.
- __format__(self, format_spec, /)
- Default object formatter.
- __ge__(self, value, /)
- Return self>=value.
- __getattribute__(self, name, /)
- Return getattr(self, name).
- __getnewargs__(self, /)
- __gt__(self, value, /)
- Return self>value.
- __hash__(self, /)
- Return hash(self).
- __index__(self, /)
- Return self converted to an integer, if self is suitable for use as an index into a list.
- __int__(self, /)
- int(self)
- __invert__(self, /)
- ~self
- __le__(self, value, /)
- Return self<=value.
- __lshift__(self, value, /)
- Return self<<value.
- __lt__(self, value, /)
- Return self<value.
- __mod__(self, value, /)
- Return self%value.
- __mul__(self, value, /)
- Return self*value.
- __ne__(self, value, /)
- Return self!=value.
- __neg__(self, /)
- -self
- __or__(self, value, /)
- Return self|value.
- __pos__(self, /)
- +self
- __pow__(self, value, mod=None, /)
- Return pow(self, value, mod).
- __radd__(self, value, /)
- Return value+self.
- __rand__(self, value, /)
- Return value&self.
- __rdivmod__(self, value, /)
- Return divmod(value, self).
- __rfloordiv__(self, value, /)
- Return value//self.
- __rlshift__(self, value, /)
- Return value<<self.
- __rmod__(self, value, /)
- Return value%self.
- __rmul__(self, value, /)
- Return value*self.
- __ror__(self, value, /)
- Return value|self.
- __round__(...)
- Rounding an Integral returns itself.
Rounding with an ndigits argument also returns an integer.
- __rpow__(self, value, mod=None, /)
- Return pow(value, self, mod).
- __rrshift__(self, value, /)
- Return value>>self.
- __rshift__(self, value, /)
- Return self>>value.
- __rsub__(self, value, /)
- Return value-self.
- __rtruediv__(self, value, /)
- Return value/self.
- __rxor__(self, value, /)
- Return value^self.
- __sizeof__(self, /)
- Returns size in memory, in bytes.
- __sub__(self, value, /)
- Return self-value.
- __truediv__(self, value, /)
- Return self/value.
- __trunc__(...)
- Truncating an Integral returns itself.
- __xor__(self, value, /)
- Return self^value.
- as_integer_ratio(self, /)
- Return integer ratio.
Return a pair of integers, whose ratio is exactly equal to the original int
and with a positive denominator.
>>> (10).as_integer_ratio()
(10, 1)
>>> (-10).as_integer_ratio()
(-10, 1)
>>> (0).as_integer_ratio()
(0, 1)
- bit_count(self, /)
- Number of ones in the binary representation of the absolute value of self.
Also known as the population count.
>>> bin(13)
'0b1101'
>>> (13).bit_count()
3
- bit_length(self, /)
- Number of bits necessary to represent self in binary.
>>> bin(37)
'0b100101'
>>> (37).bit_length()
6
- conjugate(...)
- Returns self, the complex conjugate of any int.
- to_bytes(self, /, length, byteorder, *, signed=False)
- Return an array of bytes representing an integer.
length
Length of bytes object to use. An OverflowError is raised if the
integer is not representable with the given number of bytes.
byteorder
The byte order used to represent the integer. If byteorder is 'big',
the most significant byte is at the beginning of the byte array. If
byteorder is 'little', the most significant byte is at the end of the
byte array. To request the native byte order of the host system, use
`sys.byteorder' as the byte order value.
signed
Determines whether two's complement is used to represent the integer.
If signed is False and a negative integer is given, an OverflowError
is raised.
Class methods inherited from builtins.int:
- from_bytes(bytes, byteorder, *, signed=False) from builtins.type
- Return the integer represented by the given array of bytes.
bytes
Holds the array of bytes to convert. The argument must either
support the buffer protocol or be an iterable object producing bytes.
Bytes and bytearray are examples of built-in objects that support the
buffer protocol.
byteorder
The byte order used to represent the integer. If byteorder is 'big',
the most significant byte is at the beginning of the byte array. If
byteorder is 'little', the most significant byte is at the end of the
byte array. To request the native byte order of the host system, use
`sys.byteorder' as the byte order value.
signed
Indicates whether two's complement is used to represent the integer.
Static methods inherited from builtins.int:
- __new__(*args, **kwargs) from builtins.type
- Create and return a new object. See help(type) for accurate signature.
Data descriptors inherited from builtins.int:
- denominator
- the denominator of a rational number in lowest terms
- imag
- the imaginary part of a complex number
- numerator
- the numerator of a rational number in lowest terms
- real
- the real part of a complex number
|
class SequenceEnd(Entity) |
| | |
- Method resolution order:
- SequenceEnd
- Entity
- DbObject
- PyGi.Drawable
- PyRx.RxObject
- Boost.Python.instance
- builtins.object
Static methods defined here:
- __init__(...)
- __init__( (object)arg1, (ObjectId)arg2, (OpenMode)arg3) -> None :
C++ signature :
void __init__(struct _object * __ptr64,class PyDbObjectId,enum AcDb::OpenMode)
- __reduce__ = (...)
- className(...)
- className() -> str :
C++ signature :
class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > className()
- desc(...)
- desc() -> RxClass :
C++ signature :
class PyRxClass desc()
Static methods inherited from Entity:
- blockId(...)
- blockId( (Entity)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId blockId(class PyDbEntity {lvalue})
- castShadows(...)
- castShadows( (Entity)arg1) -> bool :
C++ signature :
bool castShadows(class PyDbEntity {lvalue})
- collisionType(...)
- collisionType( (Entity)arg1) -> CollisionType :
C++ signature :
enum AcDb::CollisionType collisionType(class PyDbEntity {lvalue})
- color(...)
- color( (Entity)arg1) -> Color :
C++ signature :
class AcCmColor color(class PyDbEntity {lvalue})
- colorIndex(...)
- colorIndex( (Entity)arg1) -> int :
C++ signature :
unsigned short colorIndex(class PyDbEntity {lvalue})
- draw(...)
- draw( (Entity)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus draw(class PyDbEntity {lvalue})
- entityColor(...)
- entityColor( (Entity)arg1) -> EntityColor :
C++ signature :
class AcCmEntityColor entityColor(class PyDbEntity {lvalue})
- getCompoundObjectTransform(...)
- getCompoundObjectTransform( (Entity)arg1, (Matrix3d)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus getCompoundObjectTransform(class PyDbEntity {lvalue},class AcGeMatrix3d {lvalue})
- getEcs(...)
- getEcs( (Entity)arg1, (Matrix3d)arg2) -> None :
C++ signature :
void getEcs(class PyDbEntity {lvalue},class AcGeMatrix3d {lvalue})
- getGeomExtents(...)
- getGeomExtents( (Entity)arg1, (Extents)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus getGeomExtents(class PyDbEntity {lvalue},class AcDbExtents {lvalue})
- getPlane(...)
- getPlane( (Entity)arg1) -> Plane :
C++ signature :
class PyGePlane getPlane(class PyDbEntity {lvalue})
- getPlotStyleNameId(...)
- getPlotStyleNameId( (Entity)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId getPlotStyleNameId(class PyDbEntity {lvalue})
- isPlanar(...)
- isPlanar( (Entity)arg1) -> bool :
C++ signature :
bool isPlanar(class PyDbEntity {lvalue})
- layer(...)
- layer( (Entity)arg1) -> str :
C++ signature :
class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > layer(class PyDbEntity {lvalue})
- layerId(...)
- layerId( (Entity)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId layerId(class PyDbEntity {lvalue})
- lineWeight(...)
- lineWeight( (Entity)arg1) -> LineWeight :
C++ signature :
enum AcDb::LineWeight lineWeight(class PyDbEntity {lvalue})
- linetype(...)
- linetype( (Entity)arg1) -> str :
C++ signature :
class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > linetype(class PyDbEntity {lvalue})
- linetypeId(...)
- linetypeId( (Entity)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId linetypeId(class PyDbEntity {lvalue})
- linetypeScale(...)
- linetypeScale( (Entity)arg1) -> float :
C++ signature :
double linetypeScale(class PyDbEntity {lvalue})
- list(...)
- list( (Entity)arg1) -> None :
C++ signature :
void list(class PyDbEntity {lvalue})
- material(...)
- material( (Entity)arg1) -> str :
C++ signature :
class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > material(class PyDbEntity {lvalue})
- materialId(...)
- materialId( (Entity)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId materialId(class PyDbEntity {lvalue})
- plotStyleName(...)
- plotStyleName( (Entity)arg1) -> str :
C++ signature :
class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > plotStyleName(class PyDbEntity {lvalue})
- receiveShadows(...)
- receiveShadows( (Entity)arg1) -> bool :
C++ signature :
bool receiveShadows(class PyDbEntity {lvalue})
- recordGraphicsModified(...)
- recordGraphicsModified( (Entity)arg1) -> None :
C++ signature :
void recordGraphicsModified(class PyDbEntity {lvalue})
recordGraphicsModified( (Entity)arg1) -> None :
C++ signature :
void recordGraphicsModified(class PyDbEntity {lvalue})
- setCastShadows(...)
- setCastShadows( (Entity)arg1, (bool)arg2) -> None :
C++ signature :
void setCastShadows(class PyDbEntity {lvalue},bool)
- setColor(...)
- setColor( (Entity)arg1, (Color)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setColor(class PyDbEntity {lvalue},class AcCmColor)
setColor( (Entity)arg1, (Color)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setColor(class PyDbEntity {lvalue},class AcCmColor,bool)
setColor( (Entity)arg1, (Color)arg2, (bool)arg3, (Database)arg4) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setColor(class PyDbEntity {lvalue},class AcCmColor,bool,class PyDbDatabase {lvalue})
- setColorIndex(...)
- setColorIndex( (Entity)arg1, (int)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setColorIndex(class PyDbEntity {lvalue},unsigned short)
setColorIndex( (Entity)arg1, (int)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setColorIndex(class PyDbEntity {lvalue},unsigned short,bool)
- setDatabaseDefaults(...)
- setDatabaseDefaults( (Entity)arg1) -> None :
C++ signature :
void setDatabaseDefaults(class PyDbEntity {lvalue})
setDatabaseDefaults( (Entity)arg1, (Database)arg2) -> None :
C++ signature :
void setDatabaseDefaults(class PyDbEntity {lvalue},class PyDbDatabase)
- setLayer(...)
- setLayer( (Entity)arg1, (str)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLayer(class PyDbEntity {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
setLayer( (Entity)arg1, (str)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLayer(class PyDbEntity {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,bool)
setLayer( (Entity)arg1, (str)arg2, (bool)arg3, (bool)arg4) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLayer(class PyDbEntity {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,bool,bool)
setLayer( (Entity)arg1, (ObjectId)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLayer(class PyDbEntity {lvalue},class PyDbObjectId)
setLayer( (Entity)arg1, (ObjectId)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLayer(class PyDbEntity {lvalue},class PyDbObjectId,bool)
setLayer( (Entity)arg1, (ObjectId)arg2, (bool)arg3, (bool)arg4) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLayer(class PyDbEntity {lvalue},class PyDbObjectId,bool,bool)
- setLineWeight(...)
- setLineWeight( (Entity)arg1, (LineWeight)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLineWeight(class PyDbEntity {lvalue},enum AcDb::LineWeight)
setLineWeight( (Entity)arg1, (LineWeight)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLineWeight(class PyDbEntity {lvalue},enum AcDb::LineWeight,bool)
- setLinetype(...)
- setLinetype( (Entity)arg1, (str)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLinetype(class PyDbEntity {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
setLinetype( (Entity)arg1, (str)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLinetype(class PyDbEntity {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,bool)
setLinetype( (Entity)arg1, (ObjectId)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLinetype(class PyDbEntity {lvalue},class PyDbObjectId)
setLinetype( (Entity)arg1, (ObjectId)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLinetype(class PyDbEntity {lvalue},class PyDbObjectId,bool)
- setLinetypeScale(...)
- setLinetypeScale( (Entity)arg1, (float)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLinetypeScale(class PyDbEntity {lvalue},double)
setLinetypeScale( (Entity)arg1, (float)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLinetypeScale(class PyDbEntity {lvalue},double,bool)
- setMaterial(...)
- setMaterial( (Entity)arg1, (str)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setMaterial(class PyDbEntity {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
setMaterial( (Entity)arg1, (str)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setMaterial(class PyDbEntity {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,bool)
setMaterial( (Entity)arg1, (ObjectId)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setMaterial(class PyDbEntity {lvalue},class PyDbObjectId)
setMaterial( (Entity)arg1, (ObjectId)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setMaterial(class PyDbEntity {lvalue},class PyDbObjectId,bool)
- setPlotStyleName(...)
- setPlotStyleName( (Entity)arg1, (str)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setPlotStyleName(class PyDbEntity {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,bool)
setPlotStyleName( (Entity)arg1, (PlotStyleNameType)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setPlotStyleName(class PyDbEntity {lvalue},enum AcDb::PlotStyleNameType,bool)
setPlotStyleName( (Entity)arg1, (PlotStyleNameType)arg2, (ObjectId)arg3, (bool)arg4) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setPlotStyleName(class PyDbEntity {lvalue},enum AcDb::PlotStyleNameType,class PyDbObjectId,bool)
- setPropertiesFrom(...)
- setPropertiesFrom( (Entity)arg1, (Entity)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setPropertiesFrom(class PyDbEntity {lvalue},class PyDbEntity)
setPropertiesFrom( (Entity)arg1, (Entity)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setPropertiesFrom(class PyDbEntity {lvalue},class PyDbEntity,bool)
- setReceiveShadows(...)
- setReceiveShadows( (Entity)arg1, (bool)arg2) -> None :
C++ signature :
void setReceiveShadows(class PyDbEntity {lvalue},bool)
- setVisibility(...)
- setVisibility( (Entity)arg1, (Visibility)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setVisibility(class PyDbEntity {lvalue},enum AcDb::Visibility)
setVisibility( (Entity)arg1, (Visibility)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setVisibility(class PyDbEntity {lvalue},enum AcDb::Visibility,bool)
- transformBy(...)
- transformBy( (Entity)arg1, (Matrix3d)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus transformBy(class PyDbEntity {lvalue},class AcGeMatrix3d)
- visibility(...)
- visibility( (Entity)arg1) -> Visibility :
C++ signature :
enum AcDb::Visibility visibility(class PyDbEntity {lvalue})
Static methods inherited from DbObject:
- addPersistentReactor(...)
- addPersistentReactor( (DbObject)arg1, (ObjectId)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus addPersistentReactor(class PyDbObject {lvalue},class PyDbObjectId)
- assertNotifyEnabled(...)
- assertNotifyEnabled( (DbObject)arg1) -> None :
C++ signature :
void assertNotifyEnabled(class PyDbObject {lvalue})
- assertReadEnabled(...)
- assertReadEnabled( (DbObject)arg1) -> None :
C++ signature :
void assertReadEnabled(class PyDbObject {lvalue})
- assertWriteEnabled(...)
- assertWriteEnabled( (DbObject)arg1) -> None :
C++ signature :
void assertWriteEnabled(class PyDbObject {lvalue})
- cancel(...)
- cancel( (DbObject)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus cancel(class PyDbObject {lvalue})
- close(...)
- close( (DbObject)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus close(class PyDbObject {lvalue})
- createExtensionDictionary(...)
- createExtensionDictionary( (DbObject)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus createExtensionDictionary(class PyDbObject {lvalue})
- database(...)
- database( (DbObject)arg1) -> Database :
C++ signature :
class PyDbDatabase database(class PyDbObject {lvalue})
- disableUndoRecording(...)
- disableUndoRecording( (DbObject)arg1, (bool)arg2) -> None :
C++ signature :
void disableUndoRecording(class PyDbObject {lvalue},bool)
- downgradeOpen(...)
- downgradeOpen( (DbObject)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus downgradeOpen(class PyDbObject {lvalue})
- downgradeToNotify(...)
- downgradeToNotify( (DbObject)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus downgradeToNotify(class PyDbObject {lvalue},bool)
- erase(...)
- erase( (DbObject)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus erase(class PyDbObject {lvalue})
- extensionDictionary(...)
- extensionDictionary( (DbObject)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId extensionDictionary(class PyDbObject {lvalue})
- handOverTo(...)
- handOverTo( (DbObject)arg1, (DbObject)arg2, (bool)arg3, (bool)arg4) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus handOverTo(class PyDbObject {lvalue},class PyDbObject {lvalue},bool,bool)
- hasPersistentReactor(...)
- hasPersistentReactor( (DbObject)arg1, (ObjectId)arg2) -> bool :
C++ signature :
bool hasPersistentReactor(class PyDbObject {lvalue},class PyDbObjectId)
- isAProxy(...)
- isAProxy( (DbObject)arg1) -> bool :
C++ signature :
bool isAProxy(class PyDbObject {lvalue})
- isCancelling(...)
- isCancelling( (DbObject)arg1) -> bool :
C++ signature :
bool isCancelling(class PyDbObject {lvalue})
- isEraseStatusToggled(...)
- isEraseStatusToggled( (DbObject)arg1) -> bool :
C++ signature :
bool isEraseStatusToggled(class PyDbObject {lvalue})
- isErased(...)
- isErased( (DbObject)arg1) -> bool :
C++ signature :
bool isErased(class PyDbObject {lvalue})
- isModified(...)
- isModified( (DbObject)arg1) -> bool :
C++ signature :
bool isModified(class PyDbObject {lvalue})
- isModifiedGraphics(...)
- isModifiedGraphics( (DbObject)arg1) -> bool :
C++ signature :
bool isModifiedGraphics(class PyDbObject {lvalue})
- isModifiedXData(...)
- isModifiedXData( (DbObject)arg1) -> bool :
C++ signature :
bool isModifiedXData(class PyDbObject {lvalue})
- isNewObject(...)
- isNewObject( (DbObject)arg1) -> bool :
C++ signature :
bool isNewObject(class PyDbObject {lvalue})
- isNotifyEnabled(...)
- isNotifyEnabled( (DbObject)arg1) -> bool :
C++ signature :
bool isNotifyEnabled(class PyDbObject {lvalue})
- isNotifying(...)
- isNotifying( (DbObject)arg1) -> bool :
C++ signature :
bool isNotifying(class PyDbObject {lvalue})
- isReadEnabled(...)
- isReadEnabled( (DbObject)arg1) -> bool :
C++ signature :
bool isReadEnabled(class PyDbObject {lvalue})
- isReallyClosing(...)
- isReallyClosing( (DbObject)arg1) -> bool :
C++ signature :
bool isReallyClosing(class PyDbObject {lvalue})
- isTransactionResident(...)
- isTransactionResident( (DbObject)arg1) -> bool :
C++ signature :
bool isTransactionResident(class PyDbObject {lvalue})
- isUndoRecordingDisabled(...)
- isUndoRecordingDisabled( (DbObject)arg1) -> bool :
C++ signature :
bool isUndoRecordingDisabled(class PyDbObject {lvalue})
- isUndoing(...)
- isUndoing( (DbObject)arg1) -> bool :
C++ signature :
bool isUndoing(class PyDbObject {lvalue})
- isWriteEnabled(...)
- isWriteEnabled( (DbObject)arg1) -> bool :
C++ signature :
bool isWriteEnabled(class PyDbObject {lvalue})
- objectId(...)
- objectId( (DbObject)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId objectId(class PyDbObject {lvalue})
- ownerId(...)
- ownerId( (DbObject)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId ownerId(class PyDbObject {lvalue})
- releaseExtensionDictionary(...)
- releaseExtensionDictionary( (DbObject)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus releaseExtensionDictionary(class PyDbObject {lvalue})
- removePersistentReactor(...)
- removePersistentReactor( (DbObject)arg1, (ObjectId)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus removePersistentReactor(class PyDbObject {lvalue},class PyDbObjectId)
- setOwnerId(...)
- setOwnerId( (DbObject)arg1, (ObjectId)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setOwnerId(class PyDbObject {lvalue},class PyDbObjectId)
- setXData(...)
- setXData( (DbObject)arg1, (list)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setXData(class PyDbObject {lvalue},class boost::python::list)
- swapIdWith(...)
- swapIdWith( (DbObject)arg1, (ObjectId)arg2, (bool)arg3, (bool)arg4) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus swapIdWith(class PyDbObject {lvalue},class PyDbObjectId {lvalue},bool,bool)
- upgradeFromNotify(...)
- upgradeFromNotify( (DbObject)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus upgradeFromNotify(class PyDbObject {lvalue},bool {lvalue})
- upgradeOpen(...)
- upgradeOpen( (DbObject)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus upgradeOpen(class PyDbObject {lvalue})
- xData(...)
- xData( (DbObject)arg1, (str)arg2) -> list :
C++ signature :
class boost::python::list xData(class PyDbObject {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
- xDataTransformBy(...)
- xDataTransformBy( (DbObject)arg1, (Matrix3d)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus xDataTransformBy(class PyDbObject {lvalue},class AcGeMatrix3d)
Static methods inherited from PyGi.Drawable:
- isA(...)
- isA( (Drawable)arg1) -> RxClass :
C++ signature :
class PyRxClass isA(class PyGiDrawable {lvalue})
Static methods inherited from PyRx.RxObject:
- __eq__(...)
- __eq__( (RxObject)arg1, (RxObject)arg2) -> bool :
C++ signature :
bool __eq__(class PyRxObject {lvalue},class PyRxObject)
- __ne__(...)
- __ne__( (RxObject)arg1, (RxObject)arg2) -> bool :
C++ signature :
bool __ne__(class PyRxObject {lvalue},class PyRxObject)
- isNull(...)
- isNull( (RxObject)arg1) -> bool :
C++ signature :
bool isNull(class PyRxObject {lvalue})
Static methods inherited from Boost.Python.instance:
- __new__(*args, **kwargs) from Boost.Python.class
- Create and return a new object. See help(type) for accurate signature.
Data descriptors inherited from Boost.Python.instance:
- __dict__
- __weakref__
|
class Solid3d(Entity) |
| | |
- Method resolution order:
- Solid3d
- Entity
- DbObject
- PyGi.Drawable
- PyRx.RxObject
- Boost.Python.instance
- builtins.object
Static methods defined here:
- __init__(...)
- __init__( (object)arg1) -> None :
C++ signature :
void __init__(struct _object * __ptr64)
__init__( (object)arg1) -> None :
C++ signature :
void __init__(struct _object * __ptr64)
__init__( (object)arg1, (ObjectId)arg2, (OpenMode)arg3) -> None :
C++ signature :
void __init__(struct _object * __ptr64,class PyDbObjectId,enum AcDb::OpenMode)
- __reduce__ = (...)
- className(...)
- className() -> str :
C++ signature :
class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > className()
- createBox(...)
- createBox( (Solid3d)arg1, (float)arg2, (float)arg3, (float)arg4) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus createBox(class PyDb3dSolid {lvalue},double,double,double)
- createFrustum(...)
- createFrustum( (Solid3d)arg1, (float)arg2, (float)arg3, (float)arg4, (float)arg5) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus createFrustum(class PyDb3dSolid {lvalue},double,double,double,double)
- createPyramid(...)
- createPyramid( (Solid3d)arg1, (float)arg2, (int)arg3, (float)arg4) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus createPyramid(class PyDb3dSolid {lvalue},double,int,double)
createPyramid( (Solid3d)arg1, (float)arg2, (int)arg3, (float)arg4, (float)arg5) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus createPyramid(class PyDb3dSolid {lvalue},double,int,double,double)
- createSphere(...)
- createSphere( (Solid3d)arg1, (float)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus createSphere(class PyDb3dSolid {lvalue},double)
- createTorus(...)
- createTorus( (Solid3d)arg1, (float)arg2, (float)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus createTorus(class PyDb3dSolid {lvalue},double,double)
- createWedge(...)
- createWedge( (Solid3d)arg1, (float)arg2, (float)arg3, (float)arg4) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus createWedge(class PyDb3dSolid {lvalue},double,double,double)
- desc(...)
- desc() -> RxClass :
C++ signature :
class PyRxClass desc()
Data and other attributes defined here:
- __instance_size__ = 48
Static methods inherited from Entity:
- blockId(...)
- blockId( (Entity)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId blockId(class PyDbEntity {lvalue})
- castShadows(...)
- castShadows( (Entity)arg1) -> bool :
C++ signature :
bool castShadows(class PyDbEntity {lvalue})
- collisionType(...)
- collisionType( (Entity)arg1) -> CollisionType :
C++ signature :
enum AcDb::CollisionType collisionType(class PyDbEntity {lvalue})
- color(...)
- color( (Entity)arg1) -> Color :
C++ signature :
class AcCmColor color(class PyDbEntity {lvalue})
- colorIndex(...)
- colorIndex( (Entity)arg1) -> int :
C++ signature :
unsigned short colorIndex(class PyDbEntity {lvalue})
- draw(...)
- draw( (Entity)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus draw(class PyDbEntity {lvalue})
- entityColor(...)
- entityColor( (Entity)arg1) -> EntityColor :
C++ signature :
class AcCmEntityColor entityColor(class PyDbEntity {lvalue})
- getCompoundObjectTransform(...)
- getCompoundObjectTransform( (Entity)arg1, (Matrix3d)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus getCompoundObjectTransform(class PyDbEntity {lvalue},class AcGeMatrix3d {lvalue})
- getEcs(...)
- getEcs( (Entity)arg1, (Matrix3d)arg2) -> None :
C++ signature :
void getEcs(class PyDbEntity {lvalue},class AcGeMatrix3d {lvalue})
- getGeomExtents(...)
- getGeomExtents( (Entity)arg1, (Extents)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus getGeomExtents(class PyDbEntity {lvalue},class AcDbExtents {lvalue})
- getPlane(...)
- getPlane( (Entity)arg1) -> Plane :
C++ signature :
class PyGePlane getPlane(class PyDbEntity {lvalue})
- getPlotStyleNameId(...)
- getPlotStyleNameId( (Entity)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId getPlotStyleNameId(class PyDbEntity {lvalue})
- isPlanar(...)
- isPlanar( (Entity)arg1) -> bool :
C++ signature :
bool isPlanar(class PyDbEntity {lvalue})
- layer(...)
- layer( (Entity)arg1) -> str :
C++ signature :
class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > layer(class PyDbEntity {lvalue})
- layerId(...)
- layerId( (Entity)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId layerId(class PyDbEntity {lvalue})
- lineWeight(...)
- lineWeight( (Entity)arg1) -> LineWeight :
C++ signature :
enum AcDb::LineWeight lineWeight(class PyDbEntity {lvalue})
- linetype(...)
- linetype( (Entity)arg1) -> str :
C++ signature :
class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > linetype(class PyDbEntity {lvalue})
- linetypeId(...)
- linetypeId( (Entity)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId linetypeId(class PyDbEntity {lvalue})
- linetypeScale(...)
- linetypeScale( (Entity)arg1) -> float :
C++ signature :
double linetypeScale(class PyDbEntity {lvalue})
- list(...)
- list( (Entity)arg1) -> None :
C++ signature :
void list(class PyDbEntity {lvalue})
- material(...)
- material( (Entity)arg1) -> str :
C++ signature :
class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > material(class PyDbEntity {lvalue})
- materialId(...)
- materialId( (Entity)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId materialId(class PyDbEntity {lvalue})
- plotStyleName(...)
- plotStyleName( (Entity)arg1) -> str :
C++ signature :
class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > plotStyleName(class PyDbEntity {lvalue})
- receiveShadows(...)
- receiveShadows( (Entity)arg1) -> bool :
C++ signature :
bool receiveShadows(class PyDbEntity {lvalue})
- recordGraphicsModified(...)
- recordGraphicsModified( (Entity)arg1) -> None :
C++ signature :
void recordGraphicsModified(class PyDbEntity {lvalue})
recordGraphicsModified( (Entity)arg1) -> None :
C++ signature :
void recordGraphicsModified(class PyDbEntity {lvalue})
- setCastShadows(...)
- setCastShadows( (Entity)arg1, (bool)arg2) -> None :
C++ signature :
void setCastShadows(class PyDbEntity {lvalue},bool)
- setColor(...)
- setColor( (Entity)arg1, (Color)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setColor(class PyDbEntity {lvalue},class AcCmColor)
setColor( (Entity)arg1, (Color)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setColor(class PyDbEntity {lvalue},class AcCmColor,bool)
setColor( (Entity)arg1, (Color)arg2, (bool)arg3, (Database)arg4) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setColor(class PyDbEntity {lvalue},class AcCmColor,bool,class PyDbDatabase {lvalue})
- setColorIndex(...)
- setColorIndex( (Entity)arg1, (int)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setColorIndex(class PyDbEntity {lvalue},unsigned short)
setColorIndex( (Entity)arg1, (int)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setColorIndex(class PyDbEntity {lvalue},unsigned short,bool)
- setDatabaseDefaults(...)
- setDatabaseDefaults( (Entity)arg1) -> None :
C++ signature :
void setDatabaseDefaults(class PyDbEntity {lvalue})
setDatabaseDefaults( (Entity)arg1, (Database)arg2) -> None :
C++ signature :
void setDatabaseDefaults(class PyDbEntity {lvalue},class PyDbDatabase)
- setLayer(...)
- setLayer( (Entity)arg1, (str)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLayer(class PyDbEntity {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
setLayer( (Entity)arg1, (str)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLayer(class PyDbEntity {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,bool)
setLayer( (Entity)arg1, (str)arg2, (bool)arg3, (bool)arg4) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLayer(class PyDbEntity {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,bool,bool)
setLayer( (Entity)arg1, (ObjectId)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLayer(class PyDbEntity {lvalue},class PyDbObjectId)
setLayer( (Entity)arg1, (ObjectId)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLayer(class PyDbEntity {lvalue},class PyDbObjectId,bool)
setLayer( (Entity)arg1, (ObjectId)arg2, (bool)arg3, (bool)arg4) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLayer(class PyDbEntity {lvalue},class PyDbObjectId,bool,bool)
- setLineWeight(...)
- setLineWeight( (Entity)arg1, (LineWeight)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLineWeight(class PyDbEntity {lvalue},enum AcDb::LineWeight)
setLineWeight( (Entity)arg1, (LineWeight)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLineWeight(class PyDbEntity {lvalue},enum AcDb::LineWeight,bool)
- setLinetype(...)
- setLinetype( (Entity)arg1, (str)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLinetype(class PyDbEntity {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
setLinetype( (Entity)arg1, (str)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLinetype(class PyDbEntity {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,bool)
setLinetype( (Entity)arg1, (ObjectId)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLinetype(class PyDbEntity {lvalue},class PyDbObjectId)
setLinetype( (Entity)arg1, (ObjectId)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLinetype(class PyDbEntity {lvalue},class PyDbObjectId,bool)
- setLinetypeScale(...)
- setLinetypeScale( (Entity)arg1, (float)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLinetypeScale(class PyDbEntity {lvalue},double)
setLinetypeScale( (Entity)arg1, (float)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLinetypeScale(class PyDbEntity {lvalue},double,bool)
- setMaterial(...)
- setMaterial( (Entity)arg1, (str)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setMaterial(class PyDbEntity {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
setMaterial( (Entity)arg1, (str)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setMaterial(class PyDbEntity {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,bool)
setMaterial( (Entity)arg1, (ObjectId)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setMaterial(class PyDbEntity {lvalue},class PyDbObjectId)
setMaterial( (Entity)arg1, (ObjectId)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setMaterial(class PyDbEntity {lvalue},class PyDbObjectId,bool)
- setPlotStyleName(...)
- setPlotStyleName( (Entity)arg1, (str)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setPlotStyleName(class PyDbEntity {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,bool)
setPlotStyleName( (Entity)arg1, (PlotStyleNameType)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setPlotStyleName(class PyDbEntity {lvalue},enum AcDb::PlotStyleNameType,bool)
setPlotStyleName( (Entity)arg1, (PlotStyleNameType)arg2, (ObjectId)arg3, (bool)arg4) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setPlotStyleName(class PyDbEntity {lvalue},enum AcDb::PlotStyleNameType,class PyDbObjectId,bool)
- setPropertiesFrom(...)
- setPropertiesFrom( (Entity)arg1, (Entity)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setPropertiesFrom(class PyDbEntity {lvalue},class PyDbEntity)
setPropertiesFrom( (Entity)arg1, (Entity)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setPropertiesFrom(class PyDbEntity {lvalue},class PyDbEntity,bool)
- setReceiveShadows(...)
- setReceiveShadows( (Entity)arg1, (bool)arg2) -> None :
C++ signature :
void setReceiveShadows(class PyDbEntity {lvalue},bool)
- setVisibility(...)
- setVisibility( (Entity)arg1, (Visibility)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setVisibility(class PyDbEntity {lvalue},enum AcDb::Visibility)
setVisibility( (Entity)arg1, (Visibility)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setVisibility(class PyDbEntity {lvalue},enum AcDb::Visibility,bool)
- transformBy(...)
- transformBy( (Entity)arg1, (Matrix3d)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus transformBy(class PyDbEntity {lvalue},class AcGeMatrix3d)
- visibility(...)
- visibility( (Entity)arg1) -> Visibility :
C++ signature :
enum AcDb::Visibility visibility(class PyDbEntity {lvalue})
Static methods inherited from DbObject:
- addPersistentReactor(...)
- addPersistentReactor( (DbObject)arg1, (ObjectId)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus addPersistentReactor(class PyDbObject {lvalue},class PyDbObjectId)
- assertNotifyEnabled(...)
- assertNotifyEnabled( (DbObject)arg1) -> None :
C++ signature :
void assertNotifyEnabled(class PyDbObject {lvalue})
- assertReadEnabled(...)
- assertReadEnabled( (DbObject)arg1) -> None :
C++ signature :
void assertReadEnabled(class PyDbObject {lvalue})
- assertWriteEnabled(...)
- assertWriteEnabled( (DbObject)arg1) -> None :
C++ signature :
void assertWriteEnabled(class PyDbObject {lvalue})
- cancel(...)
- cancel( (DbObject)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus cancel(class PyDbObject {lvalue})
- close(...)
- close( (DbObject)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus close(class PyDbObject {lvalue})
- createExtensionDictionary(...)
- createExtensionDictionary( (DbObject)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus createExtensionDictionary(class PyDbObject {lvalue})
- database(...)
- database( (DbObject)arg1) -> Database :
C++ signature :
class PyDbDatabase database(class PyDbObject {lvalue})
- disableUndoRecording(...)
- disableUndoRecording( (DbObject)arg1, (bool)arg2) -> None :
C++ signature :
void disableUndoRecording(class PyDbObject {lvalue},bool)
- downgradeOpen(...)
- downgradeOpen( (DbObject)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus downgradeOpen(class PyDbObject {lvalue})
- downgradeToNotify(...)
- downgradeToNotify( (DbObject)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus downgradeToNotify(class PyDbObject {lvalue},bool)
- erase(...)
- erase( (DbObject)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus erase(class PyDbObject {lvalue})
- extensionDictionary(...)
- extensionDictionary( (DbObject)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId extensionDictionary(class PyDbObject {lvalue})
- handOverTo(...)
- handOverTo( (DbObject)arg1, (DbObject)arg2, (bool)arg3, (bool)arg4) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus handOverTo(class PyDbObject {lvalue},class PyDbObject {lvalue},bool,bool)
- hasPersistentReactor(...)
- hasPersistentReactor( (DbObject)arg1, (ObjectId)arg2) -> bool :
C++ signature :
bool hasPersistentReactor(class PyDbObject {lvalue},class PyDbObjectId)
- isAProxy(...)
- isAProxy( (DbObject)arg1) -> bool :
C++ signature :
bool isAProxy(class PyDbObject {lvalue})
- isCancelling(...)
- isCancelling( (DbObject)arg1) -> bool :
C++ signature :
bool isCancelling(class PyDbObject {lvalue})
- isEraseStatusToggled(...)
- isEraseStatusToggled( (DbObject)arg1) -> bool :
C++ signature :
bool isEraseStatusToggled(class PyDbObject {lvalue})
- isErased(...)
- isErased( (DbObject)arg1) -> bool :
C++ signature :
bool isErased(class PyDbObject {lvalue})
- isModified(...)
- isModified( (DbObject)arg1) -> bool :
C++ signature :
bool isModified(class PyDbObject {lvalue})
- isModifiedGraphics(...)
- isModifiedGraphics( (DbObject)arg1) -> bool :
C++ signature :
bool isModifiedGraphics(class PyDbObject {lvalue})
- isModifiedXData(...)
- isModifiedXData( (DbObject)arg1) -> bool :
C++ signature :
bool isModifiedXData(class PyDbObject {lvalue})
- isNewObject(...)
- isNewObject( (DbObject)arg1) -> bool :
C++ signature :
bool isNewObject(class PyDbObject {lvalue})
- isNotifyEnabled(...)
- isNotifyEnabled( (DbObject)arg1) -> bool :
C++ signature :
bool isNotifyEnabled(class PyDbObject {lvalue})
- isNotifying(...)
- isNotifying( (DbObject)arg1) -> bool :
C++ signature :
bool isNotifying(class PyDbObject {lvalue})
- isReadEnabled(...)
- isReadEnabled( (DbObject)arg1) -> bool :
C++ signature :
bool isReadEnabled(class PyDbObject {lvalue})
- isReallyClosing(...)
- isReallyClosing( (DbObject)arg1) -> bool :
C++ signature :
bool isReallyClosing(class PyDbObject {lvalue})
- isTransactionResident(...)
- isTransactionResident( (DbObject)arg1) -> bool :
C++ signature :
bool isTransactionResident(class PyDbObject {lvalue})
- isUndoRecordingDisabled(...)
- isUndoRecordingDisabled( (DbObject)arg1) -> bool :
C++ signature :
bool isUndoRecordingDisabled(class PyDbObject {lvalue})
- isUndoing(...)
- isUndoing( (DbObject)arg1) -> bool :
C++ signature :
bool isUndoing(class PyDbObject {lvalue})
- isWriteEnabled(...)
- isWriteEnabled( (DbObject)arg1) -> bool :
C++ signature :
bool isWriteEnabled(class PyDbObject {lvalue})
- objectId(...)
- objectId( (DbObject)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId objectId(class PyDbObject {lvalue})
- ownerId(...)
- ownerId( (DbObject)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId ownerId(class PyDbObject {lvalue})
- releaseExtensionDictionary(...)
- releaseExtensionDictionary( (DbObject)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus releaseExtensionDictionary(class PyDbObject {lvalue})
- removePersistentReactor(...)
- removePersistentReactor( (DbObject)arg1, (ObjectId)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus removePersistentReactor(class PyDbObject {lvalue},class PyDbObjectId)
- setOwnerId(...)
- setOwnerId( (DbObject)arg1, (ObjectId)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setOwnerId(class PyDbObject {lvalue},class PyDbObjectId)
- setXData(...)
- setXData( (DbObject)arg1, (list)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setXData(class PyDbObject {lvalue},class boost::python::list)
- swapIdWith(...)
- swapIdWith( (DbObject)arg1, (ObjectId)arg2, (bool)arg3, (bool)arg4) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus swapIdWith(class PyDbObject {lvalue},class PyDbObjectId {lvalue},bool,bool)
- upgradeFromNotify(...)
- upgradeFromNotify( (DbObject)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus upgradeFromNotify(class PyDbObject {lvalue},bool {lvalue})
- upgradeOpen(...)
- upgradeOpen( (DbObject)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus upgradeOpen(class PyDbObject {lvalue})
- xData(...)
- xData( (DbObject)arg1, (str)arg2) -> list :
C++ signature :
class boost::python::list xData(class PyDbObject {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
- xDataTransformBy(...)
- xDataTransformBy( (DbObject)arg1, (Matrix3d)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus xDataTransformBy(class PyDbObject {lvalue},class AcGeMatrix3d)
Static methods inherited from PyGi.Drawable:
- isA(...)
- isA( (Drawable)arg1) -> RxClass :
C++ signature :
class PyRxClass isA(class PyGiDrawable {lvalue})
Static methods inherited from PyRx.RxObject:
- __eq__(...)
- __eq__( (RxObject)arg1, (RxObject)arg2) -> bool :
C++ signature :
bool __eq__(class PyRxObject {lvalue},class PyRxObject)
- __ne__(...)
- __ne__( (RxObject)arg1, (RxObject)arg2) -> bool :
C++ signature :
bool __ne__(class PyRxObject {lvalue},class PyRxObject)
- isNull(...)
- isNull( (RxObject)arg1) -> bool :
C++ signature :
bool isNull(class PyRxObject {lvalue})
Static methods inherited from Boost.Python.instance:
- __new__(*args, **kwargs) from Boost.Python.class
- Create and return a new object. See help(type) for accurate signature.
Data descriptors inherited from Boost.Python.instance:
- __dict__
- __weakref__
|
class Surface(Entity) |
| | |
- Method resolution order:
- Surface
- Entity
- DbObject
- PyGi.Drawable
- PyRx.RxObject
- Boost.Python.instance
- builtins.object
Static methods defined here:
- __init__(...)
- __init__( (object)arg1) -> None :
C++ signature :
void __init__(struct _object * __ptr64)
__init__( (object)arg1) -> None :
C++ signature :
void __init__(struct _object * __ptr64)
__init__( (object)arg1, (ObjectId)arg2, (OpenMode)arg3) -> None :
C++ signature :
void __init__(struct _object * __ptr64,class PyDbObjectId,enum AcDb::OpenMode)
- __reduce__ = (...)
- className(...)
- className() -> str :
C++ signature :
class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > className()
- desc(...)
- desc() -> RxClass :
C++ signature :
class PyRxClass desc()
Data and other attributes defined here:
- __instance_size__ = 48
Static methods inherited from Entity:
- blockId(...)
- blockId( (Entity)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId blockId(class PyDbEntity {lvalue})
- castShadows(...)
- castShadows( (Entity)arg1) -> bool :
C++ signature :
bool castShadows(class PyDbEntity {lvalue})
- collisionType(...)
- collisionType( (Entity)arg1) -> CollisionType :
C++ signature :
enum AcDb::CollisionType collisionType(class PyDbEntity {lvalue})
- color(...)
- color( (Entity)arg1) -> Color :
C++ signature :
class AcCmColor color(class PyDbEntity {lvalue})
- colorIndex(...)
- colorIndex( (Entity)arg1) -> int :
C++ signature :
unsigned short colorIndex(class PyDbEntity {lvalue})
- draw(...)
- draw( (Entity)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus draw(class PyDbEntity {lvalue})
- entityColor(...)
- entityColor( (Entity)arg1) -> EntityColor :
C++ signature :
class AcCmEntityColor entityColor(class PyDbEntity {lvalue})
- getCompoundObjectTransform(...)
- getCompoundObjectTransform( (Entity)arg1, (Matrix3d)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus getCompoundObjectTransform(class PyDbEntity {lvalue},class AcGeMatrix3d {lvalue})
- getEcs(...)
- getEcs( (Entity)arg1, (Matrix3d)arg2) -> None :
C++ signature :
void getEcs(class PyDbEntity {lvalue},class AcGeMatrix3d {lvalue})
- getGeomExtents(...)
- getGeomExtents( (Entity)arg1, (Extents)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus getGeomExtents(class PyDbEntity {lvalue},class AcDbExtents {lvalue})
- getPlane(...)
- getPlane( (Entity)arg1) -> Plane :
C++ signature :
class PyGePlane getPlane(class PyDbEntity {lvalue})
- getPlotStyleNameId(...)
- getPlotStyleNameId( (Entity)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId getPlotStyleNameId(class PyDbEntity {lvalue})
- isPlanar(...)
- isPlanar( (Entity)arg1) -> bool :
C++ signature :
bool isPlanar(class PyDbEntity {lvalue})
- layer(...)
- layer( (Entity)arg1) -> str :
C++ signature :
class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > layer(class PyDbEntity {lvalue})
- layerId(...)
- layerId( (Entity)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId layerId(class PyDbEntity {lvalue})
- lineWeight(...)
- lineWeight( (Entity)arg1) -> LineWeight :
C++ signature :
enum AcDb::LineWeight lineWeight(class PyDbEntity {lvalue})
- linetype(...)
- linetype( (Entity)arg1) -> str :
C++ signature :
class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > linetype(class PyDbEntity {lvalue})
- linetypeId(...)
- linetypeId( (Entity)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId linetypeId(class PyDbEntity {lvalue})
- linetypeScale(...)
- linetypeScale( (Entity)arg1) -> float :
C++ signature :
double linetypeScale(class PyDbEntity {lvalue})
- list(...)
- list( (Entity)arg1) -> None :
C++ signature :
void list(class PyDbEntity {lvalue})
- material(...)
- material( (Entity)arg1) -> str :
C++ signature :
class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > material(class PyDbEntity {lvalue})
- materialId(...)
- materialId( (Entity)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId materialId(class PyDbEntity {lvalue})
- plotStyleName(...)
- plotStyleName( (Entity)arg1) -> str :
C++ signature :
class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > plotStyleName(class PyDbEntity {lvalue})
- receiveShadows(...)
- receiveShadows( (Entity)arg1) -> bool :
C++ signature :
bool receiveShadows(class PyDbEntity {lvalue})
- recordGraphicsModified(...)
- recordGraphicsModified( (Entity)arg1) -> None :
C++ signature :
void recordGraphicsModified(class PyDbEntity {lvalue})
recordGraphicsModified( (Entity)arg1) -> None :
C++ signature :
void recordGraphicsModified(class PyDbEntity {lvalue})
- setCastShadows(...)
- setCastShadows( (Entity)arg1, (bool)arg2) -> None :
C++ signature :
void setCastShadows(class PyDbEntity {lvalue},bool)
- setColor(...)
- setColor( (Entity)arg1, (Color)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setColor(class PyDbEntity {lvalue},class AcCmColor)
setColor( (Entity)arg1, (Color)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setColor(class PyDbEntity {lvalue},class AcCmColor,bool)
setColor( (Entity)arg1, (Color)arg2, (bool)arg3, (Database)arg4) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setColor(class PyDbEntity {lvalue},class AcCmColor,bool,class PyDbDatabase {lvalue})
- setColorIndex(...)
- setColorIndex( (Entity)arg1, (int)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setColorIndex(class PyDbEntity {lvalue},unsigned short)
setColorIndex( (Entity)arg1, (int)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setColorIndex(class PyDbEntity {lvalue},unsigned short,bool)
- setDatabaseDefaults(...)
- setDatabaseDefaults( (Entity)arg1) -> None :
C++ signature :
void setDatabaseDefaults(class PyDbEntity {lvalue})
setDatabaseDefaults( (Entity)arg1, (Database)arg2) -> None :
C++ signature :
void setDatabaseDefaults(class PyDbEntity {lvalue},class PyDbDatabase)
- setLayer(...)
- setLayer( (Entity)arg1, (str)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLayer(class PyDbEntity {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
setLayer( (Entity)arg1, (str)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLayer(class PyDbEntity {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,bool)
setLayer( (Entity)arg1, (str)arg2, (bool)arg3, (bool)arg4) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLayer(class PyDbEntity {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,bool,bool)
setLayer( (Entity)arg1, (ObjectId)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLayer(class PyDbEntity {lvalue},class PyDbObjectId)
setLayer( (Entity)arg1, (ObjectId)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLayer(class PyDbEntity {lvalue},class PyDbObjectId,bool)
setLayer( (Entity)arg1, (ObjectId)arg2, (bool)arg3, (bool)arg4) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLayer(class PyDbEntity {lvalue},class PyDbObjectId,bool,bool)
- setLineWeight(...)
- setLineWeight( (Entity)arg1, (LineWeight)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLineWeight(class PyDbEntity {lvalue},enum AcDb::LineWeight)
setLineWeight( (Entity)arg1, (LineWeight)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLineWeight(class PyDbEntity {lvalue},enum AcDb::LineWeight,bool)
- setLinetype(...)
- setLinetype( (Entity)arg1, (str)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLinetype(class PyDbEntity {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
setLinetype( (Entity)arg1, (str)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLinetype(class PyDbEntity {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,bool)
setLinetype( (Entity)arg1, (ObjectId)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLinetype(class PyDbEntity {lvalue},class PyDbObjectId)
setLinetype( (Entity)arg1, (ObjectId)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLinetype(class PyDbEntity {lvalue},class PyDbObjectId,bool)
- setLinetypeScale(...)
- setLinetypeScale( (Entity)arg1, (float)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLinetypeScale(class PyDbEntity {lvalue},double)
setLinetypeScale( (Entity)arg1, (float)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLinetypeScale(class PyDbEntity {lvalue},double,bool)
- setMaterial(...)
- setMaterial( (Entity)arg1, (str)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setMaterial(class PyDbEntity {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
setMaterial( (Entity)arg1, (str)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setMaterial(class PyDbEntity {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,bool)
setMaterial( (Entity)arg1, (ObjectId)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setMaterial(class PyDbEntity {lvalue},class PyDbObjectId)
setMaterial( (Entity)arg1, (ObjectId)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setMaterial(class PyDbEntity {lvalue},class PyDbObjectId,bool)
- setPlotStyleName(...)
- setPlotStyleName( (Entity)arg1, (str)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setPlotStyleName(class PyDbEntity {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,bool)
setPlotStyleName( (Entity)arg1, (PlotStyleNameType)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setPlotStyleName(class PyDbEntity {lvalue},enum AcDb::PlotStyleNameType,bool)
setPlotStyleName( (Entity)arg1, (PlotStyleNameType)arg2, (ObjectId)arg3, (bool)arg4) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setPlotStyleName(class PyDbEntity {lvalue},enum AcDb::PlotStyleNameType,class PyDbObjectId,bool)
- setPropertiesFrom(...)
- setPropertiesFrom( (Entity)arg1, (Entity)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setPropertiesFrom(class PyDbEntity {lvalue},class PyDbEntity)
setPropertiesFrom( (Entity)arg1, (Entity)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setPropertiesFrom(class PyDbEntity {lvalue},class PyDbEntity,bool)
- setReceiveShadows(...)
- setReceiveShadows( (Entity)arg1, (bool)arg2) -> None :
C++ signature :
void setReceiveShadows(class PyDbEntity {lvalue},bool)
- setVisibility(...)
- setVisibility( (Entity)arg1, (Visibility)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setVisibility(class PyDbEntity {lvalue},enum AcDb::Visibility)
setVisibility( (Entity)arg1, (Visibility)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setVisibility(class PyDbEntity {lvalue},enum AcDb::Visibility,bool)
- transformBy(...)
- transformBy( (Entity)arg1, (Matrix3d)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus transformBy(class PyDbEntity {lvalue},class AcGeMatrix3d)
- visibility(...)
- visibility( (Entity)arg1) -> Visibility :
C++ signature :
enum AcDb::Visibility visibility(class PyDbEntity {lvalue})
Static methods inherited from DbObject:
- addPersistentReactor(...)
- addPersistentReactor( (DbObject)arg1, (ObjectId)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus addPersistentReactor(class PyDbObject {lvalue},class PyDbObjectId)
- assertNotifyEnabled(...)
- assertNotifyEnabled( (DbObject)arg1) -> None :
C++ signature :
void assertNotifyEnabled(class PyDbObject {lvalue})
- assertReadEnabled(...)
- assertReadEnabled( (DbObject)arg1) -> None :
C++ signature :
void assertReadEnabled(class PyDbObject {lvalue})
- assertWriteEnabled(...)
- assertWriteEnabled( (DbObject)arg1) -> None :
C++ signature :
void assertWriteEnabled(class PyDbObject {lvalue})
- cancel(...)
- cancel( (DbObject)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus cancel(class PyDbObject {lvalue})
- close(...)
- close( (DbObject)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus close(class PyDbObject {lvalue})
- createExtensionDictionary(...)
- createExtensionDictionary( (DbObject)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus createExtensionDictionary(class PyDbObject {lvalue})
- database(...)
- database( (DbObject)arg1) -> Database :
C++ signature :
class PyDbDatabase database(class PyDbObject {lvalue})
- disableUndoRecording(...)
- disableUndoRecording( (DbObject)arg1, (bool)arg2) -> None :
C++ signature :
void disableUndoRecording(class PyDbObject {lvalue},bool)
- downgradeOpen(...)
- downgradeOpen( (DbObject)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus downgradeOpen(class PyDbObject {lvalue})
- downgradeToNotify(...)
- downgradeToNotify( (DbObject)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus downgradeToNotify(class PyDbObject {lvalue},bool)
- erase(...)
- erase( (DbObject)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus erase(class PyDbObject {lvalue})
- extensionDictionary(...)
- extensionDictionary( (DbObject)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId extensionDictionary(class PyDbObject {lvalue})
- handOverTo(...)
- handOverTo( (DbObject)arg1, (DbObject)arg2, (bool)arg3, (bool)arg4) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus handOverTo(class PyDbObject {lvalue},class PyDbObject {lvalue},bool,bool)
- hasPersistentReactor(...)
- hasPersistentReactor( (DbObject)arg1, (ObjectId)arg2) -> bool :
C++ signature :
bool hasPersistentReactor(class PyDbObject {lvalue},class PyDbObjectId)
- isAProxy(...)
- isAProxy( (DbObject)arg1) -> bool :
C++ signature :
bool isAProxy(class PyDbObject {lvalue})
- isCancelling(...)
- isCancelling( (DbObject)arg1) -> bool :
C++ signature :
bool isCancelling(class PyDbObject {lvalue})
- isEraseStatusToggled(...)
- isEraseStatusToggled( (DbObject)arg1) -> bool :
C++ signature :
bool isEraseStatusToggled(class PyDbObject {lvalue})
- isErased(...)
- isErased( (DbObject)arg1) -> bool :
C++ signature :
bool isErased(class PyDbObject {lvalue})
- isModified(...)
- isModified( (DbObject)arg1) -> bool :
C++ signature :
bool isModified(class PyDbObject {lvalue})
- isModifiedGraphics(...)
- isModifiedGraphics( (DbObject)arg1) -> bool :
C++ signature :
bool isModifiedGraphics(class PyDbObject {lvalue})
- isModifiedXData(...)
- isModifiedXData( (DbObject)arg1) -> bool :
C++ signature :
bool isModifiedXData(class PyDbObject {lvalue})
- isNewObject(...)
- isNewObject( (DbObject)arg1) -> bool :
C++ signature :
bool isNewObject(class PyDbObject {lvalue})
- isNotifyEnabled(...)
- isNotifyEnabled( (DbObject)arg1) -> bool :
C++ signature :
bool isNotifyEnabled(class PyDbObject {lvalue})
- isNotifying(...)
- isNotifying( (DbObject)arg1) -> bool :
C++ signature :
bool isNotifying(class PyDbObject {lvalue})
- isReadEnabled(...)
- isReadEnabled( (DbObject)arg1) -> bool :
C++ signature :
bool isReadEnabled(class PyDbObject {lvalue})
- isReallyClosing(...)
- isReallyClosing( (DbObject)arg1) -> bool :
C++ signature :
bool isReallyClosing(class PyDbObject {lvalue})
- isTransactionResident(...)
- isTransactionResident( (DbObject)arg1) -> bool :
C++ signature :
bool isTransactionResident(class PyDbObject {lvalue})
- isUndoRecordingDisabled(...)
- isUndoRecordingDisabled( (DbObject)arg1) -> bool :
C++ signature :
bool isUndoRecordingDisabled(class PyDbObject {lvalue})
- isUndoing(...)
- isUndoing( (DbObject)arg1) -> bool :
C++ signature :
bool isUndoing(class PyDbObject {lvalue})
- isWriteEnabled(...)
- isWriteEnabled( (DbObject)arg1) -> bool :
C++ signature :
bool isWriteEnabled(class PyDbObject {lvalue})
- objectId(...)
- objectId( (DbObject)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId objectId(class PyDbObject {lvalue})
- ownerId(...)
- ownerId( (DbObject)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId ownerId(class PyDbObject {lvalue})
- releaseExtensionDictionary(...)
- releaseExtensionDictionary( (DbObject)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus releaseExtensionDictionary(class PyDbObject {lvalue})
- removePersistentReactor(...)
- removePersistentReactor( (DbObject)arg1, (ObjectId)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus removePersistentReactor(class PyDbObject {lvalue},class PyDbObjectId)
- setOwnerId(...)
- setOwnerId( (DbObject)arg1, (ObjectId)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setOwnerId(class PyDbObject {lvalue},class PyDbObjectId)
- setXData(...)
- setXData( (DbObject)arg1, (list)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setXData(class PyDbObject {lvalue},class boost::python::list)
- swapIdWith(...)
- swapIdWith( (DbObject)arg1, (ObjectId)arg2, (bool)arg3, (bool)arg4) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus swapIdWith(class PyDbObject {lvalue},class PyDbObjectId {lvalue},bool,bool)
- upgradeFromNotify(...)
- upgradeFromNotify( (DbObject)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus upgradeFromNotify(class PyDbObject {lvalue},bool {lvalue})
- upgradeOpen(...)
- upgradeOpen( (DbObject)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus upgradeOpen(class PyDbObject {lvalue})
- xData(...)
- xData( (DbObject)arg1, (str)arg2) -> list :
C++ signature :
class boost::python::list xData(class PyDbObject {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
- xDataTransformBy(...)
- xDataTransformBy( (DbObject)arg1, (Matrix3d)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus xDataTransformBy(class PyDbObject {lvalue},class AcGeMatrix3d)
Static methods inherited from PyGi.Drawable:
- isA(...)
- isA( (Drawable)arg1) -> RxClass :
C++ signature :
class PyRxClass isA(class PyGiDrawable {lvalue})
Static methods inherited from PyRx.RxObject:
- __eq__(...)
- __eq__( (RxObject)arg1, (RxObject)arg2) -> bool :
C++ signature :
bool __eq__(class PyRxObject {lvalue},class PyRxObject)
- __ne__(...)
- __ne__( (RxObject)arg1, (RxObject)arg2) -> bool :
C++ signature :
bool __ne__(class PyRxObject {lvalue},class PyRxObject)
- isNull(...)
- isNull( (RxObject)arg1) -> bool :
C++ signature :
bool isNull(class PyRxObject {lvalue})
Static methods inherited from Boost.Python.instance:
- __new__(*args, **kwargs) from Boost.Python.class
- Create and return a new object. See help(type) for accurate signature.
Data descriptors inherited from Boost.Python.instance:
- __dict__
- __weakref__
|
class SweptSurface(Surface) |
| | |
- Method resolution order:
- SweptSurface
- Surface
- Entity
- DbObject
- PyGi.Drawable
- PyRx.RxObject
- Boost.Python.instance
- builtins.object
Static methods defined here:
- __init__(...)
- __init__( (object)arg1) -> None :
C++ signature :
void __init__(struct _object * __ptr64)
__init__( (object)arg1) -> None :
C++ signature :
void __init__(struct _object * __ptr64)
__init__( (object)arg1, (ObjectId)arg2, (OpenMode)arg3) -> None :
C++ signature :
void __init__(struct _object * __ptr64,class PyDbObjectId,enum AcDb::OpenMode)
- __reduce__ = (...)
- className(...)
- className() -> str :
C++ signature :
class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > className()
- desc(...)
- desc() -> RxClass :
C++ signature :
class PyRxClass desc()
Data and other attributes defined here:
- __instance_size__ = 48
Static methods inherited from Entity:
- blockId(...)
- blockId( (Entity)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId blockId(class PyDbEntity {lvalue})
- castShadows(...)
- castShadows( (Entity)arg1) -> bool :
C++ signature :
bool castShadows(class PyDbEntity {lvalue})
- collisionType(...)
- collisionType( (Entity)arg1) -> CollisionType :
C++ signature :
enum AcDb::CollisionType collisionType(class PyDbEntity {lvalue})
- color(...)
- color( (Entity)arg1) -> Color :
C++ signature :
class AcCmColor color(class PyDbEntity {lvalue})
- colorIndex(...)
- colorIndex( (Entity)arg1) -> int :
C++ signature :
unsigned short colorIndex(class PyDbEntity {lvalue})
- draw(...)
- draw( (Entity)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus draw(class PyDbEntity {lvalue})
- entityColor(...)
- entityColor( (Entity)arg1) -> EntityColor :
C++ signature :
class AcCmEntityColor entityColor(class PyDbEntity {lvalue})
- getCompoundObjectTransform(...)
- getCompoundObjectTransform( (Entity)arg1, (Matrix3d)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus getCompoundObjectTransform(class PyDbEntity {lvalue},class AcGeMatrix3d {lvalue})
- getEcs(...)
- getEcs( (Entity)arg1, (Matrix3d)arg2) -> None :
C++ signature :
void getEcs(class PyDbEntity {lvalue},class AcGeMatrix3d {lvalue})
- getGeomExtents(...)
- getGeomExtents( (Entity)arg1, (Extents)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus getGeomExtents(class PyDbEntity {lvalue},class AcDbExtents {lvalue})
- getPlane(...)
- getPlane( (Entity)arg1) -> Plane :
C++ signature :
class PyGePlane getPlane(class PyDbEntity {lvalue})
- getPlotStyleNameId(...)
- getPlotStyleNameId( (Entity)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId getPlotStyleNameId(class PyDbEntity {lvalue})
- isPlanar(...)
- isPlanar( (Entity)arg1) -> bool :
C++ signature :
bool isPlanar(class PyDbEntity {lvalue})
- layer(...)
- layer( (Entity)arg1) -> str :
C++ signature :
class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > layer(class PyDbEntity {lvalue})
- layerId(...)
- layerId( (Entity)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId layerId(class PyDbEntity {lvalue})
- lineWeight(...)
- lineWeight( (Entity)arg1) -> LineWeight :
C++ signature :
enum AcDb::LineWeight lineWeight(class PyDbEntity {lvalue})
- linetype(...)
- linetype( (Entity)arg1) -> str :
C++ signature :
class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > linetype(class PyDbEntity {lvalue})
- linetypeId(...)
- linetypeId( (Entity)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId linetypeId(class PyDbEntity {lvalue})
- linetypeScale(...)
- linetypeScale( (Entity)arg1) -> float :
C++ signature :
double linetypeScale(class PyDbEntity {lvalue})
- list(...)
- list( (Entity)arg1) -> None :
C++ signature :
void list(class PyDbEntity {lvalue})
- material(...)
- material( (Entity)arg1) -> str :
C++ signature :
class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > material(class PyDbEntity {lvalue})
- materialId(...)
- materialId( (Entity)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId materialId(class PyDbEntity {lvalue})
- plotStyleName(...)
- plotStyleName( (Entity)arg1) -> str :
C++ signature :
class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > plotStyleName(class PyDbEntity {lvalue})
- receiveShadows(...)
- receiveShadows( (Entity)arg1) -> bool :
C++ signature :
bool receiveShadows(class PyDbEntity {lvalue})
- recordGraphicsModified(...)
- recordGraphicsModified( (Entity)arg1) -> None :
C++ signature :
void recordGraphicsModified(class PyDbEntity {lvalue})
recordGraphicsModified( (Entity)arg1) -> None :
C++ signature :
void recordGraphicsModified(class PyDbEntity {lvalue})
- setCastShadows(...)
- setCastShadows( (Entity)arg1, (bool)arg2) -> None :
C++ signature :
void setCastShadows(class PyDbEntity {lvalue},bool)
- setColor(...)
- setColor( (Entity)arg1, (Color)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setColor(class PyDbEntity {lvalue},class AcCmColor)
setColor( (Entity)arg1, (Color)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setColor(class PyDbEntity {lvalue},class AcCmColor,bool)
setColor( (Entity)arg1, (Color)arg2, (bool)arg3, (Database)arg4) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setColor(class PyDbEntity {lvalue},class AcCmColor,bool,class PyDbDatabase {lvalue})
- setColorIndex(...)
- setColorIndex( (Entity)arg1, (int)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setColorIndex(class PyDbEntity {lvalue},unsigned short)
setColorIndex( (Entity)arg1, (int)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setColorIndex(class PyDbEntity {lvalue},unsigned short,bool)
- setDatabaseDefaults(...)
- setDatabaseDefaults( (Entity)arg1) -> None :
C++ signature :
void setDatabaseDefaults(class PyDbEntity {lvalue})
setDatabaseDefaults( (Entity)arg1, (Database)arg2) -> None :
C++ signature :
void setDatabaseDefaults(class PyDbEntity {lvalue},class PyDbDatabase)
- setLayer(...)
- setLayer( (Entity)arg1, (str)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLayer(class PyDbEntity {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
setLayer( (Entity)arg1, (str)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLayer(class PyDbEntity {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,bool)
setLayer( (Entity)arg1, (str)arg2, (bool)arg3, (bool)arg4) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLayer(class PyDbEntity {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,bool,bool)
setLayer( (Entity)arg1, (ObjectId)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLayer(class PyDbEntity {lvalue},class PyDbObjectId)
setLayer( (Entity)arg1, (ObjectId)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLayer(class PyDbEntity {lvalue},class PyDbObjectId,bool)
setLayer( (Entity)arg1, (ObjectId)arg2, (bool)arg3, (bool)arg4) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLayer(class PyDbEntity {lvalue},class PyDbObjectId,bool,bool)
- setLineWeight(...)
- setLineWeight( (Entity)arg1, (LineWeight)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLineWeight(class PyDbEntity {lvalue},enum AcDb::LineWeight)
setLineWeight( (Entity)arg1, (LineWeight)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLineWeight(class PyDbEntity {lvalue},enum AcDb::LineWeight,bool)
- setLinetype(...)
- setLinetype( (Entity)arg1, (str)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLinetype(class PyDbEntity {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
setLinetype( (Entity)arg1, (str)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLinetype(class PyDbEntity {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,bool)
setLinetype( (Entity)arg1, (ObjectId)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLinetype(class PyDbEntity {lvalue},class PyDbObjectId)
setLinetype( (Entity)arg1, (ObjectId)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLinetype(class PyDbEntity {lvalue},class PyDbObjectId,bool)
- setLinetypeScale(...)
- setLinetypeScale( (Entity)arg1, (float)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLinetypeScale(class PyDbEntity {lvalue},double)
setLinetypeScale( (Entity)arg1, (float)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLinetypeScale(class PyDbEntity {lvalue},double,bool)
- setMaterial(...)
- setMaterial( (Entity)arg1, (str)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setMaterial(class PyDbEntity {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
setMaterial( (Entity)arg1, (str)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setMaterial(class PyDbEntity {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,bool)
setMaterial( (Entity)arg1, (ObjectId)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setMaterial(class PyDbEntity {lvalue},class PyDbObjectId)
setMaterial( (Entity)arg1, (ObjectId)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setMaterial(class PyDbEntity {lvalue},class PyDbObjectId,bool)
- setPlotStyleName(...)
- setPlotStyleName( (Entity)arg1, (str)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setPlotStyleName(class PyDbEntity {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,bool)
setPlotStyleName( (Entity)arg1, (PlotStyleNameType)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setPlotStyleName(class PyDbEntity {lvalue},enum AcDb::PlotStyleNameType,bool)
setPlotStyleName( (Entity)arg1, (PlotStyleNameType)arg2, (ObjectId)arg3, (bool)arg4) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setPlotStyleName(class PyDbEntity {lvalue},enum AcDb::PlotStyleNameType,class PyDbObjectId,bool)
- setPropertiesFrom(...)
- setPropertiesFrom( (Entity)arg1, (Entity)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setPropertiesFrom(class PyDbEntity {lvalue},class PyDbEntity)
setPropertiesFrom( (Entity)arg1, (Entity)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setPropertiesFrom(class PyDbEntity {lvalue},class PyDbEntity,bool)
- setReceiveShadows(...)
- setReceiveShadows( (Entity)arg1, (bool)arg2) -> None :
C++ signature :
void setReceiveShadows(class PyDbEntity {lvalue},bool)
- setVisibility(...)
- setVisibility( (Entity)arg1, (Visibility)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setVisibility(class PyDbEntity {lvalue},enum AcDb::Visibility)
setVisibility( (Entity)arg1, (Visibility)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setVisibility(class PyDbEntity {lvalue},enum AcDb::Visibility,bool)
- transformBy(...)
- transformBy( (Entity)arg1, (Matrix3d)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus transformBy(class PyDbEntity {lvalue},class AcGeMatrix3d)
- visibility(...)
- visibility( (Entity)arg1) -> Visibility :
C++ signature :
enum AcDb::Visibility visibility(class PyDbEntity {lvalue})
Static methods inherited from DbObject:
- addPersistentReactor(...)
- addPersistentReactor( (DbObject)arg1, (ObjectId)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus addPersistentReactor(class PyDbObject {lvalue},class PyDbObjectId)
- assertNotifyEnabled(...)
- assertNotifyEnabled( (DbObject)arg1) -> None :
C++ signature :
void assertNotifyEnabled(class PyDbObject {lvalue})
- assertReadEnabled(...)
- assertReadEnabled( (DbObject)arg1) -> None :
C++ signature :
void assertReadEnabled(class PyDbObject {lvalue})
- assertWriteEnabled(...)
- assertWriteEnabled( (DbObject)arg1) -> None :
C++ signature :
void assertWriteEnabled(class PyDbObject {lvalue})
- cancel(...)
- cancel( (DbObject)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus cancel(class PyDbObject {lvalue})
- close(...)
- close( (DbObject)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus close(class PyDbObject {lvalue})
- createExtensionDictionary(...)
- createExtensionDictionary( (DbObject)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus createExtensionDictionary(class PyDbObject {lvalue})
- database(...)
- database( (DbObject)arg1) -> Database :
C++ signature :
class PyDbDatabase database(class PyDbObject {lvalue})
- disableUndoRecording(...)
- disableUndoRecording( (DbObject)arg1, (bool)arg2) -> None :
C++ signature :
void disableUndoRecording(class PyDbObject {lvalue},bool)
- downgradeOpen(...)
- downgradeOpen( (DbObject)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus downgradeOpen(class PyDbObject {lvalue})
- downgradeToNotify(...)
- downgradeToNotify( (DbObject)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus downgradeToNotify(class PyDbObject {lvalue},bool)
- erase(...)
- erase( (DbObject)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus erase(class PyDbObject {lvalue})
- extensionDictionary(...)
- extensionDictionary( (DbObject)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId extensionDictionary(class PyDbObject {lvalue})
- handOverTo(...)
- handOverTo( (DbObject)arg1, (DbObject)arg2, (bool)arg3, (bool)arg4) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus handOverTo(class PyDbObject {lvalue},class PyDbObject {lvalue},bool,bool)
- hasPersistentReactor(...)
- hasPersistentReactor( (DbObject)arg1, (ObjectId)arg2) -> bool :
C++ signature :
bool hasPersistentReactor(class PyDbObject {lvalue},class PyDbObjectId)
- isAProxy(...)
- isAProxy( (DbObject)arg1) -> bool :
C++ signature :
bool isAProxy(class PyDbObject {lvalue})
- isCancelling(...)
- isCancelling( (DbObject)arg1) -> bool :
C++ signature :
bool isCancelling(class PyDbObject {lvalue})
- isEraseStatusToggled(...)
- isEraseStatusToggled( (DbObject)arg1) -> bool :
C++ signature :
bool isEraseStatusToggled(class PyDbObject {lvalue})
- isErased(...)
- isErased( (DbObject)arg1) -> bool :
C++ signature :
bool isErased(class PyDbObject {lvalue})
- isModified(...)
- isModified( (DbObject)arg1) -> bool :
C++ signature :
bool isModified(class PyDbObject {lvalue})
- isModifiedGraphics(...)
- isModifiedGraphics( (DbObject)arg1) -> bool :
C++ signature :
bool isModifiedGraphics(class PyDbObject {lvalue})
- isModifiedXData(...)
- isModifiedXData( (DbObject)arg1) -> bool :
C++ signature :
bool isModifiedXData(class PyDbObject {lvalue})
- isNewObject(...)
- isNewObject( (DbObject)arg1) -> bool :
C++ signature :
bool isNewObject(class PyDbObject {lvalue})
- isNotifyEnabled(...)
- isNotifyEnabled( (DbObject)arg1) -> bool :
C++ signature :
bool isNotifyEnabled(class PyDbObject {lvalue})
- isNotifying(...)
- isNotifying( (DbObject)arg1) -> bool :
C++ signature :
bool isNotifying(class PyDbObject {lvalue})
- isReadEnabled(...)
- isReadEnabled( (DbObject)arg1) -> bool :
C++ signature :
bool isReadEnabled(class PyDbObject {lvalue})
- isReallyClosing(...)
- isReallyClosing( (DbObject)arg1) -> bool :
C++ signature :
bool isReallyClosing(class PyDbObject {lvalue})
- isTransactionResident(...)
- isTransactionResident( (DbObject)arg1) -> bool :
C++ signature :
bool isTransactionResident(class PyDbObject {lvalue})
- isUndoRecordingDisabled(...)
- isUndoRecordingDisabled( (DbObject)arg1) -> bool :
C++ signature :
bool isUndoRecordingDisabled(class PyDbObject {lvalue})
- isUndoing(...)
- isUndoing( (DbObject)arg1) -> bool :
C++ signature :
bool isUndoing(class PyDbObject {lvalue})
- isWriteEnabled(...)
- isWriteEnabled( (DbObject)arg1) -> bool :
C++ signature :
bool isWriteEnabled(class PyDbObject {lvalue})
- objectId(...)
- objectId( (DbObject)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId objectId(class PyDbObject {lvalue})
- ownerId(...)
- ownerId( (DbObject)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId ownerId(class PyDbObject {lvalue})
- releaseExtensionDictionary(...)
- releaseExtensionDictionary( (DbObject)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus releaseExtensionDictionary(class PyDbObject {lvalue})
- removePersistentReactor(...)
- removePersistentReactor( (DbObject)arg1, (ObjectId)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus removePersistentReactor(class PyDbObject {lvalue},class PyDbObjectId)
- setOwnerId(...)
- setOwnerId( (DbObject)arg1, (ObjectId)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setOwnerId(class PyDbObject {lvalue},class PyDbObjectId)
- setXData(...)
- setXData( (DbObject)arg1, (list)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setXData(class PyDbObject {lvalue},class boost::python::list)
- swapIdWith(...)
- swapIdWith( (DbObject)arg1, (ObjectId)arg2, (bool)arg3, (bool)arg4) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus swapIdWith(class PyDbObject {lvalue},class PyDbObjectId {lvalue},bool,bool)
- upgradeFromNotify(...)
- upgradeFromNotify( (DbObject)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus upgradeFromNotify(class PyDbObject {lvalue},bool {lvalue})
- upgradeOpen(...)
- upgradeOpen( (DbObject)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus upgradeOpen(class PyDbObject {lvalue})
- xData(...)
- xData( (DbObject)arg1, (str)arg2) -> list :
C++ signature :
class boost::python::list xData(class PyDbObject {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
- xDataTransformBy(...)
- xDataTransformBy( (DbObject)arg1, (Matrix3d)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus xDataTransformBy(class PyDbObject {lvalue},class AcGeMatrix3d)
Static methods inherited from PyGi.Drawable:
- isA(...)
- isA( (Drawable)arg1) -> RxClass :
C++ signature :
class PyRxClass isA(class PyGiDrawable {lvalue})
Static methods inherited from PyRx.RxObject:
- __eq__(...)
- __eq__( (RxObject)arg1, (RxObject)arg2) -> bool :
C++ signature :
bool __eq__(class PyRxObject {lvalue},class PyRxObject)
- __ne__(...)
- __ne__( (RxObject)arg1, (RxObject)arg2) -> bool :
C++ signature :
bool __ne__(class PyRxObject {lvalue},class PyRxObject)
- isNull(...)
- isNull( (RxObject)arg1) -> bool :
C++ signature :
bool isNull(class PyRxObject {lvalue})
Static methods inherited from Boost.Python.instance:
- __new__(*args, **kwargs) from Boost.Python.class
- Create and return a new object. See help(type) for accurate signature.
Data descriptors inherited from Boost.Python.instance:
- __dict__
- __weakref__
|
class SymbolTable(DbObject) |
| | |
- Method resolution order:
- SymbolTable
- DbObject
- PyGi.Drawable
- PyRx.RxObject
- Boost.Python.instance
- builtins.object
Static methods defined here:
- __init__(...)
- __init__( (object)arg1, (ObjectId)arg2, (OpenMode)arg3) -> None :
C++ signature :
void __init__(struct _object * __ptr64,class PyDbObjectId,enum AcDb::OpenMode)
- __reduce__ = (...)
- className(...)
- className() -> str :
C++ signature :
class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > className()
- desc(...)
- desc() -> RxClass :
C++ signature :
class PyRxClass desc()
- getAt(...)
- getAt( (SymbolTable)arg1, (str)arg2) -> ObjectId :
C++ signature :
class PyDbObjectId getAt(class PyDbSymbolTable {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
- has(...)
- has( (SymbolTable)arg1, (str)arg2) -> bool :
C++ signature :
bool has(class PyDbSymbolTable {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
has( (SymbolTable)arg1, (ObjectId)arg2) -> bool :
C++ signature :
bool has(class PyDbSymbolTable {lvalue},class PyDbObjectId)
- recordIds(...)
- recordIds( (SymbolTable)arg1) -> list :
C++ signature :
class boost::python::list recordIds(class PyDbSymbolTable {lvalue})
Static methods inherited from DbObject:
- addPersistentReactor(...)
- addPersistentReactor( (DbObject)arg1, (ObjectId)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus addPersistentReactor(class PyDbObject {lvalue},class PyDbObjectId)
- assertNotifyEnabled(...)
- assertNotifyEnabled( (DbObject)arg1) -> None :
C++ signature :
void assertNotifyEnabled(class PyDbObject {lvalue})
- assertReadEnabled(...)
- assertReadEnabled( (DbObject)arg1) -> None :
C++ signature :
void assertReadEnabled(class PyDbObject {lvalue})
- assertWriteEnabled(...)
- assertWriteEnabled( (DbObject)arg1) -> None :
C++ signature :
void assertWriteEnabled(class PyDbObject {lvalue})
- cancel(...)
- cancel( (DbObject)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus cancel(class PyDbObject {lvalue})
- close(...)
- close( (DbObject)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus close(class PyDbObject {lvalue})
- createExtensionDictionary(...)
- createExtensionDictionary( (DbObject)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus createExtensionDictionary(class PyDbObject {lvalue})
- database(...)
- database( (DbObject)arg1) -> Database :
C++ signature :
class PyDbDatabase database(class PyDbObject {lvalue})
- disableUndoRecording(...)
- disableUndoRecording( (DbObject)arg1, (bool)arg2) -> None :
C++ signature :
void disableUndoRecording(class PyDbObject {lvalue},bool)
- downgradeOpen(...)
- downgradeOpen( (DbObject)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus downgradeOpen(class PyDbObject {lvalue})
- downgradeToNotify(...)
- downgradeToNotify( (DbObject)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus downgradeToNotify(class PyDbObject {lvalue},bool)
- erase(...)
- erase( (DbObject)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus erase(class PyDbObject {lvalue})
- extensionDictionary(...)
- extensionDictionary( (DbObject)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId extensionDictionary(class PyDbObject {lvalue})
- handOverTo(...)
- handOverTo( (DbObject)arg1, (DbObject)arg2, (bool)arg3, (bool)arg4) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus handOverTo(class PyDbObject {lvalue},class PyDbObject {lvalue},bool,bool)
- hasPersistentReactor(...)
- hasPersistentReactor( (DbObject)arg1, (ObjectId)arg2) -> bool :
C++ signature :
bool hasPersistentReactor(class PyDbObject {lvalue},class PyDbObjectId)
- isAProxy(...)
- isAProxy( (DbObject)arg1) -> bool :
C++ signature :
bool isAProxy(class PyDbObject {lvalue})
- isCancelling(...)
- isCancelling( (DbObject)arg1) -> bool :
C++ signature :
bool isCancelling(class PyDbObject {lvalue})
- isEraseStatusToggled(...)
- isEraseStatusToggled( (DbObject)arg1) -> bool :
C++ signature :
bool isEraseStatusToggled(class PyDbObject {lvalue})
- isErased(...)
- isErased( (DbObject)arg1) -> bool :
C++ signature :
bool isErased(class PyDbObject {lvalue})
- isModified(...)
- isModified( (DbObject)arg1) -> bool :
C++ signature :
bool isModified(class PyDbObject {lvalue})
- isModifiedGraphics(...)
- isModifiedGraphics( (DbObject)arg1) -> bool :
C++ signature :
bool isModifiedGraphics(class PyDbObject {lvalue})
- isModifiedXData(...)
- isModifiedXData( (DbObject)arg1) -> bool :
C++ signature :
bool isModifiedXData(class PyDbObject {lvalue})
- isNewObject(...)
- isNewObject( (DbObject)arg1) -> bool :
C++ signature :
bool isNewObject(class PyDbObject {lvalue})
- isNotifyEnabled(...)
- isNotifyEnabled( (DbObject)arg1) -> bool :
C++ signature :
bool isNotifyEnabled(class PyDbObject {lvalue})
- isNotifying(...)
- isNotifying( (DbObject)arg1) -> bool :
C++ signature :
bool isNotifying(class PyDbObject {lvalue})
- isReadEnabled(...)
- isReadEnabled( (DbObject)arg1) -> bool :
C++ signature :
bool isReadEnabled(class PyDbObject {lvalue})
- isReallyClosing(...)
- isReallyClosing( (DbObject)arg1) -> bool :
C++ signature :
bool isReallyClosing(class PyDbObject {lvalue})
- isTransactionResident(...)
- isTransactionResident( (DbObject)arg1) -> bool :
C++ signature :
bool isTransactionResident(class PyDbObject {lvalue})
- isUndoRecordingDisabled(...)
- isUndoRecordingDisabled( (DbObject)arg1) -> bool :
C++ signature :
bool isUndoRecordingDisabled(class PyDbObject {lvalue})
- isUndoing(...)
- isUndoing( (DbObject)arg1) -> bool :
C++ signature :
bool isUndoing(class PyDbObject {lvalue})
- isWriteEnabled(...)
- isWriteEnabled( (DbObject)arg1) -> bool :
C++ signature :
bool isWriteEnabled(class PyDbObject {lvalue})
- objectId(...)
- objectId( (DbObject)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId objectId(class PyDbObject {lvalue})
- ownerId(...)
- ownerId( (DbObject)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId ownerId(class PyDbObject {lvalue})
- releaseExtensionDictionary(...)
- releaseExtensionDictionary( (DbObject)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus releaseExtensionDictionary(class PyDbObject {lvalue})
- removePersistentReactor(...)
- removePersistentReactor( (DbObject)arg1, (ObjectId)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus removePersistentReactor(class PyDbObject {lvalue},class PyDbObjectId)
- setOwnerId(...)
- setOwnerId( (DbObject)arg1, (ObjectId)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setOwnerId(class PyDbObject {lvalue},class PyDbObjectId)
- setXData(...)
- setXData( (DbObject)arg1, (list)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setXData(class PyDbObject {lvalue},class boost::python::list)
- swapIdWith(...)
- swapIdWith( (DbObject)arg1, (ObjectId)arg2, (bool)arg3, (bool)arg4) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus swapIdWith(class PyDbObject {lvalue},class PyDbObjectId {lvalue},bool,bool)
- upgradeFromNotify(...)
- upgradeFromNotify( (DbObject)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus upgradeFromNotify(class PyDbObject {lvalue},bool {lvalue})
- upgradeOpen(...)
- upgradeOpen( (DbObject)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus upgradeOpen(class PyDbObject {lvalue})
- xData(...)
- xData( (DbObject)arg1, (str)arg2) -> list :
C++ signature :
class boost::python::list xData(class PyDbObject {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
- xDataTransformBy(...)
- xDataTransformBy( (DbObject)arg1, (Matrix3d)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus xDataTransformBy(class PyDbObject {lvalue},class AcGeMatrix3d)
Static methods inherited from PyGi.Drawable:
- isA(...)
- isA( (Drawable)arg1) -> RxClass :
C++ signature :
class PyRxClass isA(class PyGiDrawable {lvalue})
Static methods inherited from PyRx.RxObject:
- __eq__(...)
- __eq__( (RxObject)arg1, (RxObject)arg2) -> bool :
C++ signature :
bool __eq__(class PyRxObject {lvalue},class PyRxObject)
- __ne__(...)
- __ne__( (RxObject)arg1, (RxObject)arg2) -> bool :
C++ signature :
bool __ne__(class PyRxObject {lvalue},class PyRxObject)
- isNull(...)
- isNull( (RxObject)arg1) -> bool :
C++ signature :
bool isNull(class PyRxObject {lvalue})
Static methods inherited from Boost.Python.instance:
- __new__(*args, **kwargs) from Boost.Python.class
- Create and return a new object. See help(type) for accurate signature.
Data descriptors inherited from Boost.Python.instance:
- __dict__
- __weakref__
|
class SymbolTableRecord(DbObject) |
| | |
- Method resolution order:
- SymbolTableRecord
- DbObject
- PyGi.Drawable
- PyRx.RxObject
- Boost.Python.instance
- builtins.object
Static methods defined here:
- __init__(...)
- __init__( (object)arg1, (ObjectId)arg2, (OpenMode)arg3) -> None :
C++ signature :
void __init__(struct _object * __ptr64,class PyDbObjectId,enum AcDb::OpenMode)
- __reduce__ = (...)
- className(...)
- className() -> str :
C++ signature :
class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > className()
- desc(...)
- desc() -> RxClass :
C++ signature :
class PyRxClass desc()
- getName(...)
- getName( (SymbolTableRecord)arg1) -> str :
C++ signature :
class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > getName(class PyDbSymbolTableRecord {lvalue})
- isDependent(...)
- isDependent( (SymbolTableRecord)arg1) -> bool :
C++ signature :
bool isDependent(class PyDbSymbolTableRecord {lvalue})
- isRenamable(...)
- isRenamable( (SymbolTableRecord)arg1) -> bool :
C++ signature :
bool isRenamable(class PyDbSymbolTableRecord {lvalue})
- isResolved(...)
- isResolved( (SymbolTableRecord)arg1) -> bool :
C++ signature :
bool isResolved(class PyDbSymbolTableRecord {lvalue})
- setName(...)
- setName( (SymbolTableRecord)arg1, (str)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setName(class PyDbSymbolTableRecord {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
Static methods inherited from DbObject:
- addPersistentReactor(...)
- addPersistentReactor( (DbObject)arg1, (ObjectId)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus addPersistentReactor(class PyDbObject {lvalue},class PyDbObjectId)
- assertNotifyEnabled(...)
- assertNotifyEnabled( (DbObject)arg1) -> None :
C++ signature :
void assertNotifyEnabled(class PyDbObject {lvalue})
- assertReadEnabled(...)
- assertReadEnabled( (DbObject)arg1) -> None :
C++ signature :
void assertReadEnabled(class PyDbObject {lvalue})
- assertWriteEnabled(...)
- assertWriteEnabled( (DbObject)arg1) -> None :
C++ signature :
void assertWriteEnabled(class PyDbObject {lvalue})
- cancel(...)
- cancel( (DbObject)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus cancel(class PyDbObject {lvalue})
- close(...)
- close( (DbObject)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus close(class PyDbObject {lvalue})
- createExtensionDictionary(...)
- createExtensionDictionary( (DbObject)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus createExtensionDictionary(class PyDbObject {lvalue})
- database(...)
- database( (DbObject)arg1) -> Database :
C++ signature :
class PyDbDatabase database(class PyDbObject {lvalue})
- disableUndoRecording(...)
- disableUndoRecording( (DbObject)arg1, (bool)arg2) -> None :
C++ signature :
void disableUndoRecording(class PyDbObject {lvalue},bool)
- downgradeOpen(...)
- downgradeOpen( (DbObject)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus downgradeOpen(class PyDbObject {lvalue})
- downgradeToNotify(...)
- downgradeToNotify( (DbObject)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus downgradeToNotify(class PyDbObject {lvalue},bool)
- erase(...)
- erase( (DbObject)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus erase(class PyDbObject {lvalue})
- extensionDictionary(...)
- extensionDictionary( (DbObject)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId extensionDictionary(class PyDbObject {lvalue})
- handOverTo(...)
- handOverTo( (DbObject)arg1, (DbObject)arg2, (bool)arg3, (bool)arg4) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus handOverTo(class PyDbObject {lvalue},class PyDbObject {lvalue},bool,bool)
- hasPersistentReactor(...)
- hasPersistentReactor( (DbObject)arg1, (ObjectId)arg2) -> bool :
C++ signature :
bool hasPersistentReactor(class PyDbObject {lvalue},class PyDbObjectId)
- isAProxy(...)
- isAProxy( (DbObject)arg1) -> bool :
C++ signature :
bool isAProxy(class PyDbObject {lvalue})
- isCancelling(...)
- isCancelling( (DbObject)arg1) -> bool :
C++ signature :
bool isCancelling(class PyDbObject {lvalue})
- isEraseStatusToggled(...)
- isEraseStatusToggled( (DbObject)arg1) -> bool :
C++ signature :
bool isEraseStatusToggled(class PyDbObject {lvalue})
- isErased(...)
- isErased( (DbObject)arg1) -> bool :
C++ signature :
bool isErased(class PyDbObject {lvalue})
- isModified(...)
- isModified( (DbObject)arg1) -> bool :
C++ signature :
bool isModified(class PyDbObject {lvalue})
- isModifiedGraphics(...)
- isModifiedGraphics( (DbObject)arg1) -> bool :
C++ signature :
bool isModifiedGraphics(class PyDbObject {lvalue})
- isModifiedXData(...)
- isModifiedXData( (DbObject)arg1) -> bool :
C++ signature :
bool isModifiedXData(class PyDbObject {lvalue})
- isNewObject(...)
- isNewObject( (DbObject)arg1) -> bool :
C++ signature :
bool isNewObject(class PyDbObject {lvalue})
- isNotifyEnabled(...)
- isNotifyEnabled( (DbObject)arg1) -> bool :
C++ signature :
bool isNotifyEnabled(class PyDbObject {lvalue})
- isNotifying(...)
- isNotifying( (DbObject)arg1) -> bool :
C++ signature :
bool isNotifying(class PyDbObject {lvalue})
- isReadEnabled(...)
- isReadEnabled( (DbObject)arg1) -> bool :
C++ signature :
bool isReadEnabled(class PyDbObject {lvalue})
- isReallyClosing(...)
- isReallyClosing( (DbObject)arg1) -> bool :
C++ signature :
bool isReallyClosing(class PyDbObject {lvalue})
- isTransactionResident(...)
- isTransactionResident( (DbObject)arg1) -> bool :
C++ signature :
bool isTransactionResident(class PyDbObject {lvalue})
- isUndoRecordingDisabled(...)
- isUndoRecordingDisabled( (DbObject)arg1) -> bool :
C++ signature :
bool isUndoRecordingDisabled(class PyDbObject {lvalue})
- isUndoing(...)
- isUndoing( (DbObject)arg1) -> bool :
C++ signature :
bool isUndoing(class PyDbObject {lvalue})
- isWriteEnabled(...)
- isWriteEnabled( (DbObject)arg1) -> bool :
C++ signature :
bool isWriteEnabled(class PyDbObject {lvalue})
- objectId(...)
- objectId( (DbObject)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId objectId(class PyDbObject {lvalue})
- ownerId(...)
- ownerId( (DbObject)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId ownerId(class PyDbObject {lvalue})
- releaseExtensionDictionary(...)
- releaseExtensionDictionary( (DbObject)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus releaseExtensionDictionary(class PyDbObject {lvalue})
- removePersistentReactor(...)
- removePersistentReactor( (DbObject)arg1, (ObjectId)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus removePersistentReactor(class PyDbObject {lvalue},class PyDbObjectId)
- setOwnerId(...)
- setOwnerId( (DbObject)arg1, (ObjectId)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setOwnerId(class PyDbObject {lvalue},class PyDbObjectId)
- setXData(...)
- setXData( (DbObject)arg1, (list)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setXData(class PyDbObject {lvalue},class boost::python::list)
- swapIdWith(...)
- swapIdWith( (DbObject)arg1, (ObjectId)arg2, (bool)arg3, (bool)arg4) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus swapIdWith(class PyDbObject {lvalue},class PyDbObjectId {lvalue},bool,bool)
- upgradeFromNotify(...)
- upgradeFromNotify( (DbObject)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus upgradeFromNotify(class PyDbObject {lvalue},bool {lvalue})
- upgradeOpen(...)
- upgradeOpen( (DbObject)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus upgradeOpen(class PyDbObject {lvalue})
- xData(...)
- xData( (DbObject)arg1, (str)arg2) -> list :
C++ signature :
class boost::python::list xData(class PyDbObject {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
- xDataTransformBy(...)
- xDataTransformBy( (DbObject)arg1, (Matrix3d)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus xDataTransformBy(class PyDbObject {lvalue},class AcGeMatrix3d)
Static methods inherited from PyGi.Drawable:
- isA(...)
- isA( (Drawable)arg1) -> RxClass :
C++ signature :
class PyRxClass isA(class PyGiDrawable {lvalue})
Static methods inherited from PyRx.RxObject:
- __eq__(...)
- __eq__( (RxObject)arg1, (RxObject)arg2) -> bool :
C++ signature :
bool __eq__(class PyRxObject {lvalue},class PyRxObject)
- __ne__(...)
- __ne__( (RxObject)arg1, (RxObject)arg2) -> bool :
C++ signature :
bool __ne__(class PyRxObject {lvalue},class PyRxObject)
- isNull(...)
- isNull( (RxObject)arg1) -> bool :
C++ signature :
bool isNull(class PyRxObject {lvalue})
Static methods inherited from Boost.Python.instance:
- __new__(*args, **kwargs) from Boost.Python.class
- Create and return a new object. See help(type) for accurate signature.
Data descriptors inherited from Boost.Python.instance:
- __dict__
- __weakref__
|
class Table(BlockReference) |
| | |
- Method resolution order:
- Table
- BlockReference
- Entity
- DbObject
- PyGi.Drawable
- PyRx.RxObject
- Boost.Python.instance
- builtins.object
Static methods defined here:
- __init__(...)
- __init__( (object)arg1) -> None :
C++ signature :
void __init__(struct _object * __ptr64)
__init__( (object)arg1) -> None :
C++ signature :
void __init__(struct _object * __ptr64)
__init__( (object)arg1, (ObjectId)arg2, (OpenMode)arg3) -> None :
C++ signature :
void __init__(struct _object * __ptr64,class PyDbObjectId,enum AcDb::OpenMode)
- __reduce__ = (...)
- alignment(...)
- alignment( (Table)arg1, (RowType)arg2) -> CellAlignment :
C++ signature :
enum AcDb::CellAlignment alignment(class PyDbTable {lvalue},enum AcDb::RowType)
alignment( (Table)arg1, (int)arg2, (int)arg3) -> CellAlignment :
C++ signature :
enum AcDb::CellAlignment alignment(class PyDbTable {lvalue},int,int)
- attachmentPoint(...)
- attachmentPoint( (Table)arg1, (int)arg2, (int)arg3) -> Point3d :
C++ signature :
class AcGePoint3d attachmentPoint(class PyDbTable {lvalue},int,int)
attachmentPoint( (Table)arg1, (int)arg2, (int)arg3, (int)arg4) -> Point3d :
C++ signature :
class AcGePoint3d attachmentPoint(class PyDbTable {lvalue},int,int,int)
- backgroundColor(...)
- backgroundColor( (Table)arg1, (RowType)arg2) -> Color :
C++ signature :
class AcCmColor backgroundColor(class PyDbTable {lvalue},enum AcDb::RowType)
- blockRotation(...)
- blockRotation( (Table)arg1, (int)arg2, (int)arg3) -> float :
C++ signature :
double blockRotation(class PyDbTable {lvalue},int,int)
- blockScale(...)
- blockScale( (Table)arg1, (int)arg2, (int)arg3) -> float :
C++ signature :
double blockScale(class PyDbTable {lvalue},int,int)
- blockTableRecordId(...)
- blockTableRecordId( (Table)arg1, (int)arg2, (int)arg3) -> ObjectId :
C++ signature :
class PyDbObjectId blockTableRecordId(class PyDbTable {lvalue},int,int)
blockTableRecordId( (Table)arg1, (int)arg2, (int)arg3, (int)arg4) -> ObjectId :
C++ signature :
class PyDbObjectId blockTableRecordId(class PyDbTable {lvalue},int,int,int)
- breakFlowDirection(...)
- breakFlowDirection( (Table)arg1) -> TableBreakFlowDirection :
C++ signature :
enum AcDb::TableBreakFlowDirection breakFlowDirection(class PyDbTable {lvalue})
- breakHeight(...)
- breakHeight( (Table)arg1, (int)arg2) -> float :
C++ signature :
double breakHeight(class PyDbTable {lvalue},int)
- breakOffset(...)
- breakOffset( (Table)arg1, (int)arg2) -> Vector3d :
C++ signature :
class AcGeVector3d breakOffset(class PyDbTable {lvalue},int)
- breakOption(...)
- breakOption( (Table)arg1) -> TableBreakOption :
C++ signature :
enum AcDb::TableBreakOption breakOption(class PyDbTable {lvalue})
- breakSpacing(...)
- breakSpacing( (Table)arg1) -> float :
C++ signature :
double breakSpacing(class PyDbTable {lvalue})
- canDelete(...)
- canDelete( (Table)arg1, (int)arg2, (int)arg3, (bool)arg4) -> bool :
C++ signature :
bool canDelete(class PyDbTable {lvalue},int,int,bool)
- canInsert(...)
- canInsert( (Table)arg1, (int)arg2, (bool)arg3) -> bool :
C++ signature :
bool canInsert(class PyDbTable {lvalue},int,bool)
- cellRange(...)
- cellRange( (Table)arg1) -> CellRange :
C++ signature :
struct AcCellRange cellRange(class PyDbTable {lvalue})
- cellState(...)
- cellState( (Table)arg1, (int)arg2, (int)arg3) -> CellState :
C++ signature :
enum AcDb::CellState cellState(class PyDbTable {lvalue},int,int)
- cellStyle(...)
- cellStyle( (Table)arg1, (int)arg2, (int)arg3) -> str :
C++ signature :
class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > cellStyle(class PyDbTable {lvalue},int,int)
- cellStyleOverrides(...)
- cellStyleOverrides( (Table)arg1, (int)arg2, (int)arg3) -> list :
C++ signature :
class boost::python::list cellStyleOverrides(class PyDbTable {lvalue},int,int)
- cellType(...)
- cellType( (Table)arg1, (int)arg2, (int)arg3) -> CellType :
C++ signature :
enum AcDb::CellType cellType(class PyDbTable {lvalue},int,int)
- className(...)
- className() -> str :
C++ signature :
class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > className()
- clearCellOverrides(...)
- clearCellOverrides( (Table)arg1, (int)arg2, (int)arg3) -> None :
C++ signature :
void clearCellOverrides(class PyDbTable {lvalue},int,int)
- clearSubSelection(...)
- clearSubSelection( (Table)arg1) -> None :
C++ signature :
void clearSubSelection(class PyDbTable {lvalue})
- clearTableStyleOverrides(...)
- clearTableStyleOverrides( (Table)arg1) -> None :
C++ signature :
void clearTableStyleOverrides(class PyDbTable {lvalue})
- columnWidth(...)
- columnWidth( (Table)arg1, (int)arg2) -> float :
C++ signature :
double columnWidth(class PyDbTable {lvalue},int)
- contentColor(...)
- contentColor( (Table)arg1, (RowType)arg2) -> Color :
C++ signature :
class AcCmColor contentColor(class PyDbTable {lvalue},enum AcDb::RowType)
contentColor( (Table)arg1, (int)arg2, (int)arg3) -> Color :
C++ signature :
class AcCmColor contentColor(class PyDbTable {lvalue},int,int)
contentColor( (Table)arg1, (int)arg2, (int)arg3, (int)arg4) -> Color :
C++ signature :
class AcCmColor contentColor(class PyDbTable {lvalue},int,int,int)
- contentLayout(...)
- contentLayout( (Table)arg1, (int)arg2, (int)arg3) -> CellContentLayout :
C++ signature :
enum AcDb::CellContentLayout contentLayout(class PyDbTable {lvalue},int,int)
- contentType(...)
- contentType( (Table)arg1, (int)arg2, (int)arg3) -> CellContentType :
C++ signature :
enum AcDb::CellContentType contentType(class PyDbTable {lvalue},int,int)
contentType( (Table)arg1, (int)arg2, (int)arg3, (int)arg4) -> CellContentType :
C++ signature :
enum AcDb::CellContentType contentType(class PyDbTable {lvalue},int,int,int)
- createContent(...)
- createContent( (Table)arg1, (int)arg2, (int)arg3, (int)arg4) -> int :
C++ signature :
int createContent(class PyDbTable {lvalue},int,int,int)
- dataFormat(...)
- dataFormat( (Table)arg1, (int)arg2, (int)arg3) -> str :
C++ signature :
class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > dataFormat(class PyDbTable {lvalue},int,int)
dataFormat( (Table)arg1, (int)arg2, (int)arg3, (int)arg4) -> str :
C++ signature :
class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > dataFormat(class PyDbTable {lvalue},int,int,int)
- deleteCellContent(...)
- deleteCellContent( (Table)arg1, (int)arg2, (int)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus deleteCellContent(class PyDbTable {lvalue},int,int)
- deleteColumns(...)
- deleteColumns( (Table)arg1, (int)arg2, (int)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus deleteColumns(class PyDbTable {lvalue},int,int)
- deleteContent(...)
- deleteContent( (Table)arg1, (int)arg2, (int)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus deleteContent(class PyDbTable {lvalue},int,int)
deleteContent( (Table)arg1, (int)arg2, (int)arg3, (int)arg4) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus deleteContent(class PyDbTable {lvalue},int,int,int)
deleteContent( (Table)arg1, (CellRange)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus deleteContent(class PyDbTable {lvalue},struct AcCellRange)
- deleteRows(...)
- deleteRows( (Table)arg1, (int)arg2, (int)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus deleteRows(class PyDbTable {lvalue},int,int)
- desc(...)
- desc() -> RxClass :
C++ signature :
class PyRxClass desc()
- direction(...)
- direction( (Table)arg1) -> Vector3d :
C++ signature :
class AcGeVector3d direction(class PyDbTable {lvalue})
- enableBreak(...)
- enableBreak( (Table)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus enableBreak(class PyDbTable {lvalue},bool)
- enableMergeAll(...)
- enableMergeAll( (Table)arg1, (int)arg2, (int)arg3, (bool)arg4) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus enableMergeAll(class PyDbTable {lvalue},int,int,bool)
- fieldId(...)
- fieldId( (Table)arg1, (int)arg2, (int)arg3) -> ObjectId :
C++ signature :
class PyDbObjectId fieldId(class PyDbTable {lvalue},int,int)
fieldId( (Table)arg1, (int)arg2, (int)arg3, (int)arg4) -> ObjectId :
C++ signature :
class PyDbObjectId fieldId(class PyDbTable {lvalue},int,int,int)
- flowDirection(...)
- flowDirection( (Table)arg1) -> TableFlowDirection :
C++ signature :
enum AcDb::FlowDirection flowDirection(class PyDbTable {lvalue})
- generateLayout(...)
- generateLayout( (Table)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus generateLayout(class PyDbTable {lvalue})
- getBlockAttributeValue(...)
- getBlockAttributeValue( (Table)arg1, (int)arg2, (int)arg3, (ObjectId)arg4) -> str :
C++ signature :
class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > getBlockAttributeValue(class PyDbTable {lvalue},int,int,class PyDbObjectId)
getBlockAttributeValue( (Table)arg1, (int)arg2, (int)arg3, (int)arg4, (ObjectId)arg5) -> str :
C++ signature :
class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > getBlockAttributeValue(class PyDbTable {lvalue},int,int,int,class PyDbObjectId)
- getCellExtents(...)
- getCellExtents( (Table)arg1, (int)arg2, (int)arg3, (bool)arg4) -> list :
C++ signature :
class boost::python::list getCellExtents(class PyDbTable {lvalue},int,int,bool)
- getDataLink(...)
- getDataLink( (Table)arg1, (int)arg2, (int)arg3) -> ObjectId :
C++ signature :
class PyDbObjectId getDataLink(class PyDbTable {lvalue},int,int)
- getDataLinkRange(...)
- getDataLinkRange( (Table)arg1, (int)arg2, (int)arg3) -> CellRange :
C++ signature :
struct AcCellRange getDataLinkRange(class PyDbTable {lvalue},int,int)
- getDataType(...)
- getDataType( (Table)arg1, (RowType)arg2) -> tuple :
C++ signature :
class boost::python::tuple getDataType(class PyDbTable {lvalue},enum AcDb::RowType)
getDataType( (Table)arg1, (int)arg2, (int)arg3) -> tuple :
C++ signature :
class boost::python::tuple getDataType(class PyDbTable {lvalue},int,int)
getDataType( (Table)arg1, (int)arg2, (int)arg3, (int)arg4) -> tuple :
C++ signature :
class boost::python::tuple getDataType(class PyDbTable {lvalue},int,int,int)
- getFormula(...)
- getFormula( (Table)arg1, (int)arg2, (int)arg3, (int)arg4) -> str :
C++ signature :
class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > getFormula(class PyDbTable {lvalue},int,int,int)
- getGridProperty(...)
- getGridProperty( (Table)arg1, (int)arg2, (int)arg3, (GridLineType)arg4) -> object :
C++ signature :
struct AcGridProperty getGridProperty(class PyDbTable {lvalue},int,int,enum AcDb::GridLineType)
- getIterator(...)
- getIterator( (Table)arg1) -> list :
C++ signature :
class boost::python::list getIterator(class PyDbTable {lvalue})
getIterator( (Table)arg1, (TableIteratorOption)arg2) -> list :
C++ signature :
class boost::python::list getIterator(class PyDbTable {lvalue},enum AcDb::TableIteratorOption)
getIterator( (Table)arg1, (CellRange)arg2 [, (TableIteratorOption)arg3]) -> list :
C++ signature :
class boost::python::list getIterator(class PyDbTable {lvalue},struct AcCellRange [,enum AcDb::TableIteratorOption])
- getMergeRange(...)
- getMergeRange( (Table)arg1, (int)arg2, (int)arg3) -> CellRange :
C++ signature :
struct AcCellRange getMergeRange(class PyDbTable {lvalue},int,int)
- getOverride(...)
- getOverride( (Table)arg1, (int)arg2, (int)arg3, (int)arg4) -> CellProperty :
C++ signature :
enum AcDb::CellProperty getOverride(class PyDbTable {lvalue},int,int,int)
getOverride( (Table)arg1, (int)arg2, (int)arg3, (GridLineType)arg4) -> GridProperty :
C++ signature :
enum AcDb::GridProperty getOverride(class PyDbTable {lvalue},int,int,enum AcDb::GridLineType)
- getSubSelection(...)
- getSubSelection( (Table)arg1) -> CellRange :
C++ signature :
struct AcCellRange getSubSelection(class PyDbTable {lvalue})
- gridColor(...)
- gridColor( (Table)arg1, (GridLineType)arg2, (RowType)arg3) -> Color :
C++ signature :
class AcCmColor gridColor(class PyDbTable {lvalue},enum AcDb::GridLineType,enum AcDb::RowType)
gridColor( (Table)arg1, (int)arg2, (int)arg3, (CellEdgeMask)arg4) -> Color :
C++ signature :
class AcCmColor gridColor(class PyDbTable {lvalue},int,int,enum AcDb::CellEdgeMask)
gridColor( (Table)arg1, (int)arg2, (int)arg3, (GridLineType)arg4) -> Color :
C++ signature :
class AcCmColor gridColor(class PyDbTable {lvalue},int,int,enum AcDb::GridLineType)
- gridDoubleLineSpacing(...)
- gridDoubleLineSpacing( (Table)arg1, (int)arg2, (int)arg3, (GridLineType)arg4) -> float :
C++ signature :
double gridDoubleLineSpacing(class PyDbTable {lvalue},int,int,enum AcDb::GridLineType)
- gridLineStyle(...)
- gridLineStyle( (Table)arg1, (int)arg2, (int)arg3, (GridLineType)arg4) -> GridLineStyle :
C++ signature :
enum AcDb::GridLineStyle gridLineStyle(class PyDbTable {lvalue},int,int,enum AcDb::GridLineType)
- gridLineWeight(...)
- gridLineWeight( (Table)arg1, (GridLineType)arg2, (RowType)arg3) -> LineWeight :
C++ signature :
enum AcDb::LineWeight gridLineWeight(class PyDbTable {lvalue},enum AcDb::GridLineType,enum AcDb::RowType)
gridLineWeight( (Table)arg1, (int)arg2, (int)arg3, (CellEdgeMask)arg4) -> LineWeight :
C++ signature :
enum AcDb::LineWeight gridLineWeight(class PyDbTable {lvalue},int,int,enum AcDb::CellEdgeMask)
gridLineWeight( (Table)arg1, (int)arg2, (int)arg3, (GridLineType)arg4) -> LineWeight :
C++ signature :
enum AcDb::LineWeight gridLineWeight(class PyDbTable {lvalue},int,int,enum AcDb::GridLineType)
- gridLinetype(...)
- gridLinetype( (Table)arg1, (int)arg2, (int)arg3, (GridLineType)arg4) -> ObjectId :
C++ signature :
class PyDbObjectId gridLinetype(class PyDbTable {lvalue},int,int,enum AcDb::GridLineType)
- gridVisibility(...)
- gridVisibility( (Table)arg1, (GridLineType)arg2, (RowType)arg3) -> Visibility :
C++ signature :
enum AcDb::Visibility gridVisibility(class PyDbTable {lvalue},enum AcDb::GridLineType,enum AcDb::RowType)
gridVisibility( (Table)arg1, (int)arg2, (int)arg3, (CellEdgeMask)arg4) -> Visibility :
C++ signature :
enum AcDb::Visibility gridVisibility(class PyDbTable {lvalue},int,int,enum AcDb::CellEdgeMask)
gridVisibility( (Table)arg1, (int)arg2, (int)arg3, (GridLineType)arg4) -> Visibility :
C++ signature :
enum AcDb::Visibility gridVisibility(class PyDbTable {lvalue},int,int,enum AcDb::GridLineType)
- hasFormula(...)
- hasFormula( (Table)arg1, (int)arg2, (int)arg3, (int)arg4) -> bool :
C++ signature :
bool hasFormula(class PyDbTable {lvalue},int,int,int)
- hasSubSelection(...)
- hasSubSelection( (Table)arg1) -> bool :
C++ signature :
bool hasSubSelection(class PyDbTable {lvalue})
- height(...)
- height( (Table)arg1) -> float :
C++ signature :
double height(class PyDbTable {lvalue})
- hitTest(...)
- hitTest( (Table)arg1, (Point3d)arg2, (Vector3d)arg3, (float)arg4, (float)arg5) -> tuple :
C++ signature :
class boost::python::tuple hitTest(class PyDbTable {lvalue},class AcGePoint3d,class AcGeVector3d,double,double)
- horzCellMargin(...)
- horzCellMargin( (Table)arg1) -> float :
C++ signature :
double horzCellMargin(class PyDbTable {lvalue})
- insertColumns(...)
- insertColumns( (Table)arg1, (int)arg2, (float)arg3, (int)arg4) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus insertColumns(class PyDbTable {lvalue},int,double,int)
- insertColumnsAndInherit(...)
- insertColumnsAndInherit( (Table)arg1, (int)arg2, (int)arg3, (int)arg4) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus insertColumnsAndInherit(class PyDbTable {lvalue},int,int,int)
- insertRows(...)
- insertRows( (Table)arg1, (int)arg2, (float)arg3, (int)arg4) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus insertRows(class PyDbTable {lvalue},int,double,int)
- insertRowsAndInherit(...)
- insertRowsAndInherit( (Table)arg1, (int)arg2, (int)arg3, (int)arg4) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus insertRowsAndInherit(class PyDbTable {lvalue},int,int,int)
- isAutoScale(...)
- isAutoScale( (Table)arg1, (int)arg2, (int)arg3) -> bool :
C++ signature :
bool isAutoScale(class PyDbTable {lvalue},int,int)
isAutoScale( (Table)arg1, (int)arg2, (int)arg3, (int)arg4) -> bool :
C++ signature :
bool isAutoScale(class PyDbTable {lvalue},int,int,int)
- isBackgroundColorNone(...)
- isBackgroundColorNone( (Table)arg1, (RowType)arg2) -> bool :
C++ signature :
bool isBackgroundColorNone(class PyDbTable {lvalue},enum AcDb::RowType)
isBackgroundColorNone( (Table)arg1, (int)arg2, (int)arg3) -> bool :
C++ signature :
bool isBackgroundColorNone(class PyDbTable {lvalue},int,int)
- isBreakEnabled(...)
- isBreakEnabled( (Table)arg1) -> bool :
C++ signature :
bool isBreakEnabled(class PyDbTable {lvalue})
- isContentEditable(...)
- isContentEditable( (Table)arg1, (int)arg2, (int)arg3) -> bool :
C++ signature :
bool isContentEditable(class PyDbTable {lvalue},int,int)
- isEmpty(...)
- isEmpty( (Table)arg1, (int)arg2, (int)arg3) -> bool :
C++ signature :
bool isEmpty(class PyDbTable {lvalue},int,int)
- isFormatEditable(...)
- isFormatEditable( (Table)arg1, (int)arg2, (int)arg3) -> bool :
C++ signature :
bool isFormatEditable(class PyDbTable {lvalue},int,int)
- isHeaderSuppressed(...)
- isHeaderSuppressed( (Table)arg1) -> bool :
C++ signature :
bool isHeaderSuppressed(class PyDbTable {lvalue})
- isLinked(...)
- isLinked( (Table)arg1, (int)arg2, (int)arg3) -> bool :
C++ signature :
bool isLinked(class PyDbTable {lvalue},int,int)
- isMergeAllEnabled(...)
- isMergeAllEnabled( (Table)arg1, (int)arg2, (int)arg3) -> bool :
C++ signature :
bool isMergeAllEnabled(class PyDbTable {lvalue},int,int)
- isMergedCell(...)
- isMergedCell( (Table)arg1, (int)arg2, (int)arg3) -> tuple :
C++ signature :
class boost::python::tuple isMergedCell(class PyDbTable {lvalue},int,int)
- isRegenerateTableSuppressed(...)
- isRegenerateTableSuppressed( (Table)arg1) -> bool :
C++ signature :
bool isRegenerateTableSuppressed(class PyDbTable {lvalue})
- isTitleSuppressed(...)
- isTitleSuppressed( (Table)arg1) -> bool :
C++ signature :
bool isTitleSuppressed(class PyDbTable {lvalue})
- margin(...)
- margin( (Table)arg1, (int)arg2, (int)arg3, (CellMargin)arg4) -> float :
C++ signature :
double margin(class PyDbTable {lvalue},int,int,enum AcDb::CellMargin)
- mergeCells(...)
- mergeCells( (Table)arg1, (int)arg2, (int)arg3, (int)arg4, (int)arg5) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus mergeCells(class PyDbTable {lvalue},int,int,int,int)
- minimumColumnWidth(...)
- minimumColumnWidth( (Table)arg1, (int)arg2) -> float :
C++ signature :
double minimumColumnWidth(class PyDbTable {lvalue},int)
- minimumRowHeight(...)
- minimumRowHeight( (Table)arg1, (int)arg2) -> float :
C++ signature :
double minimumRowHeight(class PyDbTable {lvalue},int)
- minimumTableHeight(...)
- minimumTableHeight( (Table)arg1) -> float :
C++ signature :
double minimumTableHeight(class PyDbTable {lvalue})
- minimumTableWidth(...)
- minimumTableWidth( (Table)arg1) -> float :
C++ signature :
double minimumTableWidth(class PyDbTable {lvalue})
- moveContent(...)
- moveContent( (Table)arg1, (int)arg2, (int)arg3, (int)arg4, (int)arg5) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus moveContent(class PyDbTable {lvalue},int,int,int,int)
- numColumns(...)
- numColumns( (Table)arg1) -> int :
C++ signature :
unsigned int numColumns(class PyDbTable {lvalue})
- numContents(...)
- numContents( (Table)arg1, (int)arg2, (int)arg3) -> int :
C++ signature :
int numContents(class PyDbTable {lvalue},int,int)
- numRows(...)
- numRows( (Table)arg1) -> int :
C++ signature :
unsigned int numRows(class PyDbTable {lvalue})
- recomputeTableBlock(...)
- recomputeTableBlock( (Table)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus recomputeTableBlock(class PyDbTable {lvalue},bool)
- removeAllOverrides(...)
- removeAllOverrides( (Table)arg1, (int)arg2, (int)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus removeAllOverrides(class PyDbTable {lvalue},int,int)
- removeDataLink(...)
- removeDataLink( (Table)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus removeDataLink(class PyDbTable {lvalue})
removeDataLink( (Table)arg1, (int)arg2, (int)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus removeDataLink(class PyDbTable {lvalue},int,int)
- rotation(...)
- rotation( (Table)arg1) -> float :
C++ signature :
double rotation(class PyDbTable {lvalue})
rotation( (Table)arg1, (int)arg2, (int)arg3, (int)arg4) -> float :
C++ signature :
double rotation(class PyDbTable {lvalue},int,int,int)
- rowHeight(...)
- rowHeight( (Table)arg1, (int)arg2) -> float :
C++ signature :
double rowHeight(class PyDbTable {lvalue},int)
- rowType(...)
- rowType( (Table)arg1, (int)arg2) -> RowType :
C++ signature :
enum AcDb::RowType rowType(class PyDbTable {lvalue},int)
- scale(...)
- scale( (Table)arg1, (int)arg2, (int)arg3, (int)arg4) -> float :
C++ signature :
double scale(class PyDbTable {lvalue},int,int,int)
- setAlignment(...)
- setAlignment( (Table)arg1, (CellAlignment)arg2, (RowType)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setAlignment(class PyDbTable {lvalue},enum AcDb::CellAlignment,enum AcDb::RowType)
setAlignment( (Table)arg1, (int)arg2, (int)arg3, (CellAlignment)arg4) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setAlignment(class PyDbTable {lvalue},int,int,enum AcDb::CellAlignment)
- setAutoScale(...)
- setAutoScale( (Table)arg1, (int)arg2, (int)arg3, (bool)arg4) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setAutoScale(class PyDbTable {lvalue},int,int,bool)
setAutoScale( (Table)arg1, (int)arg2, (int)arg3, (int)arg4, (bool)arg5) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setAutoScale(class PyDbTable {lvalue},int,int,int,bool)
- setBackgroundColor(...)
- setBackgroundColor( (Table)arg1, (Color)arg2, (RowType)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setBackgroundColor(class PyDbTable {lvalue},class AcCmColor,enum AcDb::RowType)
- setBackgroundColorNone(...)
- setBackgroundColorNone( (Table)arg1, (bool)arg2, (RowType)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setBackgroundColorNone(class PyDbTable {lvalue},bool,enum AcDb::RowType)
setBackgroundColorNone( (Table)arg1, (int)arg2, (int)arg3, (bool)arg4) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setBackgroundColorNone(class PyDbTable {lvalue},int,int,bool)
- setBlockAttributeValue(...)
- setBlockAttributeValue( (Table)arg1, (int)arg2, (int)arg3, (ObjectId)arg4, (str)arg5) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setBlockAttributeValue(class PyDbTable {lvalue},int,int,class PyDbObjectId,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
setBlockAttributeValue( (Table)arg1, (int)arg2, (int)arg3, (int)arg4, (ObjectId)arg5, (str)arg6) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setBlockAttributeValue(class PyDbTable {lvalue},int,int,int,class PyDbObjectId,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
- setBlockRotation(...)
- setBlockRotation( (Table)arg1, (int)arg2, (int)arg3, (float)arg4) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setBlockRotation(class PyDbTable {lvalue},int,int,double)
- setBlockScale(...)
- setBlockScale( (Table)arg1, (int)arg2, (int)arg3, (float)arg4) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setBlockScale(class PyDbTable {lvalue},int,int,double)
- setBlockTableRecordId(...)
- setBlockTableRecordId( (Table)arg1, (int)arg2, (int)arg3, (ObjectId)arg4, (bool)arg5) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setBlockTableRecordId(class PyDbTable {lvalue},int,int,class PyDbObjectId,bool)
setBlockTableRecordId( (Table)arg1, (int)arg2, (int)arg3, (int)arg4, (ObjectId)arg5, (bool)arg6) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setBlockTableRecordId(class PyDbTable {lvalue},int,int,int,class PyDbObjectId,bool)
- setBreakFlowDirection(...)
- setBreakFlowDirection( (Table)arg1, (TableBreakFlowDirection)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setBreakFlowDirection(class PyDbTable {lvalue},enum AcDb::TableBreakFlowDirection)
- setBreakHeight(...)
- setBreakHeight( (Table)arg1, (int)arg2, (float)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setBreakHeight(class PyDbTable {lvalue},int,double)
- setBreakOffset(...)
- setBreakOffset( (Table)arg1, (int)arg2, (Vector3d)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setBreakOffset(class PyDbTable {lvalue},int,class AcGeVector3d)
- setBreakOption(...)
- setBreakOption( (Table)arg1, (TableBreakOption)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setBreakOption(class PyDbTable {lvalue},enum AcDb::TableBreakOption)
- setBreakSpacing(...)
- setBreakSpacing( (Table)arg1, (float)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setBreakSpacing(class PyDbTable {lvalue},double)
- setCellState(...)
- setCellState( (Table)arg1, (int)arg2, (int)arg3, (CellState)arg4) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setCellState(class PyDbTable {lvalue},int,int,enum AcDb::CellState)
- setCellStyle(...)
- setCellStyle( (Table)arg1, (int)arg2, (int)arg3, (str)arg4) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setCellStyle(class PyDbTable {lvalue},int,int,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
- setCellType(...)
- setCellType( (Table)arg1, (int)arg2, (int)arg3, (CellType)arg4) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setCellType(class PyDbTable {lvalue},int,int,enum AcDb::CellType)
- setColumnWidth(...)
- setColumnWidth( (Table)arg1, (int)arg2, (float)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setColumnWidth(class PyDbTable {lvalue},int,double)
setColumnWidth( (Table)arg1, (float)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setColumnWidth(class PyDbTable {lvalue},double)
- setContentColor(...)
- setContentColor( (Table)arg1, (Color)arg2, (RowType)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setContentColor(class PyDbTable {lvalue},class AcCmColor,enum AcDb::RowType)
setContentColor( (Table)arg1, (int)arg2, (int)arg3, (Color)arg4) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setContentColor(class PyDbTable {lvalue},int,int,class AcCmColor)
setContentColor( (Table)arg1, (int)arg2, (int)arg3, (int)arg4, (Color)arg5) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setContentColor(class PyDbTable {lvalue},int,int,int,class AcCmColor)
- setContentLayout(...)
- setContentLayout( (Table)arg1, (int)arg2, (int)arg3, (CellContentLayout)arg4) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setContentLayout(class PyDbTable {lvalue},int,int,enum AcDb::CellContentLayout)
- setDataFormat(...)
- setDataFormat( (Table)arg1, (int)arg2, (int)arg3, (str)arg4) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setDataFormat(class PyDbTable {lvalue},int,int,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
setDataFormat( (Table)arg1, (int)arg2, (int)arg3, (int)arg4, (str)arg5) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setDataFormat(class PyDbTable {lvalue},int,int,int,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
- setDataLink(...)
- setDataLink( (Table)arg1, (CellRange)arg2, (ObjectId)arg3, (bool)arg4) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setDataLink(class PyDbTable {lvalue},struct AcCellRange,class PyDbObjectId,bool)
- setDataType(...)
- setDataType( (Table)arg1, (object)arg2, (object)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setDataType(class PyDbTable {lvalue},enum AcValue::DataType,enum AcValue::UnitType)
setDataType( (Table)arg1, (object)arg2, (object)arg3, (RowType)arg4) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setDataType(class PyDbTable {lvalue},enum AcValue::DataType,enum AcValue::UnitType,enum AcDb::RowType)
setDataType( (Table)arg1, (int)arg2, (int)arg3, (object)arg4, (object)arg5) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setDataType(class PyDbTable {lvalue},int,int,enum AcValue::DataType,enum AcValue::UnitType)
setDataType( (Table)arg1, (int)arg2, (int)arg3, (int)arg4, (object)arg5, (object)arg6) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setDataType(class PyDbTable {lvalue},int,int,int,enum AcValue::DataType,enum AcValue::UnitType)
- setDirection(...)
- setDirection( (Table)arg1, (Vector3d)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setDirection(class PyDbTable {lvalue},class AcGeVector3d)
- setFieldId(...)
- setFieldId( (Table)arg1, (int)arg2, (int)arg3, (ObjectId)arg4) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setFieldId(class PyDbTable {lvalue},int,int,class PyDbObjectId)
setFieldId( (Table)arg1, (int)arg2, (int)arg3, (int)arg4, (ObjectId)arg5, (object)arg6) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setFieldId(class PyDbTable {lvalue},int,int,int,class PyDbObjectId,enum AcDb::CellOption)
- setFlowDirection(...)
- setFlowDirection( (Table)arg1, (TableFlowDirection)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setFlowDirection(class PyDbTable {lvalue},enum AcDb::FlowDirection)
- setFormat(...)
- setFormat( (Table)arg1, (int)arg2, (int)arg3, (str)arg4) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setFormat(class PyDbTable {lvalue},int,int,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
- setFormula(...)
- setFormula( (Table)arg1, (int)arg2, (int)arg3, (int)arg4, (str)arg5) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setFormula(class PyDbTable {lvalue},int,int,int,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
- setGridColor(...)
- setGridColor( (Table)arg1, (Color)arg2, (int)arg3, (int)arg4) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setGridColor(class PyDbTable {lvalue},class AcCmColor,int,int)
setGridColor( (Table)arg1, (int)arg2, (int)arg3, (CellEdgeMask)arg4, (Color)arg5) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setGridColor(class PyDbTable {lvalue},int,int,enum AcDb::CellEdgeMask,class AcCmColor)
setGridColor( (Table)arg1, (int)arg2, (int)arg3, (GridLineType)arg4, (Color)arg5) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setGridColor(class PyDbTable {lvalue},int,int,enum AcDb::GridLineType,class AcCmColor)
- setGridDoubleLineSpacing(...)
- setGridDoubleLineSpacing( (Table)arg1, (int)arg2, (int)arg3, (GridLineType)arg4, (float)arg5) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setGridDoubleLineSpacing(class PyDbTable {lvalue},int,int,enum AcDb::GridLineType,double)
- setGridLineStyle(...)
- setGridLineStyle( (Table)arg1, (int)arg2, (int)arg3, (GridLineType)arg4, (GridLineStyle)arg5) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setGridLineStyle(class PyDbTable {lvalue},int,int,enum AcDb::GridLineType,enum AcDb::GridLineStyle)
- setGridLineWeight(...)
- setGridLineWeight( (Table)arg1, (LineWeight)arg2, (int)arg3, (int)arg4) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setGridLineWeight(class PyDbTable {lvalue},enum AcDb::LineWeight,int,int)
setGridLineWeight( (Table)arg1, (int)arg2, (int)arg3, (CellEdgeMask)arg4, (LineWeight)arg5) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setGridLineWeight(class PyDbTable {lvalue},int,int,enum AcDb::CellEdgeMask,enum AcDb::LineWeight)
setGridLineWeight( (Table)arg1, (int)arg2, (int)arg3, (GridLineType)arg4, (LineWeight)arg5) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setGridLineWeight(class PyDbTable {lvalue},int,int,enum AcDb::GridLineType,enum AcDb::LineWeight)
- setGridLinetype(...)
- setGridLinetype( (Table)arg1, (int)arg2, (int)arg3, (GridLineType)arg4, (ObjectId)arg5) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setGridLinetype(class PyDbTable {lvalue},int,int,enum AcDb::GridLineType,class PyDbObjectId)
- setGridProperty(...)
- setGridProperty( (Table)arg1, (int)arg2, (int)arg3, (GridLineType)arg4, (object)arg5) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setGridProperty(class PyDbTable {lvalue},int,int,enum AcDb::GridLineType,struct AcGridProperty)
setGridProperty( (Table)arg1, (CellRange)arg2, (GridLineType)arg3, (object)arg4) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setGridProperty(class PyDbTable {lvalue},struct AcCellRange,enum AcDb::GridLineType,struct AcGridProperty)
- setGridVisibility(...)
- setGridVisibility( (Table)arg1, (Visibility)arg2, (int)arg3, (int)arg4) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setGridVisibility(class PyDbTable {lvalue},enum AcDb::Visibility,int,int)
setGridVisibility( (Table)arg1, (int)arg2, (int)arg3, (CellEdgeMask)arg4, (Visibility)arg5) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setGridVisibility(class PyDbTable {lvalue},int,int,enum AcDb::CellEdgeMask,enum AcDb::Visibility)
- setGridVisibility3(...)
- setGridVisibility3( (Table)arg1, (int)arg2, (int)arg3, (GridLineType)arg4, (Visibility)arg5) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setGridVisibility3(class PyDbTable {lvalue},int,int,enum AcDb::GridLineType,enum AcDb::Visibility)
- setHeight(...)
- setHeight( (Table)arg1, (float)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setHeight(class PyDbTable {lvalue},double)
- setHorzCellMargin(...)
- setHorzCellMargin( (Table)arg1, (float)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setHorzCellMargin(class PyDbTable {lvalue},double)
- setMargin(...)
- setMargin( (Table)arg1, (int)arg2, (int)arg3, (CellMargin)arg4, (float)arg5) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setMargin(class PyDbTable {lvalue},int,int,enum AcDb::CellMargin,double)
- setNormal(...)
- setNormal( (Table)arg1, (Vector3d)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setNormal(class PyDbTable {lvalue},class AcGeVector3d)
- setOverride(...)
- setOverride( (Table)arg1, (int)arg2, (int)arg3, (int)arg4, (CellProperty)arg5) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setOverride(class PyDbTable {lvalue},int,int,int,enum AcDb::CellProperty)
setOverride( (Table)arg1, (int)arg2, (int)arg3, (GridLineType)arg4, (GridProperty)arg5) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setOverride(class PyDbTable {lvalue},int,int,enum AcDb::GridLineType,enum AcDb::GridProperty)
- setPosition(...)
- setPosition( (Table)arg1, (Point3d)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setPosition(class PyDbTable {lvalue},class AcGePoint3d)
- setRecomputeTableBlock(...)
- setRecomputeTableBlock( (Table)arg1, (bool)arg2) -> None :
C++ signature :
void setRecomputeTableBlock(class PyDbTable {lvalue},bool)
- setRegen(...)
- setRegen( (Table)arg1) -> None :
C++ signature :
void setRegen(class PyDbTable {lvalue})
- setRotation(...)
- setRotation( (Table)arg1, (float)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setRotation(class PyDbTable {lvalue},double)
setRotation( (Table)arg1, (int)arg2, (int)arg3, (int)arg4, (float)arg5) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setRotation(class PyDbTable {lvalue},int,int,int,double)
- setRowHeight(...)
- setRowHeight( (Table)arg1, (int)arg2, (float)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setRowHeight(class PyDbTable {lvalue},int,double)
setRowHeight( (Table)arg1, (float)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setRowHeight(class PyDbTable {lvalue},double)
- setScale(...)
- setScale( (Table)arg1, (int)arg2, (int)arg3, (int)arg4, (float)arg5) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setScale(class PyDbTable {lvalue},int,int,int,double)
- setSize(...)
- setSize( (Table)arg1, (int)arg2, (int)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setSize(class PyDbTable {lvalue},int,int)
- setSubSelection(...)
- setSubSelection( (Table)arg1, (CellRange)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setSubSelection(class PyDbTable {lvalue},struct AcCellRange)
- setTableStyle(...)
- setTableStyle( (Table)arg1, (ObjectId)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setTableStyle(class PyDbTable {lvalue},class PyDbObjectId)
- setTextHeight(...)
- setTextHeight( (Table)arg1, (float)arg2, (RowType)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setTextHeight(class PyDbTable {lvalue},double,enum AcDb::RowType)
setTextHeight( (Table)arg1, (int)arg2, (int)arg3, (float)arg4) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setTextHeight(class PyDbTable {lvalue},int,int,double)
setTextHeight( (Table)arg1, (int)arg2, (int)arg3, (int)arg4, (float)arg5) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setTextHeight(class PyDbTable {lvalue},int,int,int,double)
- setTextRotation(...)
- setTextRotation( (Table)arg1, (int)arg2, (int)arg3, (RotationAngle)arg4) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setTextRotation(class PyDbTable {lvalue},int,int,enum AcDb::RotationAngle)
- setTextString(...)
- setTextString( (Table)arg1, (int)arg2, (int)arg3, (str)arg4) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setTextString(class PyDbTable {lvalue},int,int,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
setTextString( (Table)arg1, (int)arg2, (int)arg3, (int)arg4, (str)arg5) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setTextString(class PyDbTable {lvalue},int,int,int,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
- setTextStyle(...)
- setTextStyle( (Table)arg1, (ObjectId)arg2, (RowType)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setTextStyle(class PyDbTable {lvalue},class PyDbObjectId,enum AcDb::RowType)
setTextStyle( (Table)arg1, (int)arg2, (int)arg3, (ObjectId)arg4) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setTextStyle(class PyDbTable {lvalue},int,int,class PyDbObjectId)
setTextStyle( (Table)arg1, (int)arg2, (int)arg3, (int)arg4, (ObjectId)arg5) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setTextStyle(class PyDbTable {lvalue},int,int,int,class PyDbObjectId)
- setVertCellMargin(...)
- setVertCellMargin( (Table)arg1, (float)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setVertCellMargin(class PyDbTable {lvalue},double)
- setWidth(...)
- setWidth( (Table)arg1, (float)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setWidth(class PyDbTable {lvalue},double)
- suppressHeaderRow(...)
- suppressHeaderRow( (Table)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus suppressHeaderRow(class PyDbTable {lvalue},bool)
- suppressInvisibleGrid(...)
- suppressInvisibleGrid( (Table)arg1, (bool)arg2) -> None :
C++ signature :
void suppressInvisibleGrid(class PyDbTable {lvalue},bool)
- suppressRegenerateTable(...)
- suppressRegenerateTable( (Table)arg1, (bool)arg2) -> None :
C++ signature :
void suppressRegenerateTable(class PyDbTable {lvalue},bool)
- suppressTitleRow(...)
- suppressTitleRow( (Table)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus suppressTitleRow(class PyDbTable {lvalue},bool)
- tableStyle(...)
- tableStyle( (Table)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId tableStyle(class PyDbTable {lvalue})
- tableStyleOverrides(...)
- tableStyleOverrides( (Table)arg1) -> list :
C++ signature :
class boost::python::list tableStyleOverrides(class PyDbTable {lvalue})
- textHeight(...)
- textHeight( (Table)arg1, (RowType)arg2) -> float :
C++ signature :
double textHeight(class PyDbTable {lvalue},enum AcDb::RowType)
textHeight( (Table)arg1, (int)arg2, (int)arg3) -> float :
C++ signature :
double textHeight(class PyDbTable {lvalue},int,int)
textHeight( (Table)arg1, (int)arg2, (int)arg3, (int)arg4) -> float :
C++ signature :
double textHeight(class PyDbTable {lvalue},int,int,int)
- textRotation(...)
- textRotation( (Table)arg1, (int)arg2, (int)arg3) -> RotationAngle :
C++ signature :
enum AcDb::RotationAngle textRotation(class PyDbTable {lvalue},int,int)
- textString(...)
- textString( (Table)arg1, (int)arg2, (int)arg3) -> str :
C++ signature :
class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > textString(class PyDbTable {lvalue},int,int)
textString( (Table)arg1, (int)arg2, (int)arg3, (object)arg4) -> str :
C++ signature :
class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > textString(class PyDbTable {lvalue},int,int,enum AcValue::FormatOption)
textString( (Table)arg1, (int)arg2, (int)arg3, (int)arg4) -> str :
C++ signature :
class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > textString(class PyDbTable {lvalue},int,int,int)
textString( (Table)arg1, (int)arg2, (int)arg3, (int)arg4, (object)arg5) -> str :
C++ signature :
class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > textString(class PyDbTable {lvalue},int,int,int,enum AcValue::FormatOption)
- textStyle(...)
- textStyle( (Table)arg1, (RowType)arg2) -> ObjectId :
C++ signature :
class PyDbObjectId textStyle(class PyDbTable {lvalue},enum AcDb::RowType)
textStyle( (Table)arg1, (int)arg2, (int)arg3) -> ObjectId :
C++ signature :
class PyDbObjectId textStyle(class PyDbTable {lvalue},int,int)
textStyle( (Table)arg1, (int)arg2, (int)arg3, (int)arg4) -> ObjectId :
C++ signature :
class PyDbObjectId textStyle(class PyDbTable {lvalue},int,int,int)
- unmergeCells(...)
- unmergeCells( (Table)arg1, (int)arg2, (int)arg3, (int)arg4, (int)arg5) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus unmergeCells(class PyDbTable {lvalue},int,int,int,int)
- updateDataLink(...)
- updateDataLink( (Table)arg1, (UpdateDirection)arg2, (UpdateOption)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus updateDataLink(class PyDbTable {lvalue},enum AcDb::UpdateDirection,enum AcDb::UpdateOption)
updateDataLink( (Table)arg1, (int)arg2, (int)arg3, (UpdateDirection)arg4, (UpdateOption)arg5) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus updateDataLink(class PyDbTable {lvalue},int,int,enum AcDb::UpdateDirection,enum AcDb::UpdateOption)
- vertCellMargin(...)
- vertCellMargin( (Table)arg1) -> float :
C++ signature :
double vertCellMargin(class PyDbTable {lvalue})
- width(...)
- width( (Table)arg1) -> float :
C++ signature :
double width(class PyDbTable {lvalue})
Data and other attributes defined here:
- __instance_size__ = 48
Static methods inherited from BlockReference:
- appendAttribute(...)
- appendAttribute( (BlockReference)arg1, (AttributeReference)arg2) -> ObjectId :
C++ signature :
class PyDbObjectId appendAttribute(class PyDbBlockReference {lvalue},class PyDbAttribute {lvalue})
- attributeIds(...)
- attributeIds( (BlockReference)arg1) -> list :
C++ signature :
class boost::python::list attributeIds(class PyDbBlockReference {lvalue})
- blockTableRecord(...)
- blockTableRecord( (BlockReference)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId blockTableRecord(class PyDbBlockReference {lvalue})
- blockTransform(...)
- blockTransform( (BlockReference)arg1) -> Matrix3d :
C++ signature :
class AcGeMatrix3d blockTransform(class PyDbBlockReference {lvalue})
- explodeToOwnerSpace(...)
- explodeToOwnerSpace( (BlockReference)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus explodeToOwnerSpace(class PyDbBlockReference {lvalue})
- geomExtentsBestFit(...)
- geomExtentsBestFit( (BlockReference)arg1) -> Extents :
C++ signature :
class AcDbExtents geomExtentsBestFit(class PyDbBlockReference {lvalue})
geomExtentsBestFit( (BlockReference)arg1, (Matrix3d)arg2) -> Extents :
C++ signature :
class AcDbExtents geomExtentsBestFit(class PyDbBlockReference {lvalue},class AcGeMatrix3d)
- nonAnnotationBlockTransform(...)
- nonAnnotationBlockTransform( (BlockReference)arg1) -> Matrix3d :
C++ signature :
class AcGeMatrix3d nonAnnotationBlockTransform(class PyDbBlockReference {lvalue})
- nonAnnotationScaleFactors(...)
- nonAnnotationScaleFactors( (BlockReference)arg1) -> Scale3d :
C++ signature :
class AcGeScale3d nonAnnotationScaleFactors(class PyDbBlockReference {lvalue})
- normal(...)
- normal( (BlockReference)arg1) -> Vector3d :
C++ signature :
class AcGeVector3d normal(class PyDbBlockReference {lvalue})
- position(...)
- position( (BlockReference)arg1) -> Point3d :
C++ signature :
class AcGePoint3d position(class PyDbBlockReference {lvalue})
- scaleFactors(...)
- scaleFactors( (BlockReference)arg1) -> Scale3d :
C++ signature :
class AcGeScale3d scaleFactors(class PyDbBlockReference {lvalue})
- setBlockTableRecord(...)
- setBlockTableRecord( (BlockReference)arg1, (ObjectId)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setBlockTableRecord(class PyDbBlockReference {lvalue},class PyDbObjectId)
- setBlockTransform(...)
- setBlockTransform( (BlockReference)arg1, (Matrix3d)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setBlockTransform(class PyDbBlockReference {lvalue},class AcGeMatrix3d)
- setScaleFactors(...)
- setScaleFactors( (BlockReference)arg1, (Scale3d)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setScaleFactors(class PyDbBlockReference {lvalue},class AcGeScale3d)
- treatAsAcDbBlockRefForExplode(...)
- treatAsAcDbBlockRefForExplode( (BlockReference)arg1) -> bool :
C++ signature :
bool treatAsAcDbBlockRefForExplode(class PyDbBlockReference {lvalue})
Static methods inherited from Entity:
- blockId(...)
- blockId( (Entity)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId blockId(class PyDbEntity {lvalue})
- castShadows(...)
- castShadows( (Entity)arg1) -> bool :
C++ signature :
bool castShadows(class PyDbEntity {lvalue})
- collisionType(...)
- collisionType( (Entity)arg1) -> CollisionType :
C++ signature :
enum AcDb::CollisionType collisionType(class PyDbEntity {lvalue})
- color(...)
- color( (Entity)arg1) -> Color :
C++ signature :
class AcCmColor color(class PyDbEntity {lvalue})
- colorIndex(...)
- colorIndex( (Entity)arg1) -> int :
C++ signature :
unsigned short colorIndex(class PyDbEntity {lvalue})
- draw(...)
- draw( (Entity)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus draw(class PyDbEntity {lvalue})
- entityColor(...)
- entityColor( (Entity)arg1) -> EntityColor :
C++ signature :
class AcCmEntityColor entityColor(class PyDbEntity {lvalue})
- getCompoundObjectTransform(...)
- getCompoundObjectTransform( (Entity)arg1, (Matrix3d)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus getCompoundObjectTransform(class PyDbEntity {lvalue},class AcGeMatrix3d {lvalue})
- getEcs(...)
- getEcs( (Entity)arg1, (Matrix3d)arg2) -> None :
C++ signature :
void getEcs(class PyDbEntity {lvalue},class AcGeMatrix3d {lvalue})
- getGeomExtents(...)
- getGeomExtents( (Entity)arg1, (Extents)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus getGeomExtents(class PyDbEntity {lvalue},class AcDbExtents {lvalue})
- getPlane(...)
- getPlane( (Entity)arg1) -> Plane :
C++ signature :
class PyGePlane getPlane(class PyDbEntity {lvalue})
- getPlotStyleNameId(...)
- getPlotStyleNameId( (Entity)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId getPlotStyleNameId(class PyDbEntity {lvalue})
- isPlanar(...)
- isPlanar( (Entity)arg1) -> bool :
C++ signature :
bool isPlanar(class PyDbEntity {lvalue})
- layer(...)
- layer( (Entity)arg1) -> str :
C++ signature :
class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > layer(class PyDbEntity {lvalue})
- layerId(...)
- layerId( (Entity)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId layerId(class PyDbEntity {lvalue})
- lineWeight(...)
- lineWeight( (Entity)arg1) -> LineWeight :
C++ signature :
enum AcDb::LineWeight lineWeight(class PyDbEntity {lvalue})
- linetype(...)
- linetype( (Entity)arg1) -> str :
C++ signature :
class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > linetype(class PyDbEntity {lvalue})
- linetypeId(...)
- linetypeId( (Entity)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId linetypeId(class PyDbEntity {lvalue})
- linetypeScale(...)
- linetypeScale( (Entity)arg1) -> float :
C++ signature :
double linetypeScale(class PyDbEntity {lvalue})
- list(...)
- list( (Entity)arg1) -> None :
C++ signature :
void list(class PyDbEntity {lvalue})
- material(...)
- material( (Entity)arg1) -> str :
C++ signature :
class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > material(class PyDbEntity {lvalue})
- materialId(...)
- materialId( (Entity)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId materialId(class PyDbEntity {lvalue})
- plotStyleName(...)
- plotStyleName( (Entity)arg1) -> str :
C++ signature :
class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > plotStyleName(class PyDbEntity {lvalue})
- receiveShadows(...)
- receiveShadows( (Entity)arg1) -> bool :
C++ signature :
bool receiveShadows(class PyDbEntity {lvalue})
- recordGraphicsModified(...)
- recordGraphicsModified( (Entity)arg1) -> None :
C++ signature :
void recordGraphicsModified(class PyDbEntity {lvalue})
recordGraphicsModified( (Entity)arg1) -> None :
C++ signature :
void recordGraphicsModified(class PyDbEntity {lvalue})
- setCastShadows(...)
- setCastShadows( (Entity)arg1, (bool)arg2) -> None :
C++ signature :
void setCastShadows(class PyDbEntity {lvalue},bool)
- setColor(...)
- setColor( (Entity)arg1, (Color)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setColor(class PyDbEntity {lvalue},class AcCmColor)
setColor( (Entity)arg1, (Color)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setColor(class PyDbEntity {lvalue},class AcCmColor,bool)
setColor( (Entity)arg1, (Color)arg2, (bool)arg3, (Database)arg4) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setColor(class PyDbEntity {lvalue},class AcCmColor,bool,class PyDbDatabase {lvalue})
- setColorIndex(...)
- setColorIndex( (Entity)arg1, (int)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setColorIndex(class PyDbEntity {lvalue},unsigned short)
setColorIndex( (Entity)arg1, (int)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setColorIndex(class PyDbEntity {lvalue},unsigned short,bool)
- setDatabaseDefaults(...)
- setDatabaseDefaults( (Entity)arg1) -> None :
C++ signature :
void setDatabaseDefaults(class PyDbEntity {lvalue})
setDatabaseDefaults( (Entity)arg1, (Database)arg2) -> None :
C++ signature :
void setDatabaseDefaults(class PyDbEntity {lvalue},class PyDbDatabase)
- setLayer(...)
- setLayer( (Entity)arg1, (str)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLayer(class PyDbEntity {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
setLayer( (Entity)arg1, (str)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLayer(class PyDbEntity {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,bool)
setLayer( (Entity)arg1, (str)arg2, (bool)arg3, (bool)arg4) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLayer(class PyDbEntity {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,bool,bool)
setLayer( (Entity)arg1, (ObjectId)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLayer(class PyDbEntity {lvalue},class PyDbObjectId)
setLayer( (Entity)arg1, (ObjectId)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLayer(class PyDbEntity {lvalue},class PyDbObjectId,bool)
setLayer( (Entity)arg1, (ObjectId)arg2, (bool)arg3, (bool)arg4) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLayer(class PyDbEntity {lvalue},class PyDbObjectId,bool,bool)
- setLineWeight(...)
- setLineWeight( (Entity)arg1, (LineWeight)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLineWeight(class PyDbEntity {lvalue},enum AcDb::LineWeight)
setLineWeight( (Entity)arg1, (LineWeight)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLineWeight(class PyDbEntity {lvalue},enum AcDb::LineWeight,bool)
- setLinetype(...)
- setLinetype( (Entity)arg1, (str)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLinetype(class PyDbEntity {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
setLinetype( (Entity)arg1, (str)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLinetype(class PyDbEntity {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,bool)
setLinetype( (Entity)arg1, (ObjectId)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLinetype(class PyDbEntity {lvalue},class PyDbObjectId)
setLinetype( (Entity)arg1, (ObjectId)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLinetype(class PyDbEntity {lvalue},class PyDbObjectId,bool)
- setLinetypeScale(...)
- setLinetypeScale( (Entity)arg1, (float)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLinetypeScale(class PyDbEntity {lvalue},double)
setLinetypeScale( (Entity)arg1, (float)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLinetypeScale(class PyDbEntity {lvalue},double,bool)
- setMaterial(...)
- setMaterial( (Entity)arg1, (str)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setMaterial(class PyDbEntity {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
setMaterial( (Entity)arg1, (str)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setMaterial(class PyDbEntity {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,bool)
setMaterial( (Entity)arg1, (ObjectId)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setMaterial(class PyDbEntity {lvalue},class PyDbObjectId)
setMaterial( (Entity)arg1, (ObjectId)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setMaterial(class PyDbEntity {lvalue},class PyDbObjectId,bool)
- setPlotStyleName(...)
- setPlotStyleName( (Entity)arg1, (str)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setPlotStyleName(class PyDbEntity {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,bool)
setPlotStyleName( (Entity)arg1, (PlotStyleNameType)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setPlotStyleName(class PyDbEntity {lvalue},enum AcDb::PlotStyleNameType,bool)
setPlotStyleName( (Entity)arg1, (PlotStyleNameType)arg2, (ObjectId)arg3, (bool)arg4) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setPlotStyleName(class PyDbEntity {lvalue},enum AcDb::PlotStyleNameType,class PyDbObjectId,bool)
- setPropertiesFrom(...)
- setPropertiesFrom( (Entity)arg1, (Entity)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setPropertiesFrom(class PyDbEntity {lvalue},class PyDbEntity)
setPropertiesFrom( (Entity)arg1, (Entity)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setPropertiesFrom(class PyDbEntity {lvalue},class PyDbEntity,bool)
- setReceiveShadows(...)
- setReceiveShadows( (Entity)arg1, (bool)arg2) -> None :
C++ signature :
void setReceiveShadows(class PyDbEntity {lvalue},bool)
- setVisibility(...)
- setVisibility( (Entity)arg1, (Visibility)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setVisibility(class PyDbEntity {lvalue},enum AcDb::Visibility)
setVisibility( (Entity)arg1, (Visibility)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setVisibility(class PyDbEntity {lvalue},enum AcDb::Visibility,bool)
- transformBy(...)
- transformBy( (Entity)arg1, (Matrix3d)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus transformBy(class PyDbEntity {lvalue},class AcGeMatrix3d)
- visibility(...)
- visibility( (Entity)arg1) -> Visibility :
C++ signature :
enum AcDb::Visibility visibility(class PyDbEntity {lvalue})
Static methods inherited from DbObject:
- addPersistentReactor(...)
- addPersistentReactor( (DbObject)arg1, (ObjectId)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus addPersistentReactor(class PyDbObject {lvalue},class PyDbObjectId)
- assertNotifyEnabled(...)
- assertNotifyEnabled( (DbObject)arg1) -> None :
C++ signature :
void assertNotifyEnabled(class PyDbObject {lvalue})
- assertReadEnabled(...)
- assertReadEnabled( (DbObject)arg1) -> None :
C++ signature :
void assertReadEnabled(class PyDbObject {lvalue})
- assertWriteEnabled(...)
- assertWriteEnabled( (DbObject)arg1) -> None :
C++ signature :
void assertWriteEnabled(class PyDbObject {lvalue})
- cancel(...)
- cancel( (DbObject)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus cancel(class PyDbObject {lvalue})
- close(...)
- close( (DbObject)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus close(class PyDbObject {lvalue})
- createExtensionDictionary(...)
- createExtensionDictionary( (DbObject)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus createExtensionDictionary(class PyDbObject {lvalue})
- database(...)
- database( (DbObject)arg1) -> Database :
C++ signature :
class PyDbDatabase database(class PyDbObject {lvalue})
- disableUndoRecording(...)
- disableUndoRecording( (DbObject)arg1, (bool)arg2) -> None :
C++ signature :
void disableUndoRecording(class PyDbObject {lvalue},bool)
- downgradeOpen(...)
- downgradeOpen( (DbObject)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus downgradeOpen(class PyDbObject {lvalue})
- downgradeToNotify(...)
- downgradeToNotify( (DbObject)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus downgradeToNotify(class PyDbObject {lvalue},bool)
- erase(...)
- erase( (DbObject)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus erase(class PyDbObject {lvalue})
- extensionDictionary(...)
- extensionDictionary( (DbObject)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId extensionDictionary(class PyDbObject {lvalue})
- handOverTo(...)
- handOverTo( (DbObject)arg1, (DbObject)arg2, (bool)arg3, (bool)arg4) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus handOverTo(class PyDbObject {lvalue},class PyDbObject {lvalue},bool,bool)
- hasPersistentReactor(...)
- hasPersistentReactor( (DbObject)arg1, (ObjectId)arg2) -> bool :
C++ signature :
bool hasPersistentReactor(class PyDbObject {lvalue},class PyDbObjectId)
- isAProxy(...)
- isAProxy( (DbObject)arg1) -> bool :
C++ signature :
bool isAProxy(class PyDbObject {lvalue})
- isCancelling(...)
- isCancelling( (DbObject)arg1) -> bool :
C++ signature :
bool isCancelling(class PyDbObject {lvalue})
- isEraseStatusToggled(...)
- isEraseStatusToggled( (DbObject)arg1) -> bool :
C++ signature :
bool isEraseStatusToggled(class PyDbObject {lvalue})
- isErased(...)
- isErased( (DbObject)arg1) -> bool :
C++ signature :
bool isErased(class PyDbObject {lvalue})
- isModified(...)
- isModified( (DbObject)arg1) -> bool :
C++ signature :
bool isModified(class PyDbObject {lvalue})
- isModifiedGraphics(...)
- isModifiedGraphics( (DbObject)arg1) -> bool :
C++ signature :
bool isModifiedGraphics(class PyDbObject {lvalue})
- isModifiedXData(...)
- isModifiedXData( (DbObject)arg1) -> bool :
C++ signature :
bool isModifiedXData(class PyDbObject {lvalue})
- isNewObject(...)
- isNewObject( (DbObject)arg1) -> bool :
C++ signature :
bool isNewObject(class PyDbObject {lvalue})
- isNotifyEnabled(...)
- isNotifyEnabled( (DbObject)arg1) -> bool :
C++ signature :
bool isNotifyEnabled(class PyDbObject {lvalue})
- isNotifying(...)
- isNotifying( (DbObject)arg1) -> bool :
C++ signature :
bool isNotifying(class PyDbObject {lvalue})
- isReadEnabled(...)
- isReadEnabled( (DbObject)arg1) -> bool :
C++ signature :
bool isReadEnabled(class PyDbObject {lvalue})
- isReallyClosing(...)
- isReallyClosing( (DbObject)arg1) -> bool :
C++ signature :
bool isReallyClosing(class PyDbObject {lvalue})
- isTransactionResident(...)
- isTransactionResident( (DbObject)arg1) -> bool :
C++ signature :
bool isTransactionResident(class PyDbObject {lvalue})
- isUndoRecordingDisabled(...)
- isUndoRecordingDisabled( (DbObject)arg1) -> bool :
C++ signature :
bool isUndoRecordingDisabled(class PyDbObject {lvalue})
- isUndoing(...)
- isUndoing( (DbObject)arg1) -> bool :
C++ signature :
bool isUndoing(class PyDbObject {lvalue})
- isWriteEnabled(...)
- isWriteEnabled( (DbObject)arg1) -> bool :
C++ signature :
bool isWriteEnabled(class PyDbObject {lvalue})
- objectId(...)
- objectId( (DbObject)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId objectId(class PyDbObject {lvalue})
- ownerId(...)
- ownerId( (DbObject)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId ownerId(class PyDbObject {lvalue})
- releaseExtensionDictionary(...)
- releaseExtensionDictionary( (DbObject)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus releaseExtensionDictionary(class PyDbObject {lvalue})
- removePersistentReactor(...)
- removePersistentReactor( (DbObject)arg1, (ObjectId)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus removePersistentReactor(class PyDbObject {lvalue},class PyDbObjectId)
- setOwnerId(...)
- setOwnerId( (DbObject)arg1, (ObjectId)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setOwnerId(class PyDbObject {lvalue},class PyDbObjectId)
- setXData(...)
- setXData( (DbObject)arg1, (list)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setXData(class PyDbObject {lvalue},class boost::python::list)
- swapIdWith(...)
- swapIdWith( (DbObject)arg1, (ObjectId)arg2, (bool)arg3, (bool)arg4) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus swapIdWith(class PyDbObject {lvalue},class PyDbObjectId {lvalue},bool,bool)
- upgradeFromNotify(...)
- upgradeFromNotify( (DbObject)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus upgradeFromNotify(class PyDbObject {lvalue},bool {lvalue})
- upgradeOpen(...)
- upgradeOpen( (DbObject)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus upgradeOpen(class PyDbObject {lvalue})
- xData(...)
- xData( (DbObject)arg1, (str)arg2) -> list :
C++ signature :
class boost::python::list xData(class PyDbObject {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
- xDataTransformBy(...)
- xDataTransformBy( (DbObject)arg1, (Matrix3d)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus xDataTransformBy(class PyDbObject {lvalue},class AcGeMatrix3d)
Static methods inherited from PyGi.Drawable:
- isA(...)
- isA( (Drawable)arg1) -> RxClass :
C++ signature :
class PyRxClass isA(class PyGiDrawable {lvalue})
Static methods inherited from PyRx.RxObject:
- __eq__(...)
- __eq__( (RxObject)arg1, (RxObject)arg2) -> bool :
C++ signature :
bool __eq__(class PyRxObject {lvalue},class PyRxObject)
- __ne__(...)
- __ne__( (RxObject)arg1, (RxObject)arg2) -> bool :
C++ signature :
bool __ne__(class PyRxObject {lvalue},class PyRxObject)
- isNull(...)
- isNull( (RxObject)arg1) -> bool :
C++ signature :
bool isNull(class PyRxObject {lvalue})
Static methods inherited from Boost.Python.instance:
- __new__(*args, **kwargs) from Boost.Python.class
- Create and return a new object. See help(type) for accurate signature.
Data descriptors inherited from Boost.Python.instance:
- __dict__
- __weakref__
|
class TableBreakFlowDirection(Boost.Python.enum) |
| | |
- Method resolution order:
- TableBreakFlowDirection
- Boost.Python.enum
- builtins.int
- builtins.object
Data and other attributes defined here:
- kTableBreakFlowDownOrUp = PyDb.TableBreakFlowDirection.kTableBreakFlowDownOrUp
- kTableBreakFlowLeft = PyDb.TableBreakFlowDirection.kTableBreakFlowLeft
- kTableIteratorNone = PyDb.TableBreakFlowDirection.kTableIteratorNone
- names = {'kTableBreakFlowDownOrUp': PyDb.TableBreakFlowDirection.kTableBreakFlowDownOrUp, 'kTableBreakFlowLeft': PyDb.TableBreakFlowDirection.kTableBreakFlowLeft, 'kTableIteratorNone': PyDb.TableBreakFlowDirection.kTableIteratorNone}
- values = {1: PyDb.TableBreakFlowDirection.kTableIteratorNone, 2: PyDb.TableBreakFlowDirection.kTableBreakFlowDownOrUp, 4: PyDb.TableBreakFlowDirection.kTableBreakFlowLeft}
Methods inherited from Boost.Python.enum:
- __repr__(self, /)
- Return repr(self).
- __str__(self, /)
- Return str(self).
Data descriptors inherited from Boost.Python.enum:
- name
Methods inherited from builtins.int:
- __abs__(self, /)
- abs(self)
- __add__(self, value, /)
- Return self+value.
- __and__(self, value, /)
- Return self&value.
- __bool__(self, /)
- True if self else False
- __ceil__(...)
- Ceiling of an Integral returns itself.
- __divmod__(self, value, /)
- Return divmod(self, value).
- __eq__(self, value, /)
- Return self==value.
- __float__(self, /)
- float(self)
- __floor__(...)
- Flooring an Integral returns itself.
- __floordiv__(self, value, /)
- Return self//value.
- __format__(self, format_spec, /)
- Default object formatter.
- __ge__(self, value, /)
- Return self>=value.
- __getattribute__(self, name, /)
- Return getattr(self, name).
- __getnewargs__(self, /)
- __gt__(self, value, /)
- Return self>value.
- __hash__(self, /)
- Return hash(self).
- __index__(self, /)
- Return self converted to an integer, if self is suitable for use as an index into a list.
- __int__(self, /)
- int(self)
- __invert__(self, /)
- ~self
- __le__(self, value, /)
- Return self<=value.
- __lshift__(self, value, /)
- Return self<<value.
- __lt__(self, value, /)
- Return self<value.
- __mod__(self, value, /)
- Return self%value.
- __mul__(self, value, /)
- Return self*value.
- __ne__(self, value, /)
- Return self!=value.
- __neg__(self, /)
- -self
- __or__(self, value, /)
- Return self|value.
- __pos__(self, /)
- +self
- __pow__(self, value, mod=None, /)
- Return pow(self, value, mod).
- __radd__(self, value, /)
- Return value+self.
- __rand__(self, value, /)
- Return value&self.
- __rdivmod__(self, value, /)
- Return divmod(value, self).
- __rfloordiv__(self, value, /)
- Return value//self.
- __rlshift__(self, value, /)
- Return value<<self.
- __rmod__(self, value, /)
- Return value%self.
- __rmul__(self, value, /)
- Return value*self.
- __ror__(self, value, /)
- Return value|self.
- __round__(...)
- Rounding an Integral returns itself.
Rounding with an ndigits argument also returns an integer.
- __rpow__(self, value, mod=None, /)
- Return pow(value, self, mod).
- __rrshift__(self, value, /)
- Return value>>self.
- __rshift__(self, value, /)
- Return self>>value.
- __rsub__(self, value, /)
- Return value-self.
- __rtruediv__(self, value, /)
- Return value/self.
- __rxor__(self, value, /)
- Return value^self.
- __sizeof__(self, /)
- Returns size in memory, in bytes.
- __sub__(self, value, /)
- Return self-value.
- __truediv__(self, value, /)
- Return self/value.
- __trunc__(...)
- Truncating an Integral returns itself.
- __xor__(self, value, /)
- Return self^value.
- as_integer_ratio(self, /)
- Return integer ratio.
Return a pair of integers, whose ratio is exactly equal to the original int
and with a positive denominator.
>>> (10).as_integer_ratio()
(10, 1)
>>> (-10).as_integer_ratio()
(-10, 1)
>>> (0).as_integer_ratio()
(0, 1)
- bit_count(self, /)
- Number of ones in the binary representation of the absolute value of self.
Also known as the population count.
>>> bin(13)
'0b1101'
>>> (13).bit_count()
3
- bit_length(self, /)
- Number of bits necessary to represent self in binary.
>>> bin(37)
'0b100101'
>>> (37).bit_length()
6
- conjugate(...)
- Returns self, the complex conjugate of any int.
- to_bytes(self, /, length, byteorder, *, signed=False)
- Return an array of bytes representing an integer.
length
Length of bytes object to use. An OverflowError is raised if the
integer is not representable with the given number of bytes.
byteorder
The byte order used to represent the integer. If byteorder is 'big',
the most significant byte is at the beginning of the byte array. If
byteorder is 'little', the most significant byte is at the end of the
byte array. To request the native byte order of the host system, use
`sys.byteorder' as the byte order value.
signed
Determines whether two's complement is used to represent the integer.
If signed is False and a negative integer is given, an OverflowError
is raised.
Class methods inherited from builtins.int:
- from_bytes(bytes, byteorder, *, signed=False) from builtins.type
- Return the integer represented by the given array of bytes.
bytes
Holds the array of bytes to convert. The argument must either
support the buffer protocol or be an iterable object producing bytes.
Bytes and bytearray are examples of built-in objects that support the
buffer protocol.
byteorder
The byte order used to represent the integer. If byteorder is 'big',
the most significant byte is at the beginning of the byte array. If
byteorder is 'little', the most significant byte is at the end of the
byte array. To request the native byte order of the host system, use
`sys.byteorder' as the byte order value.
signed
Indicates whether two's complement is used to represent the integer.
Static methods inherited from builtins.int:
- __new__(*args, **kwargs) from builtins.type
- Create and return a new object. See help(type) for accurate signature.
Data descriptors inherited from builtins.int:
- denominator
- the denominator of a rational number in lowest terms
- imag
- the imaginary part of a complex number
- numerator
- the numerator of a rational number in lowest terms
- real
- the real part of a complex number
|
class TableBreakOption(Boost.Python.enum) |
| | |
- Method resolution order:
- TableBreakOption
- Boost.Python.enum
- builtins.int
- builtins.object
Data and other attributes defined here:
- kTableBreakAllowManualHeights = PyDb.TableBreakOption.kTableBreakAllowManualHeights
- kTableBreakAllowManualPositions = PyDb.TableBreakOption.kTableBreakAllowManualPositions
- kTableBreakEnableBreaking = PyDb.TableBreakOption.kTableBreakEnableBreaking
- kTableBreakNone = PyDb.TableBreakOption.kTableBreakNone
- kTableBreakRepeatBottomLabels = PyDb.TableBreakOption.kTableBreakRepeatBottomLabels
- kTableBreakRepeatTopLabels = PyDb.TableBreakOption.kTableBreakRepeatTopLabels
- names = {'kTableBreakAllowManualHeights': PyDb.TableBreakOption.kTableBreakAllowManualHeights, 'kTableBreakAllowManualPositions': PyDb.TableBreakOption.kTableBreakAllowManualPositions, 'kTableBreakEnableBreaking': PyDb.TableBreakOption.kTableBreakEnableBreaking, 'kTableBreakNone': PyDb.TableBreakOption.kTableBreakNone, 'kTableBreakRepeatBottomLabels': PyDb.TableBreakOption.kTableBreakRepeatBottomLabels, 'kTableBreakRepeatTopLabels': PyDb.TableBreakOption.kTableBreakRepeatTopLabels}
- values = {0: PyDb.TableBreakOption.kTableBreakNone, 1: PyDb.TableBreakOption.kTableBreakEnableBreaking, 2: PyDb.TableBreakOption.kTableBreakRepeatTopLabels, 4: PyDb.TableBreakOption.kTableBreakRepeatBottomLabels, 8: PyDb.TableBreakOption.kTableBreakAllowManualPositions, 16: PyDb.TableBreakOption.kTableBreakAllowManualHeights}
Methods inherited from Boost.Python.enum:
- __repr__(self, /)
- Return repr(self).
- __str__(self, /)
- Return str(self).
Data descriptors inherited from Boost.Python.enum:
- name
Methods inherited from builtins.int:
- __abs__(self, /)
- abs(self)
- __add__(self, value, /)
- Return self+value.
- __and__(self, value, /)
- Return self&value.
- __bool__(self, /)
- True if self else False
- __ceil__(...)
- Ceiling of an Integral returns itself.
- __divmod__(self, value, /)
- Return divmod(self, value).
- __eq__(self, value, /)
- Return self==value.
- __float__(self, /)
- float(self)
- __floor__(...)
- Flooring an Integral returns itself.
- __floordiv__(self, value, /)
- Return self//value.
- __format__(self, format_spec, /)
- Default object formatter.
- __ge__(self, value, /)
- Return self>=value.
- __getattribute__(self, name, /)
- Return getattr(self, name).
- __getnewargs__(self, /)
- __gt__(self, value, /)
- Return self>value.
- __hash__(self, /)
- Return hash(self).
- __index__(self, /)
- Return self converted to an integer, if self is suitable for use as an index into a list.
- __int__(self, /)
- int(self)
- __invert__(self, /)
- ~self
- __le__(self, value, /)
- Return self<=value.
- __lshift__(self, value, /)
- Return self<<value.
- __lt__(self, value, /)
- Return self<value.
- __mod__(self, value, /)
- Return self%value.
- __mul__(self, value, /)
- Return self*value.
- __ne__(self, value, /)
- Return self!=value.
- __neg__(self, /)
- -self
- __or__(self, value, /)
- Return self|value.
- __pos__(self, /)
- +self
- __pow__(self, value, mod=None, /)
- Return pow(self, value, mod).
- __radd__(self, value, /)
- Return value+self.
- __rand__(self, value, /)
- Return value&self.
- __rdivmod__(self, value, /)
- Return divmod(value, self).
- __rfloordiv__(self, value, /)
- Return value//self.
- __rlshift__(self, value, /)
- Return value<<self.
- __rmod__(self, value, /)
- Return value%self.
- __rmul__(self, value, /)
- Return value*self.
- __ror__(self, value, /)
- Return value|self.
- __round__(...)
- Rounding an Integral returns itself.
Rounding with an ndigits argument also returns an integer.
- __rpow__(self, value, mod=None, /)
- Return pow(value, self, mod).
- __rrshift__(self, value, /)
- Return value>>self.
- __rshift__(self, value, /)
- Return self>>value.
- __rsub__(self, value, /)
- Return value-self.
- __rtruediv__(self, value, /)
- Return value/self.
- __rxor__(self, value, /)
- Return value^self.
- __sizeof__(self, /)
- Returns size in memory, in bytes.
- __sub__(self, value, /)
- Return self-value.
- __truediv__(self, value, /)
- Return self/value.
- __trunc__(...)
- Truncating an Integral returns itself.
- __xor__(self, value, /)
- Return self^value.
- as_integer_ratio(self, /)
- Return integer ratio.
Return a pair of integers, whose ratio is exactly equal to the original int
and with a positive denominator.
>>> (10).as_integer_ratio()
(10, 1)
>>> (-10).as_integer_ratio()
(-10, 1)
>>> (0).as_integer_ratio()
(0, 1)
- bit_count(self, /)
- Number of ones in the binary representation of the absolute value of self.
Also known as the population count.
>>> bin(13)
'0b1101'
>>> (13).bit_count()
3
- bit_length(self, /)
- Number of bits necessary to represent self in binary.
>>> bin(37)
'0b100101'
>>> (37).bit_length()
6
- conjugate(...)
- Returns self, the complex conjugate of any int.
- to_bytes(self, /, length, byteorder, *, signed=False)
- Return an array of bytes representing an integer.
length
Length of bytes object to use. An OverflowError is raised if the
integer is not representable with the given number of bytes.
byteorder
The byte order used to represent the integer. If byteorder is 'big',
the most significant byte is at the beginning of the byte array. If
byteorder is 'little', the most significant byte is at the end of the
byte array. To request the native byte order of the host system, use
`sys.byteorder' as the byte order value.
signed
Determines whether two's complement is used to represent the integer.
If signed is False and a negative integer is given, an OverflowError
is raised.
Class methods inherited from builtins.int:
- from_bytes(bytes, byteorder, *, signed=False) from builtins.type
- Return the integer represented by the given array of bytes.
bytes
Holds the array of bytes to convert. The argument must either
support the buffer protocol or be an iterable object producing bytes.
Bytes and bytearray are examples of built-in objects that support the
buffer protocol.
byteorder
The byte order used to represent the integer. If byteorder is 'big',
the most significant byte is at the beginning of the byte array. If
byteorder is 'little', the most significant byte is at the end of the
byte array. To request the native byte order of the host system, use
`sys.byteorder' as the byte order value.
signed
Indicates whether two's complement is used to represent the integer.
Static methods inherited from builtins.int:
- __new__(*args, **kwargs) from builtins.type
- Create and return a new object. See help(type) for accurate signature.
Data descriptors inherited from builtins.int:
- denominator
- the denominator of a rational number in lowest terms
- imag
- the imaginary part of a complex number
- numerator
- the numerator of a rational number in lowest terms
- real
- the real part of a complex number
|
class TableFlowDirection(Boost.Python.enum) |
| | |
- Method resolution order:
- TableFlowDirection
- Boost.Python.enum
- builtins.int
- builtins.object
Data and other attributes defined here:
- kExactly = PyDb.TableFlowDirection.kExactly
- kTtoB = PyDb.TableFlowDirection.kTtoB
- names = {'kExactly': PyDb.TableFlowDirection.kExactly, 'kTtoB': PyDb.TableFlowDirection.kTtoB}
- values = {0: PyDb.TableFlowDirection.kTtoB, 1: PyDb.TableFlowDirection.kExactly}
Methods inherited from Boost.Python.enum:
- __repr__(self, /)
- Return repr(self).
- __str__(self, /)
- Return str(self).
Data descriptors inherited from Boost.Python.enum:
- name
Methods inherited from builtins.int:
- __abs__(self, /)
- abs(self)
- __add__(self, value, /)
- Return self+value.
- __and__(self, value, /)
- Return self&value.
- __bool__(self, /)
- True if self else False
- __ceil__(...)
- Ceiling of an Integral returns itself.
- __divmod__(self, value, /)
- Return divmod(self, value).
- __eq__(self, value, /)
- Return self==value.
- __float__(self, /)
- float(self)
- __floor__(...)
- Flooring an Integral returns itself.
- __floordiv__(self, value, /)
- Return self//value.
- __format__(self, format_spec, /)
- Default object formatter.
- __ge__(self, value, /)
- Return self>=value.
- __getattribute__(self, name, /)
- Return getattr(self, name).
- __getnewargs__(self, /)
- __gt__(self, value, /)
- Return self>value.
- __hash__(self, /)
- Return hash(self).
- __index__(self, /)
- Return self converted to an integer, if self is suitable for use as an index into a list.
- __int__(self, /)
- int(self)
- __invert__(self, /)
- ~self
- __le__(self, value, /)
- Return self<=value.
- __lshift__(self, value, /)
- Return self<<value.
- __lt__(self, value, /)
- Return self<value.
- __mod__(self, value, /)
- Return self%value.
- __mul__(self, value, /)
- Return self*value.
- __ne__(self, value, /)
- Return self!=value.
- __neg__(self, /)
- -self
- __or__(self, value, /)
- Return self|value.
- __pos__(self, /)
- +self
- __pow__(self, value, mod=None, /)
- Return pow(self, value, mod).
- __radd__(self, value, /)
- Return value+self.
- __rand__(self, value, /)
- Return value&self.
- __rdivmod__(self, value, /)
- Return divmod(value, self).
- __rfloordiv__(self, value, /)
- Return value//self.
- __rlshift__(self, value, /)
- Return value<<self.
- __rmod__(self, value, /)
- Return value%self.
- __rmul__(self, value, /)
- Return value*self.
- __ror__(self, value, /)
- Return value|self.
- __round__(...)
- Rounding an Integral returns itself.
Rounding with an ndigits argument also returns an integer.
- __rpow__(self, value, mod=None, /)
- Return pow(value, self, mod).
- __rrshift__(self, value, /)
- Return value>>self.
- __rshift__(self, value, /)
- Return self>>value.
- __rsub__(self, value, /)
- Return value-self.
- __rtruediv__(self, value, /)
- Return value/self.
- __rxor__(self, value, /)
- Return value^self.
- __sizeof__(self, /)
- Returns size in memory, in bytes.
- __sub__(self, value, /)
- Return self-value.
- __truediv__(self, value, /)
- Return self/value.
- __trunc__(...)
- Truncating an Integral returns itself.
- __xor__(self, value, /)
- Return self^value.
- as_integer_ratio(self, /)
- Return integer ratio.
Return a pair of integers, whose ratio is exactly equal to the original int
and with a positive denominator.
>>> (10).as_integer_ratio()
(10, 1)
>>> (-10).as_integer_ratio()
(-10, 1)
>>> (0).as_integer_ratio()
(0, 1)
- bit_count(self, /)
- Number of ones in the binary representation of the absolute value of self.
Also known as the population count.
>>> bin(13)
'0b1101'
>>> (13).bit_count()
3
- bit_length(self, /)
- Number of bits necessary to represent self in binary.
>>> bin(37)
'0b100101'
>>> (37).bit_length()
6
- conjugate(...)
- Returns self, the complex conjugate of any int.
- to_bytes(self, /, length, byteorder, *, signed=False)
- Return an array of bytes representing an integer.
length
Length of bytes object to use. An OverflowError is raised if the
integer is not representable with the given number of bytes.
byteorder
The byte order used to represent the integer. If byteorder is 'big',
the most significant byte is at the beginning of the byte array. If
byteorder is 'little', the most significant byte is at the end of the
byte array. To request the native byte order of the host system, use
`sys.byteorder' as the byte order value.
signed
Determines whether two's complement is used to represent the integer.
If signed is False and a negative integer is given, an OverflowError
is raised.
Class methods inherited from builtins.int:
- from_bytes(bytes, byteorder, *, signed=False) from builtins.type
- Return the integer represented by the given array of bytes.
bytes
Holds the array of bytes to convert. The argument must either
support the buffer protocol or be an iterable object producing bytes.
Bytes and bytearray are examples of built-in objects that support the
buffer protocol.
byteorder
The byte order used to represent the integer. If byteorder is 'big',
the most significant byte is at the beginning of the byte array. If
byteorder is 'little', the most significant byte is at the end of the
byte array. To request the native byte order of the host system, use
`sys.byteorder' as the byte order value.
signed
Indicates whether two's complement is used to represent the integer.
Static methods inherited from builtins.int:
- __new__(*args, **kwargs) from builtins.type
- Create and return a new object. See help(type) for accurate signature.
Data descriptors inherited from builtins.int:
- denominator
- the denominator of a rational number in lowest terms
- imag
- the imaginary part of a complex number
- numerator
- the numerator of a rational number in lowest terms
- real
- the real part of a complex number
|
class TableHitItem(Boost.Python.enum) |
| | |
- Method resolution order:
- TableHitItem
- Boost.Python.enum
- builtins.int
- builtins.object
Data and other attributes defined here:
- kTableHitCell = PyDb.TableHitItem.kTableHitCell
- kTableHitColumnIndicator = PyDb.TableHitItem.kTableHitColumnIndicator
- kTableHitGridLine = PyDb.TableHitItem.kTableHitGridLine
- kTableHitNone = PyDb.TableHitItem.kTableHitNone
- kTableHitRowIndicator = PyDb.TableHitItem.kTableHitRowIndicator
- names = {'kTableHitCell': PyDb.TableHitItem.kTableHitCell, 'kTableHitColumnIndicator': PyDb.TableHitItem.kTableHitColumnIndicator, 'kTableHitGridLine': PyDb.TableHitItem.kTableHitGridLine, 'kTableHitNone': PyDb.TableHitItem.kTableHitNone, 'kTableHitRowIndicator': PyDb.TableHitItem.kTableHitRowIndicator}
- values = {0: PyDb.TableHitItem.kTableHitNone, 1: PyDb.TableHitItem.kTableHitCell, 2: PyDb.TableHitItem.kTableHitRowIndicator, 4: PyDb.TableHitItem.kTableHitColumnIndicator, 8: PyDb.TableHitItem.kTableHitGridLine}
Methods inherited from Boost.Python.enum:
- __repr__(self, /)
- Return repr(self).
- __str__(self, /)
- Return str(self).
Data descriptors inherited from Boost.Python.enum:
- name
Methods inherited from builtins.int:
- __abs__(self, /)
- abs(self)
- __add__(self, value, /)
- Return self+value.
- __and__(self, value, /)
- Return self&value.
- __bool__(self, /)
- True if self else False
- __ceil__(...)
- Ceiling of an Integral returns itself.
- __divmod__(self, value, /)
- Return divmod(self, value).
- __eq__(self, value, /)
- Return self==value.
- __float__(self, /)
- float(self)
- __floor__(...)
- Flooring an Integral returns itself.
- __floordiv__(self, value, /)
- Return self//value.
- __format__(self, format_spec, /)
- Default object formatter.
- __ge__(self, value, /)
- Return self>=value.
- __getattribute__(self, name, /)
- Return getattr(self, name).
- __getnewargs__(self, /)
- __gt__(self, value, /)
- Return self>value.
- __hash__(self, /)
- Return hash(self).
- __index__(self, /)
- Return self converted to an integer, if self is suitable for use as an index into a list.
- __int__(self, /)
- int(self)
- __invert__(self, /)
- ~self
- __le__(self, value, /)
- Return self<=value.
- __lshift__(self, value, /)
- Return self<<value.
- __lt__(self, value, /)
- Return self<value.
- __mod__(self, value, /)
- Return self%value.
- __mul__(self, value, /)
- Return self*value.
- __ne__(self, value, /)
- Return self!=value.
- __neg__(self, /)
- -self
- __or__(self, value, /)
- Return self|value.
- __pos__(self, /)
- +self
- __pow__(self, value, mod=None, /)
- Return pow(self, value, mod).
- __radd__(self, value, /)
- Return value+self.
- __rand__(self, value, /)
- Return value&self.
- __rdivmod__(self, value, /)
- Return divmod(value, self).
- __rfloordiv__(self, value, /)
- Return value//self.
- __rlshift__(self, value, /)
- Return value<<self.
- __rmod__(self, value, /)
- Return value%self.
- __rmul__(self, value, /)
- Return value*self.
- __ror__(self, value, /)
- Return value|self.
- __round__(...)
- Rounding an Integral returns itself.
Rounding with an ndigits argument also returns an integer.
- __rpow__(self, value, mod=None, /)
- Return pow(value, self, mod).
- __rrshift__(self, value, /)
- Return value>>self.
- __rshift__(self, value, /)
- Return self>>value.
- __rsub__(self, value, /)
- Return value-self.
- __rtruediv__(self, value, /)
- Return value/self.
- __rxor__(self, value, /)
- Return value^self.
- __sizeof__(self, /)
- Returns size in memory, in bytes.
- __sub__(self, value, /)
- Return self-value.
- __truediv__(self, value, /)
- Return self/value.
- __trunc__(...)
- Truncating an Integral returns itself.
- __xor__(self, value, /)
- Return self^value.
- as_integer_ratio(self, /)
- Return integer ratio.
Return a pair of integers, whose ratio is exactly equal to the original int
and with a positive denominator.
>>> (10).as_integer_ratio()
(10, 1)
>>> (-10).as_integer_ratio()
(-10, 1)
>>> (0).as_integer_ratio()
(0, 1)
- bit_count(self, /)
- Number of ones in the binary representation of the absolute value of self.
Also known as the population count.
>>> bin(13)
'0b1101'
>>> (13).bit_count()
3
- bit_length(self, /)
- Number of bits necessary to represent self in binary.
>>> bin(37)
'0b100101'
>>> (37).bit_length()
6
- conjugate(...)
- Returns self, the complex conjugate of any int.
- to_bytes(self, /, length, byteorder, *, signed=False)
- Return an array of bytes representing an integer.
length
Length of bytes object to use. An OverflowError is raised if the
integer is not representable with the given number of bytes.
byteorder
The byte order used to represent the integer. If byteorder is 'big',
the most significant byte is at the beginning of the byte array. If
byteorder is 'little', the most significant byte is at the end of the
byte array. To request the native byte order of the host system, use
`sys.byteorder' as the byte order value.
signed
Determines whether two's complement is used to represent the integer.
If signed is False and a negative integer is given, an OverflowError
is raised.
Class methods inherited from builtins.int:
- from_bytes(bytes, byteorder, *, signed=False) from builtins.type
- Return the integer represented by the given array of bytes.
bytes
Holds the array of bytes to convert. The argument must either
support the buffer protocol or be an iterable object producing bytes.
Bytes and bytearray are examples of built-in objects that support the
buffer protocol.
byteorder
The byte order used to represent the integer. If byteorder is 'big',
the most significant byte is at the beginning of the byte array. If
byteorder is 'little', the most significant byte is at the end of the
byte array. To request the native byte order of the host system, use
`sys.byteorder' as the byte order value.
signed
Indicates whether two's complement is used to represent the integer.
Static methods inherited from builtins.int:
- __new__(*args, **kwargs) from builtins.type
- Create and return a new object. See help(type) for accurate signature.
Data descriptors inherited from builtins.int:
- denominator
- the denominator of a rational number in lowest terms
- imag
- the imaginary part of a complex number
- numerator
- the numerator of a rational number in lowest terms
- real
- the real part of a complex number
|
class TableIteratorOption(Boost.Python.enum) |
| | |
- Method resolution order:
- TableIteratorOption
- Boost.Python.enum
- builtins.int
- builtins.object
Data and other attributes defined here:
- kTableIteratorIterateColumns = PyDb.TableIteratorOption.kTableIteratorIterateColumns
- kTableIteratorIterateDataLinks = PyDb.TableIteratorOption.kTableIteratorIterateDataLinks
- kTableIteratorIterateRows = PyDb.TableIteratorOption.kTableIteratorIterateRows
- kTableIteratorIterateSelection = PyDb.TableIteratorOption.kTableIteratorIterateSelection
- kTableIteratorNone = PyDb.TableIteratorOption.kTableIteratorNone
- kTableIteratorReverseOrder = PyDb.TableIteratorOption.kTableIteratorReverseOrder
- kTableIteratorSkipMerged = PyDb.TableIteratorOption.kTableIteratorSkipMerged
- kTableIteratorSkipReadOnlyContent = PyDb.TableIteratorOption.kTableIteratorSkipReadOnlyContent
- kTableIteratorSkipReadOnlyFormat = PyDb.TableIteratorOption.kTableIteratorSkipReadOnlyFormat
- names = {'kTableIteratorIterateColumns': PyDb.TableIteratorOption.kTableIteratorIterateColumns, 'kTableIteratorIterateDataLinks': PyDb.TableIteratorOption.kTableIteratorIterateDataLinks, 'kTableIteratorIterateRows': PyDb.TableIteratorOption.kTableIteratorIterateRows, 'kTableIteratorIterateSelection': PyDb.TableIteratorOption.kTableIteratorIterateSelection, 'kTableIteratorNone': PyDb.TableIteratorOption.kTableIteratorNone, 'kTableIteratorReverseOrder': PyDb.TableIteratorOption.kTableIteratorReverseOrder, 'kTableIteratorSkipMerged': PyDb.TableIteratorOption.kTableIteratorSkipMerged, 'kTableIteratorSkipReadOnlyContent': PyDb.TableIteratorOption.kTableIteratorSkipReadOnlyContent, 'kTableIteratorSkipReadOnlyFormat': PyDb.TableIteratorOption.kTableIteratorSkipReadOnlyFormat}
- values = {0: PyDb.TableIteratorOption.kTableIteratorNone, 1: PyDb.TableIteratorOption.kTableIteratorIterateSelection, 2: PyDb.TableIteratorOption.kTableIteratorIterateRows, 4: PyDb.TableIteratorOption.kTableIteratorIterateColumns, 8: PyDb.TableIteratorOption.kTableIteratorReverseOrder, 16: PyDb.TableIteratorOption.kTableIteratorSkipReadOnlyContent, 32: PyDb.TableIteratorOption.kTableIteratorSkipReadOnlyFormat, 64: PyDb.TableIteratorOption.kTableIteratorSkipMerged, 128: PyDb.TableIteratorOption.kTableIteratorIterateDataLinks}
Methods inherited from Boost.Python.enum:
- __repr__(self, /)
- Return repr(self).
- __str__(self, /)
- Return str(self).
Data descriptors inherited from Boost.Python.enum:
- name
Methods inherited from builtins.int:
- __abs__(self, /)
- abs(self)
- __add__(self, value, /)
- Return self+value.
- __and__(self, value, /)
- Return self&value.
- __bool__(self, /)
- True if self else False
- __ceil__(...)
- Ceiling of an Integral returns itself.
- __divmod__(self, value, /)
- Return divmod(self, value).
- __eq__(self, value, /)
- Return self==value.
- __float__(self, /)
- float(self)
- __floor__(...)
- Flooring an Integral returns itself.
- __floordiv__(self, value, /)
- Return self//value.
- __format__(self, format_spec, /)
- Default object formatter.
- __ge__(self, value, /)
- Return self>=value.
- __getattribute__(self, name, /)
- Return getattr(self, name).
- __getnewargs__(self, /)
- __gt__(self, value, /)
- Return self>value.
- __hash__(self, /)
- Return hash(self).
- __index__(self, /)
- Return self converted to an integer, if self is suitable for use as an index into a list.
- __int__(self, /)
- int(self)
- __invert__(self, /)
- ~self
- __le__(self, value, /)
- Return self<=value.
- __lshift__(self, value, /)
- Return self<<value.
- __lt__(self, value, /)
- Return self<value.
- __mod__(self, value, /)
- Return self%value.
- __mul__(self, value, /)
- Return self*value.
- __ne__(self, value, /)
- Return self!=value.
- __neg__(self, /)
- -self
- __or__(self, value, /)
- Return self|value.
- __pos__(self, /)
- +self
- __pow__(self, value, mod=None, /)
- Return pow(self, value, mod).
- __radd__(self, value, /)
- Return value+self.
- __rand__(self, value, /)
- Return value&self.
- __rdivmod__(self, value, /)
- Return divmod(value, self).
- __rfloordiv__(self, value, /)
- Return value//self.
- __rlshift__(self, value, /)
- Return value<<self.
- __rmod__(self, value, /)
- Return value%self.
- __rmul__(self, value, /)
- Return value*self.
- __ror__(self, value, /)
- Return value|self.
- __round__(...)
- Rounding an Integral returns itself.
Rounding with an ndigits argument also returns an integer.
- __rpow__(self, value, mod=None, /)
- Return pow(value, self, mod).
- __rrshift__(self, value, /)
- Return value>>self.
- __rshift__(self, value, /)
- Return self>>value.
- __rsub__(self, value, /)
- Return value-self.
- __rtruediv__(self, value, /)
- Return value/self.
- __rxor__(self, value, /)
- Return value^self.
- __sizeof__(self, /)
- Returns size in memory, in bytes.
- __sub__(self, value, /)
- Return self-value.
- __truediv__(self, value, /)
- Return self/value.
- __trunc__(...)
- Truncating an Integral returns itself.
- __xor__(self, value, /)
- Return self^value.
- as_integer_ratio(self, /)
- Return integer ratio.
Return a pair of integers, whose ratio is exactly equal to the original int
and with a positive denominator.
>>> (10).as_integer_ratio()
(10, 1)
>>> (-10).as_integer_ratio()
(-10, 1)
>>> (0).as_integer_ratio()
(0, 1)
- bit_count(self, /)
- Number of ones in the binary representation of the absolute value of self.
Also known as the population count.
>>> bin(13)
'0b1101'
>>> (13).bit_count()
3
- bit_length(self, /)
- Number of bits necessary to represent self in binary.
>>> bin(37)
'0b100101'
>>> (37).bit_length()
6
- conjugate(...)
- Returns self, the complex conjugate of any int.
- to_bytes(self, /, length, byteorder, *, signed=False)
- Return an array of bytes representing an integer.
length
Length of bytes object to use. An OverflowError is raised if the
integer is not representable with the given number of bytes.
byteorder
The byte order used to represent the integer. If byteorder is 'big',
the most significant byte is at the beginning of the byte array. If
byteorder is 'little', the most significant byte is at the end of the
byte array. To request the native byte order of the host system, use
`sys.byteorder' as the byte order value.
signed
Determines whether two's complement is used to represent the integer.
If signed is False and a negative integer is given, an OverflowError
is raised.
Class methods inherited from builtins.int:
- from_bytes(bytes, byteorder, *, signed=False) from builtins.type
- Return the integer represented by the given array of bytes.
bytes
Holds the array of bytes to convert. The argument must either
support the buffer protocol or be an iterable object producing bytes.
Bytes and bytearray are examples of built-in objects that support the
buffer protocol.
byteorder
The byte order used to represent the integer. If byteorder is 'big',
the most significant byte is at the beginning of the byte array. If
byteorder is 'little', the most significant byte is at the end of the
byte array. To request the native byte order of the host system, use
`sys.byteorder' as the byte order value.
signed
Indicates whether two's complement is used to represent the integer.
Static methods inherited from builtins.int:
- __new__(*args, **kwargs) from builtins.type
- Create and return a new object. See help(type) for accurate signature.
Data descriptors inherited from builtins.int:
- denominator
- the denominator of a rational number in lowest terms
- imag
- the imaginary part of a complex number
- numerator
- the numerator of a rational number in lowest terms
- real
- the real part of a complex number
|
class TableStyle(DbObject) |
| | |
- Method resolution order:
- TableStyle
- DbObject
- PyGi.Drawable
- PyRx.RxObject
- Boost.Python.instance
- builtins.object
Static methods defined here:
- __init__(...)
- __init__( (object)arg1) -> None :
C++ signature :
void __init__(struct _object * __ptr64)
__init__( (object)arg1) -> None :
C++ signature :
void __init__(struct _object * __ptr64)
__init__( (object)arg1, (ObjectId)arg2, (OpenMode)arg3) -> None :
C++ signature :
void __init__(struct _object * __ptr64,class PyDbObjectId,enum AcDb::OpenMode)
- __reduce__ = (...)
- alignment(...)
- alignment( (TableStyle)arg1, (RowType)arg2) -> CellAlignment :
C++ signature :
enum AcDb::CellAlignment alignment(class PyDbTableStyle {lvalue},enum AcDb::RowType)
alignment( (TableStyle)arg1, (str)arg2) -> CellAlignment :
C++ signature :
enum AcDb::CellAlignment alignment(class PyDbTableStyle {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
- backgroundColor(...)
- backgroundColor( (TableStyle)arg1, (RowType)arg2) -> Color :
C++ signature :
class AcCmColor backgroundColor(class PyDbTableStyle {lvalue},enum AcDb::RowType)
backgroundColor( (TableStyle)arg1, (str)arg2) -> Color :
C++ signature :
class AcCmColor backgroundColor(class PyDbTableStyle {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
- bitFlags(...)
- bitFlags( (TableStyle)arg1) -> int :
C++ signature :
unsigned int bitFlags(class PyDbTableStyle {lvalue})
- cellClass(...)
- cellClass( (TableStyle)arg1, (str)arg2) -> int :
C++ signature :
int cellClass(class PyDbTableStyle {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
- className(...)
- className() -> str :
C++ signature :
class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > className()
- color(...)
- color( (TableStyle)arg1, (RowType)arg2) -> Color :
C++ signature :
class AcCmColor color(class PyDbTableStyle {lvalue},enum AcDb::RowType)
color( (TableStyle)arg1, (str)arg2) -> Color :
C++ signature :
class AcCmColor color(class PyDbTableStyle {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
- copyCellStyle(...)
- copyCellStyle( (TableStyle)arg1, (str)arg2, (str)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus copyCellStyle(class PyDbTableStyle {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
- createCellStyle(...)
- createCellStyle( (TableStyle)arg1) -> str :
C++ signature :
class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > createCellStyle(class PyDbTableStyle {lvalue})
createCellStyle( (TableStyle)arg1, (str)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus createCellStyle(class PyDbTableStyle {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
createCellStyle( (TableStyle)arg1, (str)arg2, (str)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus createCellStyle(class PyDbTableStyle {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
- deleteCellStyle(...)
- deleteCellStyle( (TableStyle)arg1, (str)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus deleteCellStyle(class PyDbTableStyle {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
- desc(...)
- desc() -> RxClass :
C++ signature :
class PyRxClass desc()
- description(...)
- description( (TableStyle)arg1) -> str :
C++ signature :
class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > description(class PyDbTableStyle {lvalue})
- enableMergeAll(...)
- enableMergeAll( (TableStyle)arg1, (bool)arg2, (str)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus enableMergeAll(class PyDbTableStyle {lvalue},bool,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
- flowDirection(...)
- flowDirection( (TableStyle)arg1) -> TableFlowDirection :
C++ signature :
enum AcDb::FlowDirection flowDirection(class PyDbTableStyle {lvalue})
- format(...)
- format( (TableStyle)arg1) -> str :
C++ signature :
class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > format(class PyDbTableStyle {lvalue})
format( (TableStyle)arg1, (RowType)arg2) -> str :
C++ signature :
class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > format(class PyDbTableStyle {lvalue},enum AcDb::RowType)
format( (TableStyle)arg1, (str)arg2) -> str :
C++ signature :
class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > format(class PyDbTableStyle {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
- getCellStyles(...)
- getCellStyles( (TableStyle)arg1) -> list :
C++ signature :
class boost::python::list getCellStyles(class PyDbTableStyle {lvalue})
- getDataType(...)
- getDataType( (TableStyle)arg1, (RowType)arg2) -> tuple :
C++ signature :
class boost::python::tuple getDataType(class PyDbTableStyle {lvalue},enum AcDb::RowType)
getDataType( (TableStyle)arg1, (str)arg2) -> tuple :
C++ signature :
class boost::python::tuple getDataType(class PyDbTableStyle {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
- getGridProperty(...)
- getGridProperty( (TableStyle)arg1, (GridLineType)arg2, (str)arg3) -> object :
C++ signature :
struct AcGridProperty getGridProperty(class PyDbTableStyle {lvalue},enum AcDb::GridLineType,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
- getName(...)
- getName( (TableStyle)arg1) -> str :
C++ signature :
class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > getName(class PyDbTableStyle {lvalue})
- getTemplate(...)
- getTemplate( (TableStyle)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId getTemplate(class PyDbTableStyle {lvalue})
- gridColor(...)
- gridColor( (TableStyle)arg1, (GridLineType)arg2, (RowType)arg3) -> Color :
C++ signature :
class AcCmColor gridColor(class PyDbTableStyle {lvalue},enum AcDb::GridLineType,enum AcDb::RowType)
gridColor( (TableStyle)arg1, (GridLineType)arg2, (str)arg3) -> Color :
C++ signature :
class AcCmColor gridColor(class PyDbTableStyle {lvalue},enum AcDb::GridLineType,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
- gridDoubleLineSpacing(...)
- gridDoubleLineSpacing( (TableStyle)arg1, (GridLineType)arg2, (str)arg3) -> float :
C++ signature :
double gridDoubleLineSpacing(class PyDbTableStyle {lvalue},enum AcDb::GridLineType,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
- gridLineStyle(...)
- gridLineStyle( (TableStyle)arg1, (GridLineType)arg2, (str)arg3) -> GridLineStyle :
C++ signature :
enum AcDb::GridLineStyle gridLineStyle(class PyDbTableStyle {lvalue},enum AcDb::GridLineType,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
- gridLineWeight(...)
- gridLineWeight( (TableStyle)arg1, (GridLineType)arg2, (RowType)arg3) -> LineWeight :
C++ signature :
enum AcDb::LineWeight gridLineWeight(class PyDbTableStyle {lvalue},enum AcDb::GridLineType,enum AcDb::RowType)
gridLineWeight( (TableStyle)arg1, (GridLineType)arg2, (str)arg3) -> LineWeight :
C++ signature :
enum AcDb::LineWeight gridLineWeight(class PyDbTableStyle {lvalue},enum AcDb::GridLineType,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
- gridLinetype(...)
- gridLinetype( (TableStyle)arg1, (GridLineType)arg2, (str)arg3) -> ObjectId :
C++ signature :
class PyDbObjectId gridLinetype(class PyDbTableStyle {lvalue},enum AcDb::GridLineType,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
- gridVisibility(...)
- gridVisibility( (TableStyle)arg1, (GridLineType)arg2, (RowType)arg3) -> Visibility :
C++ signature :
enum AcDb::Visibility gridVisibility(class PyDbTableStyle {lvalue},enum AcDb::GridLineType,enum AcDb::RowType)
gridVisibility( (TableStyle)arg1, (GridLineType)arg2, (str)arg3) -> Visibility :
C++ signature :
enum AcDb::Visibility gridVisibility(class PyDbTableStyle {lvalue},enum AcDb::GridLineType,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
- horzCellMargin(...)
- horzCellMargin( (TableStyle)arg1) -> float :
C++ signature :
double horzCellMargin(class PyDbTableStyle {lvalue})
- isBackgroundColorNone(...)
- isBackgroundColorNone( (TableStyle)arg1, (RowType)arg2) -> bool :
C++ signature :
bool isBackgroundColorNone(class PyDbTableStyle {lvalue},enum AcDb::RowType)
- isCellStyleInUse(...)
- isCellStyleInUse( (TableStyle)arg1, (str)arg2) -> bool :
C++ signature :
bool isCellStyleInUse(class PyDbTableStyle {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
- isHeaderSuppressed(...)
- isHeaderSuppressed( (TableStyle)arg1) -> bool :
C++ signature :
bool isHeaderSuppressed(class PyDbTableStyle {lvalue})
- isMergeAllEnabled(...)
- isMergeAllEnabled( (TableStyle)arg1, (str)arg2) -> bool :
C++ signature :
bool isMergeAllEnabled(class PyDbTableStyle {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
- isTitleSuppressed(...)
- isTitleSuppressed( (TableStyle)arg1) -> bool :
C++ signature :
bool isTitleSuppressed(class PyDbTableStyle {lvalue})
- margin(...)
- margin( (TableStyle)arg1, (CellMargin)arg2, (str)arg3) -> float :
C++ signature :
double margin(class PyDbTableStyle {lvalue},enum AcDb::CellMargin,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
- numCellStyles(...)
- numCellStyles( (TableStyle)arg1) -> int :
C++ signature :
int numCellStyles(class PyDbTableStyle {lvalue})
- postTableStyleToDb(...)
- postTableStyleToDb( (TableStyle)arg1, (Database)arg2, (str)arg3) -> ObjectId :
C++ signature :
class PyDbObjectId postTableStyleToDb(class PyDbTableStyle {lvalue},class PyDbDatabase {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
- removeTemplate(...)
- removeTemplate( (TableStyle)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId removeTemplate(class PyDbTableStyle {lvalue})
- renameCellStyle(...)
- renameCellStyle( (TableStyle)arg1, (str)arg2, (str)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus renameCellStyle(class PyDbTableStyle {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
- rotation(...)
- rotation( (TableStyle)arg1, (str)arg2) -> float :
C++ signature :
double rotation(class PyDbTableStyle {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
- setAlignment(...)
- setAlignment( (TableStyle)arg1, (CellAlignment)arg2, (RowType)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setAlignment(class PyDbTableStyle {lvalue},enum AcDb::CellAlignment,enum AcDb::RowType)
setAlignment( (TableStyle)arg1, (CellAlignment)arg2, (str)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setAlignment(class PyDbTableStyle {lvalue},enum AcDb::CellAlignment,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
- setBackgroundColor(...)
- setBackgroundColor( (TableStyle)arg1, (Color)arg2, (RowType)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setBackgroundColor(class PyDbTableStyle {lvalue},class AcCmColor,enum AcDb::RowType)
setBackgroundColor( (TableStyle)arg1, (Color)arg2, (str)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setBackgroundColor(class PyDbTableStyle {lvalue},class AcCmColor,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
- setBackgroundColorNone(...)
- setBackgroundColorNone( (TableStyle)arg1, (bool)arg2, (RowType)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setBackgroundColorNone(class PyDbTableStyle {lvalue},bool,enum AcDb::RowType)
- setBitFlags(...)
- setBitFlags( (TableStyle)arg1, (int)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setBitFlags(class PyDbTableStyle {lvalue},unsigned int)
- setCellClass(...)
- setCellClass( (TableStyle)arg1, (int)arg2, (str)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setCellClass(class PyDbTableStyle {lvalue},int,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
- setColor(...)
- setColor( (TableStyle)arg1, (Color)arg2, (RowType)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setColor(class PyDbTableStyle {lvalue},class AcCmColor,enum AcDb::RowType)
setColor( (TableStyle)arg1, (Color)arg2, (str)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setColor(class PyDbTableStyle {lvalue},class AcCmColor,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
- setDataType(...)
- setDataType( (TableStyle)arg1, (object)arg2, (object)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setDataType(class PyDbTableStyle {lvalue},enum AcValue::DataType,enum AcValue::UnitType)
setDataType( (TableStyle)arg1, (object)arg2, (object)arg3, (RowType)arg4) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setDataType(class PyDbTableStyle {lvalue},enum AcValue::DataType,enum AcValue::UnitType,enum AcDb::RowType)
setDataType( (TableStyle)arg1, (object)arg2, (object)arg3, (str)arg4) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setDataType(class PyDbTableStyle {lvalue},enum AcValue::DataType,enum AcValue::UnitType,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
- setDescription(...)
- setDescription( (TableStyle)arg1, (str)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setDescription(class PyDbTableStyle {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
- setFlowDirection(...)
- setFlowDirection( (TableStyle)arg1, (TableFlowDirection)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setFlowDirection(class PyDbTableStyle {lvalue},enum AcDb::FlowDirection)
- setFormat(...)
- setFormat( (TableStyle)arg1, (str)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setFormat(class PyDbTableStyle {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
setFormat( (TableStyle)arg1, (str)arg2, (RowType)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setFormat(class PyDbTableStyle {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,enum AcDb::RowType)
setFormat( (TableStyle)arg1, (str)arg2, (str)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setFormat(class PyDbTableStyle {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
- setGridColor(...)
- setGridColor( (TableStyle)arg1, (Color)arg2, (GridLineType)arg3, (RowType)arg4) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setGridColor(class PyDbTableStyle {lvalue},class AcCmColor,enum AcDb::GridLineType,enum AcDb::RowType)
setGridColor( (TableStyle)arg1, (Color)arg2, (GridLineType)arg3, (str)arg4) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setGridColor(class PyDbTableStyle {lvalue},class AcCmColor,enum AcDb::GridLineType,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
- setGridDoubleLineSpacing(...)
- setGridDoubleLineSpacing( (TableStyle)arg1, (float)arg2, (GridLineType)arg3, (str)arg4) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setGridDoubleLineSpacing(class PyDbTableStyle {lvalue},double,enum AcDb::GridLineType,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
- setGridLineStyle(...)
- setGridLineStyle( (TableStyle)arg1, (GridLineStyle)arg2, (GridLineType)arg3, (str)arg4) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setGridLineStyle(class PyDbTableStyle {lvalue},enum AcDb::GridLineStyle,enum AcDb::GridLineType,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
- setGridLineWeight(...)
- setGridLineWeight( (TableStyle)arg1, (LineWeight)arg2, (GridLineType)arg3, (RowType)arg4) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setGridLineWeight(class PyDbTableStyle {lvalue},enum AcDb::LineWeight,enum AcDb::GridLineType,enum AcDb::RowType)
setGridLineWeight( (TableStyle)arg1, (LineWeight)arg2, (GridLineType)arg3, (str)arg4) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setGridLineWeight(class PyDbTableStyle {lvalue},enum AcDb::LineWeight,enum AcDb::GridLineType,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
- setGridLinetype(...)
- setGridLinetype( (TableStyle)arg1, (ObjectId)arg2, (GridLineType)arg3, (str)arg4) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setGridLinetype(class PyDbTableStyle {lvalue},class PyDbObjectId,enum AcDb::GridLineType,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
- setGridProperty(...)
- setGridProperty( (TableStyle)arg1, (object)arg2, (GridLineType)arg3, (str)arg4) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setGridProperty(class PyDbTableStyle {lvalue},struct AcGridProperty,enum AcDb::GridLineType,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
- setGridVisibility(...)
- setGridVisibility( (TableStyle)arg1, (Visibility)arg2, (GridLineType)arg3, (RowType)arg4) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setGridVisibility(class PyDbTableStyle {lvalue},enum AcDb::Visibility,enum AcDb::GridLineType,enum AcDb::RowType)
setGridVisibility( (TableStyle)arg1, (Visibility)arg2, (GridLineType)arg3, (str)arg4) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setGridVisibility(class PyDbTableStyle {lvalue},enum AcDb::Visibility,enum AcDb::GridLineType,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
- setHorzCellMargin(...)
- setHorzCellMargin( (TableStyle)arg1, (float)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setHorzCellMargin(class PyDbTableStyle {lvalue},double)
- setMargin(...)
- setMargin( (TableStyle)arg1, (CellMargin)arg2, (float)arg3, (str)arg4) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setMargin(class PyDbTableStyle {lvalue},enum AcDb::CellMargin,double,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
- setName(...)
- setName( (TableStyle)arg1, (str)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setName(class PyDbTableStyle {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
- setRotation(...)
- setRotation( (TableStyle)arg1, (float)arg2, (str)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setRotation(class PyDbTableStyle {lvalue},double,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
- setTemplate(...)
- setTemplate( (TableStyle)arg1, (ObjectId)arg2, (MergeCellStyleOption)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setTemplate(class PyDbTableStyle {lvalue},class PyDbObjectId,enum AcDb::MergeCellStyleOption)
- setTextHeight(...)
- setTextHeight( (TableStyle)arg1, (float)arg2, (RowType)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setTextHeight(class PyDbTableStyle {lvalue},double,enum AcDb::RowType)
setTextHeight( (TableStyle)arg1, (float)arg2, (str)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setTextHeight(class PyDbTableStyle {lvalue},double,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
- setTextStyle(...)
- setTextStyle( (TableStyle)arg1, (ObjectId)arg2, (RowType)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setTextStyle(class PyDbTableStyle {lvalue},class PyDbObjectId,enum AcDb::RowType)
setTextStyle( (TableStyle)arg1, (ObjectId)arg2, (str)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setTextStyle(class PyDbTableStyle {lvalue},class PyDbObjectId,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
- setVertCellMargin(...)
- setVertCellMargin( (TableStyle)arg1, (float)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setVertCellMargin(class PyDbTableStyle {lvalue},double)
- suppressHeaderRow(...)
- suppressHeaderRow( (TableStyle)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus suppressHeaderRow(class PyDbTableStyle {lvalue},bool)
- suppressTitleRow(...)
- suppressTitleRow( (TableStyle)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus suppressTitleRow(class PyDbTableStyle {lvalue},bool)
- textHeight(...)
- textHeight( (TableStyle)arg1, (RowType)arg2) -> float :
C++ signature :
double textHeight(class PyDbTableStyle {lvalue},enum AcDb::RowType)
textHeight( (TableStyle)arg1, (str)arg2) -> float :
C++ signature :
double textHeight(class PyDbTableStyle {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
- textStyle(...)
- textStyle( (TableStyle)arg1, (RowType)arg2) -> ObjectId :
C++ signature :
class PyDbObjectId textStyle(class PyDbTableStyle {lvalue},enum AcDb::RowType)
textStyle( (TableStyle)arg1, (str)arg2) -> ObjectId :
C++ signature :
class PyDbObjectId textStyle(class PyDbTableStyle {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
- vertCellMargin(...)
- vertCellMargin( (TableStyle)arg1) -> float :
C++ signature :
double vertCellMargin(class PyDbTableStyle {lvalue})
Data and other attributes defined here:
- __instance_size__ = 48
Static methods inherited from DbObject:
- addPersistentReactor(...)
- addPersistentReactor( (DbObject)arg1, (ObjectId)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus addPersistentReactor(class PyDbObject {lvalue},class PyDbObjectId)
- assertNotifyEnabled(...)
- assertNotifyEnabled( (DbObject)arg1) -> None :
C++ signature :
void assertNotifyEnabled(class PyDbObject {lvalue})
- assertReadEnabled(...)
- assertReadEnabled( (DbObject)arg1) -> None :
C++ signature :
void assertReadEnabled(class PyDbObject {lvalue})
- assertWriteEnabled(...)
- assertWriteEnabled( (DbObject)arg1) -> None :
C++ signature :
void assertWriteEnabled(class PyDbObject {lvalue})
- cancel(...)
- cancel( (DbObject)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus cancel(class PyDbObject {lvalue})
- close(...)
- close( (DbObject)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus close(class PyDbObject {lvalue})
- createExtensionDictionary(...)
- createExtensionDictionary( (DbObject)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus createExtensionDictionary(class PyDbObject {lvalue})
- database(...)
- database( (DbObject)arg1) -> Database :
C++ signature :
class PyDbDatabase database(class PyDbObject {lvalue})
- disableUndoRecording(...)
- disableUndoRecording( (DbObject)arg1, (bool)arg2) -> None :
C++ signature :
void disableUndoRecording(class PyDbObject {lvalue},bool)
- downgradeOpen(...)
- downgradeOpen( (DbObject)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus downgradeOpen(class PyDbObject {lvalue})
- downgradeToNotify(...)
- downgradeToNotify( (DbObject)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus downgradeToNotify(class PyDbObject {lvalue},bool)
- erase(...)
- erase( (DbObject)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus erase(class PyDbObject {lvalue})
- extensionDictionary(...)
- extensionDictionary( (DbObject)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId extensionDictionary(class PyDbObject {lvalue})
- handOverTo(...)
- handOverTo( (DbObject)arg1, (DbObject)arg2, (bool)arg3, (bool)arg4) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus handOverTo(class PyDbObject {lvalue},class PyDbObject {lvalue},bool,bool)
- hasPersistentReactor(...)
- hasPersistentReactor( (DbObject)arg1, (ObjectId)arg2) -> bool :
C++ signature :
bool hasPersistentReactor(class PyDbObject {lvalue},class PyDbObjectId)
- isAProxy(...)
- isAProxy( (DbObject)arg1) -> bool :
C++ signature :
bool isAProxy(class PyDbObject {lvalue})
- isCancelling(...)
- isCancelling( (DbObject)arg1) -> bool :
C++ signature :
bool isCancelling(class PyDbObject {lvalue})
- isEraseStatusToggled(...)
- isEraseStatusToggled( (DbObject)arg1) -> bool :
C++ signature :
bool isEraseStatusToggled(class PyDbObject {lvalue})
- isErased(...)
- isErased( (DbObject)arg1) -> bool :
C++ signature :
bool isErased(class PyDbObject {lvalue})
- isModified(...)
- isModified( (DbObject)arg1) -> bool :
C++ signature :
bool isModified(class PyDbObject {lvalue})
- isModifiedGraphics(...)
- isModifiedGraphics( (DbObject)arg1) -> bool :
C++ signature :
bool isModifiedGraphics(class PyDbObject {lvalue})
- isModifiedXData(...)
- isModifiedXData( (DbObject)arg1) -> bool :
C++ signature :
bool isModifiedXData(class PyDbObject {lvalue})
- isNewObject(...)
- isNewObject( (DbObject)arg1) -> bool :
C++ signature :
bool isNewObject(class PyDbObject {lvalue})
- isNotifyEnabled(...)
- isNotifyEnabled( (DbObject)arg1) -> bool :
C++ signature :
bool isNotifyEnabled(class PyDbObject {lvalue})
- isNotifying(...)
- isNotifying( (DbObject)arg1) -> bool :
C++ signature :
bool isNotifying(class PyDbObject {lvalue})
- isReadEnabled(...)
- isReadEnabled( (DbObject)arg1) -> bool :
C++ signature :
bool isReadEnabled(class PyDbObject {lvalue})
- isReallyClosing(...)
- isReallyClosing( (DbObject)arg1) -> bool :
C++ signature :
bool isReallyClosing(class PyDbObject {lvalue})
- isTransactionResident(...)
- isTransactionResident( (DbObject)arg1) -> bool :
C++ signature :
bool isTransactionResident(class PyDbObject {lvalue})
- isUndoRecordingDisabled(...)
- isUndoRecordingDisabled( (DbObject)arg1) -> bool :
C++ signature :
bool isUndoRecordingDisabled(class PyDbObject {lvalue})
- isUndoing(...)
- isUndoing( (DbObject)arg1) -> bool :
C++ signature :
bool isUndoing(class PyDbObject {lvalue})
- isWriteEnabled(...)
- isWriteEnabled( (DbObject)arg1) -> bool :
C++ signature :
bool isWriteEnabled(class PyDbObject {lvalue})
- objectId(...)
- objectId( (DbObject)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId objectId(class PyDbObject {lvalue})
- ownerId(...)
- ownerId( (DbObject)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId ownerId(class PyDbObject {lvalue})
- releaseExtensionDictionary(...)
- releaseExtensionDictionary( (DbObject)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus releaseExtensionDictionary(class PyDbObject {lvalue})
- removePersistentReactor(...)
- removePersistentReactor( (DbObject)arg1, (ObjectId)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus removePersistentReactor(class PyDbObject {lvalue},class PyDbObjectId)
- setOwnerId(...)
- setOwnerId( (DbObject)arg1, (ObjectId)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setOwnerId(class PyDbObject {lvalue},class PyDbObjectId)
- setXData(...)
- setXData( (DbObject)arg1, (list)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setXData(class PyDbObject {lvalue},class boost::python::list)
- swapIdWith(...)
- swapIdWith( (DbObject)arg1, (ObjectId)arg2, (bool)arg3, (bool)arg4) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus swapIdWith(class PyDbObject {lvalue},class PyDbObjectId {lvalue},bool,bool)
- upgradeFromNotify(...)
- upgradeFromNotify( (DbObject)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus upgradeFromNotify(class PyDbObject {lvalue},bool {lvalue})
- upgradeOpen(...)
- upgradeOpen( (DbObject)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus upgradeOpen(class PyDbObject {lvalue})
- xData(...)
- xData( (DbObject)arg1, (str)arg2) -> list :
C++ signature :
class boost::python::list xData(class PyDbObject {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
- xDataTransformBy(...)
- xDataTransformBy( (DbObject)arg1, (Matrix3d)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus xDataTransformBy(class PyDbObject {lvalue},class AcGeMatrix3d)
Static methods inherited from PyGi.Drawable:
- isA(...)
- isA( (Drawable)arg1) -> RxClass :
C++ signature :
class PyRxClass isA(class PyGiDrawable {lvalue})
Static methods inherited from PyRx.RxObject:
- __eq__(...)
- __eq__( (RxObject)arg1, (RxObject)arg2) -> bool :
C++ signature :
bool __eq__(class PyRxObject {lvalue},class PyRxObject)
- __ne__(...)
- __ne__( (RxObject)arg1, (RxObject)arg2) -> bool :
C++ signature :
bool __ne__(class PyRxObject {lvalue},class PyRxObject)
- isNull(...)
- isNull( (RxObject)arg1) -> bool :
C++ signature :
bool isNull(class PyRxObject {lvalue})
Static methods inherited from Boost.Python.instance:
- __new__(*args, **kwargs) from Boost.Python.class
- Create and return a new object. See help(type) for accurate signature.
Data descriptors inherited from Boost.Python.instance:
- __dict__
- __weakref__
|
class Text(Entity) |
| | |
- Method resolution order:
- Text
- Entity
- DbObject
- PyGi.Drawable
- PyRx.RxObject
- Boost.Python.instance
- builtins.object
Static methods defined here:
- __init__(...)
- __init__( (object)arg1) -> None :
C++ signature :
void __init__(struct _object * __ptr64)
__init__( (object)arg1) -> None :
C++ signature :
void __init__(struct _object * __ptr64)
__init__( (object)arg1, (Point3d)arg2, (str)arg3) -> None :
C++ signature :
void __init__(struct _object * __ptr64,class AcGePoint3d {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
__init__( (object)arg1, (Point3d)arg2, (str)arg3, (ObjectId)arg4, (float)arg5, (float)arg6) -> None :
C++ signature :
void __init__(struct _object * __ptr64,class AcGePoint3d {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,class PyDbObjectId {lvalue},double,double)
__init__( (object)arg1, (ObjectId)arg2, (OpenMode)arg3) -> None :
C++ signature :
void __init__(struct _object * __ptr64,class PyDbObjectId,enum AcDb::OpenMode)
- __reduce__ = (...)
- adjustAlignment(...)
- adjustAlignment( (Text)arg1, (Database)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus adjustAlignment(class PyDbText {lvalue},class PyDbDatabase)
- alignmentPoint(...)
- alignmentPoint( (Text)arg1) -> Point3d :
C++ signature :
class AcGePoint3d alignmentPoint(class PyDbText {lvalue})
- className(...)
- className() -> str :
C++ signature :
class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > className()
- convertFieldToText(...)
- convertFieldToText( (Text)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus convertFieldToText(class PyDbText {lvalue})
- correctSpelling(...)
- correctSpelling( (Text)arg1) -> int :
C++ signature :
int correctSpelling(class PyDbText {lvalue})
- desc(...)
- desc() -> RxClass :
C++ signature :
class PyRxClass desc()
- getBoundingPoints(...)
- getBoundingPoints( (Text)arg1) -> list :
C++ signature :
class boost::python::list getBoundingPoints(class PyDbText {lvalue})
- height(...)
- height( (Text)arg1) -> float :
C++ signature :
double height(class PyDbText {lvalue})
- hitTest(...)
- hitTest( (Text)arg1, (Point3d)arg2) -> bool :
C++ signature :
bool hitTest(class PyDbText {lvalue},class AcGePoint3d)
- horizontalMode(...)
- horizontalMode( (Text)arg1) -> TextHorzMode :
C++ signature :
enum AcDb::TextHorzMode horizontalMode(class PyDbText {lvalue})
- isDefaultAlignment(...)
- isDefaultAlignment( (Text)arg1) -> bool :
C++ signature :
bool isDefaultAlignment(class PyDbText {lvalue})
- isMirroredInX(...)
- isMirroredInX( (Text)arg1) -> bool :
C++ signature :
bool isMirroredInX(class PyDbText {lvalue})
- isMirroredInY(...)
- isMirroredInY( (Text)arg1) -> bool :
C++ signature :
bool isMirroredInY(class PyDbText {lvalue})
- mirrorInX(...)
- mirrorInX( (Text)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus mirrorInX(class PyDbText {lvalue},bool)
- mirrorInY(...)
- mirrorInY( (Text)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus mirrorInY(class PyDbText {lvalue},bool)
- normal(...)
- normal( (Text)arg1) -> Vector3d :
C++ signature :
class AcGeVector3d normal(class PyDbText {lvalue})
- oblique(...)
- oblique( (Text)arg1) -> float :
C++ signature :
double oblique(class PyDbText {lvalue})
- position(...)
- position( (Text)arg1) -> Point3d :
C++ signature :
class AcGePoint3d position(class PyDbText {lvalue})
- rotation(...)
- rotation( (Text)arg1) -> float :
C++ signature :
double rotation(class PyDbText {lvalue})
- setAlignmentPoint(...)
- setAlignmentPoint( (Text)arg1, (Point3d)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setAlignmentPoint(class PyDbText {lvalue},class AcGePoint3d)
- setHeight(...)
- setHeight( (Text)arg1, (float)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setHeight(class PyDbText {lvalue},double)
- setHorizontalMode(...)
- setHorizontalMode( (Text)arg1, (TextHorzMode)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setHorizontalMode(class PyDbText {lvalue},enum AcDb::TextHorzMode)
- setNormal(...)
- setNormal( (Text)arg1, (Vector3d)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setNormal(class PyDbText {lvalue},class AcGeVector3d)
- setOblique(...)
- setOblique( (Text)arg1, (float)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setOblique(class PyDbText {lvalue},double)
- setPosition(...)
- setPosition( (Text)arg1, (Point3d)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setPosition(class PyDbText {lvalue},class AcGePoint3d)
- setRotation(...)
- setRotation( (Text)arg1, (float)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setRotation(class PyDbText {lvalue},double)
- setTextString(...)
- setTextString( (Text)arg1, (str)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setTextString(class PyDbText {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > {lvalue})
- setTextStyle(...)
- setTextStyle( (Text)arg1, (ObjectId)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setTextStyle(class PyDbText {lvalue},class PyDbObjectId)
- setThickness(...)
- setThickness( (Text)arg1, (float)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setThickness(class PyDbText {lvalue},double)
- setVerticalMode(...)
- setVerticalMode( (Text)arg1, (TextHorzMode)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setVerticalMode(class PyDbText {lvalue},enum AcDb::TextVertMode)
- setWidthFactor(...)
- setWidthFactor( (Text)arg1, (float)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setWidthFactor(class PyDbText {lvalue},double)
- textString(...)
- textString( (Text)arg1) -> str :
C++ signature :
class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > textString(class PyDbText {lvalue})
- textStyle(...)
- textStyle( (Text)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId textStyle(class PyDbText {lvalue})
- thickness(...)
- thickness( (Text)arg1) -> float :
C++ signature :
double thickness(class PyDbText {lvalue})
- verticalMode(...)
- verticalMode( (Text)arg1) -> TextHorzMode :
C++ signature :
enum AcDb::TextVertMode verticalMode(class PyDbText {lvalue})
- widthFactor(...)
- widthFactor( (Text)arg1) -> float :
C++ signature :
double widthFactor(class PyDbText {lvalue})
Data and other attributes defined here:
- __instance_size__ = 48
Static methods inherited from Entity:
- blockId(...)
- blockId( (Entity)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId blockId(class PyDbEntity {lvalue})
- castShadows(...)
- castShadows( (Entity)arg1) -> bool :
C++ signature :
bool castShadows(class PyDbEntity {lvalue})
- collisionType(...)
- collisionType( (Entity)arg1) -> CollisionType :
C++ signature :
enum AcDb::CollisionType collisionType(class PyDbEntity {lvalue})
- color(...)
- color( (Entity)arg1) -> Color :
C++ signature :
class AcCmColor color(class PyDbEntity {lvalue})
- colorIndex(...)
- colorIndex( (Entity)arg1) -> int :
C++ signature :
unsigned short colorIndex(class PyDbEntity {lvalue})
- draw(...)
- draw( (Entity)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus draw(class PyDbEntity {lvalue})
- entityColor(...)
- entityColor( (Entity)arg1) -> EntityColor :
C++ signature :
class AcCmEntityColor entityColor(class PyDbEntity {lvalue})
- getCompoundObjectTransform(...)
- getCompoundObjectTransform( (Entity)arg1, (Matrix3d)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus getCompoundObjectTransform(class PyDbEntity {lvalue},class AcGeMatrix3d {lvalue})
- getEcs(...)
- getEcs( (Entity)arg1, (Matrix3d)arg2) -> None :
C++ signature :
void getEcs(class PyDbEntity {lvalue},class AcGeMatrix3d {lvalue})
- getGeomExtents(...)
- getGeomExtents( (Entity)arg1, (Extents)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus getGeomExtents(class PyDbEntity {lvalue},class AcDbExtents {lvalue})
- getPlane(...)
- getPlane( (Entity)arg1) -> Plane :
C++ signature :
class PyGePlane getPlane(class PyDbEntity {lvalue})
- getPlotStyleNameId(...)
- getPlotStyleNameId( (Entity)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId getPlotStyleNameId(class PyDbEntity {lvalue})
- isPlanar(...)
- isPlanar( (Entity)arg1) -> bool :
C++ signature :
bool isPlanar(class PyDbEntity {lvalue})
- layer(...)
- layer( (Entity)arg1) -> str :
C++ signature :
class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > layer(class PyDbEntity {lvalue})
- layerId(...)
- layerId( (Entity)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId layerId(class PyDbEntity {lvalue})
- lineWeight(...)
- lineWeight( (Entity)arg1) -> LineWeight :
C++ signature :
enum AcDb::LineWeight lineWeight(class PyDbEntity {lvalue})
- linetype(...)
- linetype( (Entity)arg1) -> str :
C++ signature :
class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > linetype(class PyDbEntity {lvalue})
- linetypeId(...)
- linetypeId( (Entity)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId linetypeId(class PyDbEntity {lvalue})
- linetypeScale(...)
- linetypeScale( (Entity)arg1) -> float :
C++ signature :
double linetypeScale(class PyDbEntity {lvalue})
- list(...)
- list( (Entity)arg1) -> None :
C++ signature :
void list(class PyDbEntity {lvalue})
- material(...)
- material( (Entity)arg1) -> str :
C++ signature :
class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > material(class PyDbEntity {lvalue})
- materialId(...)
- materialId( (Entity)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId materialId(class PyDbEntity {lvalue})
- plotStyleName(...)
- plotStyleName( (Entity)arg1) -> str :
C++ signature :
class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > plotStyleName(class PyDbEntity {lvalue})
- receiveShadows(...)
- receiveShadows( (Entity)arg1) -> bool :
C++ signature :
bool receiveShadows(class PyDbEntity {lvalue})
- recordGraphicsModified(...)
- recordGraphicsModified( (Entity)arg1) -> None :
C++ signature :
void recordGraphicsModified(class PyDbEntity {lvalue})
recordGraphicsModified( (Entity)arg1) -> None :
C++ signature :
void recordGraphicsModified(class PyDbEntity {lvalue})
- setCastShadows(...)
- setCastShadows( (Entity)arg1, (bool)arg2) -> None :
C++ signature :
void setCastShadows(class PyDbEntity {lvalue},bool)
- setColor(...)
- setColor( (Entity)arg1, (Color)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setColor(class PyDbEntity {lvalue},class AcCmColor)
setColor( (Entity)arg1, (Color)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setColor(class PyDbEntity {lvalue},class AcCmColor,bool)
setColor( (Entity)arg1, (Color)arg2, (bool)arg3, (Database)arg4) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setColor(class PyDbEntity {lvalue},class AcCmColor,bool,class PyDbDatabase {lvalue})
- setColorIndex(...)
- setColorIndex( (Entity)arg1, (int)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setColorIndex(class PyDbEntity {lvalue},unsigned short)
setColorIndex( (Entity)arg1, (int)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setColorIndex(class PyDbEntity {lvalue},unsigned short,bool)
- setDatabaseDefaults(...)
- setDatabaseDefaults( (Entity)arg1) -> None :
C++ signature :
void setDatabaseDefaults(class PyDbEntity {lvalue})
setDatabaseDefaults( (Entity)arg1, (Database)arg2) -> None :
C++ signature :
void setDatabaseDefaults(class PyDbEntity {lvalue},class PyDbDatabase)
- setLayer(...)
- setLayer( (Entity)arg1, (str)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLayer(class PyDbEntity {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
setLayer( (Entity)arg1, (str)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLayer(class PyDbEntity {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,bool)
setLayer( (Entity)arg1, (str)arg2, (bool)arg3, (bool)arg4) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLayer(class PyDbEntity {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,bool,bool)
setLayer( (Entity)arg1, (ObjectId)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLayer(class PyDbEntity {lvalue},class PyDbObjectId)
setLayer( (Entity)arg1, (ObjectId)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLayer(class PyDbEntity {lvalue},class PyDbObjectId,bool)
setLayer( (Entity)arg1, (ObjectId)arg2, (bool)arg3, (bool)arg4) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLayer(class PyDbEntity {lvalue},class PyDbObjectId,bool,bool)
- setLineWeight(...)
- setLineWeight( (Entity)arg1, (LineWeight)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLineWeight(class PyDbEntity {lvalue},enum AcDb::LineWeight)
setLineWeight( (Entity)arg1, (LineWeight)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLineWeight(class PyDbEntity {lvalue},enum AcDb::LineWeight,bool)
- setLinetype(...)
- setLinetype( (Entity)arg1, (str)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLinetype(class PyDbEntity {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
setLinetype( (Entity)arg1, (str)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLinetype(class PyDbEntity {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,bool)
setLinetype( (Entity)arg1, (ObjectId)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLinetype(class PyDbEntity {lvalue},class PyDbObjectId)
setLinetype( (Entity)arg1, (ObjectId)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLinetype(class PyDbEntity {lvalue},class PyDbObjectId,bool)
- setLinetypeScale(...)
- setLinetypeScale( (Entity)arg1, (float)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLinetypeScale(class PyDbEntity {lvalue},double)
setLinetypeScale( (Entity)arg1, (float)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLinetypeScale(class PyDbEntity {lvalue},double,bool)
- setMaterial(...)
- setMaterial( (Entity)arg1, (str)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setMaterial(class PyDbEntity {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
setMaterial( (Entity)arg1, (str)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setMaterial(class PyDbEntity {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,bool)
setMaterial( (Entity)arg1, (ObjectId)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setMaterial(class PyDbEntity {lvalue},class PyDbObjectId)
setMaterial( (Entity)arg1, (ObjectId)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setMaterial(class PyDbEntity {lvalue},class PyDbObjectId,bool)
- setPlotStyleName(...)
- setPlotStyleName( (Entity)arg1, (str)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setPlotStyleName(class PyDbEntity {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,bool)
setPlotStyleName( (Entity)arg1, (PlotStyleNameType)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setPlotStyleName(class PyDbEntity {lvalue},enum AcDb::PlotStyleNameType,bool)
setPlotStyleName( (Entity)arg1, (PlotStyleNameType)arg2, (ObjectId)arg3, (bool)arg4) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setPlotStyleName(class PyDbEntity {lvalue},enum AcDb::PlotStyleNameType,class PyDbObjectId,bool)
- setPropertiesFrom(...)
- setPropertiesFrom( (Entity)arg1, (Entity)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setPropertiesFrom(class PyDbEntity {lvalue},class PyDbEntity)
setPropertiesFrom( (Entity)arg1, (Entity)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setPropertiesFrom(class PyDbEntity {lvalue},class PyDbEntity,bool)
- setReceiveShadows(...)
- setReceiveShadows( (Entity)arg1, (bool)arg2) -> None :
C++ signature :
void setReceiveShadows(class PyDbEntity {lvalue},bool)
- setVisibility(...)
- setVisibility( (Entity)arg1, (Visibility)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setVisibility(class PyDbEntity {lvalue},enum AcDb::Visibility)
setVisibility( (Entity)arg1, (Visibility)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setVisibility(class PyDbEntity {lvalue},enum AcDb::Visibility,bool)
- transformBy(...)
- transformBy( (Entity)arg1, (Matrix3d)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus transformBy(class PyDbEntity {lvalue},class AcGeMatrix3d)
- visibility(...)
- visibility( (Entity)arg1) -> Visibility :
C++ signature :
enum AcDb::Visibility visibility(class PyDbEntity {lvalue})
Static methods inherited from DbObject:
- addPersistentReactor(...)
- addPersistentReactor( (DbObject)arg1, (ObjectId)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus addPersistentReactor(class PyDbObject {lvalue},class PyDbObjectId)
- assertNotifyEnabled(...)
- assertNotifyEnabled( (DbObject)arg1) -> None :
C++ signature :
void assertNotifyEnabled(class PyDbObject {lvalue})
- assertReadEnabled(...)
- assertReadEnabled( (DbObject)arg1) -> None :
C++ signature :
void assertReadEnabled(class PyDbObject {lvalue})
- assertWriteEnabled(...)
- assertWriteEnabled( (DbObject)arg1) -> None :
C++ signature :
void assertWriteEnabled(class PyDbObject {lvalue})
- cancel(...)
- cancel( (DbObject)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus cancel(class PyDbObject {lvalue})
- close(...)
- close( (DbObject)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus close(class PyDbObject {lvalue})
- createExtensionDictionary(...)
- createExtensionDictionary( (DbObject)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus createExtensionDictionary(class PyDbObject {lvalue})
- database(...)
- database( (DbObject)arg1) -> Database :
C++ signature :
class PyDbDatabase database(class PyDbObject {lvalue})
- disableUndoRecording(...)
- disableUndoRecording( (DbObject)arg1, (bool)arg2) -> None :
C++ signature :
void disableUndoRecording(class PyDbObject {lvalue},bool)
- downgradeOpen(...)
- downgradeOpen( (DbObject)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus downgradeOpen(class PyDbObject {lvalue})
- downgradeToNotify(...)
- downgradeToNotify( (DbObject)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus downgradeToNotify(class PyDbObject {lvalue},bool)
- erase(...)
- erase( (DbObject)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus erase(class PyDbObject {lvalue})
- extensionDictionary(...)
- extensionDictionary( (DbObject)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId extensionDictionary(class PyDbObject {lvalue})
- handOverTo(...)
- handOverTo( (DbObject)arg1, (DbObject)arg2, (bool)arg3, (bool)arg4) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus handOverTo(class PyDbObject {lvalue},class PyDbObject {lvalue},bool,bool)
- hasPersistentReactor(...)
- hasPersistentReactor( (DbObject)arg1, (ObjectId)arg2) -> bool :
C++ signature :
bool hasPersistentReactor(class PyDbObject {lvalue},class PyDbObjectId)
- isAProxy(...)
- isAProxy( (DbObject)arg1) -> bool :
C++ signature :
bool isAProxy(class PyDbObject {lvalue})
- isCancelling(...)
- isCancelling( (DbObject)arg1) -> bool :
C++ signature :
bool isCancelling(class PyDbObject {lvalue})
- isEraseStatusToggled(...)
- isEraseStatusToggled( (DbObject)arg1) -> bool :
C++ signature :
bool isEraseStatusToggled(class PyDbObject {lvalue})
- isErased(...)
- isErased( (DbObject)arg1) -> bool :
C++ signature :
bool isErased(class PyDbObject {lvalue})
- isModified(...)
- isModified( (DbObject)arg1) -> bool :
C++ signature :
bool isModified(class PyDbObject {lvalue})
- isModifiedGraphics(...)
- isModifiedGraphics( (DbObject)arg1) -> bool :
C++ signature :
bool isModifiedGraphics(class PyDbObject {lvalue})
- isModifiedXData(...)
- isModifiedXData( (DbObject)arg1) -> bool :
C++ signature :
bool isModifiedXData(class PyDbObject {lvalue})
- isNewObject(...)
- isNewObject( (DbObject)arg1) -> bool :
C++ signature :
bool isNewObject(class PyDbObject {lvalue})
- isNotifyEnabled(...)
- isNotifyEnabled( (DbObject)arg1) -> bool :
C++ signature :
bool isNotifyEnabled(class PyDbObject {lvalue})
- isNotifying(...)
- isNotifying( (DbObject)arg1) -> bool :
C++ signature :
bool isNotifying(class PyDbObject {lvalue})
- isReadEnabled(...)
- isReadEnabled( (DbObject)arg1) -> bool :
C++ signature :
bool isReadEnabled(class PyDbObject {lvalue})
- isReallyClosing(...)
- isReallyClosing( (DbObject)arg1) -> bool :
C++ signature :
bool isReallyClosing(class PyDbObject {lvalue})
- isTransactionResident(...)
- isTransactionResident( (DbObject)arg1) -> bool :
C++ signature :
bool isTransactionResident(class PyDbObject {lvalue})
- isUndoRecordingDisabled(...)
- isUndoRecordingDisabled( (DbObject)arg1) -> bool :
C++ signature :
bool isUndoRecordingDisabled(class PyDbObject {lvalue})
- isUndoing(...)
- isUndoing( (DbObject)arg1) -> bool :
C++ signature :
bool isUndoing(class PyDbObject {lvalue})
- isWriteEnabled(...)
- isWriteEnabled( (DbObject)arg1) -> bool :
C++ signature :
bool isWriteEnabled(class PyDbObject {lvalue})
- objectId(...)
- objectId( (DbObject)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId objectId(class PyDbObject {lvalue})
- ownerId(...)
- ownerId( (DbObject)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId ownerId(class PyDbObject {lvalue})
- releaseExtensionDictionary(...)
- releaseExtensionDictionary( (DbObject)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus releaseExtensionDictionary(class PyDbObject {lvalue})
- removePersistentReactor(...)
- removePersistentReactor( (DbObject)arg1, (ObjectId)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus removePersistentReactor(class PyDbObject {lvalue},class PyDbObjectId)
- setOwnerId(...)
- setOwnerId( (DbObject)arg1, (ObjectId)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setOwnerId(class PyDbObject {lvalue},class PyDbObjectId)
- setXData(...)
- setXData( (DbObject)arg1, (list)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setXData(class PyDbObject {lvalue},class boost::python::list)
- swapIdWith(...)
- swapIdWith( (DbObject)arg1, (ObjectId)arg2, (bool)arg3, (bool)arg4) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus swapIdWith(class PyDbObject {lvalue},class PyDbObjectId {lvalue},bool,bool)
- upgradeFromNotify(...)
- upgradeFromNotify( (DbObject)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus upgradeFromNotify(class PyDbObject {lvalue},bool {lvalue})
- upgradeOpen(...)
- upgradeOpen( (DbObject)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus upgradeOpen(class PyDbObject {lvalue})
- xData(...)
- xData( (DbObject)arg1, (str)arg2) -> list :
C++ signature :
class boost::python::list xData(class PyDbObject {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
- xDataTransformBy(...)
- xDataTransformBy( (DbObject)arg1, (Matrix3d)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus xDataTransformBy(class PyDbObject {lvalue},class AcGeMatrix3d)
Static methods inherited from PyGi.Drawable:
- isA(...)
- isA( (Drawable)arg1) -> RxClass :
C++ signature :
class PyRxClass isA(class PyGiDrawable {lvalue})
Static methods inherited from PyRx.RxObject:
- __eq__(...)
- __eq__( (RxObject)arg1, (RxObject)arg2) -> bool :
C++ signature :
bool __eq__(class PyRxObject {lvalue},class PyRxObject)
- __ne__(...)
- __ne__( (RxObject)arg1, (RxObject)arg2) -> bool :
C++ signature :
bool __ne__(class PyRxObject {lvalue},class PyRxObject)
- isNull(...)
- isNull( (RxObject)arg1) -> bool :
C++ signature :
bool isNull(class PyRxObject {lvalue})
Static methods inherited from Boost.Python.instance:
- __new__(*args, **kwargs) from Boost.Python.class
- Create and return a new object. See help(type) for accurate signature.
Data descriptors inherited from Boost.Python.instance:
- __dict__
- __weakref__
|
class TextAlignment(Boost.Python.enum) |
| | |
- Method resolution order:
- TextAlignment
- Boost.Python.enum
- builtins.int
- builtins.object
Data and other attributes defined here:
- kTextAlignmentAligned = PyDb.TextAlignment.kTextAlignmentAligned
- kTextAlignmentBottomCenter = PyDb.TextAlignment.kTextAlignmentBottomCenter
- kTextAlignmentBottomLeft = PyDb.TextAlignment.kTextAlignmentBottomLeft
- kTextAlignmentBottomRight = PyDb.TextAlignment.kTextAlignmentBottomRight
- kTextAlignmentCenter = PyDb.TextAlignment.kTextAlignmentCenter
- kTextAlignmentFit = PyDb.TextAlignment.kTextAlignmentFit
- kTextAlignmentLeft = PyDb.TextAlignment.kTextAlignmentLeft
- kTextAlignmentMiddle = PyDb.TextAlignment.kTextAlignmentMiddle
- kTextAlignmentMiddleCenter = PyDb.TextAlignment.kTextAlignmentMiddleCenter
- kTextAlignmentMiddleLeft = PyDb.TextAlignment.kTextAlignmentMiddleLeft
- kTextAlignmentMiddleRight = PyDb.TextAlignment.kTextAlignmentMiddleRight
- kTextAlignmentRight = PyDb.TextAlignment.kTextAlignmentRight
- kTextAlignmentTopCenter = PyDb.TextAlignment.kTextAlignmentTopCenter
- kTextAlignmentTopLeft = PyDb.TextAlignment.kTextAlignmentTopLeft
- kTextAlignmentTopRight = PyDb.TextAlignment.kTextAlignmentTopRight
- names = {'kTextAlignmentAligned': PyDb.TextAlignment.kTextAlignmentAligned, 'kTextAlignmentBottomCenter': PyDb.TextAlignment.kTextAlignmentBottomCenter, 'kTextAlignmentBottomLeft': PyDb.TextAlignment.kTextAlignmentBottomLeft, 'kTextAlignmentBottomRight': PyDb.TextAlignment.kTextAlignmentBottomRight, 'kTextAlignmentCenter': PyDb.TextAlignment.kTextAlignmentCenter, 'kTextAlignmentFit': PyDb.TextAlignment.kTextAlignmentFit, 'kTextAlignmentLeft': PyDb.TextAlignment.kTextAlignmentLeft, 'kTextAlignmentMiddle': PyDb.TextAlignment.kTextAlignmentMiddle, 'kTextAlignmentMiddleCenter': PyDb.TextAlignment.kTextAlignmentMiddleCenter, 'kTextAlignmentMiddleLeft': PyDb.TextAlignment.kTextAlignmentMiddleLeft, ...}
- values = {0: PyDb.TextAlignment.kTextAlignmentLeft, 1: PyDb.TextAlignment.kTextAlignmentCenter, 2: PyDb.TextAlignment.kTextAlignmentRight, 3: PyDb.TextAlignment.kTextAlignmentAligned, 4: PyDb.TextAlignment.kTextAlignmentMiddle, 5: PyDb.TextAlignment.kTextAlignmentFit, 6: PyDb.TextAlignment.kTextAlignmentTopLeft, 7: PyDb.TextAlignment.kTextAlignmentTopCenter, 8: PyDb.TextAlignment.kTextAlignmentTopRight, 9: PyDb.TextAlignment.kTextAlignmentMiddleLeft, ...}
Methods inherited from Boost.Python.enum:
- __repr__(self, /)
- Return repr(self).
- __str__(self, /)
- Return str(self).
Data descriptors inherited from Boost.Python.enum:
- name
Methods inherited from builtins.int:
- __abs__(self, /)
- abs(self)
- __add__(self, value, /)
- Return self+value.
- __and__(self, value, /)
- Return self&value.
- __bool__(self, /)
- True if self else False
- __ceil__(...)
- Ceiling of an Integral returns itself.
- __divmod__(self, value, /)
- Return divmod(self, value).
- __eq__(self, value, /)
- Return self==value.
- __float__(self, /)
- float(self)
- __floor__(...)
- Flooring an Integral returns itself.
- __floordiv__(self, value, /)
- Return self//value.
- __format__(self, format_spec, /)
- Default object formatter.
- __ge__(self, value, /)
- Return self>=value.
- __getattribute__(self, name, /)
- Return getattr(self, name).
- __getnewargs__(self, /)
- __gt__(self, value, /)
- Return self>value.
- __hash__(self, /)
- Return hash(self).
- __index__(self, /)
- Return self converted to an integer, if self is suitable for use as an index into a list.
- __int__(self, /)
- int(self)
- __invert__(self, /)
- ~self
- __le__(self, value, /)
- Return self<=value.
- __lshift__(self, value, /)
- Return self<<value.
- __lt__(self, value, /)
- Return self<value.
- __mod__(self, value, /)
- Return self%value.
- __mul__(self, value, /)
- Return self*value.
- __ne__(self, value, /)
- Return self!=value.
- __neg__(self, /)
- -self
- __or__(self, value, /)
- Return self|value.
- __pos__(self, /)
- +self
- __pow__(self, value, mod=None, /)
- Return pow(self, value, mod).
- __radd__(self, value, /)
- Return value+self.
- __rand__(self, value, /)
- Return value&self.
- __rdivmod__(self, value, /)
- Return divmod(value, self).
- __rfloordiv__(self, value, /)
- Return value//self.
- __rlshift__(self, value, /)
- Return value<<self.
- __rmod__(self, value, /)
- Return value%self.
- __rmul__(self, value, /)
- Return value*self.
- __ror__(self, value, /)
- Return value|self.
- __round__(...)
- Rounding an Integral returns itself.
Rounding with an ndigits argument also returns an integer.
- __rpow__(self, value, mod=None, /)
- Return pow(value, self, mod).
- __rrshift__(self, value, /)
- Return value>>self.
- __rshift__(self, value, /)
- Return self>>value.
- __rsub__(self, value, /)
- Return value-self.
- __rtruediv__(self, value, /)
- Return value/self.
- __rxor__(self, value, /)
- Return value^self.
- __sizeof__(self, /)
- Returns size in memory, in bytes.
- __sub__(self, value, /)
- Return self-value.
- __truediv__(self, value, /)
- Return self/value.
- __trunc__(...)
- Truncating an Integral returns itself.
- __xor__(self, value, /)
- Return self^value.
- as_integer_ratio(self, /)
- Return integer ratio.
Return a pair of integers, whose ratio is exactly equal to the original int
and with a positive denominator.
>>> (10).as_integer_ratio()
(10, 1)
>>> (-10).as_integer_ratio()
(-10, 1)
>>> (0).as_integer_ratio()
(0, 1)
- bit_count(self, /)
- Number of ones in the binary representation of the absolute value of self.
Also known as the population count.
>>> bin(13)
'0b1101'
>>> (13).bit_count()
3
- bit_length(self, /)
- Number of bits necessary to represent self in binary.
>>> bin(37)
'0b100101'
>>> (37).bit_length()
6
- conjugate(...)
- Returns self, the complex conjugate of any int.
- to_bytes(self, /, length, byteorder, *, signed=False)
- Return an array of bytes representing an integer.
length
Length of bytes object to use. An OverflowError is raised if the
integer is not representable with the given number of bytes.
byteorder
The byte order used to represent the integer. If byteorder is 'big',
the most significant byte is at the beginning of the byte array. If
byteorder is 'little', the most significant byte is at the end of the
byte array. To request the native byte order of the host system, use
`sys.byteorder' as the byte order value.
signed
Determines whether two's complement is used to represent the integer.
If signed is False and a negative integer is given, an OverflowError
is raised.
Class methods inherited from builtins.int:
- from_bytes(bytes, byteorder, *, signed=False) from builtins.type
- Return the integer represented by the given array of bytes.
bytes
Holds the array of bytes to convert. The argument must either
support the buffer protocol or be an iterable object producing bytes.
Bytes and bytearray are examples of built-in objects that support the
buffer protocol.
byteorder
The byte order used to represent the integer. If byteorder is 'big',
the most significant byte is at the beginning of the byte array. If
byteorder is 'little', the most significant byte is at the end of the
byte array. To request the native byte order of the host system, use
`sys.byteorder' as the byte order value.
signed
Indicates whether two's complement is used to represent the integer.
Static methods inherited from builtins.int:
- __new__(*args, **kwargs) from builtins.type
- Create and return a new object. See help(type) for accurate signature.
Data descriptors inherited from builtins.int:
- denominator
- the denominator of a rational number in lowest terms
- imag
- the imaginary part of a complex number
- numerator
- the numerator of a rational number in lowest terms
- real
- the real part of a complex number
|
class TextHorzMode(Boost.Python.enum) |
| | |
- Method resolution order:
- TextHorzMode
- Boost.Python.enum
- builtins.int
- builtins.object
Data and other attributes defined here:
- kTextAlign = PyDb.TextHorzMode.kTextAlign
- kTextCenter = PyDb.TextHorzMode.kTextCenter
- kTextFit = PyDb.TextHorzMode.kTextFit
- kTextLeft = PyDb.TextHorzMode.kTextLeft
- kTextMid = PyDb.TextHorzMode.kTextMid
- kTextRight = PyDb.TextHorzMode.kTextRight
- names = {'kTextAlign': PyDb.TextHorzMode.kTextAlign, 'kTextCenter': PyDb.TextHorzMode.kTextCenter, 'kTextFit': PyDb.TextHorzMode.kTextFit, 'kTextLeft': PyDb.TextHorzMode.kTextLeft, 'kTextMid': PyDb.TextHorzMode.kTextMid, 'kTextRight': PyDb.TextHorzMode.kTextRight}
- values = {0: PyDb.TextHorzMode.kTextLeft, 1: PyDb.TextHorzMode.kTextCenter, 2: PyDb.TextHorzMode.kTextRight, 3: PyDb.TextHorzMode.kTextAlign, 4: PyDb.TextHorzMode.kTextMid, 5: PyDb.TextHorzMode.kTextFit}
Methods inherited from Boost.Python.enum:
- __repr__(self, /)
- Return repr(self).
- __str__(self, /)
- Return str(self).
Data descriptors inherited from Boost.Python.enum:
- name
Methods inherited from builtins.int:
- __abs__(self, /)
- abs(self)
- __add__(self, value, /)
- Return self+value.
- __and__(self, value, /)
- Return self&value.
- __bool__(self, /)
- True if self else False
- __ceil__(...)
- Ceiling of an Integral returns itself.
- __divmod__(self, value, /)
- Return divmod(self, value).
- __eq__(self, value, /)
- Return self==value.
- __float__(self, /)
- float(self)
- __floor__(...)
- Flooring an Integral returns itself.
- __floordiv__(self, value, /)
- Return self//value.
- __format__(self, format_spec, /)
- Default object formatter.
- __ge__(self, value, /)
- Return self>=value.
- __getattribute__(self, name, /)
- Return getattr(self, name).
- __getnewargs__(self, /)
- __gt__(self, value, /)
- Return self>value.
- __hash__(self, /)
- Return hash(self).
- __index__(self, /)
- Return self converted to an integer, if self is suitable for use as an index into a list.
- __int__(self, /)
- int(self)
- __invert__(self, /)
- ~self
- __le__(self, value, /)
- Return self<=value.
- __lshift__(self, value, /)
- Return self<<value.
- __lt__(self, value, /)
- Return self<value.
- __mod__(self, value, /)
- Return self%value.
- __mul__(self, value, /)
- Return self*value.
- __ne__(self, value, /)
- Return self!=value.
- __neg__(self, /)
- -self
- __or__(self, value, /)
- Return self|value.
- __pos__(self, /)
- +self
- __pow__(self, value, mod=None, /)
- Return pow(self, value, mod).
- __radd__(self, value, /)
- Return value+self.
- __rand__(self, value, /)
- Return value&self.
- __rdivmod__(self, value, /)
- Return divmod(value, self).
- __rfloordiv__(self, value, /)
- Return value//self.
- __rlshift__(self, value, /)
- Return value<<self.
- __rmod__(self, value, /)
- Return value%self.
- __rmul__(self, value, /)
- Return value*self.
- __ror__(self, value, /)
- Return value|self.
- __round__(...)
- Rounding an Integral returns itself.
Rounding with an ndigits argument also returns an integer.
- __rpow__(self, value, mod=None, /)
- Return pow(value, self, mod).
- __rrshift__(self, value, /)
- Return value>>self.
- __rshift__(self, value, /)
- Return self>>value.
- __rsub__(self, value, /)
- Return value-self.
- __rtruediv__(self, value, /)
- Return value/self.
- __rxor__(self, value, /)
- Return value^self.
- __sizeof__(self, /)
- Returns size in memory, in bytes.
- __sub__(self, value, /)
- Return self-value.
- __truediv__(self, value, /)
- Return self/value.
- __trunc__(...)
- Truncating an Integral returns itself.
- __xor__(self, value, /)
- Return self^value.
- as_integer_ratio(self, /)
- Return integer ratio.
Return a pair of integers, whose ratio is exactly equal to the original int
and with a positive denominator.
>>> (10).as_integer_ratio()
(10, 1)
>>> (-10).as_integer_ratio()
(-10, 1)
>>> (0).as_integer_ratio()
(0, 1)
- bit_count(self, /)
- Number of ones in the binary representation of the absolute value of self.
Also known as the population count.
>>> bin(13)
'0b1101'
>>> (13).bit_count()
3
- bit_length(self, /)
- Number of bits necessary to represent self in binary.
>>> bin(37)
'0b100101'
>>> (37).bit_length()
6
- conjugate(...)
- Returns self, the complex conjugate of any int.
- to_bytes(self, /, length, byteorder, *, signed=False)
- Return an array of bytes representing an integer.
length
Length of bytes object to use. An OverflowError is raised if the
integer is not representable with the given number of bytes.
byteorder
The byte order used to represent the integer. If byteorder is 'big',
the most significant byte is at the beginning of the byte array. If
byteorder is 'little', the most significant byte is at the end of the
byte array. To request the native byte order of the host system, use
`sys.byteorder' as the byte order value.
signed
Determines whether two's complement is used to represent the integer.
If signed is False and a negative integer is given, an OverflowError
is raised.
Class methods inherited from builtins.int:
- from_bytes(bytes, byteorder, *, signed=False) from builtins.type
- Return the integer represented by the given array of bytes.
bytes
Holds the array of bytes to convert. The argument must either
support the buffer protocol or be an iterable object producing bytes.
Bytes and bytearray are examples of built-in objects that support the
buffer protocol.
byteorder
The byte order used to represent the integer. If byteorder is 'big',
the most significant byte is at the beginning of the byte array. If
byteorder is 'little', the most significant byte is at the end of the
byte array. To request the native byte order of the host system, use
`sys.byteorder' as the byte order value.
signed
Indicates whether two's complement is used to represent the integer.
Static methods inherited from builtins.int:
- __new__(*args, **kwargs) from builtins.type
- Create and return a new object. See help(type) for accurate signature.
Data descriptors inherited from builtins.int:
- denominator
- the denominator of a rational number in lowest terms
- imag
- the imaginary part of a complex number
- numerator
- the numerator of a rational number in lowest terms
- real
- the real part of a complex number
|
class TextStyleTableRecord(SymbolTableRecord) |
| | |
- Method resolution order:
- TextStyleTableRecord
- SymbolTableRecord
- DbObject
- PyGi.Drawable
- PyRx.RxObject
- Boost.Python.instance
- builtins.object
Static methods defined here:
- __init__(...)
- __init__( (object)arg1, (ObjectId)arg2, (OpenMode)arg3) -> None :
C++ signature :
void __init__(struct _object * __ptr64,class PyDbObjectId,enum AcDb::OpenMode)
- __reduce__ = (...)
- bigFontFileName(...)
- bigFontFileName( (TextStyleTableRecord)arg1) -> str :
C++ signature :
class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > bigFontFileName(class PyDbTextStyleTableRecord {lvalue})
- className(...)
- className() -> str :
C++ signature :
class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > className()
- desc(...)
- desc() -> RxClass :
C++ signature :
class PyRxClass desc()
- fileName(...)
- fileName( (TextStyleTableRecord)arg1) -> str :
C++ signature :
class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > fileName(class PyDbTextStyleTableRecord {lvalue})
- flagBits(...)
- flagBits( (TextStyleTableRecord)arg1) -> int :
C++ signature :
unsigned char flagBits(class PyDbTextStyleTableRecord {lvalue})
- font(...)
- font( (TextStyleTableRecord)arg1) -> tuple :
C++ signature :
class boost::python::tuple font(class PyDbTextStyleTableRecord {lvalue})
- isShapeFile(...)
- isShapeFile( (TextStyleTableRecord)arg1) -> bool :
C++ signature :
bool isShapeFile(class PyDbTextStyleTableRecord {lvalue})
- isVertical(...)
- isVertical( (TextStyleTableRecord)arg1) -> bool :
C++ signature :
bool isVertical(class PyDbTextStyleTableRecord {lvalue})
- obliquingAngle(...)
- obliquingAngle( (TextStyleTableRecord)arg1) -> float :
C++ signature :
double obliquingAngle(class PyDbTextStyleTableRecord {lvalue})
- priorSize(...)
- priorSize( (TextStyleTableRecord)arg1) -> float :
C++ signature :
double priorSize(class PyDbTextStyleTableRecord {lvalue})
- setBigFontFileName(...)
- setBigFontFileName( (TextStyleTableRecord)arg1, (str)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setBigFontFileName(class PyDbTextStyleTableRecord {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
- setFileName(...)
- setFileName( (TextStyleTableRecord)arg1, (str)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setFileName(class PyDbTextStyleTableRecord {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
- setFlagBits(...)
- setFlagBits( (TextStyleTableRecord)arg1, (int)arg2) -> None :
C++ signature :
void setFlagBits(class PyDbTextStyleTableRecord {lvalue},unsigned char)
- setFont(...)
- setFont( (TextStyleTableRecord)arg1, (str)arg2, (bool)arg3, (bool)arg4, (int)arg5, (int)arg6, (int)arg7, (bool)arg8) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setFont(class PyDbTextStyleTableRecord {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,bool,bool,int,int,int,bool)
- setIsShapeFile(...)
- setIsShapeFile( (TextStyleTableRecord)arg1, (bool)arg2) -> None :
C++ signature :
void setIsShapeFile(class PyDbTextStyleTableRecord {lvalue},bool)
- setIsVertical(...)
- setIsVertical( (TextStyleTableRecord)arg1, (bool)arg2) -> None :
C++ signature :
void setIsVertical(class PyDbTextStyleTableRecord {lvalue},bool)
- setObliquingAngle(...)
- setObliquingAngle( (TextStyleTableRecord)arg1, (float)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setObliquingAngle(class PyDbTextStyleTableRecord {lvalue},double)
- setPriorSize(...)
- setPriorSize( (TextStyleTableRecord)arg1, (float)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setPriorSize(class PyDbTextStyleTableRecord {lvalue},double)
- setTextSize(...)
- setTextSize( (TextStyleTableRecord)arg1, (float)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setTextSize(class PyDbTextStyleTableRecord {lvalue},double)
- setXScale(...)
- setXScale( (TextStyleTableRecord)arg1, (float)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setXScale(class PyDbTextStyleTableRecord {lvalue},double)
- textSize(...)
- textSize( (TextStyleTableRecord)arg1) -> float :
C++ signature :
double textSize(class PyDbTextStyleTableRecord {lvalue})
- xScale(...)
- xScale( (TextStyleTableRecord)arg1) -> float :
C++ signature :
double xScale(class PyDbTextStyleTableRecord {lvalue})
Static methods inherited from SymbolTableRecord:
- getName(...)
- getName( (SymbolTableRecord)arg1) -> str :
C++ signature :
class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > getName(class PyDbSymbolTableRecord {lvalue})
- isDependent(...)
- isDependent( (SymbolTableRecord)arg1) -> bool :
C++ signature :
bool isDependent(class PyDbSymbolTableRecord {lvalue})
- isRenamable(...)
- isRenamable( (SymbolTableRecord)arg1) -> bool :
C++ signature :
bool isRenamable(class PyDbSymbolTableRecord {lvalue})
- isResolved(...)
- isResolved( (SymbolTableRecord)arg1) -> bool :
C++ signature :
bool isResolved(class PyDbSymbolTableRecord {lvalue})
- setName(...)
- setName( (SymbolTableRecord)arg1, (str)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setName(class PyDbSymbolTableRecord {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
Static methods inherited from DbObject:
- addPersistentReactor(...)
- addPersistentReactor( (DbObject)arg1, (ObjectId)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus addPersistentReactor(class PyDbObject {lvalue},class PyDbObjectId)
- assertNotifyEnabled(...)
- assertNotifyEnabled( (DbObject)arg1) -> None :
C++ signature :
void assertNotifyEnabled(class PyDbObject {lvalue})
- assertReadEnabled(...)
- assertReadEnabled( (DbObject)arg1) -> None :
C++ signature :
void assertReadEnabled(class PyDbObject {lvalue})
- assertWriteEnabled(...)
- assertWriteEnabled( (DbObject)arg1) -> None :
C++ signature :
void assertWriteEnabled(class PyDbObject {lvalue})
- cancel(...)
- cancel( (DbObject)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus cancel(class PyDbObject {lvalue})
- close(...)
- close( (DbObject)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus close(class PyDbObject {lvalue})
- createExtensionDictionary(...)
- createExtensionDictionary( (DbObject)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus createExtensionDictionary(class PyDbObject {lvalue})
- database(...)
- database( (DbObject)arg1) -> Database :
C++ signature :
class PyDbDatabase database(class PyDbObject {lvalue})
- disableUndoRecording(...)
- disableUndoRecording( (DbObject)arg1, (bool)arg2) -> None :
C++ signature :
void disableUndoRecording(class PyDbObject {lvalue},bool)
- downgradeOpen(...)
- downgradeOpen( (DbObject)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus downgradeOpen(class PyDbObject {lvalue})
- downgradeToNotify(...)
- downgradeToNotify( (DbObject)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus downgradeToNotify(class PyDbObject {lvalue},bool)
- erase(...)
- erase( (DbObject)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus erase(class PyDbObject {lvalue})
- extensionDictionary(...)
- extensionDictionary( (DbObject)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId extensionDictionary(class PyDbObject {lvalue})
- handOverTo(...)
- handOverTo( (DbObject)arg1, (DbObject)arg2, (bool)arg3, (bool)arg4) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus handOverTo(class PyDbObject {lvalue},class PyDbObject {lvalue},bool,bool)
- hasPersistentReactor(...)
- hasPersistentReactor( (DbObject)arg1, (ObjectId)arg2) -> bool :
C++ signature :
bool hasPersistentReactor(class PyDbObject {lvalue},class PyDbObjectId)
- isAProxy(...)
- isAProxy( (DbObject)arg1) -> bool :
C++ signature :
bool isAProxy(class PyDbObject {lvalue})
- isCancelling(...)
- isCancelling( (DbObject)arg1) -> bool :
C++ signature :
bool isCancelling(class PyDbObject {lvalue})
- isEraseStatusToggled(...)
- isEraseStatusToggled( (DbObject)arg1) -> bool :
C++ signature :
bool isEraseStatusToggled(class PyDbObject {lvalue})
- isErased(...)
- isErased( (DbObject)arg1) -> bool :
C++ signature :
bool isErased(class PyDbObject {lvalue})
- isModified(...)
- isModified( (DbObject)arg1) -> bool :
C++ signature :
bool isModified(class PyDbObject {lvalue})
- isModifiedGraphics(...)
- isModifiedGraphics( (DbObject)arg1) -> bool :
C++ signature :
bool isModifiedGraphics(class PyDbObject {lvalue})
- isModifiedXData(...)
- isModifiedXData( (DbObject)arg1) -> bool :
C++ signature :
bool isModifiedXData(class PyDbObject {lvalue})
- isNewObject(...)
- isNewObject( (DbObject)arg1) -> bool :
C++ signature :
bool isNewObject(class PyDbObject {lvalue})
- isNotifyEnabled(...)
- isNotifyEnabled( (DbObject)arg1) -> bool :
C++ signature :
bool isNotifyEnabled(class PyDbObject {lvalue})
- isNotifying(...)
- isNotifying( (DbObject)arg1) -> bool :
C++ signature :
bool isNotifying(class PyDbObject {lvalue})
- isReadEnabled(...)
- isReadEnabled( (DbObject)arg1) -> bool :
C++ signature :
bool isReadEnabled(class PyDbObject {lvalue})
- isReallyClosing(...)
- isReallyClosing( (DbObject)arg1) -> bool :
C++ signature :
bool isReallyClosing(class PyDbObject {lvalue})
- isTransactionResident(...)
- isTransactionResident( (DbObject)arg1) -> bool :
C++ signature :
bool isTransactionResident(class PyDbObject {lvalue})
- isUndoRecordingDisabled(...)
- isUndoRecordingDisabled( (DbObject)arg1) -> bool :
C++ signature :
bool isUndoRecordingDisabled(class PyDbObject {lvalue})
- isUndoing(...)
- isUndoing( (DbObject)arg1) -> bool :
C++ signature :
bool isUndoing(class PyDbObject {lvalue})
- isWriteEnabled(...)
- isWriteEnabled( (DbObject)arg1) -> bool :
C++ signature :
bool isWriteEnabled(class PyDbObject {lvalue})
- objectId(...)
- objectId( (DbObject)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId objectId(class PyDbObject {lvalue})
- ownerId(...)
- ownerId( (DbObject)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId ownerId(class PyDbObject {lvalue})
- releaseExtensionDictionary(...)
- releaseExtensionDictionary( (DbObject)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus releaseExtensionDictionary(class PyDbObject {lvalue})
- removePersistentReactor(...)
- removePersistentReactor( (DbObject)arg1, (ObjectId)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus removePersistentReactor(class PyDbObject {lvalue},class PyDbObjectId)
- setOwnerId(...)
- setOwnerId( (DbObject)arg1, (ObjectId)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setOwnerId(class PyDbObject {lvalue},class PyDbObjectId)
- setXData(...)
- setXData( (DbObject)arg1, (list)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setXData(class PyDbObject {lvalue},class boost::python::list)
- swapIdWith(...)
- swapIdWith( (DbObject)arg1, (ObjectId)arg2, (bool)arg3, (bool)arg4) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus swapIdWith(class PyDbObject {lvalue},class PyDbObjectId {lvalue},bool,bool)
- upgradeFromNotify(...)
- upgradeFromNotify( (DbObject)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus upgradeFromNotify(class PyDbObject {lvalue},bool {lvalue})
- upgradeOpen(...)
- upgradeOpen( (DbObject)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus upgradeOpen(class PyDbObject {lvalue})
- xData(...)
- xData( (DbObject)arg1, (str)arg2) -> list :
C++ signature :
class boost::python::list xData(class PyDbObject {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
- xDataTransformBy(...)
- xDataTransformBy( (DbObject)arg1, (Matrix3d)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus xDataTransformBy(class PyDbObject {lvalue},class AcGeMatrix3d)
Static methods inherited from PyGi.Drawable:
- isA(...)
- isA( (Drawable)arg1) -> RxClass :
C++ signature :
class PyRxClass isA(class PyGiDrawable {lvalue})
Static methods inherited from PyRx.RxObject:
- __eq__(...)
- __eq__( (RxObject)arg1, (RxObject)arg2) -> bool :
C++ signature :
bool __eq__(class PyRxObject {lvalue},class PyRxObject)
- __ne__(...)
- __ne__( (RxObject)arg1, (RxObject)arg2) -> bool :
C++ signature :
bool __ne__(class PyRxObject {lvalue},class PyRxObject)
- isNull(...)
- isNull( (RxObject)arg1) -> bool :
C++ signature :
bool isNull(class PyRxObject {lvalue})
Static methods inherited from Boost.Python.instance:
- __new__(*args, **kwargs) from Boost.Python.class
- Create and return a new object. See help(type) for accurate signature.
Data descriptors inherited from Boost.Python.instance:
- __dict__
- __weakref__
|
class TransparencyMethod(Boost.Python.enum) |
| | |
- Method resolution order:
- TransparencyMethod
- Boost.Python.enum
- builtins.int
- builtins.object
Data and other attributes defined here:
- kByAlpha = PyDb.TransparencyMethod.kByAlpha
- kByBlock = PyDb.TransparencyMethod.kByBlock
- kByLayer = PyDb.TransparencyMethod.kByLayer
- kErrorValue = PyDb.TransparencyMethod.kErrorValue
- names = {'kByAlpha': PyDb.TransparencyMethod.kByAlpha, 'kByBlock': PyDb.TransparencyMethod.kByBlock, 'kByLayer': PyDb.TransparencyMethod.kByLayer, 'kErrorValue': PyDb.TransparencyMethod.kErrorValue}
- values = {0: PyDb.TransparencyMethod.kByLayer, 1: PyDb.TransparencyMethod.kByBlock, 2: PyDb.TransparencyMethod.kByAlpha, 3: PyDb.TransparencyMethod.kErrorValue}
Methods inherited from Boost.Python.enum:
- __repr__(self, /)
- Return repr(self).
- __str__(self, /)
- Return str(self).
Data descriptors inherited from Boost.Python.enum:
- name
Methods inherited from builtins.int:
- __abs__(self, /)
- abs(self)
- __add__(self, value, /)
- Return self+value.
- __and__(self, value, /)
- Return self&value.
- __bool__(self, /)
- True if self else False
- __ceil__(...)
- Ceiling of an Integral returns itself.
- __divmod__(self, value, /)
- Return divmod(self, value).
- __eq__(self, value, /)
- Return self==value.
- __float__(self, /)
- float(self)
- __floor__(...)
- Flooring an Integral returns itself.
- __floordiv__(self, value, /)
- Return self//value.
- __format__(self, format_spec, /)
- Default object formatter.
- __ge__(self, value, /)
- Return self>=value.
- __getattribute__(self, name, /)
- Return getattr(self, name).
- __getnewargs__(self, /)
- __gt__(self, value, /)
- Return self>value.
- __hash__(self, /)
- Return hash(self).
- __index__(self, /)
- Return self converted to an integer, if self is suitable for use as an index into a list.
- __int__(self, /)
- int(self)
- __invert__(self, /)
- ~self
- __le__(self, value, /)
- Return self<=value.
- __lshift__(self, value, /)
- Return self<<value.
- __lt__(self, value, /)
- Return self<value.
- __mod__(self, value, /)
- Return self%value.
- __mul__(self, value, /)
- Return self*value.
- __ne__(self, value, /)
- Return self!=value.
- __neg__(self, /)
- -self
- __or__(self, value, /)
- Return self|value.
- __pos__(self, /)
- +self
- __pow__(self, value, mod=None, /)
- Return pow(self, value, mod).
- __radd__(self, value, /)
- Return value+self.
- __rand__(self, value, /)
- Return value&self.
- __rdivmod__(self, value, /)
- Return divmod(value, self).
- __rfloordiv__(self, value, /)
- Return value//self.
- __rlshift__(self, value, /)
- Return value<<self.
- __rmod__(self, value, /)
- Return value%self.
- __rmul__(self, value, /)
- Return value*self.
- __ror__(self, value, /)
- Return value|self.
- __round__(...)
- Rounding an Integral returns itself.
Rounding with an ndigits argument also returns an integer.
- __rpow__(self, value, mod=None, /)
- Return pow(value, self, mod).
- __rrshift__(self, value, /)
- Return value>>self.
- __rshift__(self, value, /)
- Return self>>value.
- __rsub__(self, value, /)
- Return value-self.
- __rtruediv__(self, value, /)
- Return value/self.
- __rxor__(self, value, /)
- Return value^self.
- __sizeof__(self, /)
- Returns size in memory, in bytes.
- __sub__(self, value, /)
- Return self-value.
- __truediv__(self, value, /)
- Return self/value.
- __trunc__(...)
- Truncating an Integral returns itself.
- __xor__(self, value, /)
- Return self^value.
- as_integer_ratio(self, /)
- Return integer ratio.
Return a pair of integers, whose ratio is exactly equal to the original int
and with a positive denominator.
>>> (10).as_integer_ratio()
(10, 1)
>>> (-10).as_integer_ratio()
(-10, 1)
>>> (0).as_integer_ratio()
(0, 1)
- bit_count(self, /)
- Number of ones in the binary representation of the absolute value of self.
Also known as the population count.
>>> bin(13)
'0b1101'
>>> (13).bit_count()
3
- bit_length(self, /)
- Number of bits necessary to represent self in binary.
>>> bin(37)
'0b100101'
>>> (37).bit_length()
6
- conjugate(...)
- Returns self, the complex conjugate of any int.
- to_bytes(self, /, length, byteorder, *, signed=False)
- Return an array of bytes representing an integer.
length
Length of bytes object to use. An OverflowError is raised if the
integer is not representable with the given number of bytes.
byteorder
The byte order used to represent the integer. If byteorder is 'big',
the most significant byte is at the beginning of the byte array. If
byteorder is 'little', the most significant byte is at the end of the
byte array. To request the native byte order of the host system, use
`sys.byteorder' as the byte order value.
signed
Determines whether two's complement is used to represent the integer.
If signed is False and a negative integer is given, an OverflowError
is raised.
Class methods inherited from builtins.int:
- from_bytes(bytes, byteorder, *, signed=False) from builtins.type
- Return the integer represented by the given array of bytes.
bytes
Holds the array of bytes to convert. The argument must either
support the buffer protocol or be an iterable object producing bytes.
Bytes and bytearray are examples of built-in objects that support the
buffer protocol.
byteorder
The byte order used to represent the integer. If byteorder is 'big',
the most significant byte is at the beginning of the byte array. If
byteorder is 'little', the most significant byte is at the end of the
byte array. To request the native byte order of the host system, use
`sys.byteorder' as the byte order value.
signed
Indicates whether two's complement is used to represent the integer.
Static methods inherited from builtins.int:
- __new__(*args, **kwargs) from builtins.type
- Create and return a new object. See help(type) for accurate signature.
Data descriptors inherited from builtins.int:
- denominator
- the denominator of a rational number in lowest terms
- imag
- the imaginary part of a complex number
- numerator
- the numerator of a rational number in lowest terms
- real
- the real part of a complex number
|
class UnitsValue(Boost.Python.enum) |
| | |
- Method resolution order:
- UnitsValue
- Boost.Python.enum
- builtins.int
- builtins.object
Data and other attributes defined here:
- kUnitsAngstroms = PyDb.UnitsValue.kUnitsAngstroms
- kUnitsAstronomical = PyDb.UnitsValue.kUnitsAstronomical
- kUnitsCentimeters = PyDb.UnitsValue.kUnitsCentimeters
- kUnitsDecimeters = PyDb.UnitsValue.kUnitsDecimeters
- kUnitsDekameters = PyDb.UnitsValue.kUnitsDekameters
- kUnitsFeet = PyDb.UnitsValue.kUnitsFeet
- kUnitsGigameters = PyDb.UnitsValue.kUnitsGigameters
- kUnitsHectometers = PyDb.UnitsValue.kUnitsHectometers
- kUnitsInches = PyDb.UnitsValue.kUnitsInches
- kUnitsKilometers = PyDb.UnitsValue.kUnitsKilometers
- kUnitsLightYears = PyDb.UnitsValue.kUnitsLightYears
- kUnitsMax = PyDb.UnitsValue.kUnitsMax
- kUnitsMeters = PyDb.UnitsValue.kUnitsMeters
- kUnitsMicroinches = PyDb.UnitsValue.kUnitsMicroinches
- kUnitsMicrons = PyDb.UnitsValue.kUnitsMicrons
- kUnitsMiles = PyDb.UnitsValue.kUnitsMiles
- kUnitsMillimeters = PyDb.UnitsValue.kUnitsMillimeters
- kUnitsMils = PyDb.UnitsValue.kUnitsMils
- kUnitsNanometers = PyDb.UnitsValue.kUnitsNanometers
- kUnitsParsecs = PyDb.UnitsValue.kUnitsParsecs
- kUnitsUSSurveyFeet = PyDb.UnitsValue.kUnitsUSSurveyFeet
- kUnitsUSSurveyInch = PyDb.UnitsValue.kUnitsUSSurveyInch
- kUnitsUSSurveyMile = PyDb.UnitsValue.kUnitsUSSurveyMile
- kUnitsUSSurveyYard = PyDb.UnitsValue.kUnitsUSSurveyYard
- kUnitsUndefined = PyDb.UnitsValue.kUnitsUndefined
- kUnitsYards = PyDb.UnitsValue.kUnitsYards
- names = {'kUnitsAngstroms': PyDb.UnitsValue.kUnitsAngstroms, 'kUnitsAstronomical': PyDb.UnitsValue.kUnitsAstronomical, 'kUnitsCentimeters': PyDb.UnitsValue.kUnitsCentimeters, 'kUnitsDecimeters': PyDb.UnitsValue.kUnitsDecimeters, 'kUnitsDekameters': PyDb.UnitsValue.kUnitsDekameters, 'kUnitsFeet': PyDb.UnitsValue.kUnitsFeet, 'kUnitsGigameters': PyDb.UnitsValue.kUnitsGigameters, 'kUnitsHectometers': PyDb.UnitsValue.kUnitsHectometers, 'kUnitsInches': PyDb.UnitsValue.kUnitsInches, 'kUnitsKilometers': PyDb.UnitsValue.kUnitsKilometers, ...}
- values = {0: PyDb.UnitsValue.kUnitsUndefined, 1: PyDb.UnitsValue.kUnitsInches, 2: PyDb.UnitsValue.kUnitsFeet, 3: PyDb.UnitsValue.kUnitsMiles, 4: PyDb.UnitsValue.kUnitsMillimeters, 5: PyDb.UnitsValue.kUnitsCentimeters, 6: PyDb.UnitsValue.kUnitsMeters, 7: PyDb.UnitsValue.kUnitsKilometers, 8: PyDb.UnitsValue.kUnitsMicroinches, 9: PyDb.UnitsValue.kUnitsMils, ...}
Methods inherited from Boost.Python.enum:
- __repr__(self, /)
- Return repr(self).
- __str__(self, /)
- Return str(self).
Data descriptors inherited from Boost.Python.enum:
- name
Methods inherited from builtins.int:
- __abs__(self, /)
- abs(self)
- __add__(self, value, /)
- Return self+value.
- __and__(self, value, /)
- Return self&value.
- __bool__(self, /)
- True if self else False
- __ceil__(...)
- Ceiling of an Integral returns itself.
- __divmod__(self, value, /)
- Return divmod(self, value).
- __eq__(self, value, /)
- Return self==value.
- __float__(self, /)
- float(self)
- __floor__(...)
- Flooring an Integral returns itself.
- __floordiv__(self, value, /)
- Return self//value.
- __format__(self, format_spec, /)
- Default object formatter.
- __ge__(self, value, /)
- Return self>=value.
- __getattribute__(self, name, /)
- Return getattr(self, name).
- __getnewargs__(self, /)
- __gt__(self, value, /)
- Return self>value.
- __hash__(self, /)
- Return hash(self).
- __index__(self, /)
- Return self converted to an integer, if self is suitable for use as an index into a list.
- __int__(self, /)
- int(self)
- __invert__(self, /)
- ~self
- __le__(self, value, /)
- Return self<=value.
- __lshift__(self, value, /)
- Return self<<value.
- __lt__(self, value, /)
- Return self<value.
- __mod__(self, value, /)
- Return self%value.
- __mul__(self, value, /)
- Return self*value.
- __ne__(self, value, /)
- Return self!=value.
- __neg__(self, /)
- -self
- __or__(self, value, /)
- Return self|value.
- __pos__(self, /)
- +self
- __pow__(self, value, mod=None, /)
- Return pow(self, value, mod).
- __radd__(self, value, /)
- Return value+self.
- __rand__(self, value, /)
- Return value&self.
- __rdivmod__(self, value, /)
- Return divmod(value, self).
- __rfloordiv__(self, value, /)
- Return value//self.
- __rlshift__(self, value, /)
- Return value<<self.
- __rmod__(self, value, /)
- Return value%self.
- __rmul__(self, value, /)
- Return value*self.
- __ror__(self, value, /)
- Return value|self.
- __round__(...)
- Rounding an Integral returns itself.
Rounding with an ndigits argument also returns an integer.
- __rpow__(self, value, mod=None, /)
- Return pow(value, self, mod).
- __rrshift__(self, value, /)
- Return value>>self.
- __rshift__(self, value, /)
- Return self>>value.
- __rsub__(self, value, /)
- Return value-self.
- __rtruediv__(self, value, /)
- Return value/self.
- __rxor__(self, value, /)
- Return value^self.
- __sizeof__(self, /)
- Returns size in memory, in bytes.
- __sub__(self, value, /)
- Return self-value.
- __truediv__(self, value, /)
- Return self/value.
- __trunc__(...)
- Truncating an Integral returns itself.
- __xor__(self, value, /)
- Return self^value.
- as_integer_ratio(self, /)
- Return integer ratio.
Return a pair of integers, whose ratio is exactly equal to the original int
and with a positive denominator.
>>> (10).as_integer_ratio()
(10, 1)
>>> (-10).as_integer_ratio()
(-10, 1)
>>> (0).as_integer_ratio()
(0, 1)
- bit_count(self, /)
- Number of ones in the binary representation of the absolute value of self.
Also known as the population count.
>>> bin(13)
'0b1101'
>>> (13).bit_count()
3
- bit_length(self, /)
- Number of bits necessary to represent self in binary.
>>> bin(37)
'0b100101'
>>> (37).bit_length()
6
- conjugate(...)
- Returns self, the complex conjugate of any int.
- to_bytes(self, /, length, byteorder, *, signed=False)
- Return an array of bytes representing an integer.
length
Length of bytes object to use. An OverflowError is raised if the
integer is not representable with the given number of bytes.
byteorder
The byte order used to represent the integer. If byteorder is 'big',
the most significant byte is at the beginning of the byte array. If
byteorder is 'little', the most significant byte is at the end of the
byte array. To request the native byte order of the host system, use
`sys.byteorder' as the byte order value.
signed
Determines whether two's complement is used to represent the integer.
If signed is False and a negative integer is given, an OverflowError
is raised.
Class methods inherited from builtins.int:
- from_bytes(bytes, byteorder, *, signed=False) from builtins.type
- Return the integer represented by the given array of bytes.
bytes
Holds the array of bytes to convert. The argument must either
support the buffer protocol or be an iterable object producing bytes.
Bytes and bytearray are examples of built-in objects that support the
buffer protocol.
byteorder
The byte order used to represent the integer. If byteorder is 'big',
the most significant byte is at the beginning of the byte array. If
byteorder is 'little', the most significant byte is at the end of the
byte array. To request the native byte order of the host system, use
`sys.byteorder' as the byte order value.
signed
Indicates whether two's complement is used to represent the integer.
Static methods inherited from builtins.int:
- __new__(*args, **kwargs) from builtins.type
- Create and return a new object. See help(type) for accurate signature.
Data descriptors inherited from builtins.int:
- denominator
- the denominator of a rational number in lowest terms
- imag
- the imaginary part of a complex number
- numerator
- the numerator of a rational number in lowest terms
- real
- the real part of a complex number
|
class UpdateDirection(Boost.Python.enum) |
| | |
- Method resolution order:
- UpdateDirection
- Boost.Python.enum
- builtins.int
- builtins.object
Data and other attributes defined here:
- kUpdateDirDataToSource = PyDb.UpdateDirection.kUpdateDirDataToSource
- kUpdateDirSourceToData = PyDb.UpdateDirection.kUpdateDirSourceToData
- names = {'kUpdateDirDataToSource': PyDb.UpdateDirection.kUpdateDirDataToSource, 'kUpdateDirSourceToData': PyDb.UpdateDirection.kUpdateDirSourceToData}
- values = {1: PyDb.UpdateDirection.kUpdateDirSourceToData, 2: PyDb.UpdateDirection.kUpdateDirDataToSource}
Methods inherited from Boost.Python.enum:
- __repr__(self, /)
- Return repr(self).
- __str__(self, /)
- Return str(self).
Data descriptors inherited from Boost.Python.enum:
- name
Methods inherited from builtins.int:
- __abs__(self, /)
- abs(self)
- __add__(self, value, /)
- Return self+value.
- __and__(self, value, /)
- Return self&value.
- __bool__(self, /)
- True if self else False
- __ceil__(...)
- Ceiling of an Integral returns itself.
- __divmod__(self, value, /)
- Return divmod(self, value).
- __eq__(self, value, /)
- Return self==value.
- __float__(self, /)
- float(self)
- __floor__(...)
- Flooring an Integral returns itself.
- __floordiv__(self, value, /)
- Return self//value.
- __format__(self, format_spec, /)
- Default object formatter.
- __ge__(self, value, /)
- Return self>=value.
- __getattribute__(self, name, /)
- Return getattr(self, name).
- __getnewargs__(self, /)
- __gt__(self, value, /)
- Return self>value.
- __hash__(self, /)
- Return hash(self).
- __index__(self, /)
- Return self converted to an integer, if self is suitable for use as an index into a list.
- __int__(self, /)
- int(self)
- __invert__(self, /)
- ~self
- __le__(self, value, /)
- Return self<=value.
- __lshift__(self, value, /)
- Return self<<value.
- __lt__(self, value, /)
- Return self<value.
- __mod__(self, value, /)
- Return self%value.
- __mul__(self, value, /)
- Return self*value.
- __ne__(self, value, /)
- Return self!=value.
- __neg__(self, /)
- -self
- __or__(self, value, /)
- Return self|value.
- __pos__(self, /)
- +self
- __pow__(self, value, mod=None, /)
- Return pow(self, value, mod).
- __radd__(self, value, /)
- Return value+self.
- __rand__(self, value, /)
- Return value&self.
- __rdivmod__(self, value, /)
- Return divmod(value, self).
- __rfloordiv__(self, value, /)
- Return value//self.
- __rlshift__(self, value, /)
- Return value<<self.
- __rmod__(self, value, /)
- Return value%self.
- __rmul__(self, value, /)
- Return value*self.
- __ror__(self, value, /)
- Return value|self.
- __round__(...)
- Rounding an Integral returns itself.
Rounding with an ndigits argument also returns an integer.
- __rpow__(self, value, mod=None, /)
- Return pow(value, self, mod).
- __rrshift__(self, value, /)
- Return value>>self.
- __rshift__(self, value, /)
- Return self>>value.
- __rsub__(self, value, /)
- Return value-self.
- __rtruediv__(self, value, /)
- Return value/self.
- __rxor__(self, value, /)
- Return value^self.
- __sizeof__(self, /)
- Returns size in memory, in bytes.
- __sub__(self, value, /)
- Return self-value.
- __truediv__(self, value, /)
- Return self/value.
- __trunc__(...)
- Truncating an Integral returns itself.
- __xor__(self, value, /)
- Return self^value.
- as_integer_ratio(self, /)
- Return integer ratio.
Return a pair of integers, whose ratio is exactly equal to the original int
and with a positive denominator.
>>> (10).as_integer_ratio()
(10, 1)
>>> (-10).as_integer_ratio()
(-10, 1)
>>> (0).as_integer_ratio()
(0, 1)
- bit_count(self, /)
- Number of ones in the binary representation of the absolute value of self.
Also known as the population count.
>>> bin(13)
'0b1101'
>>> (13).bit_count()
3
- bit_length(self, /)
- Number of bits necessary to represent self in binary.
>>> bin(37)
'0b100101'
>>> (37).bit_length()
6
- conjugate(...)
- Returns self, the complex conjugate of any int.
- to_bytes(self, /, length, byteorder, *, signed=False)
- Return an array of bytes representing an integer.
length
Length of bytes object to use. An OverflowError is raised if the
integer is not representable with the given number of bytes.
byteorder
The byte order used to represent the integer. If byteorder is 'big',
the most significant byte is at the beginning of the byte array. If
byteorder is 'little', the most significant byte is at the end of the
byte array. To request the native byte order of the host system, use
`sys.byteorder' as the byte order value.
signed
Determines whether two's complement is used to represent the integer.
If signed is False and a negative integer is given, an OverflowError
is raised.
Class methods inherited from builtins.int:
- from_bytes(bytes, byteorder, *, signed=False) from builtins.type
- Return the integer represented by the given array of bytes.
bytes
Holds the array of bytes to convert. The argument must either
support the buffer protocol or be an iterable object producing bytes.
Bytes and bytearray are examples of built-in objects that support the
buffer protocol.
byteorder
The byte order used to represent the integer. If byteorder is 'big',
the most significant byte is at the beginning of the byte array. If
byteorder is 'little', the most significant byte is at the end of the
byte array. To request the native byte order of the host system, use
`sys.byteorder' as the byte order value.
signed
Indicates whether two's complement is used to represent the integer.
Static methods inherited from builtins.int:
- __new__(*args, **kwargs) from builtins.type
- Create and return a new object. See help(type) for accurate signature.
Data descriptors inherited from builtins.int:
- denominator
- the denominator of a rational number in lowest terms
- imag
- the imaginary part of a complex number
- numerator
- the numerator of a rational number in lowest terms
- real
- the real part of a complex number
|
class UpdateOption(Boost.Python.enum) |
| | |
- Method resolution order:
- UpdateOption
- Boost.Python.enum
- builtins.int
- builtins.object
Data and other attributes defined here:
- kSkipFormatAfterFirstUpdate = PyDb.UpdateOption.kSkipFormatAfterFirstUpdate
- kUpdateOptionAllowSourceUpdate = PyDb.UpdateOption.kUpdateOptionAllowSourceUpdate
- kUpdateOptionForPreview = PyDb.UpdateOption.kUpdateOptionForPreview
- kUpdateOptionForceFullSourceUpdate = PyDb.UpdateOption.kUpdateOptionForceFullSourceUpdate
- kUpdateOptionIncludeXrefs = PyDb.UpdateOption.kUpdateOptionIncludeXrefs
- kUpdateOptionNone = PyDb.UpdateOption.kUpdateOptionNone
- kUpdateOptionOverwriteContentModifiedAfterUpdate = PyDb.UpdateOption.kUpdateOptionOverwriteContentModifiedAfterUpdate
- kUpdateOptionOverwriteFormatModifiedAfterUpdate = PyDb.UpdateOption.kUpdateOptionOverwriteFormatModifiedAfterUpdate
- kUpdateOptionSkipFormat = PyDb.UpdateOption.kUpdateOptionSkipFormat
- kUpdateOptionUpdateColumnWidth = PyDb.UpdateOption.kUpdateOptionUpdateColumnWidth
- kUpdateOptionUpdateRowHeight = PyDb.UpdateOption.kUpdateOptionUpdateRowHeight
- names = {'kSkipFormatAfterFirstUpdate': PyDb.UpdateOption.kSkipFormatAfterFirstUpdate, 'kUpdateOptionAllowSourceUpdate': PyDb.UpdateOption.kUpdateOptionAllowSourceUpdate, 'kUpdateOptionForPreview': PyDb.UpdateOption.kUpdateOptionForPreview, 'kUpdateOptionForceFullSourceUpdate': PyDb.UpdateOption.kUpdateOptionForceFullSourceUpdate, 'kUpdateOptionIncludeXrefs': PyDb.UpdateOption.kUpdateOptionIncludeXrefs, 'kUpdateOptionNone': PyDb.UpdateOption.kUpdateOptionNone, 'kUpdateOptionOverwriteContentModifiedAfterUpdate': PyDb.UpdateOption.kUpdateOptionOverwriteContentModifiedAfterUpdate, 'kUpdateOptionOverwriteFormatModifiedAfterUpdate': PyDb.UpdateOption.kUpdateOptionOverwriteFormatModifiedAfterUpdate, 'kUpdateOptionSkipFormat': PyDb.UpdateOption.kUpdateOptionSkipFormat, 'kUpdateOptionUpdateColumnWidth': PyDb.UpdateOption.kUpdateOptionUpdateColumnWidth, ...}
- values = {0: PyDb.UpdateOption.kUpdateOptionNone, 131072: PyDb.UpdateOption.kUpdateOptionSkipFormat, 262144: PyDb.UpdateOption.kUpdateOptionUpdateRowHeight, 524288: PyDb.UpdateOption.kUpdateOptionUpdateColumnWidth, 1048576: PyDb.UpdateOption.kUpdateOptionAllowSourceUpdate, 2097152: PyDb.UpdateOption.kUpdateOptionForceFullSourceUpdate, 4194304: PyDb.UpdateOption.kUpdateOptionOverwriteContentModifiedAfterUpdate, 8388608: PyDb.UpdateOption.kUpdateOptionOverwriteFormatModifiedAfterUpdate, 16777216: PyDb.UpdateOption.kUpdateOptionForPreview, 33554432: PyDb.UpdateOption.kUpdateOptionIncludeXrefs, ...}
Methods inherited from Boost.Python.enum:
- __repr__(self, /)
- Return repr(self).
- __str__(self, /)
- Return str(self).
Data descriptors inherited from Boost.Python.enum:
- name
Methods inherited from builtins.int:
- __abs__(self, /)
- abs(self)
- __add__(self, value, /)
- Return self+value.
- __and__(self, value, /)
- Return self&value.
- __bool__(self, /)
- True if self else False
- __ceil__(...)
- Ceiling of an Integral returns itself.
- __divmod__(self, value, /)
- Return divmod(self, value).
- __eq__(self, value, /)
- Return self==value.
- __float__(self, /)
- float(self)
- __floor__(...)
- Flooring an Integral returns itself.
- __floordiv__(self, value, /)
- Return self//value.
- __format__(self, format_spec, /)
- Default object formatter.
- __ge__(self, value, /)
- Return self>=value.
- __getattribute__(self, name, /)
- Return getattr(self, name).
- __getnewargs__(self, /)
- __gt__(self, value, /)
- Return self>value.
- __hash__(self, /)
- Return hash(self).
- __index__(self, /)
- Return self converted to an integer, if self is suitable for use as an index into a list.
- __int__(self, /)
- int(self)
- __invert__(self, /)
- ~self
- __le__(self, value, /)
- Return self<=value.
- __lshift__(self, value, /)
- Return self<<value.
- __lt__(self, value, /)
- Return self<value.
- __mod__(self, value, /)
- Return self%value.
- __mul__(self, value, /)
- Return self*value.
- __ne__(self, value, /)
- Return self!=value.
- __neg__(self, /)
- -self
- __or__(self, value, /)
- Return self|value.
- __pos__(self, /)
- +self
- __pow__(self, value, mod=None, /)
- Return pow(self, value, mod).
- __radd__(self, value, /)
- Return value+self.
- __rand__(self, value, /)
- Return value&self.
- __rdivmod__(self, value, /)
- Return divmod(value, self).
- __rfloordiv__(self, value, /)
- Return value//self.
- __rlshift__(self, value, /)
- Return value<<self.
- __rmod__(self, value, /)
- Return value%self.
- __rmul__(self, value, /)
- Return value*self.
- __ror__(self, value, /)
- Return value|self.
- __round__(...)
- Rounding an Integral returns itself.
Rounding with an ndigits argument also returns an integer.
- __rpow__(self, value, mod=None, /)
- Return pow(value, self, mod).
- __rrshift__(self, value, /)
- Return value>>self.
- __rshift__(self, value, /)
- Return self>>value.
- __rsub__(self, value, /)
- Return value-self.
- __rtruediv__(self, value, /)
- Return value/self.
- __rxor__(self, value, /)
- Return value^self.
- __sizeof__(self, /)
- Returns size in memory, in bytes.
- __sub__(self, value, /)
- Return self-value.
- __truediv__(self, value, /)
- Return self/value.
- __trunc__(...)
- Truncating an Integral returns itself.
- __xor__(self, value, /)
- Return self^value.
- as_integer_ratio(self, /)
- Return integer ratio.
Return a pair of integers, whose ratio is exactly equal to the original int
and with a positive denominator.
>>> (10).as_integer_ratio()
(10, 1)
>>> (-10).as_integer_ratio()
(-10, 1)
>>> (0).as_integer_ratio()
(0, 1)
- bit_count(self, /)
- Number of ones in the binary representation of the absolute value of self.
Also known as the population count.
>>> bin(13)
'0b1101'
>>> (13).bit_count()
3
- bit_length(self, /)
- Number of bits necessary to represent self in binary.
>>> bin(37)
'0b100101'
>>> (37).bit_length()
6
- conjugate(...)
- Returns self, the complex conjugate of any int.
- to_bytes(self, /, length, byteorder, *, signed=False)
- Return an array of bytes representing an integer.
length
Length of bytes object to use. An OverflowError is raised if the
integer is not representable with the given number of bytes.
byteorder
The byte order used to represent the integer. If byteorder is 'big',
the most significant byte is at the beginning of the byte array. If
byteorder is 'little', the most significant byte is at the end of the
byte array. To request the native byte order of the host system, use
`sys.byteorder' as the byte order value.
signed
Determines whether two's complement is used to represent the integer.
If signed is False and a negative integer is given, an OverflowError
is raised.
Class methods inherited from builtins.int:
- from_bytes(bytes, byteorder, *, signed=False) from builtins.type
- Return the integer represented by the given array of bytes.
bytes
Holds the array of bytes to convert. The argument must either
support the buffer protocol or be an iterable object producing bytes.
Bytes and bytearray are examples of built-in objects that support the
buffer protocol.
byteorder
The byte order used to represent the integer. If byteorder is 'big',
the most significant byte is at the beginning of the byte array. If
byteorder is 'little', the most significant byte is at the end of the
byte array. To request the native byte order of the host system, use
`sys.byteorder' as the byte order value.
signed
Indicates whether two's complement is used to represent the integer.
Static methods inherited from builtins.int:
- __new__(*args, **kwargs) from builtins.type
- Create and return a new object. See help(type) for accurate signature.
Data descriptors inherited from builtins.int:
- denominator
- the denominator of a rational number in lowest terms
- imag
- the imaginary part of a complex number
- numerator
- the numerator of a rational number in lowest terms
- real
- the real part of a complex number
|
class Vertex(Entity) |
| | |
- Method resolution order:
- Vertex
- Entity
- DbObject
- PyGi.Drawable
- PyRx.RxObject
- Boost.Python.instance
- builtins.object
Static methods defined here:
- __init__(...)
- __init__( (object)arg1, (ObjectId)arg2, (OpenMode)arg3) -> None :
C++ signature :
void __init__(struct _object * __ptr64,class PyDbObjectId,enum AcDb::OpenMode)
- __reduce__ = (...)
- className(...)
- className() -> str :
C++ signature :
class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > className()
- desc(...)
- desc() -> RxClass :
C++ signature :
class PyRxClass desc()
Static methods inherited from Entity:
- blockId(...)
- blockId( (Entity)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId blockId(class PyDbEntity {lvalue})
- castShadows(...)
- castShadows( (Entity)arg1) -> bool :
C++ signature :
bool castShadows(class PyDbEntity {lvalue})
- collisionType(...)
- collisionType( (Entity)arg1) -> CollisionType :
C++ signature :
enum AcDb::CollisionType collisionType(class PyDbEntity {lvalue})
- color(...)
- color( (Entity)arg1) -> Color :
C++ signature :
class AcCmColor color(class PyDbEntity {lvalue})
- colorIndex(...)
- colorIndex( (Entity)arg1) -> int :
C++ signature :
unsigned short colorIndex(class PyDbEntity {lvalue})
- draw(...)
- draw( (Entity)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus draw(class PyDbEntity {lvalue})
- entityColor(...)
- entityColor( (Entity)arg1) -> EntityColor :
C++ signature :
class AcCmEntityColor entityColor(class PyDbEntity {lvalue})
- getCompoundObjectTransform(...)
- getCompoundObjectTransform( (Entity)arg1, (Matrix3d)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus getCompoundObjectTransform(class PyDbEntity {lvalue},class AcGeMatrix3d {lvalue})
- getEcs(...)
- getEcs( (Entity)arg1, (Matrix3d)arg2) -> None :
C++ signature :
void getEcs(class PyDbEntity {lvalue},class AcGeMatrix3d {lvalue})
- getGeomExtents(...)
- getGeomExtents( (Entity)arg1, (Extents)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus getGeomExtents(class PyDbEntity {lvalue},class AcDbExtents {lvalue})
- getPlane(...)
- getPlane( (Entity)arg1) -> Plane :
C++ signature :
class PyGePlane getPlane(class PyDbEntity {lvalue})
- getPlotStyleNameId(...)
- getPlotStyleNameId( (Entity)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId getPlotStyleNameId(class PyDbEntity {lvalue})
- isPlanar(...)
- isPlanar( (Entity)arg1) -> bool :
C++ signature :
bool isPlanar(class PyDbEntity {lvalue})
- layer(...)
- layer( (Entity)arg1) -> str :
C++ signature :
class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > layer(class PyDbEntity {lvalue})
- layerId(...)
- layerId( (Entity)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId layerId(class PyDbEntity {lvalue})
- lineWeight(...)
- lineWeight( (Entity)arg1) -> LineWeight :
C++ signature :
enum AcDb::LineWeight lineWeight(class PyDbEntity {lvalue})
- linetype(...)
- linetype( (Entity)arg1) -> str :
C++ signature :
class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > linetype(class PyDbEntity {lvalue})
- linetypeId(...)
- linetypeId( (Entity)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId linetypeId(class PyDbEntity {lvalue})
- linetypeScale(...)
- linetypeScale( (Entity)arg1) -> float :
C++ signature :
double linetypeScale(class PyDbEntity {lvalue})
- list(...)
- list( (Entity)arg1) -> None :
C++ signature :
void list(class PyDbEntity {lvalue})
- material(...)
- material( (Entity)arg1) -> str :
C++ signature :
class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > material(class PyDbEntity {lvalue})
- materialId(...)
- materialId( (Entity)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId materialId(class PyDbEntity {lvalue})
- plotStyleName(...)
- plotStyleName( (Entity)arg1) -> str :
C++ signature :
class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > plotStyleName(class PyDbEntity {lvalue})
- receiveShadows(...)
- receiveShadows( (Entity)arg1) -> bool :
C++ signature :
bool receiveShadows(class PyDbEntity {lvalue})
- recordGraphicsModified(...)
- recordGraphicsModified( (Entity)arg1) -> None :
C++ signature :
void recordGraphicsModified(class PyDbEntity {lvalue})
recordGraphicsModified( (Entity)arg1) -> None :
C++ signature :
void recordGraphicsModified(class PyDbEntity {lvalue})
- setCastShadows(...)
- setCastShadows( (Entity)arg1, (bool)arg2) -> None :
C++ signature :
void setCastShadows(class PyDbEntity {lvalue},bool)
- setColor(...)
- setColor( (Entity)arg1, (Color)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setColor(class PyDbEntity {lvalue},class AcCmColor)
setColor( (Entity)arg1, (Color)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setColor(class PyDbEntity {lvalue},class AcCmColor,bool)
setColor( (Entity)arg1, (Color)arg2, (bool)arg3, (Database)arg4) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setColor(class PyDbEntity {lvalue},class AcCmColor,bool,class PyDbDatabase {lvalue})
- setColorIndex(...)
- setColorIndex( (Entity)arg1, (int)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setColorIndex(class PyDbEntity {lvalue},unsigned short)
setColorIndex( (Entity)arg1, (int)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setColorIndex(class PyDbEntity {lvalue},unsigned short,bool)
- setDatabaseDefaults(...)
- setDatabaseDefaults( (Entity)arg1) -> None :
C++ signature :
void setDatabaseDefaults(class PyDbEntity {lvalue})
setDatabaseDefaults( (Entity)arg1, (Database)arg2) -> None :
C++ signature :
void setDatabaseDefaults(class PyDbEntity {lvalue},class PyDbDatabase)
- setLayer(...)
- setLayer( (Entity)arg1, (str)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLayer(class PyDbEntity {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
setLayer( (Entity)arg1, (str)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLayer(class PyDbEntity {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,bool)
setLayer( (Entity)arg1, (str)arg2, (bool)arg3, (bool)arg4) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLayer(class PyDbEntity {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,bool,bool)
setLayer( (Entity)arg1, (ObjectId)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLayer(class PyDbEntity {lvalue},class PyDbObjectId)
setLayer( (Entity)arg1, (ObjectId)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLayer(class PyDbEntity {lvalue},class PyDbObjectId,bool)
setLayer( (Entity)arg1, (ObjectId)arg2, (bool)arg3, (bool)arg4) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLayer(class PyDbEntity {lvalue},class PyDbObjectId,bool,bool)
- setLineWeight(...)
- setLineWeight( (Entity)arg1, (LineWeight)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLineWeight(class PyDbEntity {lvalue},enum AcDb::LineWeight)
setLineWeight( (Entity)arg1, (LineWeight)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLineWeight(class PyDbEntity {lvalue},enum AcDb::LineWeight,bool)
- setLinetype(...)
- setLinetype( (Entity)arg1, (str)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLinetype(class PyDbEntity {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
setLinetype( (Entity)arg1, (str)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLinetype(class PyDbEntity {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,bool)
setLinetype( (Entity)arg1, (ObjectId)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLinetype(class PyDbEntity {lvalue},class PyDbObjectId)
setLinetype( (Entity)arg1, (ObjectId)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLinetype(class PyDbEntity {lvalue},class PyDbObjectId,bool)
- setLinetypeScale(...)
- setLinetypeScale( (Entity)arg1, (float)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLinetypeScale(class PyDbEntity {lvalue},double)
setLinetypeScale( (Entity)arg1, (float)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLinetypeScale(class PyDbEntity {lvalue},double,bool)
- setMaterial(...)
- setMaterial( (Entity)arg1, (str)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setMaterial(class PyDbEntity {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
setMaterial( (Entity)arg1, (str)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setMaterial(class PyDbEntity {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,bool)
setMaterial( (Entity)arg1, (ObjectId)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setMaterial(class PyDbEntity {lvalue},class PyDbObjectId)
setMaterial( (Entity)arg1, (ObjectId)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setMaterial(class PyDbEntity {lvalue},class PyDbObjectId,bool)
- setPlotStyleName(...)
- setPlotStyleName( (Entity)arg1, (str)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setPlotStyleName(class PyDbEntity {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,bool)
setPlotStyleName( (Entity)arg1, (PlotStyleNameType)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setPlotStyleName(class PyDbEntity {lvalue},enum AcDb::PlotStyleNameType,bool)
setPlotStyleName( (Entity)arg1, (PlotStyleNameType)arg2, (ObjectId)arg3, (bool)arg4) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setPlotStyleName(class PyDbEntity {lvalue},enum AcDb::PlotStyleNameType,class PyDbObjectId,bool)
- setPropertiesFrom(...)
- setPropertiesFrom( (Entity)arg1, (Entity)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setPropertiesFrom(class PyDbEntity {lvalue},class PyDbEntity)
setPropertiesFrom( (Entity)arg1, (Entity)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setPropertiesFrom(class PyDbEntity {lvalue},class PyDbEntity,bool)
- setReceiveShadows(...)
- setReceiveShadows( (Entity)arg1, (bool)arg2) -> None :
C++ signature :
void setReceiveShadows(class PyDbEntity {lvalue},bool)
- setVisibility(...)
- setVisibility( (Entity)arg1, (Visibility)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setVisibility(class PyDbEntity {lvalue},enum AcDb::Visibility)
setVisibility( (Entity)arg1, (Visibility)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setVisibility(class PyDbEntity {lvalue},enum AcDb::Visibility,bool)
- transformBy(...)
- transformBy( (Entity)arg1, (Matrix3d)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus transformBy(class PyDbEntity {lvalue},class AcGeMatrix3d)
- visibility(...)
- visibility( (Entity)arg1) -> Visibility :
C++ signature :
enum AcDb::Visibility visibility(class PyDbEntity {lvalue})
Static methods inherited from DbObject:
- addPersistentReactor(...)
- addPersistentReactor( (DbObject)arg1, (ObjectId)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus addPersistentReactor(class PyDbObject {lvalue},class PyDbObjectId)
- assertNotifyEnabled(...)
- assertNotifyEnabled( (DbObject)arg1) -> None :
C++ signature :
void assertNotifyEnabled(class PyDbObject {lvalue})
- assertReadEnabled(...)
- assertReadEnabled( (DbObject)arg1) -> None :
C++ signature :
void assertReadEnabled(class PyDbObject {lvalue})
- assertWriteEnabled(...)
- assertWriteEnabled( (DbObject)arg1) -> None :
C++ signature :
void assertWriteEnabled(class PyDbObject {lvalue})
- cancel(...)
- cancel( (DbObject)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus cancel(class PyDbObject {lvalue})
- close(...)
- close( (DbObject)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus close(class PyDbObject {lvalue})
- createExtensionDictionary(...)
- createExtensionDictionary( (DbObject)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus createExtensionDictionary(class PyDbObject {lvalue})
- database(...)
- database( (DbObject)arg1) -> Database :
C++ signature :
class PyDbDatabase database(class PyDbObject {lvalue})
- disableUndoRecording(...)
- disableUndoRecording( (DbObject)arg1, (bool)arg2) -> None :
C++ signature :
void disableUndoRecording(class PyDbObject {lvalue},bool)
- downgradeOpen(...)
- downgradeOpen( (DbObject)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus downgradeOpen(class PyDbObject {lvalue})
- downgradeToNotify(...)
- downgradeToNotify( (DbObject)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus downgradeToNotify(class PyDbObject {lvalue},bool)
- erase(...)
- erase( (DbObject)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus erase(class PyDbObject {lvalue})
- extensionDictionary(...)
- extensionDictionary( (DbObject)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId extensionDictionary(class PyDbObject {lvalue})
- handOverTo(...)
- handOverTo( (DbObject)arg1, (DbObject)arg2, (bool)arg3, (bool)arg4) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus handOverTo(class PyDbObject {lvalue},class PyDbObject {lvalue},bool,bool)
- hasPersistentReactor(...)
- hasPersistentReactor( (DbObject)arg1, (ObjectId)arg2) -> bool :
C++ signature :
bool hasPersistentReactor(class PyDbObject {lvalue},class PyDbObjectId)
- isAProxy(...)
- isAProxy( (DbObject)arg1) -> bool :
C++ signature :
bool isAProxy(class PyDbObject {lvalue})
- isCancelling(...)
- isCancelling( (DbObject)arg1) -> bool :
C++ signature :
bool isCancelling(class PyDbObject {lvalue})
- isEraseStatusToggled(...)
- isEraseStatusToggled( (DbObject)arg1) -> bool :
C++ signature :
bool isEraseStatusToggled(class PyDbObject {lvalue})
- isErased(...)
- isErased( (DbObject)arg1) -> bool :
C++ signature :
bool isErased(class PyDbObject {lvalue})
- isModified(...)
- isModified( (DbObject)arg1) -> bool :
C++ signature :
bool isModified(class PyDbObject {lvalue})
- isModifiedGraphics(...)
- isModifiedGraphics( (DbObject)arg1) -> bool :
C++ signature :
bool isModifiedGraphics(class PyDbObject {lvalue})
- isModifiedXData(...)
- isModifiedXData( (DbObject)arg1) -> bool :
C++ signature :
bool isModifiedXData(class PyDbObject {lvalue})
- isNewObject(...)
- isNewObject( (DbObject)arg1) -> bool :
C++ signature :
bool isNewObject(class PyDbObject {lvalue})
- isNotifyEnabled(...)
- isNotifyEnabled( (DbObject)arg1) -> bool :
C++ signature :
bool isNotifyEnabled(class PyDbObject {lvalue})
- isNotifying(...)
- isNotifying( (DbObject)arg1) -> bool :
C++ signature :
bool isNotifying(class PyDbObject {lvalue})
- isReadEnabled(...)
- isReadEnabled( (DbObject)arg1) -> bool :
C++ signature :
bool isReadEnabled(class PyDbObject {lvalue})
- isReallyClosing(...)
- isReallyClosing( (DbObject)arg1) -> bool :
C++ signature :
bool isReallyClosing(class PyDbObject {lvalue})
- isTransactionResident(...)
- isTransactionResident( (DbObject)arg1) -> bool :
C++ signature :
bool isTransactionResident(class PyDbObject {lvalue})
- isUndoRecordingDisabled(...)
- isUndoRecordingDisabled( (DbObject)arg1) -> bool :
C++ signature :
bool isUndoRecordingDisabled(class PyDbObject {lvalue})
- isUndoing(...)
- isUndoing( (DbObject)arg1) -> bool :
C++ signature :
bool isUndoing(class PyDbObject {lvalue})
- isWriteEnabled(...)
- isWriteEnabled( (DbObject)arg1) -> bool :
C++ signature :
bool isWriteEnabled(class PyDbObject {lvalue})
- objectId(...)
- objectId( (DbObject)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId objectId(class PyDbObject {lvalue})
- ownerId(...)
- ownerId( (DbObject)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId ownerId(class PyDbObject {lvalue})
- releaseExtensionDictionary(...)
- releaseExtensionDictionary( (DbObject)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus releaseExtensionDictionary(class PyDbObject {lvalue})
- removePersistentReactor(...)
- removePersistentReactor( (DbObject)arg1, (ObjectId)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus removePersistentReactor(class PyDbObject {lvalue},class PyDbObjectId)
- setOwnerId(...)
- setOwnerId( (DbObject)arg1, (ObjectId)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setOwnerId(class PyDbObject {lvalue},class PyDbObjectId)
- setXData(...)
- setXData( (DbObject)arg1, (list)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setXData(class PyDbObject {lvalue},class boost::python::list)
- swapIdWith(...)
- swapIdWith( (DbObject)arg1, (ObjectId)arg2, (bool)arg3, (bool)arg4) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus swapIdWith(class PyDbObject {lvalue},class PyDbObjectId {lvalue},bool,bool)
- upgradeFromNotify(...)
- upgradeFromNotify( (DbObject)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus upgradeFromNotify(class PyDbObject {lvalue},bool {lvalue})
- upgradeOpen(...)
- upgradeOpen( (DbObject)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus upgradeOpen(class PyDbObject {lvalue})
- xData(...)
- xData( (DbObject)arg1, (str)arg2) -> list :
C++ signature :
class boost::python::list xData(class PyDbObject {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
- xDataTransformBy(...)
- xDataTransformBy( (DbObject)arg1, (Matrix3d)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus xDataTransformBy(class PyDbObject {lvalue},class AcGeMatrix3d)
Static methods inherited from PyGi.Drawable:
- isA(...)
- isA( (Drawable)arg1) -> RxClass :
C++ signature :
class PyRxClass isA(class PyGiDrawable {lvalue})
Static methods inherited from PyRx.RxObject:
- __eq__(...)
- __eq__( (RxObject)arg1, (RxObject)arg2) -> bool :
C++ signature :
bool __eq__(class PyRxObject {lvalue},class PyRxObject)
- __ne__(...)
- __ne__( (RxObject)arg1, (RxObject)arg2) -> bool :
C++ signature :
bool __ne__(class PyRxObject {lvalue},class PyRxObject)
- isNull(...)
- isNull( (RxObject)arg1) -> bool :
C++ signature :
bool isNull(class PyRxObject {lvalue})
Static methods inherited from Boost.Python.instance:
- __new__(*args, **kwargs) from Boost.Python.class
- Create and return a new object. See help(type) for accurate signature.
Data descriptors inherited from Boost.Python.instance:
- __dict__
- __weakref__
|
class Vertex2d(Vertex) |
| | |
- Method resolution order:
- Vertex2d
- Vertex
- Entity
- DbObject
- PyGi.Drawable
- PyRx.RxObject
- Boost.Python.instance
- builtins.object
Static methods defined here:
- __init__(...)
- __init__( (object)arg1) -> None :
C++ signature :
void __init__(struct _object * __ptr64)
__init__( (object)arg1) -> None :
C++ signature :
void __init__(struct _object * __ptr64)
__init__( (object)arg1, (Point3d)arg2) -> None :
C++ signature :
void __init__(struct _object * __ptr64,class AcGePoint3d)
__init__( (object)arg1, (Point3d)arg2, (float)arg3, (float)arg4, (float)arg5, (float)arg6, (int)arg7) -> None :
C++ signature :
void __init__(struct _object * __ptr64,class AcGePoint3d,double,double,double,double,int)
__init__( (object)arg1, (ObjectId)arg2, (OpenMode)arg3) -> None :
C++ signature :
void __init__(struct _object * __ptr64,class PyDbObjectId,enum AcDb::OpenMode)
- __reduce__ = (...)
- bulge(...)
- bulge( (Vertex2d)arg1) -> float :
C++ signature :
double bulge(class PyDb2dVertex {lvalue})
- className(...)
- className() -> str :
C++ signature :
class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > className()
- desc(...)
- desc() -> RxClass :
C++ signature :
class PyRxClass desc()
- endWidth(...)
- endWidth( (Vertex2d)arg1) -> float :
C++ signature :
double endWidth(class PyDb2dVertex {lvalue})
- ignoreTangent(...)
- ignoreTangent( (Vertex2d)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus ignoreTangent(class PyDb2dVertex {lvalue})
- isTangentUsed(...)
- isTangentUsed( (Vertex2d)arg1) -> bool :
C++ signature :
bool isTangentUsed(class PyDb2dVertex {lvalue})
- position(...)
- position( (Vertex2d)arg1) -> Point3d :
C++ signature :
class AcGePoint3d position(class PyDb2dVertex {lvalue})
- setBulge(...)
- setBulge( (Vertex2d)arg1, (float)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setBulge(class PyDb2dVertex {lvalue},double)
- setEndWidth(...)
- setEndWidth( (Vertex2d)arg1, (float)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setEndWidth(class PyDb2dVertex {lvalue},double)
- setPosition(...)
- setPosition( (Vertex2d)arg1, (Point3d)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setPosition(class PyDb2dVertex {lvalue},class AcGePoint3d)
- setStartWidth(...)
- setStartWidth( (Vertex2d)arg1, (float)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setStartWidth(class PyDb2dVertex {lvalue},double)
- setTangent(...)
- setTangent( (Vertex2d)arg1, (float)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setTangent(class PyDb2dVertex {lvalue},double)
- setTangentUsed(...)
- setTangentUsed( (Vertex2d)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setTangentUsed(class PyDb2dVertex {lvalue},bool)
- setVertexIdentifier(...)
- setVertexIdentifier( (Vertex2d)arg1, (int)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setVertexIdentifier(class PyDb2dVertex {lvalue},int)
- startWidth(...)
- startWidth( (Vertex2d)arg1) -> float :
C++ signature :
double startWidth(class PyDb2dVertex {lvalue})
- tangent(...)
- tangent( (Vertex2d)arg1) -> float :
C++ signature :
double tangent(class PyDb2dVertex {lvalue})
- useTangent(...)
- useTangent( (Vertex2d)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus useTangent(class PyDb2dVertex {lvalue})
- vertexIdentifier(...)
- vertexIdentifier( (Vertex2d)arg1) -> int :
C++ signature :
int vertexIdentifier(class PyDb2dVertex {lvalue})
- vertexType(...)
- vertexType( (Vertex2d)arg1) -> Vertex2dType :
C++ signature :
enum AcDb::Vertex2dType vertexType(class PyDb2dVertex {lvalue})
Data and other attributes defined here:
- __instance_size__ = 48
Static methods inherited from Entity:
- blockId(...)
- blockId( (Entity)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId blockId(class PyDbEntity {lvalue})
- castShadows(...)
- castShadows( (Entity)arg1) -> bool :
C++ signature :
bool castShadows(class PyDbEntity {lvalue})
- collisionType(...)
- collisionType( (Entity)arg1) -> CollisionType :
C++ signature :
enum AcDb::CollisionType collisionType(class PyDbEntity {lvalue})
- color(...)
- color( (Entity)arg1) -> Color :
C++ signature :
class AcCmColor color(class PyDbEntity {lvalue})
- colorIndex(...)
- colorIndex( (Entity)arg1) -> int :
C++ signature :
unsigned short colorIndex(class PyDbEntity {lvalue})
- draw(...)
- draw( (Entity)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus draw(class PyDbEntity {lvalue})
- entityColor(...)
- entityColor( (Entity)arg1) -> EntityColor :
C++ signature :
class AcCmEntityColor entityColor(class PyDbEntity {lvalue})
- getCompoundObjectTransform(...)
- getCompoundObjectTransform( (Entity)arg1, (Matrix3d)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus getCompoundObjectTransform(class PyDbEntity {lvalue},class AcGeMatrix3d {lvalue})
- getEcs(...)
- getEcs( (Entity)arg1, (Matrix3d)arg2) -> None :
C++ signature :
void getEcs(class PyDbEntity {lvalue},class AcGeMatrix3d {lvalue})
- getGeomExtents(...)
- getGeomExtents( (Entity)arg1, (Extents)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus getGeomExtents(class PyDbEntity {lvalue},class AcDbExtents {lvalue})
- getPlane(...)
- getPlane( (Entity)arg1) -> Plane :
C++ signature :
class PyGePlane getPlane(class PyDbEntity {lvalue})
- getPlotStyleNameId(...)
- getPlotStyleNameId( (Entity)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId getPlotStyleNameId(class PyDbEntity {lvalue})
- isPlanar(...)
- isPlanar( (Entity)arg1) -> bool :
C++ signature :
bool isPlanar(class PyDbEntity {lvalue})
- layer(...)
- layer( (Entity)arg1) -> str :
C++ signature :
class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > layer(class PyDbEntity {lvalue})
- layerId(...)
- layerId( (Entity)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId layerId(class PyDbEntity {lvalue})
- lineWeight(...)
- lineWeight( (Entity)arg1) -> LineWeight :
C++ signature :
enum AcDb::LineWeight lineWeight(class PyDbEntity {lvalue})
- linetype(...)
- linetype( (Entity)arg1) -> str :
C++ signature :
class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > linetype(class PyDbEntity {lvalue})
- linetypeId(...)
- linetypeId( (Entity)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId linetypeId(class PyDbEntity {lvalue})
- linetypeScale(...)
- linetypeScale( (Entity)arg1) -> float :
C++ signature :
double linetypeScale(class PyDbEntity {lvalue})
- list(...)
- list( (Entity)arg1) -> None :
C++ signature :
void list(class PyDbEntity {lvalue})
- material(...)
- material( (Entity)arg1) -> str :
C++ signature :
class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > material(class PyDbEntity {lvalue})
- materialId(...)
- materialId( (Entity)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId materialId(class PyDbEntity {lvalue})
- plotStyleName(...)
- plotStyleName( (Entity)arg1) -> str :
C++ signature :
class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > plotStyleName(class PyDbEntity {lvalue})
- receiveShadows(...)
- receiveShadows( (Entity)arg1) -> bool :
C++ signature :
bool receiveShadows(class PyDbEntity {lvalue})
- recordGraphicsModified(...)
- recordGraphicsModified( (Entity)arg1) -> None :
C++ signature :
void recordGraphicsModified(class PyDbEntity {lvalue})
recordGraphicsModified( (Entity)arg1) -> None :
C++ signature :
void recordGraphicsModified(class PyDbEntity {lvalue})
- setCastShadows(...)
- setCastShadows( (Entity)arg1, (bool)arg2) -> None :
C++ signature :
void setCastShadows(class PyDbEntity {lvalue},bool)
- setColor(...)
- setColor( (Entity)arg1, (Color)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setColor(class PyDbEntity {lvalue},class AcCmColor)
setColor( (Entity)arg1, (Color)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setColor(class PyDbEntity {lvalue},class AcCmColor,bool)
setColor( (Entity)arg1, (Color)arg2, (bool)arg3, (Database)arg4) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setColor(class PyDbEntity {lvalue},class AcCmColor,bool,class PyDbDatabase {lvalue})
- setColorIndex(...)
- setColorIndex( (Entity)arg1, (int)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setColorIndex(class PyDbEntity {lvalue},unsigned short)
setColorIndex( (Entity)arg1, (int)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setColorIndex(class PyDbEntity {lvalue},unsigned short,bool)
- setDatabaseDefaults(...)
- setDatabaseDefaults( (Entity)arg1) -> None :
C++ signature :
void setDatabaseDefaults(class PyDbEntity {lvalue})
setDatabaseDefaults( (Entity)arg1, (Database)arg2) -> None :
C++ signature :
void setDatabaseDefaults(class PyDbEntity {lvalue},class PyDbDatabase)
- setLayer(...)
- setLayer( (Entity)arg1, (str)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLayer(class PyDbEntity {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
setLayer( (Entity)arg1, (str)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLayer(class PyDbEntity {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,bool)
setLayer( (Entity)arg1, (str)arg2, (bool)arg3, (bool)arg4) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLayer(class PyDbEntity {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,bool,bool)
setLayer( (Entity)arg1, (ObjectId)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLayer(class PyDbEntity {lvalue},class PyDbObjectId)
setLayer( (Entity)arg1, (ObjectId)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLayer(class PyDbEntity {lvalue},class PyDbObjectId,bool)
setLayer( (Entity)arg1, (ObjectId)arg2, (bool)arg3, (bool)arg4) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLayer(class PyDbEntity {lvalue},class PyDbObjectId,bool,bool)
- setLineWeight(...)
- setLineWeight( (Entity)arg1, (LineWeight)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLineWeight(class PyDbEntity {lvalue},enum AcDb::LineWeight)
setLineWeight( (Entity)arg1, (LineWeight)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLineWeight(class PyDbEntity {lvalue},enum AcDb::LineWeight,bool)
- setLinetype(...)
- setLinetype( (Entity)arg1, (str)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLinetype(class PyDbEntity {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
setLinetype( (Entity)arg1, (str)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLinetype(class PyDbEntity {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,bool)
setLinetype( (Entity)arg1, (ObjectId)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLinetype(class PyDbEntity {lvalue},class PyDbObjectId)
setLinetype( (Entity)arg1, (ObjectId)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLinetype(class PyDbEntity {lvalue},class PyDbObjectId,bool)
- setLinetypeScale(...)
- setLinetypeScale( (Entity)arg1, (float)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLinetypeScale(class PyDbEntity {lvalue},double)
setLinetypeScale( (Entity)arg1, (float)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setLinetypeScale(class PyDbEntity {lvalue},double,bool)
- setMaterial(...)
- setMaterial( (Entity)arg1, (str)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setMaterial(class PyDbEntity {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
setMaterial( (Entity)arg1, (str)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setMaterial(class PyDbEntity {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,bool)
setMaterial( (Entity)arg1, (ObjectId)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setMaterial(class PyDbEntity {lvalue},class PyDbObjectId)
setMaterial( (Entity)arg1, (ObjectId)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setMaterial(class PyDbEntity {lvalue},class PyDbObjectId,bool)
- setPlotStyleName(...)
- setPlotStyleName( (Entity)arg1, (str)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setPlotStyleName(class PyDbEntity {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,bool)
setPlotStyleName( (Entity)arg1, (PlotStyleNameType)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setPlotStyleName(class PyDbEntity {lvalue},enum AcDb::PlotStyleNameType,bool)
setPlotStyleName( (Entity)arg1, (PlotStyleNameType)arg2, (ObjectId)arg3, (bool)arg4) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setPlotStyleName(class PyDbEntity {lvalue},enum AcDb::PlotStyleNameType,class PyDbObjectId,bool)
- setPropertiesFrom(...)
- setPropertiesFrom( (Entity)arg1, (Entity)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setPropertiesFrom(class PyDbEntity {lvalue},class PyDbEntity)
setPropertiesFrom( (Entity)arg1, (Entity)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setPropertiesFrom(class PyDbEntity {lvalue},class PyDbEntity,bool)
- setReceiveShadows(...)
- setReceiveShadows( (Entity)arg1, (bool)arg2) -> None :
C++ signature :
void setReceiveShadows(class PyDbEntity {lvalue},bool)
- setVisibility(...)
- setVisibility( (Entity)arg1, (Visibility)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setVisibility(class PyDbEntity {lvalue},enum AcDb::Visibility)
setVisibility( (Entity)arg1, (Visibility)arg2, (bool)arg3) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setVisibility(class PyDbEntity {lvalue},enum AcDb::Visibility,bool)
- transformBy(...)
- transformBy( (Entity)arg1, (Matrix3d)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus transformBy(class PyDbEntity {lvalue},class AcGeMatrix3d)
- visibility(...)
- visibility( (Entity)arg1) -> Visibility :
C++ signature :
enum AcDb::Visibility visibility(class PyDbEntity {lvalue})
Static methods inherited from DbObject:
- addPersistentReactor(...)
- addPersistentReactor( (DbObject)arg1, (ObjectId)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus addPersistentReactor(class PyDbObject {lvalue},class PyDbObjectId)
- assertNotifyEnabled(...)
- assertNotifyEnabled( (DbObject)arg1) -> None :
C++ signature :
void assertNotifyEnabled(class PyDbObject {lvalue})
- assertReadEnabled(...)
- assertReadEnabled( (DbObject)arg1) -> None :
C++ signature :
void assertReadEnabled(class PyDbObject {lvalue})
- assertWriteEnabled(...)
- assertWriteEnabled( (DbObject)arg1) -> None :
C++ signature :
void assertWriteEnabled(class PyDbObject {lvalue})
- cancel(...)
- cancel( (DbObject)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus cancel(class PyDbObject {lvalue})
- close(...)
- close( (DbObject)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus close(class PyDbObject {lvalue})
- createExtensionDictionary(...)
- createExtensionDictionary( (DbObject)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus createExtensionDictionary(class PyDbObject {lvalue})
- database(...)
- database( (DbObject)arg1) -> Database :
C++ signature :
class PyDbDatabase database(class PyDbObject {lvalue})
- disableUndoRecording(...)
- disableUndoRecording( (DbObject)arg1, (bool)arg2) -> None :
C++ signature :
void disableUndoRecording(class PyDbObject {lvalue},bool)
- downgradeOpen(...)
- downgradeOpen( (DbObject)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus downgradeOpen(class PyDbObject {lvalue})
- downgradeToNotify(...)
- downgradeToNotify( (DbObject)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus downgradeToNotify(class PyDbObject {lvalue},bool)
- erase(...)
- erase( (DbObject)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus erase(class PyDbObject {lvalue})
- extensionDictionary(...)
- extensionDictionary( (DbObject)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId extensionDictionary(class PyDbObject {lvalue})
- handOverTo(...)
- handOverTo( (DbObject)arg1, (DbObject)arg2, (bool)arg3, (bool)arg4) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus handOverTo(class PyDbObject {lvalue},class PyDbObject {lvalue},bool,bool)
- hasPersistentReactor(...)
- hasPersistentReactor( (DbObject)arg1, (ObjectId)arg2) -> bool :
C++ signature :
bool hasPersistentReactor(class PyDbObject {lvalue},class PyDbObjectId)
- isAProxy(...)
- isAProxy( (DbObject)arg1) -> bool :
C++ signature :
bool isAProxy(class PyDbObject {lvalue})
- isCancelling(...)
- isCancelling( (DbObject)arg1) -> bool :
C++ signature :
bool isCancelling(class PyDbObject {lvalue})
- isEraseStatusToggled(...)
- isEraseStatusToggled( (DbObject)arg1) -> bool :
C++ signature :
bool isEraseStatusToggled(class PyDbObject {lvalue})
- isErased(...)
- isErased( (DbObject)arg1) -> bool :
C++ signature :
bool isErased(class PyDbObject {lvalue})
- isModified(...)
- isModified( (DbObject)arg1) -> bool :
C++ signature :
bool isModified(class PyDbObject {lvalue})
- isModifiedGraphics(...)
- isModifiedGraphics( (DbObject)arg1) -> bool :
C++ signature :
bool isModifiedGraphics(class PyDbObject {lvalue})
- isModifiedXData(...)
- isModifiedXData( (DbObject)arg1) -> bool :
C++ signature :
bool isModifiedXData(class PyDbObject {lvalue})
- isNewObject(...)
- isNewObject( (DbObject)arg1) -> bool :
C++ signature :
bool isNewObject(class PyDbObject {lvalue})
- isNotifyEnabled(...)
- isNotifyEnabled( (DbObject)arg1) -> bool :
C++ signature :
bool isNotifyEnabled(class PyDbObject {lvalue})
- isNotifying(...)
- isNotifying( (DbObject)arg1) -> bool :
C++ signature :
bool isNotifying(class PyDbObject {lvalue})
- isReadEnabled(...)
- isReadEnabled( (DbObject)arg1) -> bool :
C++ signature :
bool isReadEnabled(class PyDbObject {lvalue})
- isReallyClosing(...)
- isReallyClosing( (DbObject)arg1) -> bool :
C++ signature :
bool isReallyClosing(class PyDbObject {lvalue})
- isTransactionResident(...)
- isTransactionResident( (DbObject)arg1) -> bool :
C++ signature :
bool isTransactionResident(class PyDbObject {lvalue})
- isUndoRecordingDisabled(...)
- isUndoRecordingDisabled( (DbObject)arg1) -> bool :
C++ signature :
bool isUndoRecordingDisabled(class PyDbObject {lvalue})
- isUndoing(...)
- isUndoing( (DbObject)arg1) -> bool :
C++ signature :
bool isUndoing(class PyDbObject {lvalue})
- isWriteEnabled(...)
- isWriteEnabled( (DbObject)arg1) -> bool :
C++ signature :
bool isWriteEnabled(class PyDbObject {lvalue})
- objectId(...)
- objectId( (DbObject)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId objectId(class PyDbObject {lvalue})
- ownerId(...)
- ownerId( (DbObject)arg1) -> ObjectId :
C++ signature :
class PyDbObjectId ownerId(class PyDbObject {lvalue})
- releaseExtensionDictionary(...)
- releaseExtensionDictionary( (DbObject)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus releaseExtensionDictionary(class PyDbObject {lvalue})
- removePersistentReactor(...)
- removePersistentReactor( (DbObject)arg1, (ObjectId)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus removePersistentReactor(class PyDbObject {lvalue},class PyDbObjectId)
- setOwnerId(...)
- setOwnerId( (DbObject)arg1, (ObjectId)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setOwnerId(class PyDbObject {lvalue},class PyDbObjectId)
- setXData(...)
- setXData( (DbObject)arg1, (list)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus setXData(class PyDbObject {lvalue},class boost::python::list)
- swapIdWith(...)
- swapIdWith( (DbObject)arg1, (ObjectId)arg2, (bool)arg3, (bool)arg4) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus swapIdWith(class PyDbObject {lvalue},class PyDbObjectId {lvalue},bool,bool)
- upgradeFromNotify(...)
- upgradeFromNotify( (DbObject)arg1, (bool)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus upgradeFromNotify(class PyDbObject {lvalue},bool {lvalue})
- upgradeOpen(...)
- upgradeOpen( (DbObject)arg1) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus upgradeOpen(class PyDbObject {lvalue})
- xData(...)
- xData( (DbObject)arg1, (str)arg2) -> list :
C++ signature :
class boost::python::list xData(class PyDbObject {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
- xDataTransformBy(...)
- xDataTransformBy( (DbObject)arg1, (Matrix3d)arg2) -> ErrorStatus :
C++ signature :
enum Acad::ErrorStatus xDataTransformBy(class PyDbObject {lvalue},class AcGeMatrix3d)
Static methods inherited from PyGi.Drawable:
- isA(...)
- isA( (Drawable)arg1) -> RxClass :
C++ signature :
class PyRxClass isA(class PyGiDrawable {lvalue})
Static methods inherited from PyRx.RxObject:
- __eq__(...)
- __eq__( (RxObject)arg1, (RxObject)arg2) -> bool :
C++ signature :
bool __eq__(class PyRxObject {lvalue},class PyRxObject)
- __ne__(...)
- __ne__( (RxObject)arg1, (RxObject)arg2) -> bool :
C++ signature :
bool __ne__(class PyRxObject {lvalue},class PyRxObject)
- isNull(...)
- isNull( (RxObject)arg1) -> bool :
C++ signature :
bool isNull(class PyRxObject {lvalue})
Static methods inherited from Boost.Python.instance:
- __new__(*args, **kwargs) from Boost.Python.class
- Create and return a new object. See help(type) for accurate signature.
Data descriptors inherited from Boost.Python.instance:
- __dict__
- __weakref__
|
class Vertex2dType(Boost.Python.enum) |
| | |
- Method resolution order:
- Vertex2dType
- Boost.Python.enum
- builtins.int
- builtins.object
Data and other attributes defined here:
- k2dCurveFitVertex = PyDb.Vertex2dType.k2dCurveFitVertex
- k2dSplineCtlVertex = PyDb.Vertex2dType.k2dSplineCtlVertex
- k2dSplineFitVertex = PyDb.Vertex2dType.k2dSplineFitVertex
- k2dVertex = PyDb.Vertex2dType.k2dVertex
- names = {'k2dCurveFitVertex': PyDb.Vertex2dType.k2dCurveFitVertex, 'k2dSplineCtlVertex': PyDb.Vertex2dType.k2dSplineCtlVertex, 'k2dSplineFitVertex': PyDb.Vertex2dType.k2dSplineFitVertex, 'k2dVertex': PyDb.Vertex2dType.k2dVertex}
- values = {0: PyDb.Vertex2dType.k2dVertex, 1: PyDb.Vertex2dType.k2dSplineCtlVertex, 2: PyDb.Vertex2dType.k2dSplineFitVertex, 3: PyDb.Vertex2dType.k2dCurveFitVertex}
Methods inherited from Boost.Python.enum:
- __repr__(self, /)
- Return repr(self).
- __str__(self, /)
- Return str(self).
Data descriptors inherited from Boost.Python.enum:
- name
Methods inherited from builtins.int:
- __abs__(self, /)
- abs(self)
- __add__(self, value, /)
- Return self+value.
- __and__(self, value, /)
- Return self&value.
- __bool__(self, /)
- True if self else False
- __ceil__(...)
- Ceiling of an Integral returns itself.
- __divmod__(self, value, /)
- Return divmod(self, value).
- __eq__(self, value, /)
- Return self==value.
- __float__(self, /)
- float(self)
- __floor__(...)
- Flooring an Integral returns itself.
- __floordiv__(self, value, /)
- Return self//value.
- __format__(self, format_spec, /)
- Default object formatter.
- __ge__(self, value, /)
- Return self>=value.
- __getattribute__(self, name, /)
- Return getattr(self, name).
- __getnewargs__(self, /)
- __gt__(self, value, /)
- Return self>value.
- __hash__(self, /)
- Return hash(self).
- __index__(self, /)
- Return self converted to an integer, if self is suitable for use as an index into a list.
- __int__(self, /)
- int(self)
- __invert__(self, /)
- ~self
- __le__(self, value, /)
- Return self<=value.
- __lshift__(self, value, /)
- Return self<<value.
- __lt__(self, value, /)
- Return self<value.
- __mod__(self, value, /)
- Return self%value.
- __mul__(self, value, /)
- Return self*value.
- __ne__(self, value, /)
- Return self!=value.
- __neg__(self, /)
- -self
- __or__(self, value, /)
- Return self|value.
- __pos__(self, /)
- +self
- __pow__(self, value, mod=None, /)
- Return pow(self, value, mod).
- __radd__(self, value, /)
- Return value+self.
- __rand__(self, value, /)
- Return value&self.
- __rdivmod__(self, value, /)
- Return divmod(value, self).
- __rfloordiv__(self, value, /)
- Return value//self.
- __rlshift__(self, value, /)
- Return value<<self.
- __rmod__(self, value, /)
- Return value%self.
- __rmul__(self, value, /)
- Return value*self.
- __ror__(self, value, /)
- Return value|self.
- __round__(...)
- Rounding an Integral returns itself.
Rounding with an ndigits argument also returns an integer.
- __rpow__(self, value, mod=None, /)
- Return pow(value, self, mod).
- __rrshift__(self, value, /)
- Return value>>self.
- __rshift__(self, value, /)
- Return self>>value.
- __rsub__(self, value, /)
- Return value-self.
- __rtruediv__(self, value, /)
- Return value/self.
- __rxor__(self, value, /)
- Return value^self.
- __sizeof__(self, /)
- Returns size in memory, in bytes.
- __sub__(self, value, /)
- Return self-value.
- __truediv__(self, value, /)
- Return self/value.
- __trunc__(...)
- Truncating an Integral returns itself.
- __xor__(self, value, /)
- Return self^value.
- as_integer_ratio(self, /)
- Return integer ratio.
Return a pair of integers, whose ratio is exactly equal to the original int
and with a positive denominator.
>>> (10).as_integer_ratio()
(10, 1)
>>> (-10).as_integer_ratio()
(-10, 1)
>>> (0).as_integer_ratio()
(0, 1)
- bit_count(self, /)
- Number of ones in the binary representation of the absolute value of self.
Also known as the population count.
>>> bin(13)
'0b1101'
>>> (13).bit_count()
3
- bit_length(self, /)
- Number of bits necessary to represent self in binary.
>>> bin(37)
'0b100101'
>>> (37).bit_length()
6
- conjugate(...)
- Returns self, the complex conjugate of any int.
- to_bytes(self, /, length, byteorder, *, signed=False)
- Return an array of bytes representing an integer.
length
Length of bytes object to use. An OverflowError is raised if the
integer is not representable with the given number of bytes.
byteorder
The byte order used to represent the integer. If byteorder is 'big',
the most significant byte is at the beginning of the byte array. If
byteorder is 'little', the most significant byte is at the end of the
byte array. To request the native byte order of the host system, use
`sys.byteorder' as the byte order value.
signed
Determines whether two's complement is used to represent the integer.
If signed is False and a negative integer is given, an OverflowError
is raised.
Class methods inherited from builtins.int:
- from_bytes(bytes, byteorder, *, signed=False) from builtins.type
- Return the integer represented by the given array of bytes.
bytes
Holds the array of bytes to convert. The argument must either
support the buffer protocol or be an iterable object producing bytes.
Bytes and bytearray are examples of built-in objects that support the
buffer protocol.
byteorder
The byte order used to represent the integer. If byteorder is 'big',
the most significant byte is at the beginning of the byte array. If
byteorder is 'little', the most significant byte is at the end of the
byte array. To request the native byte order of the host system, use
`sys.byteorder' as the byte order value.
signed
Indicates whether two's complement is used to represent the integer.
Static methods inherited from builtins.int:
- __new__(*args, **kwargs) from builtins.type
- Create and return a new object. See help(type) for accurate signature.
Data descriptors inherited from builtins.int:
- denominator
- the denominator of a rational number in lowest terms
- imag
- the imaginary part of a complex number
- numerator
- the numerator of a rational number in lowest terms
- real
- the real part of a complex number
|
class Visibility(Boost.Python.enum) |
| | |
- Method resolution order:
- Visibility
- Boost.Python.enum
- builtins.int
- builtins.object
Data and other attributes defined here:
- kInvisible = PyDb.Visibility.kInvisible
- kVisible = PyDb.Visibility.kVisible
- names = {'kInvisible': PyDb.Visibility.kInvisible, 'kVisible': PyDb.Visibility.kVisible}
- values = {0: PyDb.Visibility.kVisible, 1: PyDb.Visibility.kInvisible}
Methods inherited from Boost.Python.enum:
- __repr__(self, /)
- Return repr(self).
- __str__(self, /)
- Return str(self).
Data descriptors inherited from Boost.Python.enum:
- name
Methods inherited from builtins.int:
- __abs__(self, /)
- abs(self)
- __add__(self, value, /)
- Return self+value.
- __and__(self, value, /)
- Return self&value.
- __bool__(self, /)
- True if self else False
- __ceil__(...)
- Ceiling of an Integral returns itself.
- __divmod__(self, value, /)
- Return divmod(self, value).
- __eq__(self, value, /)
- Return self==value.
- __float__(self, /)
- float(self)
- __floor__(...)
- Flooring an Integral returns itself.
- __floordiv__(self, value, /)
- Return self//value.
- __format__(self, format_spec, /)
- Default object formatter.
- __ge__(self, value, /)
- Return self>=value.
- __getattribute__(self, name, /)
- Return getattr(self, name).
- __getnewargs__(self, /)
- __gt__(self, value, /)
- Return self>value.
- __hash__(self, /)
- Return hash(self).
- __index__(self, /)
- Return self converted to an integer, if self is suitable for use as an index into a list.
- __int__(self, /)
- int(self)
- __invert__(self, /)
- ~self
- __le__(self, value, /)
- Return self<=value.
- __lshift__(self, value, /)
- Return self<<value.
- __lt__(self, value, /)
- Return self<value.
- __mod__(self, value, /)
- Return self%value.
- __mul__(self, value, /)
- Return self*value.
- __ne__(self, value, /)
- Return self!=value.
- __neg__(self, /)
- -self
- __or__(self, value, /)
- Return self|value.
- __pos__(self, /)
- +self
- __pow__(self, value, mod=None, /)
- Return pow(self, value, mod).
- __radd__(self, value, /)
- Return value+self.
- __rand__(self, value, /)
- Return value&self.
- __rdivmod__(self, value, /)
- Return divmod(value, self).
- __rfloordiv__(self, value, /)
- Return value//self.
- __rlshift__(self, value, /)
- Return value<<self.
- __rmod__(self, value, /)
- Return value%self.
- __rmul__(self, value, /)
- Return value*self.
- __ror__(self, value, /)
- Return value|self.
- __round__(...)
- Rounding an Integral returns itself.
Rounding with an ndigits argument also returns an integer.
- __rpow__(self, value, mod=None, /)
- Return pow(value, self, mod).
- __rrshift__(self, value, /)
- Return value>>self.
- __rshift__(self, value, /)
- Return self>>value.
- __rsub__(self, value, /)
- Return value-self.
- __rtruediv__(self, value, /)
- Return value/self.
- __rxor__(self, value, /)
- Return value^self.
- __sizeof__(self, /)
- Returns size in memory, in bytes.
- __sub__(self, value, /)
- Return self-value.
- __truediv__(self, value, /)
- Return self/value.
- __trunc__(...)
- Truncating an Integral returns itself.
- __xor__(self, value, /)
- Return self^value.
- as_integer_ratio(self, /)
- Return integer ratio.
Return a pair of integers, whose ratio is exactly equal to the original int
and with a positive denominator.
>>> (10).as_integer_ratio()
(10, 1)
>>> (-10).as_integer_ratio()
(-10, 1)
>>> (0).as_integer_ratio()
(0, 1)
- bit_count(self, /)
- Number of ones in the binary representation of the absolute value of self.
Also known as the population count.
>>> bin(13)
'0b1101'
>>> (13).bit_count()
3
- bit_length(self, /)
- Number of bits necessary to represent self in binary.
>>> bin(37)
'0b100101'
>>> (37).bit_length()
6
- conjugate(...)
- Returns self, the complex conjugate of any int.
- to_bytes(self, /, length, byteorder, *, signed=False)
- Return an array of bytes representing an integer.
length
Length of bytes object to use. An OverflowError is raised if the
integer is not representable with the given number of bytes.
byteorder
The byte order used to represent the integer. If byteorder is 'big',
the most significant byte is at the beginning of the byte array. If
byteorder is 'little', the most significant byte is at the end of the
byte array. To request the native byte order of the host system, use
`sys.byteorder' as the byte order value.
signed
Determines whether two's complement is used to represent the integer.
If signed is False and a negative integer is given, an OverflowError
is raised.
Class methods inherited from builtins.int:
- from_bytes(bytes, byteorder, *, signed=False) from builtins.type
- Return the integer represented by the given array of bytes.
bytes
Holds the array of bytes to convert. The argument must either
support the buffer protocol or be an iterable object producing bytes.
Bytes and bytearray are examples of built-in objects that support the
buffer protocol.
byteorder
The byte order used to represent the integer. If byteorder is 'big',
the most significant byte is at the beginning of the byte array. If
byteorder is 'little', the most significant byte is at the end of the
byte array. To request the native byte order of the host system, use
`sys.byteorder' as the byte order value.
signed
Indicates whether two's complement is used to represent the integer.
Static methods inherited from builtins.int:
- __new__(*args, **kwargs) from builtins.type
- Create and return a new object. See help(type) for accurate signature.
Data descriptors inherited from builtins.int:
- denominator
- the denominator of a rational number in lowest terms
- imag
- the imaginary part of a complex number
- numerator
- the numerator of a rational number in lowest terms
- real
- the real part of a complex number
|
class XrefStatus(Boost.Python.enum) |
| | |
- Method resolution order:
- XrefStatus
- Boost.Python.enum
- builtins.int
- builtins.object
Data and other attributes defined here:
- kXrfFileNotFound = PyDb.XrefStatus.kXrfFileNotFound
- kXrfNotAnXref = PyDb.XrefStatus.kXrfNotAnXref
- kXrfResolved = PyDb.XrefStatus.kXrfResolved
- kXrfUnloaded = PyDb.XrefStatus.kXrfUnloaded
- kXrfUnreferenced = PyDb.XrefStatus.kXrfUnreferenced
- kXrfUnresolved = PyDb.XrefStatus.kXrfUnresolved
- names = {'kXrfFileNotFound': PyDb.XrefStatus.kXrfFileNotFound, 'kXrfNotAnXref': PyDb.XrefStatus.kXrfNotAnXref, 'kXrfResolved': PyDb.XrefStatus.kXrfResolved, 'kXrfUnloaded': PyDb.XrefStatus.kXrfUnloaded, 'kXrfUnreferenced': PyDb.XrefStatus.kXrfUnreferenced, 'kXrfUnresolved': PyDb.XrefStatus.kXrfUnresolved}
- values = {0: PyDb.XrefStatus.kXrfNotAnXref, 1: PyDb.XrefStatus.kXrfResolved, 2: PyDb.XrefStatus.kXrfUnloaded, 3: PyDb.XrefStatus.kXrfUnreferenced, 4: PyDb.XrefStatus.kXrfFileNotFound, 5: PyDb.XrefStatus.kXrfUnresolved}
Methods inherited from Boost.Python.enum:
- __repr__(self, /)
- Return repr(self).
- __str__(self, /)
- Return str(self).
Data descriptors inherited from Boost.Python.enum:
- name
Methods inherited from builtins.int:
- __abs__(self, /)
- abs(self)
- __add__(self, value, /)
- Return self+value.
- __and__(self, value, /)
- Return self&value.
- __bool__(self, /)
- True if self else False
- __ceil__(...)
- Ceiling of an Integral returns itself.
- __divmod__(self, value, /)
- Return divmod(self, value).
- __eq__(self, value, /)
- Return self==value.
- __float__(self, /)
- float(self)
- __floor__(...)
- Flooring an Integral returns itself.
- __floordiv__(self, value, /)
- Return self//value.
- __format__(self, format_spec, /)
- Default object formatter.
- __ge__(self, value, /)
- Return self>=value.
- __getattribute__(self, name, /)
- Return getattr(self, name).
- __getnewargs__(self, /)
- __gt__(self, value, /)
- Return self>value.
- __hash__(self, /)
- Return hash(self).
- __index__(self, /)
- Return self converted to an integer, if self is suitable for use as an index into a list.
- __int__(self, /)
- int(self)
- __invert__(self, /)
- ~self
- __le__(self, value, /)
- Return self<=value.
- __lshift__(self, value, /)
- Return self<<value.
- __lt__(self, value, /)
- Return self<value.
- __mod__(self, value, /)
- Return self%value.
- __mul__(self, value, /)
- Return self*value.
- __ne__(self, value, /)
- Return self!=value.
- __neg__(self, /)
- -self
- __or__(self, value, /)
- Return self|value.
- __pos__(self, /)
- +self
- __pow__(self, value, mod=None, /)
- Return pow(self, value, mod).
- __radd__(self, value, /)
- Return value+self.
- __rand__(self, value, /)
- Return value&self.
- __rdivmod__(self, value, /)
- Return divmod(value, self).
- __rfloordiv__(self, value, /)
- Return value//self.
- __rlshift__(self, value, /)
- Return value<<self.
- __rmod__(self, value, /)
- Return value%self.
- __rmul__(self, value, /)
- Return value*self.
- __ror__(self, value, /)
- Return value|self.
- __round__(...)
- Rounding an Integral returns itself.
Rounding with an ndigits argument also returns an integer.
- __rpow__(self, value, mod=None, /)
- Return pow(value, self, mod).
- __rrshift__(self, value, /)
- Return value>>self.
- __rshift__(self, value, /)
- Return self>>value.
- __rsub__(self, value, /)
- Return value-self.
- __rtruediv__(self, value, /)
- Return value/self.
- __rxor__(self, value, /)
- Return value^self.
- __sizeof__(self, /)
- Returns size in memory, in bytes.
- __sub__(self, value, /)
- Return self-value.
- __truediv__(self, value, /)
- Return self/value.
- __trunc__(...)
- Truncating an Integral returns itself.
- __xor__(self, value, /)
- Return self^value.
- as_integer_ratio(self, /)
- Return integer ratio.
Return a pair of integers, whose ratio is exactly equal to the original int
and with a positive denominator.
>>> (10).as_integer_ratio()
(10, 1)
>>> (-10).as_integer_ratio()
(-10, 1)
>>> (0).as_integer_ratio()
(0, 1)
- bit_count(self, /)
- Number of ones in the binary representation of the absolute value of self.
Also known as the population count.
>>> bin(13)
'0b1101'
>>> (13).bit_count()
3
- bit_length(self, /)
- Number of bits necessary to represent self in binary.
>>> bin(37)
'0b100101'
>>> (37).bit_length()
6
- conjugate(...)
- Returns self, the complex conjugate of any int.
- to_bytes(self, /, length, byteorder, *, signed=False)
- Return an array of bytes representing an integer.
length
Length of bytes object to use. An OverflowError is raised if the
integer is not representable with the given number of bytes.
byteorder
The byte order used to represent the integer. If byteorder is 'big',
the most significant byte is at the beginning of the byte array. If
byteorder is 'little', the most significant byte is at the end of the
byte array. To request the native byte order of the host system, use
`sys.byteorder' as the byte order value.
signed
Determines whether two's complement is used to represent the integer.
If signed is False and a negative integer is given, an OverflowError
is raised.
Class methods inherited from builtins.int:
- from_bytes(bytes, byteorder, *, signed=False) from builtins.type
- Return the integer represented by the given array of bytes.
bytes
Holds the array of bytes to convert. The argument must either
support the buffer protocol or be an iterable object producing bytes.
Bytes and bytearray are examples of built-in objects that support the
buffer protocol.
byteorder
The byte order used to represent the integer. If byteorder is 'big',
the most significant byte is at the beginning of the byte array. If
byteorder is 'little', the most significant byte is at the end of the
byte array. To request the native byte order of the host system, use
`sys.byteorder' as the byte order value.
signed
Indicates whether two's complement is used to represent the integer.
Static methods inherited from builtins.int:
- __new__(*args, **kwargs) from builtins.type
- Create and return a new object. See help(type) for accurate signature.
Data descriptors inherited from builtins.int:
- denominator
- the denominator of a rational number in lowest terms
- imag
- the imaginary part of a complex number
- numerator
- the numerator of a rational number in lowest terms
- real
- the real part of a complex number
| |